Class OrganizationSwitchPortsProfileAutomationItemCountsAssigned
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
Networks
Count of networks assigned to the profile
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networks")]
public int Networks { get; set; }
Property Value
Ports
Count of ports assigned to the profile
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ports")]
public int Ports { get; set; }