public class UpdateStandardGroupRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
description
The description of the security rule set.
|
Long |
groupId
The security rule set ID.
|
String |
groupName
The name of the security rule set.
|
Long |
tid
The tenant ID.
|
| 构造器和说明 |
|---|
UpdateStandardGroupRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateStandardGroupRequest |
build(Map<String,?> map) |
String |
getDescription() |
Long |
getGroupId() |
String |
getGroupName() |
Long |
getTid() |
UpdateStandardGroupRequest |
setDescription(String description) |
UpdateStandardGroupRequest |
setGroupId(Long groupId) |
UpdateStandardGroupRequest |
setGroupName(String groupName) |
UpdateStandardGroupRequest |
setTid(Long tid) |
@NameInMap(value="Description") public String description
The description of the security rule set.
This parameter is required.
example:Production Environment test rules
@NameInMap(value="GroupId") public Long groupId
The security rule set ID. You can call the ListStandardGroups operation to obtain the ID of the security rule set.
This parameter is required.
example:242***
@NameInMap(value="GroupName") public String groupName
The name of the security rule set.
This parameter is required.
example:poc_test
@NameInMap(value="Tid") public Long tid
The tenant ID.
example:To view the tenant ID, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see the View information about the current tenant section of the "Manage DMS tenants" topic.
23****
public static UpdateStandardGroupRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateStandardGroupRequest setDescription(String description)
public String getDescription()
public UpdateStandardGroupRequest setGroupId(Long groupId)
public Long getGroupId()
public UpdateStandardGroupRequest setGroupName(String groupName)
public String getGroupName()
public UpdateStandardGroupRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.