@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFileSystemOntapConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration updates for an Amazon FSx for NetApp ONTAP file system.
| Constructor and Description |
|---|
UpdateFileSystemOntapConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
UpdateFileSystemOntapConfiguration |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAddRouteTableIds()
(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.
|
Integer |
getAutomaticBackupRetentionDays() |
String |
getDailyAutomaticBackupStartTime() |
DiskIopsConfiguration |
getDiskIopsConfiguration()
The SSD IOPS (input output operations per second) configuration for an Amazon FSx for NetApp ONTAP file system.
|
String |
getFsxAdminPassword()
Update the password for the
fsxadmin user by entering a new password. |
Integer |
getHAPairs()
Use to update the number of high-availability (HA) pairs for a second-generation single-AZ file system.
|
List<String> |
getRemoveRouteTableIds()
(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.
|
Integer |
getThroughputCapacity()
Enter a new value to change the amount of throughput capacity for the file system in megabytes per second (MBps).
|
Integer |
getThroughputCapacityPerHAPair()
Use to choose the throughput capacity per HA pair, rather than the total throughput for the file system.
|
String |
getWeeklyMaintenanceStartTime() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAddRouteTableIds(Collection<String> 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.
|
void |
setAutomaticBackupRetentionDays(Integer automaticBackupRetentionDays) |
void |
setDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime) |
void |
setDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
The SSD IOPS (input output operations per second) configuration for an Amazon FSx for NetApp ONTAP file system.
|
void |
setFsxAdminPassword(String fsxAdminPassword)
Update the password for the
fsxadmin user by entering a new password. |
void |
setHAPairs(Integer hAPairs)
Use to update the number of high-availability (HA) pairs for a second-generation single-AZ file system.
|
void |
setRemoveRouteTableIds(Collection<String> 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.
|
void |
setThroughputCapacity(Integer throughputCapacity)
Enter a new value to change the amount of throughput capacity for the file system in megabytes per second (MBps).
|
void |
setThroughputCapacityPerHAPair(Integer throughputCapacityPerHAPair)
Use to choose the throughput capacity per HA pair, rather than the total throughput for the file system.
|
void |
setWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime) |
String |
toString()
Returns a string representation of this object.
|
UpdateFileSystemOntapConfiguration |
withAddRouteTableIds(Collection<String> 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.
|
UpdateFileSystemOntapConfiguration |
withAddRouteTableIds(String... 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.
|
UpdateFileSystemOntapConfiguration |
withAutomaticBackupRetentionDays(Integer automaticBackupRetentionDays) |
UpdateFileSystemOntapConfiguration |
withDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime) |
UpdateFileSystemOntapConfiguration |
withDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
The SSD IOPS (input output operations per second) configuration for an Amazon FSx for NetApp ONTAP file system.
|
UpdateFileSystemOntapConfiguration |
withFsxAdminPassword(String fsxAdminPassword)
Update the password for the
fsxadmin user by entering a new password. |
UpdateFileSystemOntapConfiguration |
withHAPairs(Integer hAPairs)
Use to update the number of high-availability (HA) pairs for a second-generation single-AZ file system.
|
UpdateFileSystemOntapConfiguration |
withRemoveRouteTableIds(Collection<String> 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.
|
UpdateFileSystemOntapConfiguration |
withRemoveRouteTableIds(String... 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.
|
UpdateFileSystemOntapConfiguration |
withThroughputCapacity(Integer throughputCapacity)
Enter a new value to change the amount of throughput capacity for the file system in megabytes per second (MBps).
|
UpdateFileSystemOntapConfiguration |
withThroughputCapacityPerHAPair(Integer throughputCapacityPerHAPair)
Use to choose the throughput capacity per HA pair, rather than the total throughput for the file system.
|
UpdateFileSystemOntapConfiguration |
withWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime) |
public void setAutomaticBackupRetentionDays(Integer automaticBackupRetentionDays)
automaticBackupRetentionDays - public Integer getAutomaticBackupRetentionDays()
public UpdateFileSystemOntapConfiguration withAutomaticBackupRetentionDays(Integer automaticBackupRetentionDays)
automaticBackupRetentionDays - public void setDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
dailyAutomaticBackupStartTime - public String getDailyAutomaticBackupStartTime()
public UpdateFileSystemOntapConfiguration withDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
dailyAutomaticBackupStartTime - public void setFsxAdminPassword(String fsxAdminPassword)
Update the password for the fsxadmin user by entering a new password. You use the
fsxadmin user to access the NetApp ONTAP CLI and REST API to manage your file system resources. For
more information, see Managing resources
using NetApp Applicaton.
fsxAdminPassword - Update the password for the fsxadmin user by entering a new password. You use the
fsxadmin user to access the NetApp ONTAP CLI and REST API to manage your file system
resources. For more information, see Managing
resources using NetApp Applicaton.public String getFsxAdminPassword()
Update the password for the fsxadmin user by entering a new password. You use the
fsxadmin user to access the NetApp ONTAP CLI and REST API to manage your file system resources. For
more information, see Managing resources
using NetApp Applicaton.
fsxadmin user by entering a new password. You use the
fsxadmin user to access the NetApp ONTAP CLI and REST API to manage your file system
resources. For more information, see Managing
resources using NetApp Applicaton.public UpdateFileSystemOntapConfiguration withFsxAdminPassword(String fsxAdminPassword)
Update the password for the fsxadmin user by entering a new password. You use the
fsxadmin user to access the NetApp ONTAP CLI and REST API to manage your file system resources. For
more information, see Managing resources
using NetApp Applicaton.
fsxAdminPassword - Update the password for the fsxadmin user by entering a new password. You use the
fsxadmin user to access the NetApp ONTAP CLI and REST API to manage your file system
resources. For more information, see Managing
resources using NetApp Applicaton.public void setWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
weeklyMaintenanceStartTime - public String getWeeklyMaintenanceStartTime()
public UpdateFileSystemOntapConfiguration withWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
weeklyMaintenanceStartTime - public void setDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
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 (AUTOMATIC or USER_PROVISIONED), and in the case
of USER_PROVISIONED IOPS, the total number of SSD IOPS provisioned. For more information, see Updating SSD storage
capacity and IOPS.
diskIopsConfiguration - 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 (AUTOMATIC or
USER_PROVISIONED), and in the case of USER_PROVISIONED IOPS, the total number of
SSD IOPS provisioned. For more information, see Updating SSD
storage capacity and IOPS.public DiskIopsConfiguration getDiskIopsConfiguration()
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 (AUTOMATIC or USER_PROVISIONED), and in the case
of USER_PROVISIONED IOPS, the total number of SSD IOPS provisioned. For more information, see Updating SSD storage
capacity and IOPS.
AUTOMATIC or
USER_PROVISIONED), and in the case of USER_PROVISIONED IOPS, the total number
of SSD IOPS provisioned. For more information, see Updating SSD
storage capacity and IOPS.public UpdateFileSystemOntapConfiguration withDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
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 (AUTOMATIC or USER_PROVISIONED), and in the case
of USER_PROVISIONED IOPS, the total number of SSD IOPS provisioned. For more information, see Updating SSD storage
capacity and IOPS.
diskIopsConfiguration - 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 (AUTOMATIC or
USER_PROVISIONED), and in the case of USER_PROVISIONED IOPS, the total number of
SSD IOPS provisioned. For more information, see Updating SSD
storage capacity and IOPS.public void setThroughputCapacity(Integer throughputCapacity)
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 ThroughputCapacity and ThroughputCapacityPerHAPair are not the same value.
The value of ThroughputCapacity when divided by the value of HAPairs is outside of the
valid range for ThroughputCapacity.
throughputCapacity - 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 ThroughputCapacity and ThroughputCapacityPerHAPair are not the same
value.
The value of ThroughputCapacity when divided by the value of HAPairs is outside
of the valid range for ThroughputCapacity.
public Integer getThroughputCapacity()
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 ThroughputCapacity and ThroughputCapacityPerHAPair are not the same value.
The value of ThroughputCapacity when divided by the value of HAPairs is outside of the
valid range for ThroughputCapacity.
Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions:
The value of ThroughputCapacity and ThroughputCapacityPerHAPair are not the
same value.
The value of ThroughputCapacity when divided by the value of HAPairs is outside
of the valid range for ThroughputCapacity.
public UpdateFileSystemOntapConfiguration withThroughputCapacity(Integer throughputCapacity)
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 ThroughputCapacity and ThroughputCapacityPerHAPair are not the same value.
The value of ThroughputCapacity when divided by the value of HAPairs is outside of the
valid range for ThroughputCapacity.
throughputCapacity - 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 ThroughputCapacity and ThroughputCapacityPerHAPair are not the same
value.
The value of ThroughputCapacity when divided by the value of HAPairs is outside
of the valid range for ThroughputCapacity.
public List<String> getAddRouteTableIds()
(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.
public void setAddRouteTableIds(Collection<String> 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.
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.public UpdateFileSystemOntapConfiguration withAddRouteTableIds(String... 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.
NOTE: This method appends the values to the existing list (if any). Use
setAddRouteTableIds(java.util.Collection) or withAddRouteTableIds(java.util.Collection) if you
want to override the existing values.
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.public UpdateFileSystemOntapConfiguration withAddRouteTableIds(Collection<String> 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.
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.public List<String> getRemoveRouteTableIds()
(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.
public void setRemoveRouteTableIds(Collection<String> 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.
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.public UpdateFileSystemOntapConfiguration withRemoveRouteTableIds(String... 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.
NOTE: This method appends the values to the existing list (if any). Use
setRemoveRouteTableIds(java.util.Collection) or withRemoveRouteTableIds(java.util.Collection)
if you want to override the existing values.
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.public UpdateFileSystemOntapConfiguration withRemoveRouteTableIds(Collection<String> 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.
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.public void setThroughputCapacityPerHAPair(Integer throughputCapacityPerHAPair)
Use to choose the throughput capacity per HA pair, rather than the total throughput for the file system.
This field and ThroughputCapacity cannot be defined in the same API call, but one is required.
This field and ThroughputCapacity are the same for file systems with one HA pair.
For SINGLE_AZ_1 and MULTI_AZ_1 file 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 ThroughputCapacity and ThroughputCapacityPerHAPair are not the same value
for file systems with one HA pair.
The value of deployment type is SINGLE_AZ_2 and ThroughputCapacity /
ThroughputCapacityPerHAPair is not a valid HA pair (a value between 1 and 12).
The value of ThroughputCapacityPerHAPair is not a valid value.
throughputCapacityPerHAPair - Use to choose the throughput capacity per HA pair, rather than the total throughput for the file system.
This field and ThroughputCapacity cannot be defined in the same API call, but one is
required.
This field and ThroughputCapacity are the same for file systems with one HA pair.
For SINGLE_AZ_1 and MULTI_AZ_1 file 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 ThroughputCapacity and ThroughputCapacityPerHAPair are not the same
value for file systems with one HA pair.
The value of deployment type is SINGLE_AZ_2 and ThroughputCapacity /
ThroughputCapacityPerHAPair is not a valid HA pair (a value between 1 and 12).
The value of ThroughputCapacityPerHAPair is not a valid value.
public Integer getThroughputCapacityPerHAPair()
Use to choose the throughput capacity per HA pair, rather than the total throughput for the file system.
This field and ThroughputCapacity cannot be defined in the same API call, but one is required.
This field and ThroughputCapacity are the same for file systems with one HA pair.
For SINGLE_AZ_1 and MULTI_AZ_1 file 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 ThroughputCapacity and ThroughputCapacityPerHAPair are not the same value
for file systems with one HA pair.
The value of deployment type is SINGLE_AZ_2 and ThroughputCapacity /
ThroughputCapacityPerHAPair is not a valid HA pair (a value between 1 and 12).
The value of ThroughputCapacityPerHAPair is not a valid value.
This field and ThroughputCapacity cannot be defined in the same API call, but one is
required.
This field and ThroughputCapacity are the same for file systems with one HA pair.
For SINGLE_AZ_1 and MULTI_AZ_1 file 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 ThroughputCapacity and ThroughputCapacityPerHAPair are not the
same value for file systems with one HA pair.
The value of deployment type is SINGLE_AZ_2 and ThroughputCapacity /
ThroughputCapacityPerHAPair is not a valid HA pair (a value between 1 and 12).
The value of ThroughputCapacityPerHAPair is not a valid value.
public UpdateFileSystemOntapConfiguration withThroughputCapacityPerHAPair(Integer throughputCapacityPerHAPair)
Use to choose the throughput capacity per HA pair, rather than the total throughput for the file system.
This field and ThroughputCapacity cannot be defined in the same API call, but one is required.
This field and ThroughputCapacity are the same for file systems with one HA pair.
For SINGLE_AZ_1 and MULTI_AZ_1 file 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 ThroughputCapacity and ThroughputCapacityPerHAPair are not the same value
for file systems with one HA pair.
The value of deployment type is SINGLE_AZ_2 and ThroughputCapacity /
ThroughputCapacityPerHAPair is not a valid HA pair (a value between 1 and 12).
The value of ThroughputCapacityPerHAPair is not a valid value.
throughputCapacityPerHAPair - Use to choose the throughput capacity per HA pair, rather than the total throughput for the file system.
This field and ThroughputCapacity cannot be defined in the same API call, but one is
required.
This field and ThroughputCapacity are the same for file systems with one HA pair.
For SINGLE_AZ_1 and MULTI_AZ_1 file 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 ThroughputCapacity and ThroughputCapacityPerHAPair are not the same
value for file systems with one HA pair.
The value of deployment type is SINGLE_AZ_2 and ThroughputCapacity /
ThroughputCapacityPerHAPair is not a valid HA pair (a value between 1 and 12).
The value of ThroughputCapacityPerHAPair is not a valid value.
public void setHAPairs(Integer hAPairs)
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, and ThroughputCapacity. 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.
hAPairs - 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, and ThroughputCapacity. 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.public Integer getHAPairs()
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, and ThroughputCapacity. 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.
StorageCapacity, Iops, and ThroughputCapacity. 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.public UpdateFileSystemOntapConfiguration withHAPairs(Integer hAPairs)
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, and ThroughputCapacity. 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.
hAPairs - 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, and ThroughputCapacity. 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.public String toString()
toString in class ObjectObject.toString()public UpdateFileSystemOntapConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.