class documentation
class PublicIPAddress(pb_classes.Message): (source)
Constructor: PublicIPAddress(initial_message, allocation_id, static)
Describes a public IP address.
| Class | __ |
Undocumented |
| Class | __ |
Undocumented |
| Method | __dir__ |
Undocumented |
| Method | __init__ |
Undocumented |
| Method | allocation |
Undocumented |
| Method | static |
Undocumented |
| Constant | __PB2 |
Undocumented |
| Constant | __PY |
Undocumented |
| Class Variable | __mask |
Undocumented |
| Property | allocation |
Describes different methods of public IP address allocation. |
| Property | allocation |
Allocation identifier if it was created before. |
| Property | static |
If false - Allocation will be created/deleted during NetworkInterface.Allocate/NetworkInterface.Deallocate If true - Allocation will be created/deleted during NetworkInterface.Create/NetworkInterface. |
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, *, allocation_id: builtins.str | None | unset.UnsetType = unset.Unset, static: builtins.bool | None | unset.UnsetType = unset.Unset):
(source)
¶
Undocumented
Undocumented
| Value |
|
Undocumented
| Value |
|