Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
CreateClusterKubeconfigContentDetails.Builder |
CreateClusterKubeconfigContentDetails.Builder.endpoint(CreateClusterKubeconfigContentDetails.Endpoint endpoint)
The endpoint to target.
|
Constructor and Description |
---|
CreateClusterKubeconfigContentDetails(String tokenVersion,
Integer expiration,
CreateClusterKubeconfigContentDetails.Endpoint endpoint)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.