Uses of Class
com.google.container.v1beta1.SandboxConfig.Type
-
Packages that use SandboxConfig.Type Package Description com.google.container.v1beta1 -
-
Uses of SandboxConfig.Type in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return SandboxConfig.Type Modifier and Type Method Description static SandboxConfig.Type
SandboxConfig.Type. forNumber(int value)
SandboxConfig.Type
SandboxConfig.Builder. getType()
Type of the sandbox to use for the node.SandboxConfig.Type
SandboxConfig. getType()
Type of the sandbox to use for the node.SandboxConfig.Type
SandboxConfigOrBuilder. getType()
Type of the sandbox to use for the node.static SandboxConfig.Type
SandboxConfig.Type. valueOf(int value)
Deprecated.static SandboxConfig.Type
SandboxConfig.Type. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SandboxConfig.Type
SandboxConfig.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static SandboxConfig.Type[]
SandboxConfig.Type. 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 SandboxConfig.Type Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SandboxConfig.Type>
SandboxConfig.Type. internalGetValueMap()
Methods in com.google.container.v1beta1 with parameters of type SandboxConfig.Type Modifier and Type Method Description SandboxConfig.Builder
SandboxConfig.Builder. setType(SandboxConfig.Type value)
Type of the sandbox to use for the node.
-