Show / Hide Table of Contents

Class FirewallPolicyRolloutOperationRolloutStatusNextRollout

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

Properties

ETag

The ETag of the item.

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

RolloutId

Output only. [Output only] The id of the next rollout.

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

RolloutPlan

The name of the rollout plan to be used by the next not yet started rollout. This field is auto populated based on RolloutInput when a new rollout is scheduled. This can be manually changed before the scheduled rollout starts. Ex. organizations//locations/global/rolloutPlans/

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX