NfsMountEndpointPropertiesResponse

data class NfsMountEndpointPropertiesResponse(val description: String? = null, val endpointType: String, val export: String, val host: String, val nfsVersion: String? = null, val provisioningState: String)

The properties of NFS share endpoint.

Constructors

Link copied to clipboard
constructor(description: String? = null, endpointType: String, export: String, host: String, nfsVersion: String? = null, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A description for the Endpoint.

Link copied to clipboard

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

Link copied to clipboard

The directory being exported from the server.

Link copied to clipboard

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

Link copied to clipboard
val nfsVersion: String? = null

The NFS protocol version.

Link copied to clipboard

The provisioning state of this resource.