Reference documentation and code samples for the Compute V1 Client class Type.
Indicates whether this NAT is used for public or private IP translation. If unspecified, it defaults to PUBLIC.
Protobuf type google.cloud.compute.v1.RouterNat.Type
Namespace
Google \ Cloud \ Compute \ V1 \ RouterNatMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_TYPE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_TYPE = 0;
PBPRIVATE
Value: 403485027
NAT used for private IP translation.
Generated from protobuf enum PRIVATE = 403485027;
PBPUBLIC
Value: 223389289
NAT used for public IP translation. This is the default.
Generated from protobuf enum PUBLIC = 223389289;