Class PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Rollout
The name of the rollout Ex. organizations//locations/global/rollouts/ Ex. folders//locations/global/rollouts/ Ex. projects//locations/global/rollouts/.
Declaration
[JsonProperty("rollout")]
public virtual string Rollout { get; set; }
Property Value
Type | Description |
---|---|
string |
RolloutPlan
The name of the rollout plan Ex. organizations//locations/global/rolloutPlans/ Ex. folders//locations/global/rolloutPlans/ Ex. projects//locations/global/rolloutPlans/.
Declaration
[JsonProperty("rolloutPlan")]
public virtual string RolloutPlan { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
The status of the rollout.
Declaration
[JsonProperty("status")]
public virtual PreviewFeatureStatus Status { get; set; }
Property Value
Type | Description |
---|---|
PreviewFeatureStatus |