OntapVolumeAggregateConfigurationArgs

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

Constructors

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

Properties

Link copied to clipboard
val aggregates: Output<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
val constituentsPerAggregate: Output<Int>? = null

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

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

Functions

Link copied to clipboard
open override fun toJava(): OntapVolumeAggregateConfigurationArgs