Class VolumePool
VolumePool representation of a Cloud Filestore volume pool.
Implements
Inherited Members
Namespace: Google.Apis.CloudFilestore.v1beta1.Data
Assembly: Google.Apis.CloudFilestore.v1beta1.dll
Syntax
public class VolumePool : IDirectResponseSchema
Properties
ActiveVolumeIops
Optional. The number of IOPs provisioned per active volume.
Declaration
[JsonProperty("activeVolumeIops")]
public virtual int? ActiveVolumeIops { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
CreateTimeRaw
Output only. The time when the volume pool was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DefaultVolumeQuotaMib
Optional. The default quota per volume in MiB. Default: 1024 MiB.
Declaration
[JsonProperty("defaultVolumeQuotaMib")]
public virtual int? DefaultVolumeQuotaMib { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Description
Optional. A description of the volume pool with 2048 characters or less.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Labels
Optional. Resource labels to represent user provided metadata.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
Name
Identifier. The resource name of the volume pool, in the format
projects/{project}/locations/{location}/volumePools/{volume_pool}.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Network
Required. The VPC network to which the VolumePool should be attached. Only Private Service Connect (PSC) is supported.
Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Uid
Output only. System-assigned unique identifier for the volume pool.
Declaration
[JsonProperty("uid")]
public virtual string Uid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |