Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class Action.
Action determines whether the external access rule permits or blocks traffic, subject to the other components of the rule matching the traffic.
Protobuf type google.cloud.vmwareengine.v1.ExternalAccessRule.Action
Namespace
Google \ Cloud \ VmwareEngine \ V1 \ ExternalAccessRuleMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ACTION_UNSPECIFIED
Value: 0
Defaults to allow.
Generated from protobuf enum ACTION_UNSPECIFIED = 0;
ALLOW
Value: 1
Allows connections that match the other specified components.
Generated from protobuf enum ALLOW = 1;
DENY
Value: 2
Blocks connections that match the other specified components.
Generated from protobuf enum DENY = 2;