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