GetOntapFileSystemResult

data class GetOntapFileSystemResult(val arn: String, val automaticBackupRetentionDays: Int, val dailyAutomaticBackupStartTime: String, val deploymentType: String, val diskIopsConfigurations: List<GetOntapFileSystemDiskIopsConfiguration>, val dnsName: String, val endpointIpAddressRange: String, val endpoints: List<GetOntapFileSystemEndpoint>, val haPairs: Int, val id: String, val kmsKeyId: String, val networkInterfaceIds: List<String>, val ownerId: String, val preferredSubnetId: String, val routeTableIds: List<String>, val storageCapacity: Int, val storageType: String, val subnetIds: List<String>, val tags: Map<String, String>, val throughputCapacity: Int, val throughputCapacityPerHaPair: Int, val vpcId: String, val weeklyMaintenanceStartTime: String)

A collection of values returned by getOntapFileSystem.

Constructors

Link copied to clipboard
constructor(arn: String, automaticBackupRetentionDays: Int, dailyAutomaticBackupStartTime: String, deploymentType: String, diskIopsConfigurations: List<GetOntapFileSystemDiskIopsConfiguration>, dnsName: String, endpointIpAddressRange: String, endpoints: List<GetOntapFileSystemEndpoint>, haPairs: Int, id: String, kmsKeyId: String, networkInterfaceIds: List<String>, ownerId: String, preferredSubnetId: String, routeTableIds: List<String>, storageCapacity: Int, storageType: String, subnetIds: List<String>, tags: Map<String, String>, throughputCapacity: Int, throughputCapacityPerHaPair: Int, vpcId: String, weeklyMaintenanceStartTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

Amazon Resource Name of the file system.

Link copied to clipboard

The number of days to retain automatic backups.

Link copied to clipboard

The preferred time (in HH:MM format) to take daily automatic backups, in the UTC time zone.

Link copied to clipboard

The file system deployment type.

Link copied to clipboard

The SSD IOPS configuration for the Amazon FSx for NetApp ONTAP file system, specifying the number of provisioned IOPS and the provision mode. See Disk IOPS Below.

Link copied to clipboard

DNS name for the file system.

Link copied to clipboard

(Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system exist.

Link copied to clipboard

The Management and Intercluster FileSystemEndpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror. See FileSystemEndpoints below.

Link copied to clipboard

The number of HA pairs for the file system.

Link copied to clipboard
val id: String

Identifier of the file system (e.g. fs-12345678).

Link copied to clipboard

ARN for the KMS Key to encrypt the file system at rest.

Link copied to clipboard

The IDs of the elastic network interfaces from which a specific file system is accessible.

Link copied to clipboard

AWS account identifier that created the file system.

Link copied to clipboard

Specifies the subnet in which you want the preferred file server to be located.

Link copied to clipboard

(Multi-AZ only) The VPC route tables in which your file system's endpoints exist.

Link copied to clipboard

The storage capacity of the file system in gibibytes (GiB).

Link copied to clipboard

The type of storage the file system is using. If set to SSD, the file system uses solid state drive storage. If set to HDD, the file system uses hard disk drive storage.

Link copied to clipboard

Specifies the IDs of the subnets that the file system is accessible from. For the MULTI_AZ_1 file system deployment type, there are two subnet IDs, one for the preferred file server and one for the standby file server. The preferred file server subnet identified in the preferred_subnet_id property.

Link copied to clipboard

The tags associated with the file system.

Link copied to clipboard

The sustained throughput of an Amazon FSx file system in Megabytes per second (MBps). If the file system uses multiple HA pairs this will equal throuthput_capacity_per_ha_pair x ha_pairs

Link copied to clipboard

The sustained throughput of each HA pair for an Amazon FSx file system in Megabytes per second (MBps).

Link copied to clipboard

The ID of the primary virtual private cloud (VPC) for the file system.

Link copied to clipboard

The preferred start time (in D:HH:MM format) to perform weekly maintenance, in the UTC time zone.