class documentation

class RuleDirection(pb_enum.Enum): (source)

View In Hierarchy

Direction specifies whether traffic is INGRESS (incoming) or EGRESS (outgoing).

Constant __PB2_DESCRIPTOR__ Undocumented
Constant DIRECTION_UNSPECIFIED Undocumented
Constant EGRESS Undocumented
Constant INGRESS 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.RuleDirec
tion',
                                                       security_rule_pb2.DESCRIPTOR
,
                                                       descriptor_1.EnumDescriptor
)
DIRECTION_UNSPECIFIED: int = (source)

Undocumented

Value
0

Undocumented

Value
2

Undocumented

Value
1