Class NetworksSwitchPortsProfileAssociatedSwitch
A switch associated with the port profile
[DataContract]
public class NetworksSwitchPortsProfileAssociatedSwitch
- Inheritance
-
NetworksSwitchPortsProfileAssociatedSwitch
- Inherited Members
Constructors
NetworksSwitchPortsProfileAssociatedSwitch()
public NetworksSwitchPortsProfileAssociatedSwitch()
Properties
Mac
The mac address of the switch
[DataMember(Name = "mac")]
[ApiAccess(ApiAccess.ReadWrite)]
public string? Mac { get; set; }
Property Value
Model
The model of the switch
[DataMember(Name = "model")]
[ApiAccess(ApiAccess.Read)]
public string? Model { get; set; }
Property Value
Name
The name of the switch
[DataMember(Name = "name")]
[ApiAccess(ApiAccess.ReadWrite)]
public string? Name { get; set; }
Property Value
Serial
The serial of the switch
[DataMember(Name = "serial")]
[ApiAccess(ApiAccess.Read)]
public string? Serial { get; set; }
Property Value
SwitchId
The ID of the switch
[DataMember(Name = "switchId")]
[ApiAccess(ApiAccess.Read)]
public long? SwitchId { get; set; }
Property Value
- long?