ServerFarmInstance Class
Represents details of a single instance in a server farm.
Constructor
ServerFarmInstance(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
instance_name
|
The instance name. |
|
ip_address
|
The instance IP address. |
|
status
|
The instance status. |
Attributes
instance_name
The instance name.
instance_name: str | None
ip_address
The instance IP address.
ip_address: str | None
status
The instance status.
status: str | None