Share Args
data class ShareArgs(val backup: Output<String>? = null, val capacityGb: Output<String>? = null, val description: Output<String>? = null, val instanceId: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val mountName: Output<String>? = null, val nfsExportOptions: Output<List<NfsExportOptionsArgs>>? = null, val project: Output<String>? = null, val shareId: Output<String>? = null) : ConvertibleToJava<ShareArgs>
Creates a share. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
constructor(backup: Output<String>? = null, capacityGb: Output<String>? = null, description: Output<String>? = null, instanceId: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, mountName: Output<String>? = null, nfsExportOptions: Output<List<NfsExportOptionsArgs>>? = null, project: Output<String>? = null, shareId: Output<String>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes. Must be greater than 0.
Link copied to clipboard
A description of the share with 2048 characters or less. Requests with longer descriptions will be rejected.
Link copied to clipboard
Link copied to clipboard
Nfs Export Options. There is a limit of 10 export options per file share.