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.alpha.Data
Assembly: Google.Apis.Compute.alpha.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 in updatePolicy.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.

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