File Share Config Args
data class FileShareConfigArgs(val capacityGb: Output<String>? = null, val name: Output<String>? = null, val nfsExportOptions: Output<List<NfsExportOptionsArgs>>? = null, val sourceBackup: Output<String>? = null) : ConvertibleToJava<FileShareConfigArgs>
File share configuration for the instance.
Constructors
Link copied to clipboard
constructor(capacityGb: Output<String>? = null, name: Output<String>? = null, nfsExportOptions: Output<List<NfsExportOptionsArgs>>? = null, sourceBackup: Output<String>? = null)
Properties
Link copied to clipboard
File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes.
Link copied to clipboard
Nfs Export Options. There is a limit of 10 export options per file share.
Link copied to clipboard
The resource name of the backup, in the format projects/{project_number}/locations/{location_id}/backups/{backup_id}
, that this file share has been restored from.