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