public sealed class LargeCapacityConfig : IMessage<LargeCapacityConfig>, IEquatable<LargeCapacityConfig>, IDeepCloneable<LargeCapacityConfig>, IBufferMessage, IMessageReference 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.
Implements
IMessageLargeCapacityConfig, IEquatableLargeCapacityConfig, IDeepCloneableLargeCapacityConfig, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
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 |
|