Show / Hide Table of Contents

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 Source

AvailabilityDomainCount

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>
View Source

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
View Source

VmCount

Number of vms in this placement group.

Declaration
public readonly int? VmCount
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.