Class OrganizationSwitchPortsProfileAutomationUpdateRequest
Organization Switch Ports Profile Automation Update Request
[DataContract]
public class OrganizationSwitchPortsProfileAutomationUpdateRequest
- Inheritance
-
OrganizationSwitchPortsProfileAutomationUpdateRequest
- Inherited Members
Constructors
OrganizationSwitchPortsProfileAutomationUpdateRequest()
public OrganizationSwitchPortsProfileAutomationUpdateRequest()
Properties
AssignedSwitchPorts
Assigned switch ports
[DataMember(Name = "assignedSwitchPorts")]
public List<OrganizationSwitchPortsProfileAutomationCreateRequestAssignedSwitchPort>? AssignedSwitchPorts { get; set; }
Property Value
Description
Text describing the port profile automation.
[DataMember(Name = "description")]
public string? Description { get; set; }
Property Value
FallbackProfile
Configuration settings for port profile
[DataMember(Name = "fallbackProfile")]
public OrganizationSwitchPortsProfileAutomationItemFallbackProfile? FallbackProfile { get; set; }
Property Value
Name
Name of the port profile automation.
[DataMember(Name = "name")]
public string? Name { get; set; }
Property Value
Rules
Configuration settings for port profile automation rules
[DataMember(Name = "rules")]
public List<OrganizationSwitchPortsProfileAutomationItemRule>? Rules { get; set; }