Class UpdateFileSystemOntapConfiguration
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<UpdateFileSystemOntapConfiguration.Builder,- UpdateFileSystemOntapConfiguration> 
The configuration updates for an Amazon FSx for NetApp ONTAP file system.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescription(Multi-AZ only) A list of IDs of new virtual private cloud (VPC) route tables to associate (add) with your Amazon FSx for NetApp ONTAP file system.final IntegerReturns the value of the AutomaticBackupRetentionDays property for this object.builder()final StringReturns the value of the DailyAutomaticBackupStartTime property for this object.final DiskIopsConfigurationThe SSD IOPS (input output operations per second) configuration for an Amazon FSx for NetApp ONTAP file system.final String(Multi-AZ only) Specifies the IPv6 address range in which the endpoints to access your file system will be created.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringUpdate the password for thefsxadminuser by entering a new password.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final IntegerhaPairs()Use to update the number of high-availability (HA) pairs for a second-generation single-AZ file system.final booleanFor responses, this returns true if the service returned a value for the AddRouteTableIds property.final inthashCode()final booleanFor responses, this returns true if the service returned a value for the RemoveRouteTableIds property.(Multi-AZ only) A list of IDs of existing virtual private cloud (VPC) route tables to disassociate (remove) from your Amazon FSx for NetApp ONTAP file system.static Class<? extends UpdateFileSystemOntapConfiguration.Builder> final IntegerEnter a new value to change the amount of throughput capacity for the file system in megabytes per second (MBps).final IntegerUse to choose the throughput capacity per HA pair, rather than the total throughput for the file system.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final StringReturns the value of the WeeklyMaintenanceStartTime property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
automaticBackupRetentionDaysReturns the value of the AutomaticBackupRetentionDays property for this object.- Returns:
- The value of the AutomaticBackupRetentionDays property for this object.
 
- 
dailyAutomaticBackupStartTimeReturns the value of the DailyAutomaticBackupStartTime property for this object.- Returns:
- The value of the DailyAutomaticBackupStartTime property for this object.
 
- 
fsxAdminPasswordUpdate the password for the fsxadminuser by entering a new password. You use thefsxadminuser to access the NetApp ONTAP CLI and REST API to manage your file system resources. For more information, see Managing resources using NetApp Application.- Returns:
- Update the password for the fsxadminuser by entering a new password. You use thefsxadminuser to access the NetApp ONTAP CLI and REST API to manage your file system resources. For more information, see Managing resources using NetApp Application.
 
- 
weeklyMaintenanceStartTimeReturns the value of the WeeklyMaintenanceStartTime property for this object.- Returns:
- The value of the WeeklyMaintenanceStartTime property for this object.
 
- 
diskIopsConfigurationThe SSD IOPS (input output operations per second) configuration for an Amazon FSx for NetApp ONTAP file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of an IOPS mode ( AUTOMATICorUSER_PROVISIONED), and in the case ofUSER_PROVISIONEDIOPS, the total number of SSD IOPS provisioned. For more information, see File system storage capacity and IOPS.- Returns:
- The SSD IOPS (input output operations per second) configuration for an Amazon FSx for NetApp ONTAP file
         system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of
         storage. The configuration consists of an IOPS mode (AUTOMATICorUSER_PROVISIONED), and in the case ofUSER_PROVISIONEDIOPS, the total number of SSD IOPS provisioned. For more information, see File system storage capacity and IOPS.
 
- 
throughputCapacityEnter a new value to change the amount of throughput capacity for the file system in megabytes per second (MBps). For more information, see Managing throughput capacity in the FSx for ONTAP User Guide. Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions: - 
 The value of ThroughputCapacityandThroughputCapacityPerHAPairare not the same value.
- 
 The value of ThroughputCapacitywhen divided by the value ofHAPairsis outside of the valid range forThroughputCapacity.
 - Returns:
- Enter a new value to change the amount of throughput capacity for the file system in megabytes per second
         (MBps). For more information, see Managing
         throughput capacity in the FSx for ONTAP User Guide.
         Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions: - 
         The value of ThroughputCapacityandThroughputCapacityPerHAPairare not the same value.
- 
         The value of ThroughputCapacitywhen divided by the value ofHAPairsis outside of the valid range forThroughputCapacity.
 
- 
         
 
- 
 
- 
hasAddRouteTableIdspublic final boolean hasAddRouteTableIds()For responses, this returns true if the service returned a value for the AddRouteTableIds property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
addRouteTableIds(Multi-AZ only) A list of IDs of new virtual private cloud (VPC) route tables to associate (add) with your Amazon FSx for NetApp ONTAP file system. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasAddRouteTableIds()method.- Returns:
- (Multi-AZ only) A list of IDs of new virtual private cloud (VPC) route tables to associate (add) with your Amazon FSx for NetApp ONTAP file system.
 
