public class CreateStandardGroupRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
dbType
The type of the database engine.
|
String |
description
The description of the security rule set.
|
String |
groupName
The name of the security rule set.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
CreateStandardGroupRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateStandardGroupRequest |
build(Map<String,?> map) |
String |
getDbType() |
String |
getDescription() |
String |
getGroupName() |
Long |
getTid() |
CreateStandardGroupRequest |
setDbType(String dbType) |
CreateStandardGroupRequest |
setDescription(String description) |
CreateStandardGroupRequest |
setGroupName(String groupName) |
CreateStandardGroupRequest |
setTid(Long tid) |
@NameInMap(value="DbType") public String dbType
The type of the database engine. For more information about the valid values of this parameter, see DbType parameter.
This parameter is required.
example:mysql
@NameInMap(value="Description") public String description
The description of the security rule set.
This parameter is required.
example:test_rule
@NameInMap(value="GroupName") public String groupName
The name of the security rule set.
This parameter is required.
example:test_group
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:3000
public static CreateStandardGroupRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateStandardGroupRequest setDbType(String dbType)
public String getDbType()
public CreateStandardGroupRequest setDescription(String description)
public String getDescription()
public CreateStandardGroupRequest setGroupName(String groupName)
public String getGroupName()
public CreateStandardGroupRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.