Class OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequest
Organization Config Templates Switch Profiles Ports Mirror Update Request
[DataContract]
public class OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequest
- Inheritance
-
OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequest
- Inherited Members
Constructors
OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequest()
public OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequest()
Properties
Comment
My pretty comment
[DataMember(Name = "comment")]
public string? Comment { get; set; }
Property Value
Destination
Destination port mirror configuration
[DataMember(Name = "destination")]
public OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequestDestination Destination { get; set; }
Property Value
Role
Switch role can be source or destination
[DataMember(Name = "role")]
public string? Role { get; set; }
Property Value
Source
Source ports mirror configuration
[DataMember(Name = "source")]
public OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequestSource Source { get; set; }
Property Value
Tags
Port mirror tags
[DataMember(Name = "tags")]
public List<string>? Tags { get; set; }