ListPatRulesRequest: {
    gatewayIds?: string[];
    orderBy?: ListPatRulesRequestOrderBy;
    page?: number;
    pageSize?: number;
    privateIps?: string[];
    protocol?: PatRuleProtocol;
    zone?: Zone;
}

Type declaration

  • OptionalgatewayIds?: string[]

    Filter for PAT rules on these gateways.

  • OptionalorderBy?: ListPatRulesRequestOrderBy

    Order in which to return results.

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

    PAT rules per page.

  • OptionalprivateIps?: string[]

    Filter for PAT rules targeting these private ips.

  • Optionalprotocol?: PatRuleProtocol

    Filter for PAT rules with this protocol.

  • Optionalzone?: Zone

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