public sealed class PreservedState : IMessage<PreservedState>, IEquatable<PreservedState>, IDeepCloneable<PreservedState>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class PreservedState.
Preserved state for a given instance.
Implements
IMessage<PreservedState>, IEquatable<PreservedState>, IDeepCloneable<PreservedState>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
PreservedState()
public PreservedState()
PreservedState(PreservedState)
public PreservedState(PreservedState other)
Parameter | |
---|---|
Name | Description |
other | PreservedState |
Properties
Disks
public MapField<string, PreservedStatePreservedDisk> Disks { get; }
Preserved disks defined for this instance. This map is keyed with the device names of the disks.
Property Value | |
---|---|
Type | Description |
MapField<String, PreservedStatePreservedDisk> |
Metadata
public MapField<string, string> Metadata { get; }
Preserved metadata defined for this instance.
Property Value | |
---|---|
Type | Description |
MapField<String, String> |