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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.fsx.CfnVolume.AggregateConfigurationProperty
CfnVolume.AggregateConfigurationProperty.Builder, CfnVolume.AggregateConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnVolume.AggregateConfigurationProperty.Builder
.protected
Jsii$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.AggregateConfigurationProperty
The 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
Aggregates
are not are not formatted asaggrX
, where X is a number between 1 and 12. - The value of
Aggregates
contains 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:
getAggregates
in interfaceCfnVolume.AggregateConfigurationProperty
- See Also:
- The strings in the value of
-
getConstituentsPerAggregate
Description copied from interface:CfnVolume.AggregateConfigurationProperty
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.
- Specified by:
getConstituentsPerAggregate
in interfaceCfnVolume.AggregateConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-