Class StatefulPolicyPreservedState (1.2.0)

public sealed class StatefulPolicyPreservedState : IMessage<StatefulPolicyPreservedState>, IEquatable<StatefulPolicyPreservedState>, IDeepCloneable<StatefulPolicyPreservedState>, IBufferMessage, IMessage

Configuration of preserved resources.

Inheritance

Object > StatefulPolicyPreservedState

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

StatefulPolicyPreservedState()

public StatefulPolicyPreservedState()

StatefulPolicyPreservedState(StatefulPolicyPreservedState)

public StatefulPolicyPreservedState(StatefulPolicyPreservedState other)
Parameter
NameDescription
otherStatefulPolicyPreservedState

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
TypeDescription
MapField<String, StatefulPolicyPreservedStateDiskDevice>