public enum ExternalAccessRule.Types.ActionReference documentation and code samples for the VMware Engine v1 API enum ExternalAccessRule.Types.Action.
Action determines whether the external access rule permits or blocks traffic, subject to the other components of the rule matching the traffic.
Namespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Fields |
|
|---|---|
| Name | Description |
Allow |
Allows connections that match the other specified components. |
Deny |
Blocks connections that match the other specified components. |
Unspecified |
Defaults to allow. |