public class CreateUserAutonomyProfileRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateUserAutonomyProfileRequest() |
CreateUserAutonomyProfileRequest(CreateUserAutonomyProfileRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
Get 实列ID。
|
String |
getProduct()
Get 服务产品类型,支持值包括: "redis" - 云数据库 Redis。
|
String |
getProfileInfo()
Get 自治功能相关配置,标准JSON字符串格式。
|
String |
getProfileType()
Get 配置类型,为需要配置的功能枚举值,目前包含一下枚举值:AutonomyGlobal(自治功能全局配置)、RedisAutoScaleUp(Redis自治扩容配置)
|
void |
setInstanceId(String InstanceId)
Set 实列ID。
|
void |
setProduct(String Product)
Set 服务产品类型,支持值包括: "redis" - 云数据库 Redis。
|
void |
setProfileInfo(String ProfileInfo)
Set 自治功能相关配置,标准JSON字符串格式。
|
void |
setProfileType(String ProfileType)
Set 配置类型,为需要配置的功能枚举值,目前包含一下枚举值:AutonomyGlobal(自治功能全局配置)、RedisAutoScaleUp(Redis自治扩容配置)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateUserAutonomyProfileRequest()
public CreateUserAutonomyProfileRequest(CreateUserAutonomyProfileRequest source)
public String getProfileType()
public void setProfileType(String ProfileType)
ProfileType
- 配置类型,为需要配置的功能枚举值,目前包含一下枚举值:AutonomyGlobal(自治功能全局配置)、RedisAutoScaleUp(Redis自治扩容配置)public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实列ID。public String getProduct()
public void setProduct(String Product)
Product
- 服务产品类型,支持值包括: "redis" - 云数据库 Redis。public String getProfileInfo()
public void setProfileInfo(String ProfileInfo)
ProfileInfo
- 自治功能相关配置,标准JSON字符串格式。Copyright © 2025. All rights reserved.