Get Server Groups Group
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, Any>, val vpcId: String)
Constructors
Link copied to clipboard
fun GetServerGroupsGroup(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, Any>, vpcId: String)