public sealed class PreviewFeatureRolloutOperationRolloutInput : IMessage<PreviewFeatureRolloutOperationRolloutInput>, IEquatable<PreviewFeatureRolloutOperationRolloutInput>, IDeepCloneable<PreviewFeatureRolloutOperationRolloutInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class PreviewFeatureRolloutOperationRolloutInput.
Represents the input for the rollout operation.
Implements
IMessagePreviewFeatureRolloutOperationRolloutInput, IEquatablePreviewFeatureRolloutOperationRolloutInput, IDeepCloneablePreviewFeatureRolloutOperationRolloutInput, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
PreviewFeatureRolloutOperationRolloutInput()
public PreviewFeatureRolloutOperationRolloutInput()
PreviewFeatureRolloutOperationRolloutInput(PreviewFeatureRolloutOperationRolloutInput)
public PreviewFeatureRolloutOperationRolloutInput(PreviewFeatureRolloutOperationRolloutInput other)
Parameter | |
---|---|
Name | Description |
other |
PreviewFeatureRolloutOperationRolloutInput |
Properties
HasName
public bool HasName { get; }
Gets whether the "name" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasPredefinedRolloutPlan
public bool HasPredefinedRolloutPlan { get; }
Gets whether the "predefined_rollout_plan" field is set
Property Value | |
---|---|
Type | Description |
bool |
Name
public string Name { get; set; }
The name of the rollout plan Ex. organizations//locations/global/rolloutPlans/ Ex. folders//locations/global/rolloutPlans/ Ex. projects//locations/global/rolloutPlans/.
Property Value | |
---|---|
Type | Description |
string |
PredefinedRolloutPlan
public string PredefinedRolloutPlan { get; set; }
Predefined rollout plan. Check the PredefinedRolloutPlan enum for the list of possible values.
Property Value | |
---|---|
Type | Description |
string |