NfsMountEndpointProperties interface
The properties of NFS share endpoint.
- Extends
Properties
endpoint |
Polymorphic discriminator, which specifies the different types this object can be |
export | The directory being exported from the server. |
host | The host name or IP address of the server exporting the file system. |
nfs |
The NFS protocol version. |
Inherited Properties
description | A description for the Endpoint. |
provisioning |
The provisioning state of this resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
endpointType
Polymorphic discriminator, which specifies the different types this object can be
endpointType: "NfsMount"
Property Value
"NfsMount"
export
The directory being exported from the server.
export: string
Property Value
string
host
The host name or IP address of the server exporting the file system.
host: string
Property Value
string
nfsVersion
The NFS protocol version.
nfsVersion?: string
Property Value
string
Inherited Property Details
description
A description for the Endpoint.
description?: string
Property Value
string
Inherited From EndpointBaseProperties.description
provisioningState
The provisioning state of this resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited From EndpointBaseProperties.provisioningState