Uses of Class
com.google.container.v1beta1.IPAllocationPolicy.StackType
-
Packages that use IPAllocationPolicy.StackType Package Description com.google.container.v1beta1 -
-
Uses of IPAllocationPolicy.StackType in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return IPAllocationPolicy.StackType Modifier and Type Method Description static IPAllocationPolicy.StackType
IPAllocationPolicy.StackType. forNumber(int value)
IPAllocationPolicy.StackType
IPAllocationPolicy.Builder. getStackType()
IP stack typeIPAllocationPolicy.StackType
IPAllocationPolicy. getStackType()
IP stack typeIPAllocationPolicy.StackType
IPAllocationPolicyOrBuilder. getStackType()
IP stack typestatic IPAllocationPolicy.StackType
IPAllocationPolicy.StackType. valueOf(int value)
Deprecated.static IPAllocationPolicy.StackType
IPAllocationPolicy.StackType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static IPAllocationPolicy.StackType
IPAllocationPolicy.StackType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IPAllocationPolicy.StackType[]
IPAllocationPolicy.StackType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.container.v1beta1 that return types with arguments of type IPAllocationPolicy.StackType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<IPAllocationPolicy.StackType>
IPAllocationPolicy.StackType. internalGetValueMap()
Methods in com.google.container.v1beta1 with parameters of type IPAllocationPolicy.StackType Modifier and Type Method Description IPAllocationPolicy.Builder
IPAllocationPolicy.Builder. setStackType(IPAllocationPolicy.StackType value)
IP stack type
-