Get Instance File Share
data class GetInstanceFileShare(val capacityGb: Int, val name: String, val nfsExportOptions: List<GetInstanceFileShareNfsExportOption>, val sourceBackup: String)
Constructors
Link copied to clipboard
constructor(capacityGb: Int, name: String, nfsExportOptions: List<GetInstanceFileShareNfsExportOption>, sourceBackup: String)
Properties
Link copied to clipboard
File share capacity in GiB. This must be at least 1024 GiB for the standard tier, or 2560 GiB for the premium tier.
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/{projectId}/locations/{locationId}/backups/{backupId}, that this file share has been restored from.