public class CreateInstanceByApiRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateInstanceByApiRequest() |
CreateInstanceByApiRequest(CreateInstanceByApiRequest 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 |
getAdminPassword()
Get 集群密码
|
ChargeProperties |
getChargeProperties()
Get 计费方式
|
String |
getInstanceName()
Get 实例名称
|
String |
getProductVersion()
Get 版本
|
ResourceSpecNew[] |
getResources()
Get 资源信息
|
Tag |
getTags()
Get 标签列表
|
String |
getUserSubnetId()
Get 子网
|
String |
getUserVPCId()
Get 私有网络
|
String |
getZone()
Get 可用区
|
void |
setAdminPassword(String AdminPassword)
Set 集群密码
|
void |
setChargeProperties(ChargeProperties ChargeProperties)
Set 计费方式
|
void |
setInstanceName(String InstanceName)
Set 实例名称
|
void |
setProductVersion(String ProductVersion)
Set 版本
|
void |
setResources(ResourceSpecNew[] Resources)
Set 资源信息
|
void |
setTags(Tag Tags)
Set 标签列表
|
void |
setUserSubnetId(String UserSubnetId)
Set 子网
|
void |
setUserVPCId(String UserVPCId)
Set 私有网络
|
void |
setZone(String Zone)
Set 可用区
|
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 CreateInstanceByApiRequest()
public CreateInstanceByApiRequest(CreateInstanceByApiRequest source)
public String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- 实例名称public String getZone()
public void setZone(String Zone)
Zone
- 可用区public String getUserVPCId()
public void setUserVPCId(String UserVPCId)
UserVPCId
- 私有网络public String getUserSubnetId()
public void setUserSubnetId(String UserSubnetId)
UserSubnetId
- 子网public ChargeProperties getChargeProperties()
public void setChargeProperties(ChargeProperties ChargeProperties)
ChargeProperties
- 计费方式public String getAdminPassword()
public void setAdminPassword(String AdminPassword)
AdminPassword
- 集群密码public ResourceSpecNew[] getResources()
public void setResources(ResourceSpecNew[] Resources)
Resources
- 资源信息public Tag getTags()
public void setTags(Tag Tags)
Tags
- 标签列表public String getProductVersion()
public void setProductVersion(String ProductVersion)
ProductVersion
- 版本Copyright © 2024. All rights reserved.