Uses of Interface
io.helidon.integrations.oci.ImdsInstanceInfo
Packages that use ImdsInstanceInfo
-
Uses of ImdsInstanceInfo in io.helidon.integrations.oci
Classes in io.helidon.integrations.oci with type parameters of type ImdsInstanceInfoModifier and TypeClassDescriptionstatic class
ImdsInstanceInfo.BuilderBase<BUILDER extends ImdsInstanceInfo.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ImdsInstanceInfo> Fluent API builder base forImdsInstanceInfo
.Classes in io.helidon.integrations.oci that implement ImdsInstanceInfoModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.oci that return ImdsInstanceInfoModifier and TypeMethodDescriptionImdsInstanceInfo.Builder.build()
ImdsInstanceInfo.Builder.buildPrototype()
static ImdsInstanceInfo
ImdsInstanceInfo.create()
Create a new instance with default values.static ImdsInstanceInfo
Create a new instance from configuration.Methods in io.helidon.integrations.oci with parameters of type ImdsInstanceInfoModifier and TypeMethodDescriptionstatic ImdsInstanceInfo.Builder
ImdsInstanceInfo.builder
(ImdsInstanceInfo instance) Create a new fluent API builder from an existing instance.ImdsInstanceInfo.BuilderBase.from
(ImdsInstanceInfo prototype) Update this builder from an existing prototype instance.