Resource Policy Group Placement Policy
data class ResourcePolicyGroupPlacementPolicy(val availabilityDomainCount: Int? = null, val collocation: String? = null, val vmCount: Int? = null)
Constructors
Link copied to clipboard
fun ResourcePolicyGroupPlacementPolicy(availabilityDomainCount: Int? = null, collocation: String? = null, vmCount: Int? = null)
Types
Properties
Link copied to clipboard
Collocation specifies whether to place VMs inside the same availability domain on the same low-latency network. Specify COLLOCATED to enable collocation. Can only be specified with vm_count. If compute instances are created with a COLLOCATED policy, then exactly vm_count instances must be created at the same time with the resource policy attached. Possible values are COLLOCATED.