Class CfnVolume.AggregateConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.fsx.CfnVolume.AggregateConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVolume.AggregateConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVolume.AggregateConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnVolume.AggregateConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVolume.AggregateConfigurationProperty
An implementation for
CfnVolume.AggregateConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.fsx.CfnVolume.AggregateConfigurationProperty
CfnVolume.AggregateConfigurationProperty.Builder, CfnVolume.AggregateConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVolume.AggregateConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnVolume.AggregateConfigurationProperty.Builder.
-
-
Method Details
-
getAggregates
Description copied from interface:CfnVolume.AggregateConfigurationPropertyThe list of aggregates that this volume resides on.Aggregates are storage pools which make up your primary storage tier. Each high-availability (HA) pair has one aggregate. The names of the aggregates map to the names of the aggregates in the ONTAP CLI and REST API. For FlexVols, there will always be a single entry.
Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions:
- The strings in the value of
Aggregatesare not are not formatted asaggrX, where X is a number between 1 and 12. - The value of
Aggregatescontains aggregates that are not present. - One or more of the aggregates supplied are too close to the volume limit to support adding more volumes.
- Specified by:
getAggregatesin interfaceCfnVolume.AggregateConfigurationProperty- See Also:
- The strings in the value of
-
getConstituentsPerAggregate
Description copied from interface:CfnVolume.AggregateConfigurationPropertyUsed 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.
- Specified by:
getConstituentsPerAggregatein interfaceCfnVolume.AggregateConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-