sourceSnapshot property

String? sourceSnapshot
getter/setter pair

The source snapshot used to create this disk.

You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project /global/snapshots/snapshot - projects/project/global/snapshots/snapshot - global/snapshots/snapshot

Implementation

core.String? sourceSnapshot;