Ontap Volume Aggregate Configuration Args
data class OntapVolumeAggregateConfigurationArgs(val aggregates: Output<List<String>>? = null, val constituentsPerAggregate: Output<Int>? = null, val totalConstituents: Output<Int>? = null) : ConvertibleToJava<OntapVolumeAggregateConfigurationArgs>
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.