Class OneToOneNatRule
Rule8
[DataContract]
public class OneToOneNatRule
- Inheritance
-
OneToOneNatRule
- Inherited Members
Properties
AllowedInbounds
The ports this mapping will provide access on, and the remote IPs that will be allowed access to the resource
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "allowedInbound")]
public List<AllowedInbound> AllowedInbounds { get; set; }
Property Value
LanIp
The IP address of the server or device that hosts the internal resource that you wish to make available on the WAN
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "lanIp")]
public string LanIp { get; set; }
Property Value
Name
A descriptive name for the rule
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "name")]
public string Name { 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; }