UpdateSnapshotRequest: {
    name?: string;
    snapshotId: string;
    tags?: string[];
    zone?: Zone;
}

Type declaration

  • Optionalname?: string

    Name of the snapshot.

  • snapshotId: string

    UUID of the snapshot.

  • Optionaltags?: string[]

    Tags of the snapshot.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.