Google Cloud Network Management V1 Client - Class CloudNatGatewayType (2.8.0)

Reference documentation and code samples for the Google Cloud Network Management V1 Client class CloudNatGatewayType.

Types of Cloud NAT gateway.

Protobuf type google.cloud.networkmanagement.v1.NatInfo.CloudNatGatewayType

Namespace

Google \ Cloud \ NetworkManagement \ V1 \ NatInfo

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CLOUD_NAT_GATEWAY_TYPE_UNSPECIFIED

Value: 0

Type is unspecified.

Generated from protobuf enum CLOUD_NAT_GATEWAY_TYPE_UNSPECIFIED = 0;

PUBLIC_NAT44

Value: 1

Public NAT gateway.

Generated from protobuf enum PUBLIC_NAT44 = 1;

PUBLIC_NAT64

Value: 2

Public NAT64 gateway.

Generated from protobuf enum PUBLIC_NAT64 = 2;

PRIVATE_NAT_NCC

Value: 3

Private NAT gateway for NCC.

Generated from protobuf enum PRIVATE_NAT_NCC = 3;

PRIVATE_NAT_HYBRID

Value: 4

Private NAT gateway for hybrid connectivity.

Generated from protobuf enum PRIVATE_NAT_HYBRID = 4;

PRIVATE_NAT64

Value: 5

Private NAT64 gateway.

Generated from protobuf enum PRIVATE_NAT64 = 5;