java.lang.Object
io.helidon.integrations.oci.HelidonOci
Helper methods for OCI integration.
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
imdsAvailable
(OciConfig config) Check whether IMDS (metadata service endpoint) is available or not.
-
Method Details
-
imdsAvailable
Check whether IMDS (metadata service endpoint) is available or not.- Parameters:
config
- OCI meta configuration, allowing a customized IMDS endpoint- Returns:
- whether the metadata service is available
-