Class NetworksCampusGatewayClusterUpdateRequestDeviceTunnel
Tunnel setting of the device when tunnel interface of cluster is specified
[DataContract]
public class NetworksCampusGatewayClusterUpdateRequestDeviceTunnel
- Inheritance
-
NetworksCampusGatewayClusterUpdateRequestDeviceTunnel
- Inherited Members
Constructors
NetworksCampusGatewayClusterUpdateRequestDeviceTunnel()
public NetworksCampusGatewayClusterUpdateRequestDeviceTunnel()
Properties
Addresses
Tunnel IP addresses of the device
[DataMember(Name = "addresses")]
public List<NetworksCampusGatewayClusterUpdateRequestDeviceTunnelAddress>? Addresses { get; set; }
Property Value
Interface
Tunnel interface name
[DataMember(Name = "interface")]
public string Interface { get; set; }