Class OrganizationSwitchPortsProfileAutomationItemAssignedSwitchPort
Assign switch port with the given profile
[DataContract]
public class OrganizationSwitchPortsProfileAutomationItemAssignedSwitchPort
- Inheritance
-
OrganizationSwitchPortsProfileAutomationItemAssignedSwitchPort
- Inherited Members
Constructors
OrganizationSwitchPortsProfileAutomationItemAssignedSwitchPort()
public OrganizationSwitchPortsProfileAutomationItemAssignedSwitchPort()
Properties
PortIds
List of port ids
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "portIds")]
public List<string> PortIds { get; set; }
Property Value
Switch
Switch Details
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "switch")]
public OrganizationSwitchPortsProfileAutomationItemSwitch Switch { get; set; }