Class Cdp
Cdp
public class Cdp
- Inheritance
-
Cdp
- Inherited Members
Constructors
Cdp()
public Cdp()
Properties
Address
Gets the address
[DataMember(Name = "Address")]
public string? Address { get; set; }
Property Value
Capabilities
Gets the capabilities
[DataMember(Name = "capabilities")]
public string? Capabilities { get; set; }
Property Value
DeviceId
Gets the device id
[DataMember(Name = "deviceId")]
public string? DeviceId { get; set; }
Property Value
ManagementAddress
Gets the management address
[DataMember(Name = "managementAddress")]
public string? ManagementAddress { get; set; }
Property Value
NativeVlan
Gets the native vlan
[DataMember(Name = "nativeVlan")]
public int? NativeVlan { get; set; }
Property Value
- int?
Platform
Gets the platform
[DataMember(Name = "platform")]
public string? Platform { get; set; }
Property Value
PortId
Gets the port id
[DataMember(Name = "portId")]
public string? PortId { get; set; }
Property Value
SystemName
Gets the system name
[DataMember(Name = "systemName")]
public string? SystemName { get; set; }
Property Value
Version
Gets the version
[DataMember(Name = "version")]
public string? Version { get; set; }
Property Value
VtpManagementDomain
Gets the vtp management domain
[DataMember(Name = "vtpManagementDomain")]
public string? VtpManagementDomain { get; set; }