Table of Contents

Class OrganizationSwitchPortsProfileAutomationUpdateRequest

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

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

List<OrganizationSwitchPortsProfileAutomationCreateRequestAssignedSwitchPort>

Description

Text describing the port profile automation.

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

Property Value

string

FallbackProfile

Configuration settings for port profile

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

Property Value

OrganizationSwitchPortsProfileAutomationItemFallbackProfile

Name

Name of the port profile automation.

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

Property Value

string

Rules

Configuration settings for port profile automation rules

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

Property Value

List<OrganizationSwitchPortsProfileAutomationItemRule>