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 boot disk, one of initializeParams.sourceImage or initializeParams.sourceSnapshot or disks.source is required. 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;