Class CloudNativeAPIGatewayNodeConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.CloudNativeAPIGatewayNodeConfig
-
public class CloudNativeAPIGatewayNodeConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CloudNativeAPIGatewayNodeConfig()
CloudNativeAPIGatewayNodeConfig(CloudNativeAPIGatewayNodeConfig 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getNumber()
Get 节点数量,2-9。 注意:此字段可能返回 null,表示取不到有效值。String
getSpecification()
Get 节点配置, 1c2g|2c4g|4c8g|8c16g。 注意:此字段可能返回 null,表示取不到有效值。void
setNumber(Long Number)
Set 节点数量,2-9。 注意:此字段可能返回 null,表示取不到有效值。void
setSpecification(String Specification)
Set 节点配置, 1c2g|2c4g|4c8g|8c16g。 注意:此字段可能返回 null,表示取不到有效值。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CloudNativeAPIGatewayNodeConfig
public CloudNativeAPIGatewayNodeConfig()
-
CloudNativeAPIGatewayNodeConfig
public CloudNativeAPIGatewayNodeConfig(CloudNativeAPIGatewayNodeConfig 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.
-
-
Method Detail
-
getSpecification
public String getSpecification()
Get 节点配置, 1c2g|2c4g|4c8g|8c16g。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Specification 节点配置, 1c2g|2c4g|4c8g|8c16g。 注意:此字段可能返回 null,表示取不到有效值。
-
setSpecification
public void setSpecification(String Specification)
Set 节点配置, 1c2g|2c4g|4c8g|8c16g。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Specification
- 节点配置, 1c2g|2c4g|4c8g|8c16g。 注意:此字段可能返回 null,表示取不到有效值。
-
getNumber
public Long getNumber()
Get 节点数量,2-9。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Number 节点数量,2-9。 注意:此字段可能返回 null,表示取不到有效值。
-
setNumber
public void setNumber(Long Number)
Set 节点数量,2-9。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Number
- 节点数量,2-9。 注意:此字段可能返回 null,表示取不到有效值。
-
-