ResourcePolicyGroupPlacementPolicyResponse

data class ResourcePolicyGroupPlacementPolicyResponse(val availabilityDomainCount: Int, val collocation: String, val locality: String, val maxDistance: Int, val scope: String, val style: String, val tpuTopology: String, 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, locality: String, maxDistance: Int, scope: String, style: String, tpuTopology: String, 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 network locality

Link copied to clipboard

Specifies the number of max logical switches.

Link copied to clipboard

Scope specifies the availability domain to which the VMs should be spread.

Link copied to clipboard

Specifies instances to hosts placement relationship

Link copied to clipboard

Specifies the shape of the TPU slice

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.