ListPATRulesRequest: {
    gatewayId?: string;
    orderBy?: ListPATRulesRequestOrderBy;
    page?: number;
    pageSize?: number;
    privateIp?: string;
    protocol?: PATRuleProtocol;
    zone?: Zone;
}

Type declaration

  • OptionalgatewayId?: string

    Filter for PAT rules on this Gateway.

  • OptionalorderBy?: ListPATRulesRequestOrderBy

    Order in which to return results.

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

    PAT rules per page.

  • OptionalprivateIp?: string

    Filter for PAT rules targeting this private ip.

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