public sealed class GlobalVmExtensionPolicyRolloutOperation : IMessage<GlobalVmExtensionPolicyRolloutOperation>, IEquatable<GlobalVmExtensionPolicyRolloutOperation>, IDeepCloneable<GlobalVmExtensionPolicyRolloutOperation>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GlobalVmExtensionPolicyRolloutOperation.
Represents the rollout operation
Implements
IMessageGlobalVmExtensionPolicyRolloutOperation, IEquatableGlobalVmExtensionPolicyRolloutOperation, IDeepCloneableGlobalVmExtensionPolicyRolloutOperation, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GlobalVmExtensionPolicyRolloutOperation()
public GlobalVmExtensionPolicyRolloutOperation()GlobalVmExtensionPolicyRolloutOperation(GlobalVmExtensionPolicyRolloutOperation)
public GlobalVmExtensionPolicyRolloutOperation(GlobalVmExtensionPolicyRolloutOperation other)| Parameter | |
|---|---|
| Name | Description |
other |
GlobalVmExtensionPolicyRolloutOperation |
Properties
RolloutInput
public GlobalVmExtensionPolicyRolloutOperationRolloutInput RolloutInput { get; set; }Required. The rollout input which defines the rollout plan.
| Property Value | |
|---|---|
| Type | Description |
GlobalVmExtensionPolicyRolloutOperationRolloutInput |
|
RolloutStatus
public GlobalVmExtensionPolicyRolloutOperationRolloutStatus RolloutStatus { get; set; }Output only. [Output Only] The rollout status of the policy.
| Property Value | |
|---|---|
| Type | Description |
GlobalVmExtensionPolicyRolloutOperationRolloutStatus |
|