GetServerGroupsGroup

data class GetServerGroupsGroup(val healthCheckConfigs: List<GetServerGroupsGroupHealthCheckConfig>, val id: String, val protocol: String, val scheduler: String, val serverGroupId: String, val serverGroupName: String, val servers: List<GetServerGroupsGroupServer>, val status: String, val stickySessionConfigs: List<GetServerGroupsGroupStickySessionConfig>, val tags: Map<String, Any>, val vpcId: String)

Constructors

Link copied to clipboard
fun GetServerGroupsGroup(healthCheckConfigs: List<GetServerGroupsGroupHealthCheckConfig>, id: String, protocol: String, scheduler: String, serverGroupId: String, serverGroupName: String, servers: List<GetServerGroupsGroupServer>, status: String, stickySessionConfigs: List<GetServerGroupsGroupStickySessionConfig>, tags: Map<String, Any>, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration of health checks.

Link copied to clipboard
val id: String

The ID of the Server Group.

Link copied to clipboard

The server protocol. Valid values: HTTP and HTTPS. Default value: HTTP.

Link copied to clipboard

The scheduling algorithm. Valid values: Wrr, Wlc and Sch.

Link copied to clipboard

The first ID of the res ource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The backend server.

Link copied to clipboard

The status of the resource.

Link copied to clipboard

The configuration of the sticky session.

Link copied to clipboard

A map of tags assigned to the group.

Link copied to clipboard

The ID of the VPC that you want to access.