DhcpOptionsSetAssociateVpc

data class DhcpOptionsSetAssociateVpc(val associateStatus: String? = null, val vpcId: String? = null)

Constructors

Link copied to clipboard
fun DhcpOptionsSetAssociateVpc(associateStatus: String? = null, vpcId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val associateStatus: 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: String? = null

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