Class SwitchAccessControlListRules
UpdateNetworkSwitchAccessControlLists
[DataContract]
public class SwitchAccessControlListRules
- Inheritance
-
SwitchAccessControlListRules
- Inherited Members
Properties
Rules
An ordered array of the access control list rules (not including the default rule). An empty array will clear the rules.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "rules")]
public List<SwitchAccessControlListRule> Rules { get; set; }