Client Access Right Args
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
fun ClientAccessRightArgs(accessPermission: Output<Either<String, ClientPermissionType>>, client: Output<String>)