GetApplicationLoadBalancersBalancer

data class GetApplicationLoadBalancersBalancer(val address: String, val addressIpVersion: String, val addressType: String, val autoReleaseTime: Int, val backendServers: List<GetApplicationLoadBalancersBalancerBackendServer>, val bandwidth: Int, val createTimeStamp: Int, val deleteProtection: String, val endTime: String, val endTimeStamp: Int, val id: String, val internetChargeType: String, val listenerPortsAndProtocals: List<GetApplicationLoadBalancersBalancerListenerPortsAndProtocal>, val listenerPortsAndProtocols: List<GetApplicationLoadBalancersBalancerListenerPortsAndProtocol>, val loadBalancerId: String, val loadBalancerName: String, val loadBalancerSpec: String, val masterZoneId: String, val modificationProtectionReason: String, val modificationProtectionStatus: String, val networkType: String, val paymentType: String, val regionIdAlias: String, val renewalCycUnit: String, val renewalDuration: Int, val renewalStatus: String, val resourceGroupId: String, val slaveZoneId: String, val status: String, val tags: Map<String, String>, val vpcId: String, val vswitchId: String)

Constructors

Link copied to clipboard
constructor(address: String, addressIpVersion: String, addressType: String, autoReleaseTime: Int, backendServers: List<GetApplicationLoadBalancersBalancerBackendServer>, bandwidth: Int, createTimeStamp: Int, deleteProtection: String, endTime: String, endTimeStamp: Int, id: String, internetChargeType: String, listenerPortsAndProtocals: List<GetApplicationLoadBalancersBalancerListenerPortsAndProtocal>, listenerPortsAndProtocols: List<GetApplicationLoadBalancersBalancerListenerPortsAndProtocol>, loadBalancerId: String, loadBalancerName: String, loadBalancerSpec: String, masterZoneId: String, modificationProtectionReason: String, modificationProtectionStatus: String, networkType: String, paymentType: String, regionIdAlias: String, renewalCycUnit: String, renewalDuration: Int, renewalStatus: String, resourceGroupId: String, slaveZoneId: 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

The address ip version. Valid values ipv4 and ipv6.

Link copied to clipboard

The address type of the SLB. Valid values internet and intranet.

Link copied to clipboard

The auto release time.

Link copied to clipboard
Link copied to clipboard

The bandwidth of the SLB.

Link copied to clipboard

The create time stamp of the SLB.

Link copied to clipboard

Whether the SLB should delete protection.

Link copied to clipboard

The end time of the SLB.

Link copied to clipboard

The end time stamp of the SLB.

Link copied to clipboard
val id: String

ID of the SLB.

Link copied to clipboard

The internet charge type. Valid values PayByBandwidth and PayByTraffic.

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

Thd ID of the SLB.

Link copied to clipboard

The name of the SLB.

Link copied to clipboard

The specification of the SLB.

Link copied to clipboard

The master zone id of the SLB.

Link copied to clipboard

The reason of modification protection.

Link copied to clipboard

The status of modification protection.

Link copied to clipboard

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

Link copied to clipboard

The payment type of SLB. Valid values PayAsYouGo and Subscription.

Link copied to clipboard

Region ID the SLB belongs to.

Link copied to clipboard

The renewal cyc unit of the SLB.

Link copied to clipboard

The renewal duration of the SLB.

Link copied to clipboard

The renewal status of the SLB.

Link copied to clipboard

The Id of resource group which SLB belongs.

Link copied to clipboard

The slave zone id of the SLB.

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.