Class NetworksCampusGatewayClusterUpdateRequestDeviceTunnelAddress
Tunnel IP addresses of the device
[DataContract]
public class NetworksCampusGatewayClusterUpdateRequestDeviceTunnelAddress
- Inheritance
-
NetworksCampusGatewayClusterUpdateRequestDeviceTunnelAddress
- Inherited Members
Constructors
NetworksCampusGatewayClusterUpdateRequestDeviceTunnelAddress()
public NetworksCampusGatewayClusterUpdateRequestDeviceTunnelAddress()
Properties
Address
IP address of the interface
[DataMember(Name = "address")]
public string Address { get; set; }
Property Value
Protocol
Protocol of the interface
[DataMember(Name = "protocol")]
public NetworksCampusGatewayClusterProtocol Protocol { get; set; }