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