DhcpOptionsSetAssociateVpcArgs

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

Constructors

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

Functions

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

Properties

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

The status of the VPC network that is associated with the DHCP options set. Valid values:InUse or Pending. InUse: The VPC network is in use. Pending: The VPC network is being configured.

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

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