Uses of Class
com.oracle.bmc.containerengine.model.CreateClusterKubeconfigContentDetails.Endpoint
-
Packages that use CreateClusterKubeconfigContentDetails.Endpoint Package Description com.oracle.bmc.containerengine.model -
-
Uses of CreateClusterKubeconfigContentDetails.Endpoint in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return CreateClusterKubeconfigContentDetails.Endpoint Modifier and Type Method Description static CreateClusterKubeconfigContentDetails.Endpoint
CreateClusterKubeconfigContentDetails.Endpoint. create(String key)
CreateClusterKubeconfigContentDetails.Endpoint
CreateClusterKubeconfigContentDetails. getEndpoint()
The endpoint to target.static CreateClusterKubeconfigContentDetails.Endpoint
CreateClusterKubeconfigContentDetails.Endpoint. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateClusterKubeconfigContentDetails.Endpoint[]
CreateClusterKubeconfigContentDetails.Endpoint. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.containerengine.model with parameters of type CreateClusterKubeconfigContentDetails.Endpoint Modifier and Type Method Description CreateClusterKubeconfigContentDetails.Builder
CreateClusterKubeconfigContentDetails.Builder. endpoint(CreateClusterKubeconfigContentDetails.Endpoint endpoint)
The endpoint to target.Constructors in com.oracle.bmc.containerengine.model with parameters of type CreateClusterKubeconfigContentDetails.Endpoint Constructor Description CreateClusterKubeconfigContentDetails(String tokenVersion, Integer expiration, CreateClusterKubeconfigContentDetails.Endpoint endpoint)
Deprecated.
-