Class OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationConfigTemplate
Config template of the switch profile
[DataContract]
public class OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationConfigTemplate
- Inheritance
-
OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationConfigTemplate
- Inherited Members
Constructors
OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationConfigTemplate()
public OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationConfigTemplate()
Properties
Id
ID of config template
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Name
The name of the config template
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }