Google Cloud Container V1 Client - Class IPv6AccessType (1.10.3)

Reference documentation and code samples for the Google Cloud Container V1 Client class IPv6AccessType.

Possible values for IPv6 access type

Protobuf type google.container.v1.IPv6AccessType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

IPV6_ACCESS_TYPE_UNSPECIFIED

Value: 0

Default value, will be defaulted as type external.

Generated from protobuf enum IPV6_ACCESS_TYPE_UNSPECIFIED = 0;

INTERNAL

Value: 1

Access type internal (all v6 addresses are internal IPs)

Generated from protobuf enum INTERNAL = 1;

EXTERNAL

Value: 2

Access type external (all v6 addresses are external IPs)

Generated from protobuf enum EXTERNAL = 2;