DhcpOptionsSetAssociateVpcArgs

data class DhcpOptionsSetAssociateVpcArgs(val associateStatus: Output<String>? = null, val vpcId: Output<String>) : ConvertibleToJava<DhcpOptionsSetAssociateVpcArgs>

Constructors

Link copied to clipboard
constructor(associateStatus: Output<String>? = null, vpcId: Output<String>)

Properties

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

The status of the VPC associated with the DHCP option set.

Link copied to clipboard
val vpcId: Output<String>

The ID of the VPC network that is associated with the DHCP options set.

Functions

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