Table of Contents

Class OrganizationSwitchPortsProfileAutomationItemCountsAssigned

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

Count of assigned devices, ports, networks to a automation profile

[DataContract]
public class OrganizationSwitchPortsProfileAutomationItemCountsAssigned
Inheritance
OrganizationSwitchPortsProfileAutomationItemCountsAssigned
Inherited Members

Constructors

OrganizationSwitchPortsProfileAutomationItemCountsAssigned()

public OrganizationSwitchPortsProfileAutomationItemCountsAssigned()

Properties

Devices

Count of devices assigned to the profile

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

Property Value

int

Networks

Count of networks assigned to the profile

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

Property Value

int

Ports

Count of ports assigned to the profile

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

Property Value

int