public sealed class RolloutRolloutEntity : IMessage<RolloutRolloutEntity>, IEquatable<RolloutRolloutEntity>, IDeepCloneable<RolloutRolloutEntity>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class RolloutRolloutEntity.
Specifications of the resource to roll out.
Implements
IMessageRolloutRolloutEntity, IEquatableRolloutRolloutEntity, IDeepCloneableRolloutRolloutEntity, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
RolloutRolloutEntity()
public RolloutRolloutEntity()RolloutRolloutEntity(RolloutRolloutEntity)
public RolloutRolloutEntity(RolloutRolloutEntity other)| Parameter | |
|---|---|
| Name | Description |
other |
RolloutRolloutEntity |
Properties
OrchestratedEntity
public RolloutRolloutEntityOrchestratedEntity OrchestratedEntity { get; set; }Optional. Entity details for products using the Orchestrated Integration model.
| Property Value | |
|---|---|
| Type | Description |
RolloutRolloutEntityOrchestratedEntity |
|