VirtualIPMapping Class
Virtual IP mapping.
Constructor
VirtualIPMapping(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
virtual_ip
|
Virtual IP address. |
|
internal_http_port
|
Internal HTTP port. |
|
internal_https_port
|
Internal HTTPS port. |
|
in_use
|
Is virtual IP mapping in use. |
|
service_name
|
name of the service that virtual IP is assigned to. |
Attributes
in_use
Is virtual IP mapping in use.
in_use: bool | None
internal_http_port
Internal HTTP port.
internal_http_port: int | None
internal_https_port
Internal HTTPS port.
internal_https_port: int | None
service_name
name of the service that virtual IP is assigned to.
service_name: str | None
virtual_ip
Virtual IP address.
virtual_ip: str | None