ListSnapshotsRequest: {
    instanceId?: string;
    name?: string;
    orderBy?: Mongodb.v1alpha1.ListSnapshotsRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
    region?: Region;
}

Type declaration

  • OptionalinstanceId?: string

    Instance ID the snapshots belongs to.

  • Optionalname?: string

    Lists database snapshots that match a name pattern.

  • OptionalorderBy?: Mongodb.v1alpha1.ListSnapshotsRequestOrderBy

    Criteria to use when ordering snapshot listings.

  • OptionalorganizationId?: string

    Organization ID the snapshots belongs to.

  • Optionalpage?: number
  • OptionalpageSize?: number
  • OptionalprojectId?: string

    Project ID to list the snapshots of.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.