Get Server Groups Group
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)