Uses of Interface
io.helidon.integrations.oci.sdk.runtime.OciConfig
Package
Description
Helidon Injection Runtime Integrations to support OCI SDK.
-
Uses of OciConfig in io.helidon.integrations.oci.sdk.runtime
Modifier and TypeClassDescriptionstatic class
OciConfig.BuilderBase<BUILDER extends OciConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends OciConfig> Deprecated, for removal: This API element is subject to removal in a future version.Fluent API builder base forOciConfig
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionOciConfig.Builder.build()
OciConfig.Builder.buildPrototype()
static OciConfig
OciConfig.create()
Deprecated, for removal: This API element is subject to removal in a future version.Create a new instance with default values.static OciConfig
Deprecated, for removal: This API element is subject to removal in a future version.Create a new instance from configuration.static OciConfig
OciExtension.ociConfig()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the globalOciConfig
bean that is currently defined in the bootstrap environment.Modifier and TypeMethodDescriptionstatic OciConfig.Builder
Deprecated, for removal: This API element is subject to removal in a future version.Create a new fluent API builder from an existing instance.Update this builder from an existing prototype instance.boolean
OciAvailability.isRunningOnOci
(OciConfig ociConfig) Deprecated, for removal: This API element is subject to removal in a future version.Returns true if the implementation determines it is running on/inside an OCI compute node.