GetInstanceMetadataOption

data class GetInstanceMetadataOption(val httpEndpoint: String, val httpProtocolIpv6: String, val httpPutResponseHopLimit: Int, val httpTokens: String, val instanceMetadataTags: String)

Constructors

Link copied to clipboard
constructor(httpEndpoint: String, httpProtocolIpv6: String, httpPutResponseHopLimit: Int, httpTokens: String, instanceMetadataTags: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

State of the metadata service: enabled, disabled.

Link copied to clipboard

Whether the IPv6 endpoint for the instance metadata service is enabled or disabled

Link copied to clipboard

Desired HTTP PUT response hop limit for instance metadata requests.

Link copied to clipboard

If session tokens are required: optional, required.

Link copied to clipboard

If access to instance tags is allowed from the metadata service: enabled, disabled.