FileShareConfigResponse

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
fun FileShareConfigResponse(capacityGb: String, name: String, nfsExportOptions: List<NfsExportOptionsResponse>, sourceBackup: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes.

Link copied to clipboard

The name of the file share (must be 32 characters or less for Enterprise and High Scale SSD tiers and 16 characters or less for all other tiers).

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_id}/locations/{location_id}/backups/{backup_id}, that this file share has been restored from.