Get Ontap File System Result
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 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 vpcId: String, val weeklyMaintenanceStartTime: String)
A collection of values returned by getOntapFileSystem.
Constructors
Link copied to clipboard
fun GetOntapFileSystemResult(arn: String, automaticBackupRetentionDays: Int, dailyAutomaticBackupStartTime: String, deploymentType: String, diskIopsConfigurations: List<GetOntapFileSystemDiskIopsConfiguration>, dnsName: String, endpointIpAddressRange: String, endpoints: List<GetOntapFileSystemEndpoint>, 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, vpcId: String, weeklyMaintenanceStartTime: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard