CreateSnapshotRequest: {
    name?: string;
    projectId?: string;
    tags?: string[];
    volumeId: string;
    zone?: Zone;
}

Type declaration

  • Optionalname?: string

    Name of the snapshot.

  • OptionalprojectId?: string

    UUID of the project to which the volume and the snapshot belong.

  • Optionaltags?: string[]

    List of tags assigned to the snapshot.

  • volumeId: string

    UUID of the volume to snapshot.

  • Optionalzone?: Zone

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