Class: Aws::FSx::Types::CreateAggregateConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb

Overview

Used to specify the configuration options for an FSx for ONTAP volume's storage aggregate or aggregates.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregatesArray<String>

Used to specify the names of aggregates on which the volume will be created.

Returns:

  • (Array<String>)


1061
1062
1063
1064
1065
1066
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 1061

class CreateAggregateConfiguration < Struct.new(
  :aggregates,
  :constituents_per_aggregate)
  SENSITIVE = []
  include Aws::Structure
end

#constituents_per_aggregateInteger

Used to explicitly set the number of constituents within the FlexGroup per storage aggregate. This field is optional when creating a FlexGroup volume. If unspecified, the default value will be 8. This field cannot be provided when creating a FlexVol volume.

Returns:

  • (Integer)


1061
1062
1063
1064
1065
1066
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 1061

class CreateAggregateConfiguration < Struct.new(
  :aggregates,
  :constituents_per_aggregate)
  SENSITIVE = []
  include Aws::Structure
end