public class ContainerInstanceResourceConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
ContainerInstanceResourceConfig() |
ContainerInstanceResourceConfig(ContainerInstanceResourceConfig 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[] |
getImportMode()
Get 实例导入方式,可多个,公有云为 ["R"],独立版的取值有 "M" 脚本模式、"S" SSH 模式
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMasterNumLimit()
Get SSH 模式时,前端应该限制用户填这个数量的 master 主机信息
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getNodeNumLimitPerSetup()
Get SSH 模式时,前端应该限制用户填的最高数量的 node 主机信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setImportMode(String[] ImportMode)
Set 实例导入方式,可多个,公有云为 ["R"],独立版的取值有 "M" 脚本模式、"S" SSH 模式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMasterNumLimit(Long MasterNumLimit)
Set SSH 模式时,前端应该限制用户填这个数量的 master 主机信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNodeNumLimitPerSetup(Long NodeNumLimitPerSetup)
Set SSH 模式时,前端应该限制用户填的最高数量的 node 主机信息
注意:此字段可能返回 null,表示取不到有效值。
|
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 ContainerInstanceResourceConfig()
public ContainerInstanceResourceConfig(ContainerInstanceResourceConfig source)
public String[] getImportMode()
public void setImportMode(String[] ImportMode)
ImportMode
- 实例导入方式,可多个,公有云为 ["R"],独立版的取值有 "M" 脚本模式、"S" SSH 模式
注意:此字段可能返回 null,表示取不到有效值。public Long getMasterNumLimit()
public void setMasterNumLimit(Long MasterNumLimit)
MasterNumLimit
- SSH 模式时,前端应该限制用户填这个数量的 master 主机信息
注意:此字段可能返回 null,表示取不到有效值。public Long getNodeNumLimitPerSetup()
public void setNodeNumLimitPerSetup(Long NodeNumLimitPerSetup)
NodeNumLimitPerSetup
- SSH 模式时,前端应该限制用户填的最高数量的 node 主机信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.