Class OrganizationCampusGatewayClusterDeviceUplink
Uplink setting of the device
[DataContract]
public class OrganizationCampusGatewayClusterDeviceUplink
- Inheritance
-
OrganizationCampusGatewayClusterDeviceUplink
- Inherited Members
Constructors
OrganizationCampusGatewayClusterDeviceUplink()
public OrganizationCampusGatewayClusterDeviceUplink()
Properties
Addresses
Uplink IP addresses of the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "addresses")]
public List<OrganizationCampusGatewayClusterDeviceUplinkAddress> Addresses { get; set; }
Property Value
Interface
Uplink interface name
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "interface")]
public string Interface { get; set; }