InfrastructureConfigurationInstanceMetadataOptionsArgs

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

Constructors

fun InfrastructureConfigurationInstanceMetadataOptionsArgs(httpPutResponseHopLimit: Output<Int>? = null, httpTokens: Output<String>? = null)

Functions

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

Properties

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

The number of hops that an instance can traverse to reach its destonation.

Link copied to clipboard
val httpTokens: Output<String>? = null

Whether a signed token is required for instance metadata retrieval requests. Valid values: required, optional.