Class NetworksSwitchPortsProfileAssociatedPort
A port configured with port profile
[DataContract]
public class NetworksSwitchPortsProfileAssociatedPort
- Inheritance
-
NetworksSwitchPortsProfileAssociatedPort
- Inherited Members
Constructors
NetworksSwitchPortsProfileAssociatedPort()
public NetworksSwitchPortsProfileAssociatedPort()
Properties
PortId
The ID of the switchport
[DataMember(Name = "portId")]
[ApiAccess(ApiAccess.Read)]
public string? PortId { get; set; }
Property Value
PortName
Switchport name - a combination of switch name with port number
[DataMember(Name = "portName")]
[ApiAccess(ApiAccess.Read)]
public string? PortName { get; set; }
Property Value
PortNum
Switchport number
[DataMember(Name = "portNum")]
[ApiAccess(ApiAccess.Read)]
public int? PortNum { get; set; }
Property Value
- int?
Profile
Profile attributes
[DataMember(Name = "profile")]
[ApiAccess(ApiAccess.ReadWrite)]
public NetworksSwitchPortsProfileProfile? Profile { get; set; }
Property Value
Serial
The serial of parent node of the switchport
[DataMember(Name = "serial")]
[ApiAccess(ApiAccess.Read)]
public string? Serial { get; set; }