Ontap Volume Aggregate Configuration
data class OntapVolumeAggregateConfiguration(val aggregates: List<String>? = null, val constituentsPerAggregate: Int? = null, val totalConstituents: Int? = null)
Properties
Link copied to clipboard
Used to specify the names of the aggregates on which the volume will be created. Each aggregate needs to be in the format aggrX where X is the number of the aggregate.
Link copied to clipboard
Used to explicitly set the number of constituents within the FlexGroup per storage aggregate. the default value is 8
.
Link copied to clipboard
The total amount of constituents for a FLEXGROUP
volume. This would equal constituents_per_aggregate x aggregates.