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 \ NatInfoMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CLOUD_NAT_GATEWAY_TYPE_UNSPECIFIED
Value: 0Type is unspecified.
Generated from protobuf enum CLOUD_NAT_GATEWAY_TYPE_UNSPECIFIED = 0;
PUBLIC_NAT44
Value: 1Public NAT gateway.
Generated from protobuf enum PUBLIC_NAT44 = 1;
PUBLIC_NAT64
Value: 2Public NAT64 gateway.
Generated from protobuf enum PUBLIC_NAT64 = 2;
PRIVATE_NAT_NCC
Value: 3Private NAT gateway for NCC.
Generated from protobuf enum PRIVATE_NAT_NCC = 3;
PRIVATE_NAT_HYBRID
Value: 4Private NAT gateway for hybrid connectivity.
Generated from protobuf enum PRIVATE_NAT_HYBRID = 4;
PRIVATE_NAT64
Value: 5Private NAT64 gateway.
Generated from protobuf enum PRIVATE_NAT64 = 5;