Reference documentation and code samples for the Google Cloud Network Management V1 Client class Type.
Types of NAT.
Protobuf type google.cloud.networkmanagement.v1.NatInfo.Type
Namespace
Google \ Cloud \ NetworkManagement \ V1 \ NatInfoMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0
Type is unspecified.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
INTERNAL_TO_EXTERNAL
Value: 1
From Compute Engine instance's internal address to external address.
Generated from protobuf enum INTERNAL_TO_EXTERNAL = 1;
EXTERNAL_TO_INTERNAL
Value: 2
From Compute Engine instance's external address to internal address.
Generated from protobuf enum EXTERNAL_TO_INTERNAL = 2;
CLOUD_NAT
Value: 3
Cloud NAT Gateway.
Generated from protobuf enum CLOUD_NAT = 3;
PRIVATE_SERVICE_CONNECT
Value: 4
Private service connect NAT.
Generated from protobuf enum PRIVATE_SERVICE_CONNECT = 4;