Show / Hide Table of Contents

Class RolloutPolicy

A rollout policy configuration.

Inheritance
object
RolloutPolicy
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 RolloutPolicy : IDirectResponseSchema

Properties

DefaultRolloutTime

An optional RFC3339 timestamp on or after which the update is considered rolled out to any zone that is not explicitly stated.

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

ETag

The ETag of the item.

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

LocationRolloutPolicies

Location based rollout policies to apply to the resource. Currently only zone names are supported and must be represented as valid URLs, like: zones/us-central1-a. The value expects an RFC3339 timestamp on or after which the update is considered rolled out to the specified location.

Declaration
[JsonProperty("locationRolloutPolicies")]
public virtual IDictionary<string, string> LocationRolloutPolicies { get; set; }
Property Value
Type Description
IDictionary<string, string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX