NfsMountEndpointPropertiesArgs

data class NfsMountEndpointPropertiesArgs(val description: Output<String>? = null, val endpointType: Output<String>, val export: Output<String>, val host: Output<String>, val nfsVersion: Output<Either<String, NfsVersion>>? = null) : ConvertibleToJava<NfsMountEndpointPropertiesArgs>

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, endpointType: Output<String>, export: Output<String>, host: Output<String>, nfsVersion: Output<Either<String, NfsVersion>>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

A description for the Endpoint.

Link copied to clipboard
val endpointType: Output<String>

The Endpoint resource type. Expected value is 'NfsMount'.

Link copied to clipboard
val export: Output<String>

The directory being exported from the server.

Link copied to clipboard
val host: Output<String>

The host name or IP address of the server exporting the file system.

Link copied to clipboard
val nfsVersion: Output<Either<String, NfsVersion>>? = null

The NFS protocol version.

Functions

Link copied to clipboard
open override fun toJava(): NfsMountEndpointPropertiesArgs