Show / Hide Table of Contents

Class FirewallPolicyRolloutOperation

Represents progressive rollout input parameters and current status.

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

Properties

ETag

The ETag of the item.

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

RolloutInput

Input parameters to be used by the next not yet scheduled rollout.

Declaration
[JsonProperty("rolloutInput")]
public virtual FirewallPolicyRolloutOperationRolloutInput RolloutInput { get; set; }
Property Value
Type Description
FirewallPolicyRolloutOperationRolloutInput

RolloutStatus

[Output only] Current status of the rollout.

Declaration
[JsonProperty("rolloutStatus")]
public virtual FirewallPolicyRolloutOperationRolloutStatus RolloutStatus { get; set; }
Property Value
Type Description
FirewallPolicyRolloutOperationRolloutStatus

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX