Table of Contents

Class CreateAggregateConfiguration

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

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

public class CreateAggregateConfiguration
Inheritance
CreateAggregateConfiguration
Inherited Members

Constructors

CreateAggregateConfiguration()

public CreateAggregateConfiguration()

Properties

Aggregates

Gets and sets the property Aggregates.

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

public List<string> Aggregates { get; set; }

Property Value

List<string>

ConstituentsPerAggregate

Gets and sets the property ConstituentsPerAggregate.

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.

public int ConstituentsPerAggregate { get; set; }

Property Value

int