Class OrganizationSwitchPortsProfilesProfileNetworksNetwork
An associated network
[DataContract]
public class OrganizationSwitchPortsProfilesProfileNetworksNetwork
- Inheritance
-
OrganizationSwitchPortsProfilesProfileNetworksNetwork
- Inherited Members
Constructors
OrganizationSwitchPortsProfilesProfileNetworksNetwork()
public OrganizationSwitchPortsProfilesProfileNetworksNetwork()
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; }