ResourcePolicyGroupPlacementPolicyResponse

data class ResourcePolicyGroupPlacementPolicyResponse(val availabilityDomainCount: Int, val collocation: String, val maxDistance: Int, val vmCount: Int)

A GroupPlacementPolicy specifies resource placement configuration. It specifies the failure bucket separation as well as network locality

Constructors

fun ResourcePolicyGroupPlacementPolicyResponse(availabilityDomainCount: Int, collocation: String, maxDistance: Int, vmCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of availability domains to spread instances across. If two instances are in different availability domain, they are not in the same low latency network.

Link copied to clipboard

Specifies network collocation

Link copied to clipboard

Specifies the number of max logical switches.

Link copied to clipboard

Number of VMs in this placement group. Google does not recommend that you use this field unless you use a compact policy and you want your policy to work only if it contains this exact number of VMs.