Class VlansEnabledState
Vlans Enabled State
[DataContract]
public class VlansEnabledState
- Inheritance
-
VlansEnabledState
- Inherited Members
Properties
Enabled
Boolean indicating whether to enable (true) or disable (false) VLANs for the network
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "vlansEnabled")]
public bool? Enabled { get; set; }
Property Value
- bool?
Boolean indicating whether to enable (true) or disable (false) VLANs for the network