LldpNeighbor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type Deprecated. Will be removed in an upcoming version. LldpNeighbor represents the details about the device connected to the NIC.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.LldpNeighborTypeConverter))]
public class LldpNeighbor : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ILldpNeighbor
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.LldpNeighborTypeConverter))>]
type LldpNeighbor = class
interface ILldpNeighbor
interface IJsonSerializable
Public Class LldpNeighbor
Implements ILldpNeighbor
- Inheritance
-
LldpNeighbor
- Attributes
- Implements
Constructors
LldpNeighbor() |
Creates an new LldpNeighbor instance. |
Properties
PortDescription |
The descriptive information about the port on the connected device. |
PortName |
The system-assigned name of the port on the connected device. |
SystemDescription |
The descriptive information about the connected device. |
SystemName |
The system-assigned name of the connected device. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LldpNeighbor. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LldpNeighbor. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ILldpNeighbor. |
FromJsonString(String) |
Creates a new instance of LldpNeighbor, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LldpNeighbor into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |