class documentation
class Allocation(pb_classes.Message): (source)
Constructor: Allocation(initial_message, metadata, spec, status)
Undocumented
Method | __dir__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | metadata |
Undocumented |
Method | spec |
Undocumented |
Method | status |
Undocumented |
Constant | __PB2 |
Undocumented |
Constant | __PY |
Undocumented |
Class Variable | __mask |
Undocumented |
Property | metadata |
Metadata for the Allocation. `metadata.parent_id` represents IAM Container. |
Property | spec |
Specifications for the allocation, detailing its name and IP configuration. |
Property | status |
Contains the current status of the allocation, indicating its state and any additional details. |
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, *, metadata: v1_1.ResourceMetadata | metadata_pb2.ResourceMetadata | None | unset.UnsetType
= unset.Unset, spec: AllocationSpec | allocation_pb2.AllocationSpec | None | unset.UnsetType
= unset.Unset, status: AllocationStatus | allocation_pb2.AllocationStatus | None | unset.UnsetType
= unset.Unset):
(source)
¶
Undocumented
@metadata.setter
def metadata(self, value:
def metadata(self, value:
v1_1.ResourceMetadata | metadata_pb2.ResourceMetadata | None
):
(source)
¶
Undocumented
@spec.setter
def spec(self, value:
def spec(self, value:
AllocationSpec | allocation_pb2.AllocationSpec | None
):
(source)
¶
Undocumented
@status.setter
def status(self, value:
def status(self, value:
AllocationStatus | allocation_pb2.AllocationStatus | None
):
(source)
¶
Undocumented
Undocumented
Value |
|