Table of Contents

Class OrganizationSwitchPortsProfilesProfile

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

Profile of a switch port in an organization

[DataContract]
public class OrganizationSwitchPortsProfilesProfile
Inheritance
OrganizationSwitchPortsProfilesProfile
Inherited Members

Constructors

OrganizationSwitchPortsProfilesProfile()

public OrganizationSwitchPortsProfilesProfile()

Properties

Access

RBAC -> access computed based on current user's administered networks and associated networks w.r.t switch port profiles

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

Property Value

string

Counts

Counts of switches and ports associated with this profile

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

Property Value

OrganizationSwitchPortsProfilesProfileCounts

CreatedAt

When the port profile was created.

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

Property Value

string

Description

The text describing the profile.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "description")]
public string Description { 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

The name of the profile

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

Property Value

string

Network

Network attributes

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "network")]
public OrganizationSwitchPortsProfilesProfileNetwork Network { get; set; }

Property Value

OrganizationSwitchPortsProfilesProfileNetwork

Networks

Object of Associated Networks

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

Property Value

OrganizationSwitchPortsProfilesProfileNetworks

ProfileId

ID of the profile

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

Property Value

string

UpdatedAt

When the port profile was updated.

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

Property Value

string