- 3.22.0 (latest)
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class SavedDisk : IMessage<SavedDisk>, IEquatable<SavedDisk>, IDeepCloneable<SavedDisk>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class SavedDisk.
An instance-attached disk resource.
Implements
IMessageSavedDisk, IEquatableSavedDisk, IDeepCloneableSavedDisk, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
SavedDisk()
public SavedDisk()SavedDisk(SavedDisk)
public SavedDisk(SavedDisk other)| Parameter | |
|---|---|
| Name | Description |
other |
SavedDisk |
Properties
Architecture
public string Architecture { get; set; }Output only. [Output Only] The architecture of the attached disk. Check the Architecture enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasArchitecture
public bool HasArchitecture { get; }Gets whether the "architecture" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasKind
public bool HasKind { get; }Gets whether the "kind" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasSourceDisk
public bool HasSourceDisk { get; }Gets whether the "source_disk" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasStorageBytes
public bool HasStorageBytes { get; }Gets whether the "storage_bytes" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasStorageBytesStatus
public bool HasStorageBytesStatus { get; }Gets whether the "storage_bytes_status" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Kind
public string Kind { get; set; }Output only. [Output Only] Type of the resource. Always compute#savedDisk for attached disks.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SourceDisk
public string SourceDisk { get; set; }Output only. Specifies a URL of the disk attached to the source instance.
| Property Value | |
|---|---|
| Type | Description |
string |
|
StorageBytes
public long StorageBytes { get; set; }Output only. [Output Only] Size of the individual disk snapshot used by this machine image.
| Property Value | |
|---|---|
| Type | Description |
long |
|
StorageBytesStatus
public string StorageBytesStatus { get; set; }Output only. [Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date. Check the StorageBytesStatus enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|