Compute Engine v1 API - Enum RouterNat.Types.Type (2.15.0)

public enum RouterNat.Types.Type

Reference documentation and code samples for the Compute Engine v1 API enum RouterNat.Types.Type.

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

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
Private

NAT used for private IP translation.

Public

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

UndefinedType

A value indicating that the enum field is not set.