ClientAccessRightArgs

data class ClientAccessRightArgs(val accessPermission: Output<Either<String, ClientPermissionType>>, val client: Output<String>) : ConvertibleToJava<ClientAccessRightArgs>

The mapping between a particular client IP and the type of access client has on the NFS share.

Constructors

Link copied to clipboard
constructor(accessPermission: Output<Either<String, ClientPermissionType>>, client: Output<String>)

Properties

Link copied to clipboard

Type of access to be allowed for the client.

Link copied to clipboard
val client: Output<String>

IP of the client.

Functions

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