Class PreservedState
Preserved state for a given instance.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class PreservedState : IDirectResponseSchema
Properties
Disks
Preserved disks defined for this instance. This map is keyed with the device names of the disks.
Declaration
[JsonProperty("disks")]
public virtual IDictionary<string, PreservedStatePreservedDisk> Disks { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, PreservedStatePreservedDisk> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExternalIPs
Preserved external IPs defined for this instance. This map is keyed with the name of the network interface.
Declaration
[JsonProperty("externalIPs")]
public virtual IDictionary<string, PreservedStatePreservedNetworkIp> ExternalIPs { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, PreservedStatePreservedNetworkIp> |
InternalIPs
Preserved internal IPs defined for this instance. This map is keyed with the name of the network interface.
Declaration
[JsonProperty("internalIPs")]
public virtual IDictionary<string, PreservedStatePreservedNetworkIp> InternalIPs { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, PreservedStatePreservedNetworkIp> |
Metadata
Preserved metadata defined for this instance.
Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, string> Metadata { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |