if (FALSE) {
# This example associates the specified DHCP options set with the
# specified VPC.
svc$associate_dhcp_options(
DhcpOptionsId = "dopt-d9070ebb",
VpcId = "vpc-a01106c2"
)
# This example associates the default DHCP options set with the specified
# VPC.
svc$associate_dhcp_options(
DhcpOptionsId = "default",
VpcId = "vpc-a01106c2"
)
}
Run the code above in your browser using DataLab