Class OrganizationSwitchPortsProfilesProfileCountsNetworksCount
The number of networks associated to this profile
[DataContract]
public class OrganizationSwitchPortsProfilesProfileCountsNetworksCount
- Inheritance
-
OrganizationSwitchPortsProfilesProfileCountsNetworksCount
- Inherited Members
Constructors
OrganizationSwitchPortsProfilesProfileCountsNetworksCount()
public OrganizationSwitchPortsProfilesProfileCountsNetworksCount()
Properties
Excluded
The number of networks that are part of exclusion list
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "excluded")]
public int Excluded { get; set; }
Property Value
Included
The number of networks that are part of inclusion list
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "included")]
public int Included { get; set; }