Class OrganizationSwitchPortsProfilesProfileNetworks
Object of Associated Networks
[DataContract]
public class OrganizationSwitchPortsProfilesProfileNetworks
- Inheritance
-
OrganizationSwitchPortsProfilesProfileNetworks
- Inherited Members
Constructors
OrganizationSwitchPortsProfilesProfileNetworks()
public OrganizationSwitchPortsProfilesProfileNetworks()
Properties
Type
Determines whether network is included or excluded in smart port profile based on isOrganizationWide Flag.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public string Type { get; set; }
Property Value
Values
List of Associated Networks
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "values")]
public List<OrganizationSwitchPortsProfilesProfileNetworksNetwork> Values { get; set; }