Class OrganizationCampusGatewayDevicesUplinksLocalOverridesByDeviceResponseItemUplink
Uplink setting of the cluster
[DataContract]
public class OrganizationCampusGatewayDevicesUplinksLocalOverridesByDeviceResponseItemUplink
- Inheritance
-
OrganizationCampusGatewayDevicesUplinksLocalOverridesByDeviceResponseItemUplink
- Inherited Members
Constructors
OrganizationCampusGatewayDevicesUplinksLocalOverridesByDeviceResponseItemUplink()
public OrganizationCampusGatewayDevicesUplinksLocalOverridesByDeviceResponseItemUplink()
Properties
Addresses
Addresses of the interface
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "addresses")]
public List<OrganizationCampusGatewayDevicesUplinksLocalOverridesByDeviceResponseItemUplinkAddress> Addresses { get; set; }
Property Value
Interface
Name of the interface
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "interface")]
public string Interface { get; set; }
Property Value
Vlan
VLAN of the interface
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "vlan")]
public int Vlan { get; set; }