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