class documentation
class AllocationSpec(pb_classes.Message): (source)
Constructor: AllocationSpec(initial_message, ipv4_private, ipv4_public)
Undocumented
Class | __ |
Undocumented |
Class | __ |
Undocumented |
Class | __ |
Undocumented |
Method | __dir__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | ipv4 |
Undocumented |
Method | ipv4 |
Undocumented |
Constant | __PB2 |
Undocumented |
Constant | __PY |
Undocumented |
Class Variable | __mask |
Undocumented |
Property | ip |
Holds the IP specifications for the allocation, including the type of IP (IPv4 or IPv6) and its corresponding configuration. |
Property | ipv4 |
Undocumented |
Property | ipv4 |
Undocumented |
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, *, ipv4_private: IPv4PrivateAllocationSpec | allocation_pb2.IPv4PrivateAllocationSpec | None | unset.UnsetType
= unset.Unset, ipv4_public: IPv4PublicAllocationSpec | allocation_pb2.IPv4PublicAllocationSpec | None | unset.UnsetType
= unset.Unset):
(source)
¶
Undocumented
@ipv4_private.setter
def ipv4_private(self, value:
def ipv4_private(self, value:
IPv4PrivateAllocationSpec | allocation_pb2.IPv4PrivateAllocationSpec | None
):
(source)
¶
Undocumented
@ipv4_public.setter
def ipv4_public(self, value:
def ipv4_public(self, value:
IPv4PublicAllocationSpec | allocation_pb2.IPv4PublicAllocationSpec | None
):
(source)
¶
Undocumented
Undocumented
Value |
|
Undocumented
Value |
|
@builtins.property
ip_spec:
ip_spec:
__OneOfClass_ip_spec_ipv4_private__ | __OneOfClass_ip_spec_ipv4_public__ | None
=
(source)
¶
Holds the IP specifications for the allocation, including the type of IP (IPv4 or IPv6) and its corresponding configuration.