Get Address Pools Pool
data class GetAddressPoolsPool(val addressPoolId: String, val addressPoolName: String, val addresses: List<GetAddressPoolsPoolAddress>, val createTime: String, val createTimestamp: String, val id: String, val instanceId: String, val lbaStrategy: String, val monitorConfigId: String, val monitorStatus: String, val type: String, val updateTime: String, val updateTimestamp: String)
Constructors
Link copied to clipboard
constructor(addressPoolId: String, addressPoolName: String, addresses: List<GetAddressPoolsPoolAddress>, createTime: String, createTimestamp: String, id: String, instanceId: String, lbaStrategy: String, monitorConfigId: String, monitorStatus: String, type: String, updateTime: String, updateTimestamp: String)
Properties
Link copied to clipboard
The address lists of the Address Pool.
Link copied to clipboard
The first ID of the resource.
Link copied to clipboard
The name of the address pool.
Link copied to clipboard
The time when the address pool was created.
Link copied to clipboard
The timestamp that indicates when the address pool was created.
Link copied to clipboard
The id of the instance.
Link copied to clipboard
The load balancing policy of the address pool.
Link copied to clipboard
The ID of the health check task.
Link copied to clipboard
Indicates whether health checks are configured.
Link copied to clipboard
The time when the address pool was updated.
Link copied to clipboard
The timestamp that indicates when the address pool was updated.