@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) |
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()
The ONTAP administrative password for the
fsxadmin user. |
String |
getWeeklyMaintenanceStartTime() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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)
The ONTAP administrative password for the
fsxadmin user. |
void |
setWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime) |
String |
toString()
Returns a string representation of this object.
|
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)
The ONTAP administrative password for the
fsxadmin user. |
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)
The ONTAP administrative password for the fsxadmin
user.
fsxAdminPassword
- The ONTAP administrative password for the fsxadmin
user.public String getFsxAdminPassword()
The ONTAP administrative password for the fsxadmin
user.
fsxadmin
user.public UpdateFileSystemOntapConfiguration withFsxAdminPassword(String fsxAdminPassword)
The ONTAP administrative password for the fsxadmin
user.
fsxAdminPassword
- The ONTAP administrative password for the fsxadmin
user.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.
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.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.
AUTOMATIC
or
USER_PROVISIONED
), and in the case of USER_PROVISIONED
IOPS, the total number
of SSD IOPS provisioned.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.
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.public String toString()
toString
in class Object
Object.toString()
public UpdateFileSystemOntapConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.