Class NetworksSwitchPortsProfileCreateRequest
Networks Switch Ports Profile Create Request
[DataContract]
public class NetworksSwitchPortsProfileCreateRequest
- Inheritance
-
NetworksSwitchPortsProfileCreateRequest
- Inherited Members
Constructors
NetworksSwitchPortsProfileCreateRequest()
public NetworksSwitchPortsProfileCreateRequest()
Properties
Description
Text describing the profile
[DataMember(Name = "description")]
public string? Description { get; set; }
Property Value
Name
The name of the profile
[DataMember(Name = "name")]
public string? Name { get; set; }
Property Value
Port
Configuration settings for port profile
[DataMember(Name = "port")]
public NetworksSwitchPortsProfilePort? Port { get; set; }