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