ListServersRequest: {
    orderBy?: AppleSilicon.v1alpha1.ListServersRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
    zone?: Zone;
}

Type declaration

  • OptionalorderBy?: AppleSilicon.v1alpha1.ListServersRequestOrderBy

    Sort order of the returned servers.

  • OptionalorganizationId?: string

    Only list servers of this Organization ID.

  • Optionalpage?: number

    Positive integer to choose the page to return.

  • OptionalpageSize?: number

    Positive integer lower or equal to 100 to select the number of items to return.

  • OptionalprojectId?: string

    Only list servers of this project ID.

  • Optionalzone?: Zone

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