dryRun

val dryRun: Output<Boolean>?

Whether to PreCheck only this request, value:

  • true: sends a check request and does not delete the DHCP option set. Check items include whether required parameters are filled in, request format, and restrictions. If the check fails, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '.

  • false (default): Sends a normal request and directly deletes the DHCP option set after checking.