public class CreateResourceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateResourceRequest() |
CreateResourceRequest(CreateResourceRequest 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 |
---|---|
Long |
getAutoRenewFlag()
Get 自动续费
|
String |
getDeployRegion()
Get 部署region
|
String |
getDeployZone()
Get 部署zone
|
Long |
getPayMode()
Get 计费模式 1预付费
|
String |
getResourceEdition()
Get 资源类型。取值:standard/pro
|
Long |
getResourceNode()
Get 资源节点数
|
String |
getSubnetId()
Get 部署堡垒机的SubnetId
|
Long |
getTimeSpan()
Get 计费时长
|
String |
getTimeUnit()
Get 计费周期
|
Long |
getTrial()
Get 0非试用版,1试用版
|
String |
getVpcId()
Get 部署堡垒机的VpcId
|
void |
setAutoRenewFlag(Long AutoRenewFlag)
Set 自动续费
|
void |
setDeployRegion(String DeployRegion)
Set 部署region
|
void |
setDeployZone(String DeployZone)
Set 部署zone
|
void |
setPayMode(Long PayMode)
Set 计费模式 1预付费
|
void |
setResourceEdition(String ResourceEdition)
Set 资源类型。取值:standard/pro
|
void |
setResourceNode(Long ResourceNode)
Set 资源节点数
|
void |
setSubnetId(String SubnetId)
Set 部署堡垒机的SubnetId
|
void |
setTimeSpan(Long TimeSpan)
Set 计费时长
|
void |
setTimeUnit(String TimeUnit)
Set 计费周期
|
void |
setTrial(Long Trial)
Set 0非试用版,1试用版
|
void |
setVpcId(String VpcId)
Set 部署堡垒机的VpcId
|
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 CreateResourceRequest()
public CreateResourceRequest(CreateResourceRequest source)
public String getDeployRegion()
public void setDeployRegion(String DeployRegion)
DeployRegion
- 部署regionpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId
- 部署堡垒机的VpcIdpublic String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- 部署堡垒机的SubnetIdpublic String getResourceEdition()
public void setResourceEdition(String ResourceEdition)
ResourceEdition
- 资源类型。取值:standard/propublic Long getResourceNode()
public void setResourceNode(Long ResourceNode)
ResourceNode
- 资源节点数public String getTimeUnit()
public void setTimeUnit(String TimeUnit)
TimeUnit
- 计费周期public Long getTimeSpan()
public void setTimeSpan(Long TimeSpan)
TimeSpan
- 计费时长public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- 计费模式 1预付费public Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag
- 自动续费public String getDeployZone()
public void setDeployZone(String DeployZone)
DeployZone
- 部署zonepublic Long getTrial()
public void setTrial(Long Trial)
Trial
- 0非试用版,1试用版Copyright © 2024. All rights reserved.