OntapVolumeAggregateConfiguration

data class OntapVolumeAggregateConfiguration(val aggregates: List<String>? = null, val constituentsPerAggregate: Int? = null, val totalConstituents: Int? = null)

Constructors

Link copied to clipboard
constructor(aggregates: List<String>? = null, constituentsPerAggregate: Int? = null, totalConstituents: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aggregates: List<String>? = null

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
val totalConstituents: Int? = null

The total amount of constituents for a FLEXGROUP volume. This would equal constituents_per_aggregate x aggregates.