- 
hasRemoveRouteTableIdspublic final boolean hasRemoveRouteTableIds()For responses, this returns true if the service returned a value for the RemoveRouteTableIds property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
- 
removeRouteTableIds(Multi-AZ only) A list of IDs of existing virtual private cloud (VPC) route tables to disassociate (remove) from your Amazon FSx for NetApp ONTAP file system. You can use the API operation to retrieve the list of VPC route table IDs for a file system. Attempts to modify the collection returned by this method will result in an UnsupportedOperationException. This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasRemoveRouteTableIds()method.- Returns:
- (Multi-AZ only) A list of IDs of existing virtual private cloud (VPC) route tables to disassociate (remove) from your Amazon FSx for NetApp ONTAP file system. You can use the API operation to retrieve the list of VPC route table IDs for a file system.
 
- 
throughputCapacityPerHAPairUse to choose the throughput capacity per HA pair, rather than the total throughput for the file system. This field and ThroughputCapacitycannot be defined in the same API call, but one is required.This field and ThroughputCapacityare the same for file systems with one HA pair.- 
 For SINGLE_AZ_1andMULTI_AZ_1file systems, valid values are 128, 256, 512, 1024, 2048, or 4096 MBps.
- 
 For SINGLE_AZ_2, valid values are 1536, 3072, or 6144 MBps.
- 
 For MULTI_AZ_2, valid values are 384, 768, 1536, 3072, or 6144 MBps.
 Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions: - 
 The value of ThroughputCapacityandThroughputCapacityPerHAPairare not the same value for file systems with one HA pair.
- 
 The value of deployment type is SINGLE_AZ_2andThroughputCapacity/ThroughputCapacityPerHAPairis not a valid HA pair (a value between 1 and 12).
- 
 The value of ThroughputCapacityPerHAPairis not a valid value.
 - Returns:
- Use to choose the throughput capacity per HA pair, rather than the total throughput for the file system.
         
         This field and ThroughputCapacitycannot be defined in the same API call, but one is required.This field and ThroughputCapacityare the same for file systems with one HA pair.- 
         For SINGLE_AZ_1andMULTI_AZ_1file systems, valid values are 128, 256, 512, 1024, 2048, or 4096 MBps.
- 
         For SINGLE_AZ_2, valid values are 1536, 3072, or 6144 MBps.
- 
         For MULTI_AZ_2, valid values are 384, 768, 1536, 3072, or 6144 MBps.
 Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions: - 
         The value of ThroughputCapacityandThroughputCapacityPerHAPairare not the same value for file systems with one HA pair.
- 
         The value of deployment type is SINGLE_AZ_2andThroughputCapacity/ThroughputCapacityPerHAPairis not a valid HA pair (a value between 1 and 12).
- 
         The value of ThroughputCapacityPerHAPairis not a valid value.
 
- 
         
 
- 
 
- 
haPairsUse to update the number of high-availability (HA) pairs for a second-generation single-AZ file system. If you increase the number of HA pairs for your file system, you must specify proportional increases for StorageCapacity,Iops, andThroughputCapacity. For more information, see High- availability (HA) pairs in the FSx for ONTAP user guide. Block storage protocol support (iSCSI and NVMe over TCP) is disabled on file systems with more than 6 HA pairs. For more information, see Using block storage protocols.- Returns:
- Use to update the number of high-availability (HA) pairs for a second-generation single-AZ file system.
         If you increase the number of HA pairs for your file system, you must specify proportional increases for
         StorageCapacity,Iops, andThroughputCapacity. For more information, see High-availability (HA) pairs in the FSx for ONTAP user guide. Block storage protocol support (iSCSI and NVMe over TCP) is disabled on file systems with more than 6 HA pairs. For more information, see Using block storage protocols.
 
- 
endpointIpv6AddressRange(Multi-AZ only) Specifies the IPv6 address range in which the endpoints to access your file system will be created. By default in the Amazon FSx API and Amazon FSx console, Amazon FSx selects an available /118 IP address range for you from one of the VPC's CIDR ranges. You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables, as long as they don't overlap with any subnet. - Returns:
- (Multi-AZ only) Specifies the IPv6 address range in which the endpoints to access your file system will be created. By default in the Amazon FSx API and Amazon FSx console, Amazon FSx selects an available /118 IP address range for you from one of the VPC's CIDR ranges. You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables, as long as they don't overlap with any subnet.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<UpdateFileSystemOntapConfiguration.Builder,- UpdateFileSystemOntapConfiguration> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClasspublic static Class<? extends UpdateFileSystemOntapConfiguration.Builder> serializableBuilderClass()
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-