Class OrganizationSwitchPortsProfilesProfileCreateRequest
Organization Switch Ports Profiles Profile Create Request
[DataContract]
public class OrganizationSwitchPortsProfilesProfileCreateRequest
- Inheritance
-
OrganizationSwitchPortsProfilesProfileCreateRequest
- Inherited Members
Constructors
OrganizationSwitchPortsProfilesProfileCreateRequest()
public OrganizationSwitchPortsProfilesProfileCreateRequest()
Properties
Description
Text describing the profile
[DataMember(Name = "description")]
public string? Description { get; set; }
Property Value
IsOrganizationWide
The scope of the profile whether it is organization level or network level
[DataMember(Name = "isOrganizationWide")]
public bool? IsOrganizationWide { get; set; }
Property Value
- bool?
Name
The name of the profile
[DataMember(Name = "name")]
public string? Name { get; set; }
Property Value
NetworkId
The network identifier
[DataMember(Name = "networkId")]
public string? NetworkId { get; set; }
Property Value
Networks
The networks which are included/excluded in the profile
[DataMember(Name = "networks")]
public OrganizationSwitchPortsProfilesProfileNetworks? Networks { get; set; }
Property Value
Port
Configuration settings for port profile
[DataMember(Name = "port")]
public OrganizationSwitchPortsProfilesProfilePort? Port { get; set; }
Property Value
Tags
Space-seperated list of tags
[DataMember(Name = "tags")]
public List<string>? Tags { get; set; }