Uses of Interface
io.helidon.integrations.oci.sdk.runtime.OciConfig
Packages that use OciConfig
Package
Description
Helidon Service Registry Integrations to support OCI SDK.
-
Uses of OciConfig in io.helidon.integrations.oci.sdk.runtime
Classes in io.helidon.integrations.oci.sdk.runtime with type parameters of type OciConfigModifier and TypeClassDescriptionstatic classOciConfig.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.Classes in io.helidon.integrations.oci.sdk.runtime that implement OciConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.oci.sdk.runtime that return OciConfigModifier and TypeMethodDescriptionOciConfig.Builder.build()OciConfig.Builder.buildPrototype()static OciConfigOciConfig.create()Deprecated, for removal: This API element is subject to removal in a future version.Create a new instance with default values.static OciConfigDeprecated.static OciConfigDeprecated, for removal: This API element is subject to removal in a future version.Create a new instance from configuration.static OciConfigOciExtension.ociConfig()Deprecated, for removal: This API element is subject to removal in a future version.Returns the globalOciConfigbean that is currently defined in the bootstrap environment.Methods in io.helidon.integrations.oci.sdk.runtime with parameters of type OciConfigModifier and TypeMethodDescriptionstatic OciConfig.BuilderDeprecated, 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.booleanOciAvailability.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.
create(io.helidon.config.Config)