Show / Hide Table of Contents

Class DistributionPolicy

Inheritance
System.Object
DistributionPolicy
Implements
IDirectResponseSchema
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: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class DistributionPolicy : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

TargetShape

The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).

Declaration
[JsonProperty("targetShape")]
public virtual string TargetShape { get; set; }
Property Value
Type Description
System.String

Zones

Zones where the regional managed instance group will create and manage its instances.

Declaration
[JsonProperty("zones")]
public virtual IList<DistributionPolicyZoneConfiguration> Zones { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<DistributionPolicyZoneConfiguration>

Implements

IDirectResponseSchema
In This Article
Back to top