public sealed class StoragePoolType : IMessage<StoragePoolType>, IEquatable<StoragePoolType>, IDeepCloneable<StoragePoolType>, IBufferMessage, IMessageImplements
IMessageStoragePoolType, IEquatableStoragePoolType, IDeepCloneableStoragePoolType, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
StoragePoolType()
public StoragePoolType()StoragePoolType(StoragePoolType)
public StoragePoolType(StoragePoolType other)| Parameter | |
|---|---|
| Name | Description |
other |
StoragePoolType |
Properties
CreationTimestamp
public string CreationTimestamp { get; set; }[Output Only] Creation timestamp in RFC3339 text format.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Deprecated
public DeprecationStatus Deprecated { get; set; }[Output Only] The deprecation status associated with this storage pool type.
| Property Value | |
|---|---|
| Type | Description |
DeprecationStatus |
|
Description
public string Description { get; set; }[Output Only] An optional description of this resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasCreationTimestamp
public bool HasCreationTimestamp { get; }Gets whether the "creation_timestamp" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasDescription
public bool HasDescription { get; }Gets whether the "description" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasId
public bool HasId { get; }Gets whether the "id" 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 |
|
HasMaxPoolProvisionedCapacityGb
public bool HasMaxPoolProvisionedCapacityGb { get; }Gets whether the "max_pool_provisioned_capacity_gb" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasMaxPoolProvisionedIops
public bool HasMaxPoolProvisionedIops { get; }Gets whether the "max_pool_provisioned_iops" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasMaxPoolProvisionedThroughput
public bool HasMaxPoolProvisionedThroughput { get; }Gets whether the "max_pool_provisioned_throughput" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasMinPoolProvisionedCapacityGb
public bool HasMinPoolProvisionedCapacityGb { get; }Gets whether the "min_pool_provisioned_capacity_gb" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasMinPoolProvisionedIops
public bool HasMinPoolProvisionedIops { get; }Gets whether the "min_pool_provisioned_iops" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasMinPoolProvisionedThroughput
public bool HasMinPoolProvisionedThroughput { get; }Gets whether the "min_pool_provisioned_throughput" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasMinSizeGb
public bool HasMinSizeGb { get; }Gets whether the "min_size_gb" 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 |
|
HasSelfLink
public bool HasSelfLink { get; }Gets whether the "self_link" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasSelfLinkWithId
public bool HasSelfLinkWithId { get; }Gets whether the "self_link_with_id" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasZone
public bool HasZone { get; }Gets whether the "zone" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Id
public ulong Id { get; set; }[Output Only] The unique identifier for the resource. This identifier is defined by the server.
| Property Value | |
|---|---|
| Type | Description |
ulong |
|
Kind
public string Kind { get; set; }[Output Only] Type of the resource. Always compute#storagePoolType for storage pool types.
| Property Value | |
|---|---|
| Type | Description |
string |
|
MaxPoolProvisionedCapacityGb
public long MaxPoolProvisionedCapacityGb { get; set; }[Output Only] Maximum storage pool size in GB.
| Property Value | |
|---|---|
| Type | Description |
long |
|
MaxPoolProvisionedIops
public long MaxPoolProvisionedIops { get; set; }[Output Only] Maximum provisioned IOPS.
| Property Value | |
|---|---|
| Type | Description |
long |
|
MaxPoolProvisionedThroughput
public long MaxPoolProvisionedThroughput { get; set; }[Output Only] Maximum provisioned throughput.
| Property Value | |
|---|---|
| Type | Description |
long |
|
MinPoolProvisionedCapacityGb
public long MinPoolProvisionedCapacityGb { get; set; }[Output Only] Minimum storage pool size in GB.
| Property Value | |
|---|---|
| Type | Description |
long |
|
MinPoolProvisionedIops
public long MinPoolProvisionedIops { get; set; }[Output Only] Minimum provisioned IOPS.
| Property Value | |
|---|---|
| Type | Description |
long |
|
MinPoolProvisionedThroughput
public long MinPoolProvisionedThroughput { get; set; }[Output Only] Minimum provisioned throughput.
| Property Value | |
|---|---|
| Type | Description |
long |
|
MinSizeGb
public long MinSizeGb { get; set; }[Deprecated] This field is deprecated. Use minPoolProvisionedCapacityGb instead.
| Property Value | |
|---|---|
| Type | Description |
long |
|
Name
public string Name { get; set; }[Output Only] Name of the resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SelfLink
public string SelfLink { get; set; }[Output Only] Server-defined URL for the resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SelfLinkWithId
public string SelfLinkWithId { get; set; }[Output Only] Server-defined URL for this resource with the resource id.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SupportedDiskTypes
public RepeatedField<string> SupportedDiskTypes { get; }[Output Only] The list of disk types supported in this storage pool type.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Zone
public string Zone { get; set; }[Output Only] URL of the zone where the storage pool type resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
| Property Value | |
|---|---|
| Type | Description |
string |
|