GetServerGroupsGroup

data class GetServerGroupsGroup(val addressIpVersion: String, val connectionDrain: Boolean, val connectionDrainTimeout: Int, val healthChecks: List<GetServerGroupsGroupHealthCheck>, val id: String, val preserveClientIpEnabled: Boolean, val protocol: String, val relatedLoadBalancerIds: List<String>, val resourceGroupId: String, val scheduler: String, val serverCount: Int, val serverGroupName: String, val serverGroupType: String, val status: String, val tags: Map<String, String>, val vpcId: String)

Constructors

Link copied to clipboard
constructor(addressIpVersion: String, connectionDrain: Boolean, connectionDrainTimeout: Int, healthChecks: List<GetServerGroupsGroupHealthCheck>, id: String, preserveClientIpEnabled: Boolean, protocol: String, relatedLoadBalancerIds: List<String>, resourceGroupId: String, scheduler: String, serverCount: Int, serverGroupName: String, serverGroupType: String, status: String, tags: Map<String, String>, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The protocol version.

Link copied to clipboard

Indicates whether connection draining is enabled.

Link copied to clipboard

The timeout period of connection draining. Unit: seconds.

Link copied to clipboard

The configurations of health checks.

Link copied to clipboard
val id: String

The ID of the Server Group.

Link copied to clipboard

Indicates whether client address retention is enabled.

Link copied to clipboard

The protocol used to forward requests to the backend servers.

Link copied to clipboard

The NLB instance.

Link copied to clipboard

The ID of the resource group to which the security group belongs.

Link copied to clipboard

The routing algorithm.

Link copied to clipboard

The number of server groups associated with the NLB instance.

Link copied to clipboard

The name of the server group.

Link copied to clipboard

The type of the server group.

Link copied to clipboard

The status of the server group.

Link copied to clipboard

A mapping of tags to assign to the resource.

Link copied to clipboard

The ID of the VPC to which the server group belongs.