class documentation
class PoolStatus(pb_classes.Message): (source)
Constructor: PoolStatus(initial_message, state, cidrs, scope_id, ...)
Undocumented
| Class | |
Possible states of the Pool. |
| Method | __dir__ |
Undocumented |
| Method | __init__ |
Undocumented |
| Method | assignment |
Undocumented |
| Method | cidrs |
Undocumented |
| Method | scope |
Undocumented |
| Method | state |
Undocumented |
| Constant | __PB2 |
Undocumented |
| Constant | __PY |
Undocumented |
| Class Variable | __mask |
Undocumented |
| Property | assignment |
Assignment details for this Pool |
| Property | cidrs |
CIDR blocks. |
| Property | scope |
Scope is the unique identifier for single pool tree. |
| Property | state |
Current state of the Pool. |
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, *, state: PoolStatus.State | pool_pb2.PoolStatus.State | None | unset.UnsetType = unset.Unset, cidrs: abc.Iterable[ builtins.str] | None | unset.UnsetType = unset.Unset, scope_id: builtins.str | None | unset.UnsetType = unset.Unset, assignment: PoolAssignment | pool_pb2.PoolAssignment | None | unset.UnsetType = unset.Unset):
(source)
¶
Undocumented
@assignment.setter
def assignment(self, value:
def assignment(self, value:
PoolAssignment | pool_pb2.PoolAssignment | None):
(source)
¶
Undocumented
@state.setter
def state(self, value:
def state(self, value:
PoolStatus.State | pool_pb2.PoolStatus.State | None):
(source)
¶
Undocumented
Undocumented
| Value |
|
Undocumented
| Value |
|