Enum AddressRuleAction
Enumerates the possible actions for an AddressRule.
Namespace: Neon.Kube.ClusterDef
Assembly: Neon.Kube.dll
Syntax
public enum AddressRuleAction
Fields
| Name | Description |
|---|---|
| Allow | Allow network traffic to or from the IP address or subnet. |
| Deny | Block network traffic to or from the IP address or subnet. |