public class ChcDeployExtraConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
ChcDeployExtraConfig() |
ChcDeployExtraConfig(ChcDeployExtraConfig 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 |
getBootFile()
Get PXE使用的引导文件。默认为pxelinux.0。
|
String |
getBootType()
Get 服务器的架构和启动方式。取值为x86_legacy, arm_uefi。
|
String |
getMiniOsType()
Get minos类型。是使用腾讯云的minios,还是客户自己的minios。
|
String |
getNextServerAddress()
Get tftp服务器的ip地址。
|
void |
setBootFile(String BootFile)
Set PXE使用的引导文件。默认为pxelinux.0。
|
void |
setBootType(String BootType)
Set 服务器的架构和启动方式。取值为x86_legacy, arm_uefi。
|
void |
setMiniOsType(String MiniOsType)
Set minos类型。是使用腾讯云的minios,还是客户自己的minios。
|
void |
setNextServerAddress(String NextServerAddress)
Set tftp服务器的ip地址。
|
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 ChcDeployExtraConfig()
public ChcDeployExtraConfig(ChcDeployExtraConfig source)
public String getMiniOsType()
public void setMiniOsType(String MiniOsType)
MiniOsType
- minos类型。是使用腾讯云的minios,还是客户自己的minios。public String getBootType()
public void setBootType(String BootType)
BootType
- 服务器的架构和启动方式。取值为x86_legacy, arm_uefi。public String getBootFile()
public void setBootFile(String BootFile)
BootFile
- PXE使用的引导文件。默认为pxelinux.0。public String getNextServerAddress()
public void setNextServerAddress(String NextServerAddress)
NextServerAddress
- tftp服务器的ip地址。Copyright © 2025. All rights reserved.