Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class FileCacheDataRepositoryAssociation(val associationId: String? = null, val dataRepositoryPath: String, val dataRepositorySubdirectories: List<String>? = null, val fileCacheId: String? = null, val fileCachePath: String, val fileSystemId: String? = null, val fileSystemPath: String? = null, val importedFileChunkSize: Int? = null, val nfs: List<FileCacheDataRepositoryAssociationNf>? = null, val resourceArn: String? = null, val tags: Map<String, String>? = null)
Link copied to clipboard
data class FileCacheDataRepositoryAssociationNf(val dnsIps: List<String>? = null, val version: String)
Link copied to clipboard
data class FileCacheLustreConfiguration(val deploymentType: String, val logConfigurations: List<FileCacheLustreConfigurationLogConfiguration>? = null, val metadataConfigurations: List<FileCacheLustreConfigurationMetadataConfiguration>, val mountName: String? = null, val perUnitStorageThroughput: Int, val weeklyMaintenanceStartTime: String? = null)
data class FileCacheLustreConfigurationLogConfiguration(val destination: String? = null, val level: String? = null)
Link copied to clipboard
data class GetOntapFileSystemDiskIopsConfiguration(val iops: Int, val mode: String)
Link copied to clipboard
data class GetOntapFileSystemEndpointIntercluster(val dnsName: String, val ipAddresses: List<String>)
Link copied to clipboard
data class GetOntapFileSystemEndpointManagement(val dnsName: String, val ipAddresses: List<String>)
Link copied to clipboard
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.

data class GetOntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration(val dnsIps: List<String>, val domainName: String, val fileSystemAdministratorsGroup: String, val organizationalUnitDistinguishedName: String, val username: String)
data class GetOntapStorageVirtualMachineEndpointIscsi(val dnsName: String, val ipAddresses: List<String>)
data class GetOntapStorageVirtualMachineEndpointManagement(val dnsName: String, val ipAddresses: List<String>)
Link copied to clipboard
data class GetOntapStorageVirtualMachineEndpointNf(val dnsName: String, val ipAddresses: List<String>)
Link copied to clipboard
data class GetOntapStorageVirtualMachineEndpointSmb(val dnsName: String, val ipAddresses: List<String>)
Link copied to clipboard
data class GetOntapStorageVirtualMachineFilter(val name: String, val values: List<String>)
Link copied to clipboard
data class GetOntapStorageVirtualMachineResult(val activeDirectoryConfigurations: List<GetOntapStorageVirtualMachineActiveDirectoryConfiguration>, val arn: String, val creationTime: String, val endpoints: List<GetOntapStorageVirtualMachineEndpoint>, val fileSystemId: String, val filters: List<GetOntapStorageVirtualMachineFilter>? = null, val id: String, val lifecycleStatus: String, val lifecycleTransitionReasons: List<GetOntapStorageVirtualMachineLifecycleTransitionReason>, val name: String, val subtype: String, val tags: Map<String, String>, val uuid: String)

A collection of values returned by getOntapStorageVirtualMachine.

Link copied to clipboard
data class GetOntapStorageVirtualMachinesFilter(val name: String, val values: List<String>)
Link copied to clipboard

A collection of values returned by getOntapStorageVirtualMachines.

Link copied to clipboard
data class GetOpenZfsSnapshotFilter(val name: String, val values: List<String>)
Link copied to clipboard
data class GetOpenZfsSnapshotResult(val arn: String, val creationTime: String, val filters: List<GetOpenZfsSnapshotFilter>? = null, val id: String, val mostRecent: Boolean? = null, val name: String? = null, val snapshotId: String, val snapshotIds: List<String>? = null, val tags: Map<String, String>, val volumeId: String)

A collection of values returned by getOpenZfsSnapshot.

