AllowedClientResponse

data class AllowedClientResponse(val allowDev: Boolean, val allowSuid: Boolean, val allowedClientsCidr: String, val mountPermissions: String, val network: String, val nfsPath: String, val noRootSquash: Boolean, val shareIp: String)

Represents an 'access point' for the share.

Constructors

Link copied to clipboard
fun AllowedClientResponse(allowDev: Boolean, allowSuid: Boolean, allowedClientsCidr: String, mountPermissions: String, network: String, nfsPath: String, noRootSquash: Boolean, shareIp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Allow dev flag. Which controls whether to allow creation of devices.

Link copied to clipboard

The subnet of IP addresses permitted to access the share.

Link copied to clipboard

Allow the setuid flag.

Link copied to clipboard

Mount permissions.

Link copied to clipboard

The network the access point sits on.

Link copied to clipboard

The path to access NFS, in format shareIP:/InstanceID InstanceID is the generated ID instead of customer provided name. example like "10.0.0.0:/g123456789-nfs001"

Link copied to clipboard

Disable root squashing, which is a feature of NFS. Root squash is a special mapping of the remote superuser (root) identity when using identity authentication.

Link copied to clipboard

The IP address of the share on this network. Assigned automatically during provisioning based on the network's services_cidr.