Compute V1 Client - Class Type (2.0.0)

Reference documentation and code samples for the Compute V1 Client class Type.

The type of configuration. In accessConfigs (IPv4), the default and only option is ONE_TO_ONE_NAT. In ipv6AccessConfigs, the default and only option is DIRECT_IPV6.

Protobuf type google.cloud.compute.v1.AccessConfig.Type

Namespace

Google \ Cloud \ Compute \ V1 \ AccessConfig

Methods

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;

DIRECT_IPV6

Value: 4397213

Generated from protobuf enum DIRECT_IPV6 = 4397213;

ONE_TO_ONE_NAT

Value: 84090205

Generated from protobuf enum ONE_TO_ONE_NAT = 84090205;