Class: Aws::FSx::Types::CreateAggregateConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::CreateAggregateConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#aggregates ⇒ Array<String>
Used to specify the names of aggregates on which the volume will be created.
-
#constituents_per_aggregate ⇒ Integer
Used to explicitly set the number of constituents within the FlexGroup per storage aggregate.
Instance Attribute Details
#aggregates ⇒ Array<String>
Used to specify the names of aggregates on which the volume will be created.
1082 1083 1084 1085 1086 1087 |
# File 'lib/aws-sdk-fsx/types.rb', line 1082 class CreateAggregateConfiguration < Struct.new( :aggregates, :constituents_per_aggregate) SENSITIVE = [] include Aws::Structure end |
#constituents_per_aggregate ⇒ Integer
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.
1082 1083 1084 1085 1086 1087 |
# File 'lib/aws-sdk-fsx/types.rb', line 1082 class CreateAggregateConfiguration < Struct.new( :aggregates, :constituents_per_aggregate) SENSITIVE = [] include Aws::Structure end |