NetApp v1 API - Class LargeCapacityConfig (1.16.0)

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

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

Configuration for a Large Capacity Volume. A Large Capacity Volume supports sizes ranging from 4.8 TiB to 20 PiB, it is composed of multiple internal constituents, and must be created in a large capacity pool.

Inheritance

object > LargeCapacityConfig

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

LargeCapacityConfig()

public LargeCapacityConfig()

LargeCapacityConfig(LargeCapacityConfig)

public LargeCapacityConfig(LargeCapacityConfig other)
Parameter
Name Description
other LargeCapacityConfig

Properties

ConstituentCount

public int ConstituentCount { get; set; }

Optional. The number of internal constituents (e.g., FlexVols) for this large volume. The minimum number of constituents is 2.

Property Value
Type Description
int