Uses of Class
com.google.container.v1.IPv6AccessType
-
Packages that use IPv6AccessType Package Description com.google.container.v1 -
-
Uses of IPv6AccessType in com.google.container.v1
Methods in com.google.container.v1 that return IPv6AccessType Modifier and Type Method Description static IPv6AccessType
IPv6AccessType. forNumber(int value)
IPv6AccessType
IPAllocationPolicy.Builder. getIpv6AccessType()
The ipv6 access type (internal or external) when create_subnetwork is trueIPv6AccessType
IPAllocationPolicy. getIpv6AccessType()
The ipv6 access type (internal or external) when create_subnetwork is trueIPv6AccessType
IPAllocationPolicyOrBuilder. getIpv6AccessType()
The ipv6 access type (internal or external) when create_subnetwork is truestatic IPv6AccessType
IPv6AccessType. valueOf(int value)
Deprecated.static IPv6AccessType
IPv6AccessType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static IPv6AccessType
IPv6AccessType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IPv6AccessType[]
IPv6AccessType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.container.v1 that return types with arguments of type IPv6AccessType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<IPv6AccessType>
IPv6AccessType. internalGetValueMap()
Methods in com.google.container.v1 with parameters of type IPv6AccessType Modifier and Type Method Description IPAllocationPolicy.Builder
IPAllocationPolicy.Builder. setIpv6AccessType(IPv6AccessType value)
The ipv6 access type (internal or external) when create_subnetwork is true
-