File Share Config Response
data class FileShareConfigResponse(val capacityGb: String, val name: String, val nfsExportOptions: List<NfsExportOptionsResponse>, val sourceBackup: String)
File share configuration for the instance.
Constructors
Link copied to clipboard
constructor(capacityGb: String, name: String, nfsExportOptions: List<NfsExportOptionsResponse>, sourceBackup: String)
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.