Class ResourcePolicyGroupPlacementPolicy
Inheritance
System.Object
ResourcePolicyGroupPlacementPolicy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ResourcePolicyGroupPlacementPolicy
Fields
View SourceAvailabilityDomainCount
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
Declaration
public readonly int? AvailabilityDomainCount
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Collocation
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.
Declaration
public readonly string Collocation
Field Value
| Type | Description |
|---|---|
| System.String |
VmCount
Number of vms in this placement group.
Declaration
public readonly int? VmCount
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |