public static enum CreateClusterKubeconfigContentDetails.Endpoint extends Enum<CreateClusterKubeconfigContentDetails.Endpoint> implements BmcEnum
The endpoint to target. A cluster may have multiple endpoints exposed but the kubeconfig can only target one at a time.
Enum Constant and Description |
---|
LegacyKubernetes |
PrivateEndpoint |
PublicEndpoint |
VcnHostname |
Modifier and Type | Method and Description |
---|---|
static CreateClusterKubeconfigContentDetails.Endpoint |
create(String key) |
String |
getValue() |
static CreateClusterKubeconfigContentDetails.Endpoint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateClusterKubeconfigContentDetails.Endpoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateClusterKubeconfigContentDetails.Endpoint LegacyKubernetes
public static final CreateClusterKubeconfigContentDetails.Endpoint PublicEndpoint
public static final CreateClusterKubeconfigContentDetails.Endpoint PrivateEndpoint
public static final CreateClusterKubeconfigContentDetails.Endpoint VcnHostname
public static CreateClusterKubeconfigContentDetails.Endpoint[] values()
for (CreateClusterKubeconfigContentDetails.Endpoint c : CreateClusterKubeconfigContentDetails.Endpoint.values()) System.out.println(c);
public static CreateClusterKubeconfigContentDetails.Endpoint valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static CreateClusterKubeconfigContentDetails.Endpoint create(String key)
Copyright © 2016–2024. All rights reserved.