public class BindInstanceInfo extends AbstractModel
skipSign
Constructor and Description |
---|
BindInstanceInfo() |
BindInstanceInfo(BindInstanceInfo 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[] |
getExtendIds()
Get ID of the instance in the bound cluster
Note: u200dThis field may return null, indicating that no valid values can be obtained.
|
String |
getInstanceId()
Get ID of the bound cluster
Note: u200dThis field may return null, indicating that no valid values can be obtained.
|
String |
getInstanceRegion()
Get Region of the instance bound Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getInstanceType()
Get Type of the instance bound Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setExtendIds(String[] ExtendIds)
Set ID of the instance in the bound cluster
Note: u200dThis field may return null, indicating that no valid values can be obtained.
|
void |
setInstanceId(String InstanceId)
Set ID of the bound cluster
Note: u200dThis field may return null, indicating that no valid values can be obtained.
|
void |
setInstanceRegion(String InstanceRegion)
Set Region of the instance bound Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInstanceType(String InstanceType)
Set Type of the instance bound Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BindInstanceInfo()
public BindInstanceInfo(BindInstanceInfo source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ID of the bound cluster
Note: u200dThis field may return null, indicating that no valid values can be obtained.public String getInstanceRegion()
public void setInstanceRegion(String InstanceRegion)
InstanceRegion
- Region of the instance bound Note: This field may return null, indicating that no valid values can be obtained.public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType
- Type of the instance bound Note: This field may return null, indicating that no valid values can be obtained.public String[] getExtendIds()
public void setExtendIds(String[] ExtendIds)
ExtendIds
- ID of the instance in the bound cluster
Note: u200dThis field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.