public sealed class StatefulPolicyPreservedState : IMessage<StatefulPolicyPreservedState>, IEquatable<StatefulPolicyPreservedState>, IDeepCloneable<StatefulPolicyPreservedState>, IBufferMessage, IMessage
Configuration of preserved resources.
Implements
IMessage<StatefulPolicyPreservedState>, IEquatable<StatefulPolicyPreservedState>, IDeepCloneable<StatefulPolicyPreservedState>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
StatefulPolicyPreservedState()
public StatefulPolicyPreservedState()
StatefulPolicyPreservedState(StatefulPolicyPreservedState)
public StatefulPolicyPreservedState(StatefulPolicyPreservedState other)
Parameter | |
---|---|
Name | Description |
other | StatefulPolicyPreservedState |
Properties
Disks
public MapField<string, StatefulPolicyPreservedStateDiskDevice> Disks { get; }
Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.
Property Value | |
---|---|
Type | Description |
MapField<String, StatefulPolicyPreservedStateDiskDevice> |