ListSnapshotsRequest: {
    name?: string;
    orderBy?: Block.v1alpha1.ListSnapshotsRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
    volumeId?: string;
    zone?: Zone;
}

Type declaration

  • Optionalname?: string

    Filter snapshots by their names.

  • OptionalorderBy?: Block.v1alpha1.ListSnapshotsRequestOrderBy

    Criteria to use when ordering the list.

  • OptionalorganizationId?: string

    Filter by Organization ID.

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

    Page size, defines how many entries are returned in one page, must be lower or equal to 100.

  • OptionalprojectId?: string

    Filter by Project ID.

  • OptionalvolumeId?: string

    Filter snapshots by the ID of the original volume.

  • Optionalzone?: Zone

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