Class AllowedInbound
AllowedInbound
[DataContract]
public class AllowedInbound
- Inheritance
-
AllowedInbound
- Inherited Members
Constructors
AllowedInbound()
public AllowedInbound()
Properties
AllowedIps
An array of ranges of WAN IP addresses that are allowed to make inbound connections on the specified ports or port ranges, or 'any'
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "allowedIps")]
public List<string> AllowedIps { get; set; }
Property Value
DestinationPorts
An array of ports or port ranges that will be forwarded to the host on the LAN
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "destinationPorts")]
public List<string> DestinationPorts { get; set; }
Property Value
Protocol
Gets or Sets Protocol
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "protocol")]
public TcpUdpIcmppingAnyProtocol Protocol { get; set; }