NetApp v1 API - Class StoragePool (1.11.0)

public sealed class StoragePool : IMessage<StoragePool>, IEquatable<StoragePool>, IDeepCloneable<StoragePool>, IBufferMessage, IMessage

Reference documentation and code samples for the NetApp v1 API class StoragePool.

StoragePool is a container for volumes with a service level and capacity. Volumes can be created in a pool of sufficient available capacity. StoragePool capacity is what you are billed for.

Inheritance

object > StoragePool

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

StoragePool()

public StoragePool()

StoragePool(StoragePool)

public StoragePool(StoragePool other)
Parameter
Name Description
other StoragePool

Properties

ActiveDirectory

public string ActiveDirectory { get; set; }

Optional. Specifies the Active Directory to be used for creating a SMB volume.

Property Value
Type Description
string

ActiveDirectoryAsActiveDirectoryName

public ActiveDirectoryName ActiveDirectoryAsActiveDirectoryName { get; set; }

ActiveDirectoryName-typed view over the ActiveDirectory resource name property.

Property Value
Type Description
ActiveDirectoryName

AllowAutoTiering

public bool AllowAutoTiering { get; set; }

Optional. True if the storage pool supports Auto Tiering enabled volumes. Default is false. Auto-tiering can be enabled after storage pool creation but it can't be disabled once enabled.

Property Value
Type Description
bool

AvailableThroughputMibps

public double AvailableThroughputMibps { get; set; }

Output only. Available throughput of the storage pool (in MiB/s).

Property Value
Type Description
double

CapacityGib

public long CapacityGib { get; set; }

Required. Capacity in GIB of the pool

Property Value
Type Description
long

ColdTierSizeUsedGib

public long ColdTierSizeUsedGib { get; set; }

Output only. Total cold tier data rounded down to the nearest GiB used by the storage pool.

Property Value
Type Description
long

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Create time of the storage pool

Property Value
Type Description
Timestamp

CustomPerformanceEnabled

public bool CustomPerformanceEnabled { get; set; }

Optional. True if using Independent Scaling of capacity and performance (Hyperdisk) By default set to false

Property Value
Type Description
bool

Description

public string Description { get; set; }

Optional. Description of the storage pool

Property Value
Type Description
string

EnableHotTierAutoResize

public bool EnableHotTierAutoResize { get; set; }

Optional. Flag indicating that the hot-tier threshold will be auto-increased by 10% of the hot-tier when it hits 100%. Default is true. The increment will kick in only if the new size after increment is still less than or equal to storage pool size.

Property Value
Type Description
bool

EncryptionType

public EncryptionType EncryptionType { get; set; }

Output only. Specifies the current pool encryption key source.

Property Value
Type Description
EncryptionType

GlobalAccessAllowed

[Obsolete]
public bool GlobalAccessAllowed { get; set; }

Deprecated. Used to allow SO pool to access AD or DNS server from other regions.

Property Value
Type Description
bool

HasEnableHotTierAutoResize

public bool HasEnableHotTierAutoResize { get; }

Gets whether the "enable_hot_tier_auto_resize" field is set

Property Value
Type Description
bool

HasGlobalAccessAllowed

[Obsolete]
public bool HasGlobalAccessAllowed { get; }

Gets whether the "global_access_allowed" field is set

Property Value
Type Description
bool

HotTierSizeGib

public long HotTierSizeGib { get; set; }

Optional. Total hot tier capacity for the Storage Pool. It is applicable only to Flex service level. It should be less than the minimum storage pool size and cannot be more than the current storage pool size. It cannot be decreased once set.

Property Value
Type Description
long

HotTierSizeUsedGib

public long HotTierSizeUsedGib { get; set; }

Output only. Total hot tier data rounded down to the nearest GiB used by the storage pool.

Property Value
Type Description
long

KmsConfig

public string KmsConfig { get; set; }

Optional. Specifies the KMS config to be used for volume encryption.

Property Value
Type Description
string

KmsConfigAsKmsConfigName

public KmsConfigName KmsConfigAsKmsConfigName { get; set; }

KmsConfigName-typed view over the KmsConfig resource name property.

Property Value
Type Description
KmsConfigName

Labels

public MapField<string, string> Labels { get; }

Optional. Labels as key value pairs

Property Value
Type Description
MapFieldstringstring

LdapEnabled

public bool LdapEnabled { get; set; }

Optional. Flag indicating if the pool is NFS LDAP enabled or not.

Property Value
Type Description
bool

Name

public string Name { get; set; }

Identifier. Name of the storage pool

Property Value
Type Description
string

Network

public string Network { get; set; }

Required. VPC Network name. Format: projects/{project}/global/networks/{network}

Property Value
Type Description
string

NetworkAsNetworkName

public NetworkName NetworkAsNetworkName { get; set; }

NetworkName-typed view over the Network resource name property.

Property Value
Type Description
NetworkName

PsaRange

public string PsaRange { get; set; }

Optional. This field is not implemented. The values provided in this field are ignored.

Property Value
Type Description
string

QosType

public QosType QosType { get; set; }

Optional. QoS (Quality of Service) Type of the storage pool

Property Value
Type Description
QosType

ReplicaZone

public string ReplicaZone { get; set; }

Optional. Specifies the replica zone for regional storagePool.

Property Value
Type Description
string

SatisfiesPzi

public bool SatisfiesPzi { get; set; }

Output only. Reserved for future use

Property Value
Type Description
bool

SatisfiesPzs

public bool SatisfiesPzs { get; set; }

Output only. Reserved for future use

Property Value
Type Description
bool

ServiceLevel

public ServiceLevel ServiceLevel { get; set; }

Required. Service level of the storage pool

Property Value
Type Description
ServiceLevel

State

public StoragePool.Types.State State { get; set; }

Output only. State of the storage pool

Property Value
Type Description
StoragePoolTypesState

StateDetails

public string StateDetails { get; set; }

Output only. State details of the storage pool

Property Value
Type Description
string

StoragePoolName

public StoragePoolName StoragePoolName { get; set; }

StoragePoolName-typed view over the Name resource name property.

Property Value
Type Description
StoragePoolName

TotalIops

public long TotalIops { get; set; }

Optional. Custom Performance Total IOPS of the pool if not provided, it will be calculated based on the total_throughput_mibps

Property Value
Type Description
long

TotalThroughputMibps

public long TotalThroughputMibps { get; set; }

Optional. Custom Performance Total Throughput of the pool (in MiBps)

Property Value
Type Description
long

VolumeCapacityGib

public long VolumeCapacityGib { get; set; }

Output only. Allocated size of all volumes in GIB in the storage pool

Property Value
Type Description
long

VolumeCount

public int VolumeCount { get; set; }

Output only. Volume count of the storage pool

Property Value
Type Description
int

Zone

public string Zone { get; set; }

Optional. Specifies the active zone for regional storagePool.

Property Value
Type Description
string