public class DeleteSchedulerRuleRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management.
|
String |
ruleName
The name of the scheduling rule that you want to delete.
|
| 构造器和说明 |
|---|
DeleteSchedulerRuleRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteSchedulerRuleRequest |
build(Map<String,?> map) |
String |
getResourceGroupId() |
String |
getRuleName() |
DeleteSchedulerRuleRequest |
setResourceGroupId(String resourceGroupId) |
DeleteSchedulerRuleRequest |
setRuleName(String ruleName) |
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group.
example:default
@NameInMap(value="RuleName") public String ruleName
The name of the scheduling rule that you want to delete.
This parameter is required.
example:testrule
public static DeleteSchedulerRuleRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteSchedulerRuleRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DeleteSchedulerRuleRequest setRuleName(String ruleName)
public String getRuleName()
Copyright © 2026. All rights reserved.