class documentation

class AddressBlockState(pb_enum.Enum): (source)

View In Hierarchy

Undocumented

Constant __PB2_DESCRIPTOR__ Undocumented
Constant AVAILABLE Allocation from range is available.
Constant DISABLED New allocation would not be created.
Constant STATE_UNSPECIFIED Default, unspecified state.

Inherited from Enum:

Class Method get_descriptor Undocumented
__PB2_DESCRIPTOR__ = (source)

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.EnumDescriptor]('.nebius.vpc.v1.AddressBl
ockState',
                                                       pool_pb2.DESCRIPTOR,
                                                       descriptor_1.EnumDescriptor
)
AVAILABLE: int = (source)

Allocation from range is available.

Value
1
DISABLED: int = (source)

New allocation would not be created.

Value
2
STATE_UNSPECIFIED: int = (source)

Default, unspecified state.

Value
0