Module: Google::Cloud::Compute::V1::RouterNat::Type

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Indicates whether this NAT is used for public or private IP translation. If unspecified, it defaults to PUBLIC.

Constant Summary collapse

UNDEFINED_TYPE =

A value indicating that the enum field is not set.

0
PRIVATE =

NAT used for private IP translation.

403_485_027
PUBLIC =

NAT used for public IP translation. This is the default.

223_389_289