Class GlobalVmExtensionPolicyRolloutOperationRolloutStatus
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class GlobalVmExtensionPolicyRolloutOperationRolloutStatus : IDirectResponseSchema
Properties
CurrentRollouts
Output only. [Output Only] The current rollouts for the latest version of the resource. There should be only one current rollout, but for scalability, we make it repeated.
Declaration
[JsonProperty("currentRollouts")]
public virtual IList<GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadata> CurrentRollouts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadata> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PreviousRollout
Output only. [Output Only] The last completed rollout resource. This field will not be populated until the first rollout is completed.
Declaration
[JsonProperty("previousRollout")]
public virtual GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadata PreviousRollout { get; set; }
Property Value
| Type | Description |
|---|---|
| GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadata |