snapshot property
Name of a snapshot used as the data source. Snapshot is not supported as boot disk now.
Implementation
@$pb.TagNumber(5)
$core.String get snapshot => $_getSZ(3);
Implementation
@$pb.TagNumber(5)
set snapshot($core.String v) {
$_setString(3, v);
}