public class ReadonlyNode extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ReadonlyNode() | 
| ReadonlyNode(ReadonlyNode 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 | getIsRandomZone()Get 是否分布在随机可用区。传入YES表示随机可用区。否则使用Zone指定的可用区。 | 
| String | getNodeId()Get 升级云盘版实例时,如果要调整只读节点可用区,需要指定节点 ID。 | 
| String | getZone()Get 指定该节点分布在哪个可用区。 | 
| void | setIsRandomZone(String IsRandomZone)Set 是否分布在随机可用区。传入YES表示随机可用区。否则使用Zone指定的可用区。 | 
| void | setNodeId(String NodeId)Set 升级云盘版实例时,如果要调整只读节点可用区,需要指定节点 ID。 | 
| void | setZone(String Zone)Set 指定该节点分布在哪个可用区。 | 
| 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 ReadonlyNode()
public ReadonlyNode(ReadonlyNode source)
public String getIsRandomZone()
public void setIsRandomZone(String IsRandomZone)
IsRandomZone - 是否分布在随机可用区。传入YES表示随机可用区。否则使用Zone指定的可用区。public String getZone()
public void setZone(String Zone)
Zone - 指定该节点分布在哪个可用区。public String getNodeId()
public void setNodeId(String NodeId)
NodeId - 升级云盘版实例时,如果要调整只读节点可用区,需要指定节点 ID。Copyright © 2025. All rights reserved.