Class OneToManyNatRule
Rule7
[DataContract]
public class OneToManyNatRule
- Inheritance
-
OneToManyNatRule
- Inherited Members
Properties
PortRules
An array of associated forwarding rules
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "portRules")]
public List<PortRule> PortRules { get; set; }
Property Value
PublicIp
The IP address that will be used to access the internal resource from the WAN
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "publicIp")]
public string PublicIp { get; set; }
Property Value
Uplink
Gets or Sets Uplink
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "uplink")]
public WanUplink Uplink { get; set; }