ScriptCachingPolicy

sealed class ScriptCachingPolicy

The caching policy for a node lifecycle script. Valid values:

  • CACHE_ONCE – Downloads the script once and reuses it on subsequent boots.

  • REFRESH_ON_REBOOT – Downloads the script on every boot.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : ScriptCachingPolicy

Properties

Link copied to clipboard
abstract val value: String