OptionsPropertiesArgs

data class OptionsPropertiesArgs(val applianceModeSupport: Output<String>? = null, val dnsSupport: Output<String>? = null, val ipv6Support: Output<String>? = null) : ConvertibleToJava<OptionsPropertiesArgs>

The options for the transit gateway vpc attachment.

Constructors

Link copied to clipboard
fun OptionsPropertiesArgs(applianceModeSupport: Output<String>? = null, dnsSupport: Output<String>? = null, ipv6Support: Output<String>? = null)

Functions

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

Properties

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

Indicates whether to enable Ipv6 Support for Vpc Attachment. Valid Values: enable | disable

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

Indicates whether to enable DNS Support for Vpc Attachment. Valid Values: enable | disable

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

Indicates whether to enable Ipv6 Support for Vpc Attachment. Valid Values: enable | disable