GetLoadBalancersBalancer

data class GetLoadBalancersBalancer(val addressIpVersion: String, val addressType: String, val bandwidthPackageId: String, val createTime: String, val crossZoneEnabled: Boolean, val dnsName: String, val id: String, val ipv6AddressType: String, val loadBalancerBusinessStatus: String, val loadBalancerId: String, val loadBalancerName: String, val loadBalancerType: String, val operationLocks: List<GetLoadBalancersBalancerOperationLock>, val resourceGroupId: String, val securityGroupIds: List<String>, val status: String, val tags: Map<String, String>? = null, val vpcId: String, val zoneMappings: List<GetLoadBalancersBalancerZoneMapping>)

Constructors

Link copied to clipboard
constructor(addressIpVersion: String, addressType: String, bandwidthPackageId: String, createTime: String, crossZoneEnabled: Boolean, dnsName: String, id: String, ipv6AddressType: String, loadBalancerBusinessStatus: String, loadBalancerId: String, loadBalancerName: String, loadBalancerType: String, operationLocks: List<GetLoadBalancersBalancerOperationLock>, resourceGroupId: String, securityGroupIds: List<String>, status: String, tags: Map<String, String>? = null, vpcId: String, zoneMappings: List<GetLoadBalancersBalancerZoneMapping>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IP version.

Link copied to clipboard

The type of IPv4 address used by the NLB instance.

Link copied to clipboard

The ID of the EIP bandwidth plan that is associated with the NLB instance if the NLB instance uses a public IP address.

Link copied to clipboard

The time when the resource was created. The time is displayed in UTC in yyyy-MM-ddTHH:mm:ssZ format.

Link copied to clipboard

Indicates whether cross-zone load balancing is enabled for the NLB instance.

Link copied to clipboard

The domain name of the NLB instance.

Link copied to clipboard
val id: String

The ID of the NLB instance.

Link copied to clipboard

The type of IPv6 address used by the NLB instance.

Link copied to clipboard

The business status of the NLB instance.

Link copied to clipboard

The ID of the NLB instance.

Link copied to clipboard

The name of the NLB instance.

Link copied to clipboard

The type of the SLB instance. Only Network is supported, which indicates NLB.

Link copied to clipboard

The configuration of the operation lock. This parameter takes effect if LoadBalancerBussinessStatus is Abnormal.

Link copied to clipboard

The ID of the resource group.

Link copied to clipboard

The security group to which the NLB instance belongs.

Link copied to clipboard

The status of the NLB instance.

Link copied to clipboard
val tags: Map<String, String>? = null

The tag of the resource.

Link copied to clipboard

The ID of the VPC where the NLB instance is deployed.

Link copied to clipboard

The zones and the vSwitches in the zones. An NLB instance can be deployed across 2 to 10 zones.