NetworkACL Class

Definition

Network ACL

public class NetworkACL
type NetworkACL = class
Public Class NetworkACL
Inheritance
NetworkACL
Derived

Constructors

Name Description
NetworkACL()

Initializes a new instance of the NetworkACL class.

NetworkACL(IList<String>, IList<String>)

Initializes a new instance of the NetworkACL class.

Properties

Name Description
Allow

Gets or sets allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.

Deny

Gets or sets denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.

Applies to