Class OrganizationSwitchPortsProfilesProfileCounts
Counts of switches and ports associated with this profile
[DataContract]
public class OrganizationSwitchPortsProfilesProfileCounts
- Inheritance
-
OrganizationSwitchPortsProfilesProfileCounts
- Inherited Members
Constructors
OrganizationSwitchPortsProfilesProfileCounts()
public OrganizationSwitchPortsProfilesProfileCounts()
Properties
Assigned
Counts of switches and ports assigned to this profile
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "assigned")]
public OrganizationSwitchPortsProfilesProfileCountsAssigned Assigned { get; set; }
Property Value
NetworksCount
The number of networks associated to this profile
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networksCount")]
public OrganizationSwitchPortsProfilesProfileCountsNetworksCount NetworksCount { get; set; }