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