sourceSnapshot property

String? sourceSnapshot
getter/setter pair

URL of the source snapshot used to create this image. The following are valid formats for the URL:

In order to create an image, you must provide the full or partial URL of one of the following:

  • The rawDisk.source URL
  • The sourceDisk URL
  • The sourceImage URL
  • The sourceSnapshot URL

Implementation

core.String? sourceSnapshot;