Class FirewallPolicyRolloutOperationRolloutStatusNextRollout
Implements
Inherited Members
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 |