class documentation
class PoolCidr(pb_classes.Message): (source)
Constructor: PoolCidr(initial_message, cidr, state, max_mask_length)
Undocumented
| Method | __dir__ |
Undocumented |
| Method | __init__ |
Undocumented |
| Method | cidr |
Undocumented |
| Method | max |
Undocumented |
| Method | state |
Undocumented |
| Constant | __PB2 |
Undocumented |
| Constant | __PY |
Undocumented |
| Class Variable | __mask |
Undocumented |
| Property | cidr |
A CIDR block (e.g., "10.1.2.0/24") or a prefix length (e.g., "/24"). If prefix length is specified, the CIDR block will be auto-allocated from the available space in the parent pool. |
| Property | max |
Maximum mask length for this pool child pools and allocations. Default max_mask_length is 32 for IPv4. |
| Property | state |
Controls provisioning of IP addresses from the CIDR block to other pools or allocations. Defaults to AVAILABLE. |
Inherited from Message:
| Class Method | get |
Undocumented |
| Class Method | is |
Undocumented |
| Class Method | is |
Undocumented |
| Method | __repr__ |
Undocumented |
| Method | check |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | is |
Undocumented |
| Method | set |
Undocumented |
| Method | which |
Undocumented |
| Class Variable | __PB2 |
Undocumented |
| Instance Variable | __pb2 |
Undocumented |
| Method | _clear |
Undocumented |
| Method | _get |
Undocumented |
| Method | _set |
Undocumented |
| Class Variable | __credentials |
Undocumented |
| Class Variable | __default |
Undocumented |
| Class Variable | __sensitive |
Undocumented |
| Instance Variable | __recorded |
Undocumented |
def __init__(self, initial_message:
message_1.Message | None = None, *, cidr: builtins.str | None | unset.UnsetType = unset.Unset, state: AddressBlockState | pool_pb2.AddressBlockState | None | unset.UnsetType = unset.Unset, max_mask_length: builtins.int | None | unset.UnsetType = unset.Unset):
(source)
¶
Undocumented
@state.setter
def state(self, value:
def state(self, value:
AddressBlockState | pool_pb2.AddressBlockState | None):
(source)
¶
Undocumented
Undocumented
| Value |
|
A CIDR block (e.g., "10.1.2.0/24") or a prefix length (e.g., "/24"). If prefix length is specified, the CIDR block will be auto-allocated from the available space in the parent pool.
Maximum mask length for this pool child pools and allocations. Default max_mask_length is 32 for IPv4.