public class PulsarProInstance extends AbstractModel
Constructor and Description |
---|
PulsarProInstance() |
PulsarProInstance(PulsarProInstance 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 |
getAutoRenewFlag()
Get Renewal mode.
|
String |
getConfigDisplay()
Get Instance specification name
|
Long |
getExpireTime()
Get Instance expiration time in milliseconds
|
String |
getInstanceId()
Get Instance ID
|
String |
getInstanceName()
Get Instance name
|
String |
getInstanceVersion()
Get Instance version
|
Long |
getMaxBandWidth()
Get Peak bandwidth in Mbps
|
Long |
getMaxStorage()
Get Storage capacity in GB
|
Long |
getMaxTps()
Get Peak TPS
|
Long |
getPayMode()
Get Payment mode.
|
String |
getRemark()
Get Remarks
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getScalableTps()
Get Elastic TPS beyond the specification
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSpecName()
Get Instance specification ID
|
Long |
getStatus()
Get Instance status.
|
String |
getSubnetId()
Get Subnet ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getVpcId()
Get VPC ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAutoRenewFlag(Long AutoRenewFlag)
Set Renewal mode.
|
void |
setConfigDisplay(String ConfigDisplay)
Set Instance specification name
|
void |
setExpireTime(Long ExpireTime)
Set Instance expiration time in milliseconds
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setInstanceName(String InstanceName)
Set Instance name
|
void |
setInstanceVersion(String InstanceVersion)
Set Instance version
|
void |
setMaxBandWidth(Long MaxBandWidth)
Set Peak bandwidth in Mbps
|
void |
setMaxStorage(Long MaxStorage)
Set Storage capacity in GB
|
void |
setMaxTps(Long MaxTps)
Set Peak TPS
|
void |
setPayMode(Long PayMode)
Set Payment mode.
|
void |
setRemark(String Remark)
Set Remarks
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setScalableTps(Long ScalableTps)
Set Elastic TPS beyond the specification
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSpecName(String SpecName)
Set Instance specification ID
|
void |
setStatus(Long Status)
Set Instance status.
|
void |
setSubnetId(String SubnetId)
Set Subnet ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setVpcId(String VpcId)
Set VPC ID
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public PulsarProInstance()
public PulsarProInstance(PulsarProInstance source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- Instance namepublic String getInstanceVersion()
public void setInstanceVersion(String InstanceVersion)
InstanceVersion
- Instance versionpublic Long getStatus()
public void setStatus(Long Status)
Status
- Instance status. Valid values: `0` (Creating), `1` (Normal), `2` (Isolated), `3` (Terminated), `4` (Abnormal), `5` (Delivery failed), `6` (Adjusting configuration), `7` (Configuration adjustment failed).public String getConfigDisplay()
public void setConfigDisplay(String ConfigDisplay)
ConfigDisplay
- Instance specification namepublic Long getMaxTps()
public void setMaxTps(Long MaxTps)
MaxTps
- Peak TPSpublic Long getMaxStorage()
public void setMaxStorage(Long MaxStorage)
MaxStorage
- Storage capacity in GBpublic Long getExpireTime()
public void setExpireTime(Long ExpireTime)
ExpireTime
- Instance expiration time in millisecondspublic Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag
- Renewal mode. Valid values: `0` (Manual renewal, which is the default mode), `1` (Auto-renewal), `2` (Manual renewal, which is specified by users).public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- Payment mode. Valid values: `0` (Pay-as-you-go), `1` (Monthly subscription).public String getRemark()
public void setRemark(String Remark)
Remark
- Remarks
Note: This field may return null, indicating that no valid values can be obtained.public String getSpecName()
public void setSpecName(String SpecName)
SpecName
- Instance specification IDpublic Long getScalableTps()
public void setScalableTps(Long ScalableTps)
ScalableTps
- Elastic TPS beyond the specification
Note: This field may return null, indicating that no valid values can be obtained.public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC ID
Note: This field may return null, indicating that no valid values can be obtained.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- Subnet ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getMaxBandWidth()
public void setMaxBandWidth(Long MaxBandWidth)
MaxBandWidth
- Peak bandwidth in MbpsCopyright © 2023. All rights reserved.