Class OrganizationSwitchPortsProfilesProfileCountsAssigned
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
Ports
The number of switch ports assigned to this profile
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ports")]
public int Ports { get; set; }
Property Value
Switches
The number of switches assigned to this profile
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "switches")]
public int Switches { get; set; }