Class SwitchStack
A switch stack
[DataContract]
public class SwitchStack : NamedIdentifiedItem
- Inheritance
-
SwitchStack
- Inherited Members
Constructors
SwitchStack()
public SwitchStack()
Fields
MaxNameLength
Maximum length for switch stack name
public const int MaxNameLength = 38
Field Value
Properties
IsMonitorOnly
IsMonitorOnly - Undocumented
[Obsolete("This property is deprecated from API v1.61")]
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "isMonitorOnly")]
public bool IsMonitorOnly { get; set; }
Property Value
Members
Members - Undocumented
[Obsolete("This property is deprecated from API v1.61")]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "members")]
public List<SwitchStackMember> Members { get; set; }
Property Value
Serials
Serials
[ApiAccess(ApiAccess.ReadCreate)]
[DataMember(Name = "serials")]
public List<string> Serials { get; set; }
Property Value
VirtualMac
The virtual MAC address of the switch stack
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "virtualMac")]
public string? VirtualMac { get; set; }
Property Value
WorkflowId
ID of the workflow
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "workflowId")]
public string? WorkflowId { get; set; }