Uses of Interface
io.helidon.integrations.oci.OciConfig
Packages that use OciConfig
-
Uses of OciConfig in io.helidon.integrations.oci
Classes in io.helidon.integrations.oci with type parameters of type OciConfigModifier and TypeClassDescriptionstatic classOciConfig.BuilderBase<BUILDER extends OciConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OciConfig> Fluent API builder base forOciConfig.Classes in io.helidon.integrations.oci that implement OciConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.oci that return OciConfigModifier and TypeMethodDescriptionOciConfig.Builder.build()OciConfig.Builder.buildPrototype()static OciConfigOciConfig.create()Create a new instance with default values.static OciConfigDeprecated.static OciConfigCreate a new instance from configuration.Methods in io.helidon.integrations.oci with parameters of type OciConfigModifier and TypeMethodDescriptionstatic OciConfig.BuilderCreate a new fluent API builder from an existing instance.Update this builder from an existing prototype instance.static booleanHelidonOci.imdsAvailable(OciConfig config) Check whether IMDS (metadata service endpoint) is available or not.
create(io.helidon.config.Config)