Class NetworkSettingsNamedVlans
hash of Named VLANs options applied to the Network.
[DataContract]
public class NetworkSettingsNamedVlans
- Inheritance
-
NetworkSettingsNamedVlans
- Inherited Members
Properties
Enabled
Enables / disables Named VLANs on the Network.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }
Property Value
- bool?