InfrastructureConfigurationInstanceMetadataOptionsArgs

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

Constructors

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

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.

Functions

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