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