Get Resource Policy Group Placement Policy
data class GetResourcePolicyGroupPlacementPolicy(val availabilityDomainCount: Int, val collocation: String, val maxDistance: Int, val vmCount: Int)
Properties
Link copied to clipboard
The number of availability domains instances will be spread across. If two instances are in different availability domain, they will not be put in the same low latency network
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: "COLLOCATED"
Link copied to clipboard
Specifies the number of max logical switches.