InfrastructureConfigurationInstanceMetadataOptionsArgs

data class InfrastructureConfigurationInstanceMetadataOptionsArgs(val httpPutResponseHopLimit: Output<Int>? = null, val httpTokens: Output<InfrastructureConfigurationInstanceMetadataOptionsHttpTokens>? = null) : ConvertibleToJava<InfrastructureConfigurationInstanceMetadataOptionsArgs>

The instance metadata option settings for the infrastructure configuration.

Constructors

constructor(httpPutResponseHopLimit: Output<Int>? = null, httpTokens: Output<InfrastructureConfigurationInstanceMetadataOptionsHttpTokens>? = null)

Properties

Link copied to clipboard
val httpPutResponseHopLimit: Output<Int>? = null

Limit the number of hops that an instance metadata request can traverse to reach its destination.

Link copied to clipboard

Indicates whether a signed token header is required for instance metadata retrieval requests. The values affect the response as follows:

Functions

Link copied to clipboard
open override fun toJava(): InfrastructureConfigurationInstanceMetadataOptionsArgs