Table of Contents

Class OrganizationSwitchPortsProfilesProfileCountsAssigned

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

Counts of switches and ports assigned to this profile

[DataContract]
public class OrganizationSwitchPortsProfilesProfileCountsAssigned
Inheritance
OrganizationSwitchPortsProfilesProfileCountsAssigned
Inherited Members

Constructors

OrganizationSwitchPortsProfilesProfileCountsAssigned()

public OrganizationSwitchPortsProfilesProfileCountsAssigned()

Properties

Automations

The number of automations assigned to this profile

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "automations")]
public int Automations { get; set; }

Property Value

int

Ports

The number of switch ports assigned to this profile

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ports")]
public int Ports { get; set; }

Property Value

int

Switches

The number of switches assigned to this profile

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "switches")]
public int Switches { get; set; }

Property Value

int