public class DescribeNodeSpecRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeNodeSpecRequest() |
DescribeNodeSpecRequest(DescribeNodeSpecRequest 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 |
getComputeResourceId()
Get Computing resource ID.
|
Long |
getCvmPayMode()
Get 0: pay-as-you-go; 1: yearly/monthly subscription; 99: a combination of pay-as-you-go and yearly/monthly subscription.
|
String |
getNodeType()
Get Node type: Master,Core,Task,Router,All.
|
Long |
getProductId()
Get Product ID.
|
String |
getResourceBaseType()
Get The type can be ComputeResource, EMR, or a default value.
|
String |
getSceneName()
Get Scenario name.
|
Long |
getTradeType()
Get 0: old billing page; 1: new billing page.
|
Long |
getZoneId()
Get Availability zone (AZ) ID.
|
void |
setComputeResourceId(String ComputeResourceId)
Set Computing resource ID.
|
void |
setCvmPayMode(Long CvmPayMode)
Set 0: pay-as-you-go; 1: yearly/monthly subscription; 99: a combination of pay-as-you-go and yearly/monthly subscription.
|
void |
setNodeType(String NodeType)
Set Node type: Master,Core,Task,Router,All.
|
void |
setProductId(Long ProductId)
Set Product ID.
|
void |
setResourceBaseType(String ResourceBaseType)
Set The type can be ComputeResource, EMR, or a default value.
|
void |
setSceneName(String SceneName)
Set Scenario name.
|
void |
setTradeType(Long TradeType)
Set 0: old billing page; 1: new billing page.
|
void |
setZoneId(Long ZoneId)
Set Availability zone (AZ) ID.
|
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 DescribeNodeSpecRequest()
public DescribeNodeSpecRequest(DescribeNodeSpecRequest source)
public Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- Availability zone (AZ) ID. https://document.capi.woa.com/document/api/1605/76892 can be accessed for related information.public Long getCvmPayMode()
public void setCvmPayMode(Long CvmPayMode)
CvmPayMode
- 0: pay-as-you-go; 1: yearly/monthly subscription; 99: a combination of pay-as-you-go and yearly/monthly subscription. Invalid values will suppress billing display.public String getNodeType()
public void setNodeType(String NodeType)
NodeType
- Node type: Master,Core,Task,Router,All.public Long getTradeType()
public void setTradeType(Long TradeType)
TradeType
- 0: old billing page; 1: new billing page. Invalid values will be deemed to be old billing by default.public Long getProductId()
public void setProductId(Long ProductId)
ProductId
- Product ID. If left blank, the value is "0". This field is used to represent the product ID in all situations. It is required in front-end scenarios.
44 EMR V3.5.0
43 EMR V3.4.0.tlinux
42 EMR V2.7.0.tlinux
41 DRUID V1.1.0
67 STARROCKS V2.2.0
45 DRUID V1.1.0.tlinux
40 EMRCLOUD v3.2.0
47 EMR V4.0.0
48 STARROCKS V1.2.0
49 STARROCKS V1.3.0
50 KAFKA V2.0.0
51 STARROCKS V1.4.0
52 EMR-TKE V1.0.0
53 EMR V3.6.0
54 STARROCKS V2.0.0
55 EMR-TKE V1.0.1
56 EMR-TKE DLCV1.0.0
57 EMR V2.8.0
58 EMR V3.6.1
59 SERVERLESS V1.0.0
60 EMR-TKE V1.1.0
62 STARROCKS V2.1.1
63 STARROCKS V2.1.1.tlinux
64 EMR-TKE TCCV1.0.0
65 EMR-TKE-AI V1.0.0
66 RSS V1.0.0
24 EMR TianQiong-V1.0.0
3 EMR V2.0.1.tlinux
4 EMR V2.1.0
7 EMR V3.0.0
8 EMR V3.0.0.tlinux
9 EMR V2.2.0
11 CLICKHOUSE V1.0.0
12 CLICKHOUSE V1.0.0.tlinux
16 EMR V2.3.0
17 CLICKHOUSE V1.1.0
18 CLICKHOUSE V1.1.0.tlinux
19 EMR V2.4.0
20 EMR V2.5.0
21 USERCUSTOM V1.0.0
22 CLICKHOUSE V1.2.0
39 STARROCKS V1.1.0
25 EMR V3.1.0
26 DORIS V1.0.0
27 KAFKA V1.0.0
28 EMR V3.2.0
29 EMR V2.5.1
30 EMR V2.6.0
32 DORIS V1.1.0
33 EMR V3.2.1
34 EMR V3.3.0
35 DORIS V1.2.0
36 STARROCKS V1.0.0
37 EMR V3.4.0
38 EMR V2.7.0public String getSceneName()
public void setSceneName(String SceneName)
SceneName
- Scenario name.public String getResourceBaseType()
public void setResourceBaseType(String ResourceBaseType)
ResourceBaseType
- The type can be ComputeResource, EMR, or a default value. The default value is EMR.public String getComputeResourceId()
public void setComputeResourceId(String ComputeResourceId)
ComputeResourceId
- Computing resource ID.Copyright © 2025. All rights reserved.