Class PreviewFeatureRolloutOperationRolloutStatus
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class PreviewFeatureRolloutOperationRolloutStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OngoingRollouts
Output only. The ongoing rollout resources. There can be multiple ongoing rollouts for a resource.
Declaration
[JsonProperty("ongoingRollouts")]
public virtual IList<PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata> OngoingRollouts { get; set; }
Property Value
Type | Description |
---|---|
IList<PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata> |
PreviousRollout
Output only. The last completed rollout resource. This field will not be populated until the first rollout is completed.
Declaration
[JsonProperty("previousRollout")]
public virtual PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata PreviousRollout { get; set; }
Property Value
Type | Description |
---|---|
PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata |