Module: Google::Cloud::Container::V1beta1::IPAllocationPolicy::IPv6AccessType

Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

IPv6 access type

Constant Summary collapse

IPV6_ACCESS_TYPE_UNSPECIFIED =

Default value, will be defaulted as type external.

0
INTERNAL =

Access type internal (all v6 addresses are internal IPs)

1
EXTERNAL =

Access type external (all v6 addresses are external IPs)

2