Resource Policy Group Placement Policy Args
data class ResourcePolicyGroupPlacementPolicyArgs(val availabilityDomainCount: Output<Int>? = null, val collocation: Output<String>? = null, val maxDistance: Output<Int>? = null, val vmCount: Output<Int>? = null) : ConvertibleToJava<ResourcePolicyGroupPlacementPolicyArgs>
Constructors
Link copied to clipboard
fun ResourcePolicyGroupPlacementPolicyArgs(availabilityDomainCount: Output<Int>? = null, collocation: Output<String>? = null, maxDistance: Output<Int>? = null, vmCount: Output<Int>? = null)
Functions
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
.