Class OrganizationSwitchPortsProfileAutomationCreateRequest
Organization Switch Ports Profiles Profile Automation Create Request
[DataContract]
public class OrganizationSwitchPortsProfileAutomationCreateRequest
- Inheritance
-
OrganizationSwitchPortsProfileAutomationCreateRequest
- Inherited Members
Constructors
OrganizationSwitchPortsProfileAutomationCreateRequest()
public OrganizationSwitchPortsProfileAutomationCreateRequest()
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; }