Class OrganizationCampusGatewayClusterDeviceTunnelAddress
Tunnel IP address of the device
[DataContract]
public class OrganizationCampusGatewayClusterDeviceTunnelAddress
- Inheritance
-
OrganizationCampusGatewayClusterDeviceTunnelAddress
- Inherited Members
Constructors
OrganizationCampusGatewayClusterDeviceTunnelAddress()
public OrganizationCampusGatewayClusterDeviceTunnelAddress()
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 string Protocol { get; set; }