Class OrganizationSwitchPortsProfileAutomationItem
List of automation profiles in an organization
[DataContract]
public class OrganizationSwitchPortsProfileAutomationItem
- Inheritance
-
OrganizationSwitchPortsProfileAutomationItem
- Inherited Members
Constructors
OrganizationSwitchPortsProfileAutomationItem()
public OrganizationSwitchPortsProfileAutomationItem()
Properties
AssignedSwitchPorts
Assign switch port with the given profile
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "assignedSwitchPorts")]
public List<OrganizationSwitchPortsProfileAutomationItemAssignedSwitchPort> AssignedSwitchPorts { get; set; }
Property Value
Counts
Count of assigned entities to a automation profile
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public OrganizationSwitchPortsProfileAutomationItemCounts Counts { get; set; }
Property Value
Description
Text describing the automation profile
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "description")]
public string Description { get; set; }
Property Value
FallbackProfile
Fallback port profile
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "fallbackProfile")]
public OrganizationSwitchPortsProfileAutomationItemFallbackProfile FallbackProfile { get; set; }
Property Value
Id
Switch port profile automation Id
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
IsOrganizationWide
Whether or not this profile is a organization wide profile
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "isOrganizationWide")]
public bool IsOrganizationWide { get; set; }
Property Value
Name
Automation port profile name
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Networks
List of Associated Networks
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "networks")]
public List<OrganizationSwitchPortsProfileAutomationItemNetwork> Networks { get; set; }
Property Value
Rules
Automation rules configurations
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "rules")]
public List<OrganizationSwitchPortsProfileAutomationItemRule> Rules { get; set; }
Property Value
Types
Type of the profile
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "types")]
public List<string> Types { get; set; }