source property

String? source
getter/setter pair

Specifies a valid partial or full URL to an existing Persistent Disk resource.

When creating a new instance, one of initializeParams.sourceImage or initializeParams.sourceSnapshot or disks.source is required except for local SSD. If desired, you can also attach existing non-root persistent disks using this property. This field is only applicable for persistent disks. Note that for InstanceTemplate, specify the disk name for zonal disk, and the URL for regional disk.

Implementation

core.String? source;