Nfs Share Args
data class NfsShareArgs(val allowedClients: Output<List<AllowedClientArgs>>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val requestedSizeGib: Output<String>? = null, val storageType: Output<NfsShareStorageType>? = null) : ConvertibleToJava<NfsShareArgs>
Create an NFS share.
Constructors
Link copied to clipboard
constructor(allowedClients: Output<List<AllowedClientArgs>>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, requestedSizeGib: Output<String>? = null, storageType: Output<NfsShareStorageType>? = null)