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