InstanceMetadataProvider

Represents a generic client that can fetch instance metadata.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun get(path: String): String

Gets the specified instance metadata value by the given path.

Inherited functions

Link copied to clipboard
expect abstract fun close()