- 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 StoragePoolDisk : IMessage<StoragePoolDisk>, IEquatable<StoragePoolDisk>, IDeepCloneable<StoragePoolDisk>, IBufferMessage, IMessageImplements
IMessageStoragePoolDisk, IEquatableStoragePoolDisk, IDeepCloneableStoragePoolDisk, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
StoragePoolDisk()
public StoragePoolDisk()StoragePoolDisk(StoragePoolDisk)
public StoragePoolDisk(StoragePoolDisk other)| Parameter | |
|---|---|
| Name | Description |
other |
StoragePoolDisk |
Properties
AttachedInstances
public RepeatedField<string> AttachedInstances { get; }Output only. [Output Only] Instances this disk is attached to.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
CreationTimestamp
public string CreationTimestamp { get; set; }Output only. [Output Only] Creation timestamp inRFC3339 text format.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Disk
public string Disk { get; set; }Output only. [Output Only] The URL of the disk.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasCreationTimestamp
public bool HasCreationTimestamp { get; }Gets whether the "creation_timestamp" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasDisk
public bool HasDisk { get; }Gets whether the "disk" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasName
public bool HasName { get; }Gets whether the "name" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasProvisionedIops
public bool HasProvisionedIops { get; }Gets whether the "provisioned_iops" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasProvisionedThroughput
public bool HasProvisionedThroughput { get; }Gets whether the "provisioned_throughput" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasSizeGb
public bool HasSizeGb { get; }Gets whether the "size_gb" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasStatus
public bool HasStatus { get; }Gets whether the "status" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasType
public bool HasType { get; }Gets whether the "type" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasUsedBytes
public bool HasUsedBytes { get; }Gets whether the "used_bytes" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Name
public string Name { get; set; }Output only. [Output Only] The name of the disk.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ProvisionedIops
public long ProvisionedIops { get; set; }Output only. [Output Only] The number of IOPS provisioned for the disk.
| Property Value | |
|---|---|
| Type | Description |
long |
|
ProvisionedThroughput
public long ProvisionedThroughput { get; set; }Output only. [Output Only] The throughput provisioned for the disk.
| Property Value | |
|---|---|
| Type | Description |
long |
|
ResourcePolicies
public RepeatedField<string> ResourcePolicies { get; }Output only. [Output Only] Resource policies applied to disk for automatic snapshot creations.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
SizeGb
public long SizeGb { get; set; }Output only. [Output Only] The disk size, in GB.
| Property Value | |
|---|---|
| Type | Description |
long |
|
Status
public string Status { get; set; }Output only. [Output Only] The disk status. Check the Status enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
public string Type { get; set; }Output only. [Output Only] The disk type.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UsedBytes
public long UsedBytes { get; set; }Output only. [Output Only] Amount of disk space used.
| Property Value | |
|---|---|
| Type | Description |
long |
|