Parameter | Type | Description | Example |
object | A short description of struct | ||
HostIP | string | The IP address of the instance's host. | 11.0.XX.XX |
HostName | string | The name of the instance's host. | smart-scene-cls-854dbdc99d-**** |
InnerIP | string | The internal IP address of the instance. | 172.17.0.17 |
InstanceName | string | The name of the instance. | foo-5fc8946767-v**** |
InstancePort | integer | The network port of the instance. | 8080 |
LastState | array | The status of the instance when it last exited. | |
object | The details of the status. | [] | |
Namespace | string | The namespace of the instance. | foo |
Reason | string | The identifier for the current status of the instance. | RUNNING |
RestartCount | integer | The number of times the instance has been restarted. | 1 |
Status | string | The status of the instance. | Running |
TotalProcesses | integer | The total number of processes for the instance. | 1 |
ReadyProcesses | integer | The number of processes that have started in the instance. | 1 |
StartAt | string | The start time of the instance. (Deprecated. Use StartTime instead.) | 2021-05-27T09:46:05Z |
Role | string | The server role of the instance. Valid values include Queue, DataLoader, and Standard. | Standard |
ResourceType | string | The type of the resource group to which the instance belongs. Valid values include PublicResource and PrivateResource. | PublicResource |
TenantInstanceIP | string | The IP address of the instance in the dedicated network. | 192.168.xx.xx |
TenantHostIP | string | The IP address of the host in the dedicated network. | 192.168.xx.xx |
IsSpot | boolean | Indicates whether the instance is a spot instance. | false |
CurrentAmount | number | The current hourly price of the spot instance. | 0.444 |
OriginalAmount | number | The original price of the spot instance before discounts. | 2.2 |
Isolated | boolean | Indicates whether the instance accepts traffic. | false |
Zone | string | The zone where the instance is located. | cn-shanghai-a |
ExternalIP | string | The IP address of the instance in your VPC. | 192.168.1.100 |
ExternalInstancePort | integer | The port number of the instance in your VPC. | 8080 |
StartTime | string | The start time of the instance. | 2021-05-27T09:46:05Z |
InstanceType | string | The instance type. | ecs.c7.large |