Class OrganizationSwitchPortsTopologyDiscoveryByDeviceItemNetwork
Identifying information of the switch's network.
[DataContract]
public class OrganizationSwitchPortsTopologyDiscoveryByDeviceItemNetwork
- Inheritance
-
OrganizationSwitchPortsTopologyDiscoveryByDeviceItemNetwork
- Inherited Members
Constructors
OrganizationSwitchPortsTopologyDiscoveryByDeviceItemNetwork()
public OrganizationSwitchPortsTopologyDiscoveryByDeviceItemNetwork()
Properties
Id
The ID of the network.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Name
The name of the network.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }