Class OrganizationSwitchPortsProfileAutomationItemRule
Automation rules configurations
[DataContract]
public class OrganizationSwitchPortsProfileAutomationItemRule
- Inheritance
-
OrganizationSwitchPortsProfileAutomationItemRule
- Inherited Members
Constructors
OrganizationSwitchPortsProfileAutomationItemRule()
public OrganizationSwitchPortsProfileAutomationItemRule()
Properties
Conditions
Match type and criteria rule for target ports
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "conditions")]
public List<OrganizationSwitchPortsProfileAutomationItemRuleCondition> Conditions { get; set; }
Property Value
Priority
Automation sequence
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "priority")]
public int Priority { get; set; }
Property Value
Profile
Profile to be applied
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "profile")]
public OrganizationSwitchPortsProfileAutomationItemRuleProfile Profile { get; set; }