public class UpgradeInstanceRequest extends AbstractModel
Constructor and Description |
---|
UpgradeInstanceRequest() |
UpgradeInstanceRequest(UpgradeInstanceRequest 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 |
getBasicSecurityType()
Get 6.8(及以上版本)基础版是否开启xpack security认证1:不开启2:开启
|
Boolean |
getCheckOnly()
Get 是否只做升级检查,默认值为false
|
String |
getEsVersion()
Get 目标ES版本,支持:”6.4.3“, "6.8.2","7.5.1"
|
String |
getInstanceId()
Get 实例ID
|
String |
getLicenseType()
Get 目标商业特性版本:oss 开源版basic 基础版当前仅在5.6.4升级6.x版本时使用,默认值为basic
|
String |
getUpgradeMode()
Get 升级方式:scale 蓝绿变更restart 滚动重启默认值为scale
|
void |
setBasicSecurityType(Long BasicSecurityType)
Set 6.8(及以上版本)基础版是否开启xpack security认证1:不开启2:开启
|
void |
setCheckOnly(Boolean CheckOnly)
Set 是否只做升级检查,默认值为false
|
void |
setEsVersion(String EsVersion)
Set 目标ES版本,支持:”6.4.3“, "6.8.2","7.5.1"
|
void |
setInstanceId(String InstanceId)
Set 实例ID
|
void |
setLicenseType(String LicenseType)
Set 目标商业特性版本:oss 开源版basic 基础版当前仅在5.6.4升级6.x版本时使用,默认值为basic
|
void |
setUpgradeMode(String UpgradeMode)
Set 升级方式:scale 蓝绿变更restart 滚动重启默认值为scale
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UpgradeInstanceRequest()
public UpgradeInstanceRequest(UpgradeInstanceRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例IDpublic String getEsVersion()
public void setEsVersion(String EsVersion)
EsVersion
- 目标ES版本,支持:”6.4.3“, "6.8.2","7.5.1"public Boolean getCheckOnly()
public void setCheckOnly(Boolean CheckOnly)
CheckOnly
- 是否只做升级检查,默认值为falsepublic String getLicenseType()
public void setLicenseType(String LicenseType)
LicenseType
- 目标商业特性版本:public Long getBasicSecurityType()
public void setBasicSecurityType(Long BasicSecurityType)
BasicSecurityType
- 6.8(及以上版本)基础版是否开启xpack security认证public String getUpgradeMode()
public void setUpgradeMode(String UpgradeMode)
UpgradeMode
- 升级方式:Copyright © 2022. All rights reserved.