-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(dws): add datasource to query workload plans #5381
Conversation
make testacc TEST=./huaweicloud/services/acceptance/dws TESTARGS='-run TestAccDataSourceWorkloadPlans_basic' |
|
||
* `name` - The name of the workload plan. | ||
|
||
* `cluster_id` - The cluster ID of to which the workload plan belongs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* `cluster_id` - The cluster ID of to which the workload plan belongs. | |
* `cluster_id` - The cluster ID to which the workload plan belongs. |
* `cluster_id` - (Required, String) Specifies the DWS cluster ID to which the workload plans belong. | ||
|
||
* `logical_cluster_name` - (Optional, String) Specifies the logical cluster name to which the workload plans belong. | ||
This parameter is only available when The DWS cluster is logical cluster. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This parameter is only available when The DWS cluster is logical cluster. | |
This parameter is only available when the DWS cluster is logical cluster. |
/approve |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR has been approved by: @Lance52259
/approve
/lgtm
What this PR does / why we need it:
Add new datasource to query list of the workload plans under specified DWS cluster.
Which issue this PR fixes:
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged)fixes #xxx
Special notes for your reviewer:
Release note:
PR Checklist
Documentation updated.
Schema updated.
CheckDeleted.
a. During query operation (Read Context)
aa. Resource not found
>>>>>> Paste the screenshot here <<<<<<
b. During delete/disassociate/unbind operation (Delete Context)
ba. Resource not found
>>>>>> Paste the screenshot here <<<<<<