GetApplicationLoadBalancersSlb

data class GetApplicationLoadBalancersSlb(val address: String, val creationTime: String, val id: String, val internet: Boolean, val masterAvailabilityZone: String, val name: String, val networkType: String, val regionId: String, val slaveAvailabilityZone: String, val status: String, val tags: Map<String, String>, val vpcId: String, val vswitchId: String)

Constructors

Link copied to clipboard
constructor(address: String, creationTime: String, id: String, internet: Boolean, masterAvailabilityZone: String, name: String, networkType: String, regionId: String, slaveAvailabilityZone: String, status: String, tags: Map<String, String>, vpcId: String, vswitchId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Service address of the SLBs.

Link copied to clipboard
Link copied to clipboard
val id: String

ID of the SLB.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Network type of the SLBs. Valid values: vpc and classic.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

SLB current status. Possible values: inactive, active and locked.

Link copied to clipboard

A map of tags assigned to the SLB instances. The tags can have a maximum of 5 tag. It must be in the format:

Link copied to clipboard

ID of the VPC linked to the SLBs.

Link copied to clipboard

ID of the vSwitch linked to the SLBs.