Class FirewallPolicyRolloutOperation
Represents progressive rollout input parameters and current status.
Implements
Inherited Members
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 |