@Generated(value="software.amazon.awssdk:codegen") public final class OntapFileSystemConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OntapFileSystemConfiguration.Builder,OntapFileSystemConfiguration>
Configuration for the FSx for NetApp ONTAP file system.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OntapFileSystemConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
automaticBackupRetentionDays()
Returns the value of the AutomaticBackupRetentionDays property for this object.
|
static OntapFileSystemConfiguration.Builder |
builder() |
String |
dailyAutomaticBackupStartTime()
Returns the value of the DailyAutomaticBackupStartTime property for this object.
|
OntapDeploymentType |
deploymentType()
Specifies the FSx for ONTAP file system deployment type in use in the file system.
|
String |
deploymentTypeAsString()
Specifies the FSx for ONTAP file system deployment type in use in the file system.
|
DiskIopsConfiguration |
diskIopsConfiguration()
The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision
mode.
|
String |
endpointIpAddressRange()
(Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created.
|
FileSystemEndpoints |
endpoints()
The
Management and Intercluster endpoints that are used to access data or to manage the
file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fsxAdminPassword()
You can use the
fsxadmin user account to access the NetApp ONTAP CLI and REST API. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasRouteTableIds()
For responses, this returns true if the service returned a value for the RouteTableIds property.
|
String |
preferredSubnetId()
Returns the value of the PreferredSubnetId property for this object.
|
List<String> |
routeTableIds()
(Multi-AZ only) The VPC route tables in which your file system's endpoints are created.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OntapFileSystemConfiguration.Builder> |
serializableBuilderClass() |
Integer |
throughputCapacity()
Returns the value of the ThroughputCapacity property for this object.
|
OntapFileSystemConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
weeklyMaintenanceStartTime()
Returns the value of the WeeklyMaintenanceStartTime property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer automaticBackupRetentionDays()
public final String dailyAutomaticBackupStartTime()
public final OntapDeploymentType deploymentType()
Specifies the FSx for ONTAP file system deployment type in use in the file system.
MULTI_AZ_1 - (Default) A high availability file system configured for Multi-AZ redundancy to
tolerate temporary Availability Zone (AZ) unavailability.
SINGLE_AZ_1 - A file system configured for Single-AZ redundancy.
For information about the use cases for Multi-AZ and Single-AZ deployments, refer to Choosing Multi-AZ or Single-AZ file system deployment.
If the service returns an enum value that is not available in the current SDK version, deploymentType
will return OntapDeploymentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from deploymentTypeAsString().
MULTI_AZ_1 - (Default) A high availability file system configured for Multi-AZ redundancy to
tolerate temporary Availability Zone (AZ) unavailability.
SINGLE_AZ_1 - A file system configured for Single-AZ redundancy.
For information about the use cases for Multi-AZ and Single-AZ deployments, refer to Choosing Multi-AZ or Single-AZ file system deployment.
OntapDeploymentTypepublic final String deploymentTypeAsString()
Specifies the FSx for ONTAP file system deployment type in use in the file system.
MULTI_AZ_1 - (Default) A high availability file system configured for Multi-AZ redundancy to
tolerate temporary Availability Zone (AZ) unavailability.
SINGLE_AZ_1 - A file system configured for Single-AZ redundancy.
For information about the use cases for Multi-AZ and Single-AZ deployments, refer to Choosing Multi-AZ or Single-AZ file system deployment.
If the service returns an enum value that is not available in the current SDK version, deploymentType
will return OntapDeploymentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from deploymentTypeAsString().
MULTI_AZ_1 - (Default) A high availability file system configured for Multi-AZ redundancy to
tolerate temporary Availability Zone (AZ) unavailability.
SINGLE_AZ_1 - A file system configured for Single-AZ redundancy.
For information about the use cases for Multi-AZ and Single-AZ deployments, refer to Choosing Multi-AZ or Single-AZ file system deployment.
OntapDeploymentTypepublic final String endpointIpAddressRange()
(Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created. By default in the Amazon FSx API, Amazon FSx selects an unused IP address range for you from the 198.19.* range. By default in the Amazon FSx console, Amazon FSx chooses the last 64 IP addresses from the VPC’s primary CIDR range to use as the endpoint IP address range for the file system. You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables.
public final FileSystemEndpoints endpoints()
The Management and Intercluster endpoints that are used to access data or to manage the
file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.
Management and Intercluster endpoints that are used to access data or to
manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.public final DiskIopsConfiguration diskIopsConfiguration()
The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.
public final String preferredSubnetId()
public final boolean hasRouteTableIds()
isEmpty() 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.public final List<String> routeTableIds()
(Multi-AZ only) The VPC route tables in which your file system's endpoints are created.
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 hasRouteTableIds() method.
public final Integer throughputCapacity()
public final String weeklyMaintenanceStartTime()
public final String fsxAdminPassword()
You can use the fsxadmin user account to access the NetApp ONTAP CLI and REST API. The password
value is always redacted in the response.
fsxadmin user account to access the NetApp ONTAP CLI and REST API. The
password value is always redacted in the response.public OntapFileSystemConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OntapFileSystemConfiguration.Builder,OntapFileSystemConfiguration>public static OntapFileSystemConfiguration.Builder builder()
public static Class<? extends OntapFileSystemConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.