public class ResizeDiskRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ResizeDiskRequest() | 
| ResizeDiskRequest(ResizeDiskRequest 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 | getDiskSize()Get 磁盘扩容后容量,不能小于原有用量。clickhouse最小200,且为100的整数倍。 zk最小100,且为10的整数倍; | 
| String | getInstanceId()Get 实例唯一ID | 
| String | getType()Get 节点类型,DATA:clickhouse节点,COMMON:为zookeeper节点 | 
| void | setDiskSize(Long DiskSize)Set 磁盘扩容后容量,不能小于原有用量。clickhouse最小200,且为100的整数倍。 zk最小100,且为10的整数倍; | 
| void | setInstanceId(String InstanceId)Set 实例唯一ID | 
| void | setType(String Type)Set 节点类型,DATA:clickhouse节点,COMMON:为zookeeper节点 | 
| 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 ResizeDiskRequest()
public ResizeDiskRequest(ResizeDiskRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例唯一IDpublic String getType()
public void setType(String Type)
Type - 节点类型,DATA:clickhouse节点,COMMON:为zookeeper节点public Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize - 磁盘扩容后容量,不能小于原有用量。clickhouse最小200,且为100的整数倍。 zk最小100,且为10的整数倍;Copyright © 2025. All rights reserved.