Class NetworksSwitchPortsProfileUpdateRequest
Networks Switch Ports Profile Update Request
[DataContract]
public class NetworksSwitchPortsProfileUpdateRequest
- Inheritance
-
NetworksSwitchPortsProfileUpdateRequest
- Inherited Members
Constructors
NetworksSwitchPortsProfileUpdateRequest()
public NetworksSwitchPortsProfileUpdateRequest()
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; }
Property Value
Tags
Space-separated list of tags
[DataMember(Name = "tags")]
public List<string>? Tags { get; set; }