Table of Contents

Class OrganizationSwitchPortsProfilesProfileUpdateRequest

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

Organization Switch Ports Profiles Profile Update Request

[DataContract]
public class OrganizationSwitchPortsProfilesProfileUpdateRequest
Inheritance
OrganizationSwitchPortsProfilesProfileUpdateRequest
Inherited Members

Constructors

OrganizationSwitchPortsProfilesProfileUpdateRequest()

public OrganizationSwitchPortsProfilesProfileUpdateRequest()

Properties

Description

Text describing the profile.

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

Property Value

string

IsOrganizationWide

The scope of the profile whether it is organization level or network level

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

Property Value

bool?

Name

The name of the profile.

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

Property Value

string

NetworkId

The network identifier

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

Property Value

string

Networks

The networks which are included/excluded in the profile

[DataMember(Name = "networks")]
public OrganizationSwitchPortsProfilesProfileNetworks? Networks { get; set; }

Property Value

OrganizationSwitchPortsProfilesProfileNetworks

Port

Configuration settings for port profile

[DataMember(Name = "port")]
public OrganizationSwitchPortsProfilesProfilePort? Port { get; set; }

Property Value

OrganizationSwitchPortsProfilesProfilePort

Tags

Space-seperated list of tags

[DataMember(Name = "tags")]
public List<string>? Tags { get; set; }

Property Value

List<string>