class documentation

RuleType specifies whether the security rule is stateful or stateless.

Constant __PB2_DESCRIPTOR__ Undocumented
Constant RULE_TYPE_UNSPECIFIED Undocumented
Constant STATEFUL Undocumented
Constant STATELESS Undocumented

Inherited from Enum:

Class Method get_descriptor Return the protobuf EnumDescriptor for this enum.
__PB2_DESCRIPTOR__ = (source)

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.EnumDescriptor]('.nebius.vpc.v1.RuleType'
,
                                                       security_rule_pb2.DESCRIPTOR
,
                                                       descriptor_1.EnumDescriptor
)
RULE_TYPE_UNSPECIFIED: int = (source)

Undocumented

Value
0
STATEFUL: int = (source)

Undocumented

Value
1
STATELESS: int = (source)

Undocumented

Value
2