Show / Hide Table of Contents

Class DistributionPolicy

Inheritance
object
DistributionPolicy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class DistributionPolicy : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

TargetShape

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

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

Zones

Zones where the regional managed instance group will create and manage its instances. By default, a regional MIG doesn't automatically select an AI zone to create instances, even if an AI zone is available in the specified region. To create instances in an AI zone in the selected region, you must explicitly specify it in the distribution policy together with the other preferred zones.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX