Class VlanProfileDeviceAssignmentStack
The Switch Stack the device belongs to
[DataContract]
public class VlanProfileDeviceAssignmentStack
- Inheritance
-
VlanProfileDeviceAssignmentStack
- Inherited Members
Properties
Id
ID of the Switch Stack
[ApiForeignKey(typeof(SwitchStack))]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string? Id { get; set; }
Property Value
Name
Name of the Switch Stack - Undocumented but is returned by the API
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string? Name { get; set; }