Class NetworksCampusGatewayClusterUpdateRequestDeviceUplink
Uplink setting of the device when uplink assignment mode of cluster is static
[DataContract]
public class NetworksCampusGatewayClusterUpdateRequestDeviceUplink
- Inheritance
-
NetworksCampusGatewayClusterUpdateRequestDeviceUplink
- Inherited Members
Constructors
NetworksCampusGatewayClusterUpdateRequestDeviceUplink()
public NetworksCampusGatewayClusterUpdateRequestDeviceUplink()
Properties
Addresses
Uplink IP addresses of the device
[DataMember(Name = "addresses")]
public List<NetworksCampusGatewayClusterUpdateRequestDeviceUplinkAddress> Addresses { get; set; }
Property Value
Interface
Uplink interface name
[DataMember(Name = "interface")]
public string Interface { get; set; }