public sealed class PreviewFeatureRolloutOperation : IMessage<PreviewFeatureRolloutOperation>, IEquatable<PreviewFeatureRolloutOperation>, IDeepCloneable<PreviewFeatureRolloutOperation>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class PreviewFeatureRolloutOperation.
Represents the rollout operation
Implements
IMessagePreviewFeatureRolloutOperation, IEquatablePreviewFeatureRolloutOperation, IDeepCloneablePreviewFeatureRolloutOperation, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
PreviewFeatureRolloutOperation()
public PreviewFeatureRolloutOperation()
PreviewFeatureRolloutOperation(PreviewFeatureRolloutOperation)
public PreviewFeatureRolloutOperation(PreviewFeatureRolloutOperation other)
Parameter | |
---|---|
Name | Description |
other |
PreviewFeatureRolloutOperation |
Properties
RolloutInput
public PreviewFeatureRolloutOperationRolloutInput RolloutInput { get; set; }
Input only. The input for the rollout operation.
Property Value | |
---|---|
Type | Description |
PreviewFeatureRolloutOperationRolloutInput |