Class OntapVolumeAggregateConfigurationArgs


  • public final class OntapVolumeAggregateConfigurationArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • aggregates

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> aggregates()
        Returns:
        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.
      • constituentsPerAggregate

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> constituentsPerAggregate()
        Returns:
        Used to explicitly set the number of constituents within the FlexGroup per storage aggregate. the default value is `8`.
      • totalConstituents

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> totalConstituents()
        Returns:
        The total amount of constituents for a `FLEXGROUP` volume. This would equal constituents_per_aggregate x aggregates.