sourceInstantSnapshot property

String? sourceInstantSnapshot
getter/setter pair

The source instant 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/zones/zone /instantSnapshots/instantSnapshot - projects/project/zones/zone/instantSnapshots/instantSnapshot - zones/zone/instantSnapshots/instantSnapshot

Implementation

core.String? sourceInstantSnapshot;