class documentation

class AddressBlockState(pb_enum.Enum): (source)

View In Hierarchy

Controls provisioning of IP addresses from this pool to other pools or allocations. Defaults to AVAILABLE.

Constant __PB2_DESCRIPTOR__ Undocumented
Constant AVAILABLE Default state. Provision of the IP addresses from this CIDR block is allowed.
Constant DISABLED Provision of the IP addresses from this CIDR block is denied.
Constant STATE_UNSPECIFIED Not used, mandated by the protocol.

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)

Default state. Provision of the IP addresses from this CIDR block is allowed.

Value
1
DISABLED: int = (source)

Provision of the IP addresses from this CIDR block is denied.

Value
2
STATE_UNSPECIFIED: int = (source)

Not used, mandated by the protocol.

Value
0