data class GetWindowsFileSystemAuditLogConfiguration(val auditLogDestination: String, val fileAccessAuditLogLevel: String, val fileShareAccessAuditLogLevel: String)
data class GetWindowsFileSystemDiskIopsConfiguration(val iops: Int, val mode: String)
Link copied to clipboard
data class GetWindowsFileSystemResult(val activeDirectoryId: String, val aliases: List<String>, val arn: String, val auditLogConfigurations: List<GetWindowsFileSystemAuditLogConfiguration>, val automaticBackupRetentionDays: Int, val backupId: String, val copyTagsToBackups: Boolean, val dailyAutomaticBackupStartTime: String, val deploymentType: String, val diskIopsConfigurations: List<GetWindowsFileSystemDiskIopsConfiguration>, val dnsName: String, val id: String, val kmsKeyId: String, val networkInterfaceIds: List<String>, val ownerId: String, val preferredFileServerIp: String, val preferredSubnetId: String, val securityGroupIds: List<String>, val skipFinalBackup: Boolean, 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 getWindowsFileSystem.

Link copied to clipboard
data class LustreFileSystemLogConfiguration(val destination: String? = null, val level: String? = null)
Link copied to clipboard
data class LustreFileSystemMetadataConfiguration(val iops: Int? = null, val mode: String? = null)
Link copied to clipboard
data class LustreFileSystemRootSquashConfiguration(val noSquashNids: List<String>? = null, val rootSquash: String? = null)
Link copied to clipboard
data class OntapFileSystemDiskIopsConfiguration(val iops: Int? = null, val mode: String? = null)
Link copied to clipboard
data class OntapFileSystemEndpoint(val interclusters: List<OntapFileSystemEndpointIntercluster>? = null, val managements: List<OntapFileSystemEndpointManagement>? = null)
Link copied to clipboard
data class OntapFileSystemEndpointIntercluster(val dnsName: String? = null, val ipAddresses: List<String>? = null)
Link copied to clipboard
data class OntapFileSystemEndpointManagement(val dnsName: String? = null, val ipAddresses: List<String>? = null)
data class OntapStorageVirtualMachineActiveDirectoryConfigurationSelfManagedActiveDirectoryConfiguration(val dnsIps: List<String>, val domainName: String, val fileSystemAdministratorsGroup: String? = null, val organizationalUnitDistinguishedName: String? = null, val password: String, val username: String)
Link copied to clipboard
data class OntapStorageVirtualMachineEndpointIscsi(val dnsName: String? = null, val ipAddresses: List<String>? = null)
data class OntapStorageVirtualMachineEndpointManagement(val dnsName: String? = null, val ipAddresses: List<String>? = null)
Link copied to clipboard
data class OntapStorageVirtualMachineEndpointNf(val dnsName: String? = null, val ipAddresses: List<String>? = null)
Link copied to clipboard
data class OntapStorageVirtualMachineEndpointSmb(val dnsName: String? = null, val ipAddresses: List<String>? = null)
Link copied to clipboard
data class OntapVolumeAggregateConfiguration(val aggregates: List<String>? = null, val constituentsPerAggregate: Int? = null, val totalConstituents: Int? = null)
Link copied to clipboard
data class OntapVolumeSnaplockConfiguration(val auditLogVolume: Boolean? = null, val autocommitPeriod: OntapVolumeSnaplockConfigurationAutocommitPeriod? = null, val privilegedDelete: String? = null, val retentionPeriod: OntapVolumeSnaplockConfigurationRetentionPeriod? = null, val snaplockType: String, val volumeAppendModeEnabled: Boolean? = null)
data class OntapVolumeSnaplockConfigurationAutocommitPeriod(val type: String? = null, val value: Int? = null)
Link copied to clipboard
data class OntapVolumeTieringPolicy(val coolingPeriod: Int? = null, val name: String? = null)
Link copied to clipboard
data class OpenZfsFileSystemDiskIopsConfiguration(val iops: Int? = null, val mode: String? = null)
Link copied to clipboard
data class OpenZfsFileSystemRootVolumeConfiguration(val copyTagsToSnapshots: Boolean? = null, val dataCompressionType: String? = null, val nfsExports: OpenZfsFileSystemRootVolumeConfigurationNfsExports? = null, val readOnly: Boolean? = null, val recordSizeKib: Int? = null, val userAndGroupQuotas: List<OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuota>? = null)
data class OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuota(val id: Int, val storageCapacityQuotaGib: Int, val type: String)
Link copied to clipboard
data class OpenZfsVolumeNfsExportsClientConfiguration(val clients: String, val options: List<String>)
Link copied to clipboard
data class OpenZfsVolumeOriginSnapshot(val copyStrategy: String, val snapshotArn: String)
Link copied to clipboard
data class OpenZfsVolumeUserAndGroupQuota(val id: Int, val storageCapacityQuotaGib: Int, val type: String)
Link copied to clipboard
data class WindowsFileSystemAuditLogConfiguration(val auditLogDestination: String? = null, val fileAccessAuditLogLevel: String? = null, val fileShareAccessAuditLogLevel: String? = null)
Link copied to clipboard
data class WindowsFileSystemDiskIopsConfiguration(val iops: Int? = null, val mode: String? = null)
data class WindowsFileSystemSelfManagedActiveDirectory(val dnsIps: List<String>, val domainName: String, val fileSystemAdministratorsGroup: String? = null, val organizationalUnitDistinguishedName: String? = null, val password: String, val username: String)