Class NetworksCampusGatewayClusterUpdateRequestDeviceUplinkAddress
Uplink IP address of the device
[DataContract]
public class NetworksCampusGatewayClusterUpdateRequestDeviceUplinkAddress
- Inheritance
-
NetworksCampusGatewayClusterUpdateRequestDeviceUplinkAddress
- Inherited Members
Constructors
NetworksCampusGatewayClusterUpdateRequestDeviceUplinkAddress()
public NetworksCampusGatewayClusterUpdateRequestDeviceUplinkAddress()
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; }