public class IntegrateInstanceInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
IntegrateInstanceInfo()  | 
IntegrateInstanceInfo(IntegrateInstanceInfo 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 | 
getCpu()
Get Specifies the cpu of the instance. 
 | 
String | 
getDeviceType()
Get Instance machine type. 
 | 
Long | 
getInstanceCount()
Get Number of instances. 
 | 
String | 
getInstanceType()
Get Instance type (rw/ro). 
 | 
Long | 
getMemory()
Get Specifies the instance memory. 
 | 
void | 
setCpu(Long Cpu)
Set Specifies the cpu of the instance. 
 | 
void | 
setDeviceType(String DeviceType)
Set Instance machine type. 
 | 
void | 
setInstanceCount(Long InstanceCount)
Set Number of instances. 
 | 
void | 
setInstanceType(String InstanceType)
Set Instance type (rw/ro). 
 | 
void | 
setMemory(Long Memory)
Set Specifies the instance memory. 
 | 
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, toJsonStringpublic IntegrateInstanceInfo()
public IntegrateInstanceInfo(IntegrateInstanceInfo source)
public Long getCpu()
public void setCpu(Long Cpu)
Cpu - Specifies the cpu of the instance.public Long getMemory()
public void setMemory(Long Memory)
Memory - Specifies the instance memory.public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType - Instance type (rw/ro).public Long getInstanceCount()
public void setInstanceCount(Long InstanceCount)
InstanceCount - Number of instances. value range: [1,15].public String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType - Instance machine type. valid values: universal type (common), exclusive type.Copyright © 2025. All rights reserved.