interface SetPATRulesRequestRule {
    privateIp: string;
    privatePort: number;
    protocol: PATRuleProtocol;
    publicPort: number;
}

Properties

privateIp: string

Private IP to forward data to.

privatePort: number

Private port to translate to.

protocol: PATRuleProtocol

Protocol the rule should apply to.

publicPort: number

Public port to listen on. Uniquely identifies the rule, and a matching rule will be updated with the new parameters.