Class NetworksSwitchPortsProfileAssignedSwitchPort
Associated switch port details
[DataContract]
public class NetworksSwitchPortsProfileAssignedSwitchPort
- Inheritance
-
NetworksSwitchPortsProfileAssignedSwitchPort
- Inherited Members
Constructors
NetworksSwitchPortsProfileAssignedSwitchPort()
public NetworksSwitchPortsProfileAssignedSwitchPort()
Properties
PortIds
List of associated switchport numbers
[DataMember(Name = "portIds")]
[ApiAccess(ApiAccess.ReadWrite)]
public List<string>? PortIds { get; set; }
Property Value
Switch
Switch details
[DataMember(Name = "switch")]
[ApiAccess(ApiAccess.ReadWrite)]
public NetworksSwitchPortsProfileSwitch? Switch { get; set; }
Property Value
Template
Template details
[DataMember(Name = "template")]
[ApiAccess(ApiAccess.ReadWrite)]
public NetworksSwitchPortsProfileTemplate? Template { get; set; }