ListOSRequest: {
    name?: string;
    page?: number;
    pageSize?: number;
    serverType?: string;
    zone?: Zone;
}

Type declaration

  • Optionalname?: string

    Filter OS by name (note that "11.1" will return "11.1.2" and "11.1" but not "12")).

  • 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.

  • OptionalserverType?: string

    List of compatible server types.

  • Optionalzone?: Zone

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