VMware Engine v1 API - Enum ExternalAccessRule.Types.Action (1.3.0)

public enum ExternalAccessRule.Types.Action

Reference 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.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Fields

NameDescription
Allow

Allows connections that match the other specified components.

Deny

Blocks connections that match the other specified components.

Unspecified

Defaults to allow.