All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.aws.datasync.kotlin.outputs.FsxOpenZfsFileSystemProtocolNfs.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.aws.datasync.kotlin.outputs

import kotlin.Suppress

/**
 *
 * @property mountOptions Represents the mount options that are available for DataSync to access an NFS location. See below.
 */
public data class FsxOpenZfsFileSystemProtocolNfs(
    public val mountOptions: FsxOpenZfsFileSystemProtocolNfsMountOptions,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.datasync.outputs.FsxOpenZfsFileSystemProtocolNfs): FsxOpenZfsFileSystemProtocolNfs = FsxOpenZfsFileSystemProtocolNfs(
            mountOptions = javaType.mountOptions().let({ args0 ->
                com.pulumi.aws.datasync.kotlin.outputs.FsxOpenZfsFileSystemProtocolNfsMountOptions.Companion.toKotlin(args0)
            }),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy