Table of Contents

Class OrganizationSwitchPortsProfileAutomationItem

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

List<OrganizationSwitchPortsProfileAutomationItemAssignedSwitchPort>

Counts

Count of assigned entities to a automation profile

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public OrganizationSwitchPortsProfileAutomationItemCounts Counts { get; set; }

Property Value

OrganizationSwitchPortsProfileAutomationItemCounts

Description

Text describing the automation profile

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "description")]
public string Description { get; set; }

Property Value

string

FallbackProfile

Fallback port profile

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "fallbackProfile")]
public OrganizationSwitchPortsProfileAutomationItemFallbackProfile FallbackProfile { get; set; }

Property Value

OrganizationSwitchPortsProfileAutomationItemFallbackProfile

Id

Switch port profile automation Id

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }

Property Value

string

IsOrganizationWide

Whether or not this profile is a organization wide profile

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "isOrganizationWide")]
public bool IsOrganizationWide { get; set; }

Property Value

bool

Name

Automation port profile name

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

Networks

List of Associated Networks

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "networks")]
public List<OrganizationSwitchPortsProfileAutomationItemNetwork> Networks { get; set; }

Property Value

List<OrganizationSwitchPortsProfileAutomationItemNetwork>

Rules

Automation rules configurations

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "rules")]
public List<OrganizationSwitchPortsProfileAutomationItemRule> Rules { get; set; }

Property Value

List<OrganizationSwitchPortsProfileAutomationItemRule>

Types

Type of the profile

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "types")]
public List<string> Types { get; set; }

Property Value

List<string>