Class ClientClusterManagerNodeInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.goosefs.v20220519.models.ClientClusterManagerNodeInfo
-
public class ClientClusterManagerNodeInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ClientClusterManagerNodeInfo()ClientClusterManagerNodeInfo(ClientClusterManagerNodeInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInitialPassword()Get 初始密码StringgetNodeInstanceId()Get 节点Instance IdStringgetNodeIp()Get 客户端节点IPvoidsetInitialPassword(String InitialPassword)Set 初始密码voidsetNodeInstanceId(String NodeInstanceId)Set 节点Instance IdvoidsetNodeIp(String NodeIp)Set 客户端节点IPvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ClientClusterManagerNodeInfo
public ClientClusterManagerNodeInfo()
-
ClientClusterManagerNodeInfo
public ClientClusterManagerNodeInfo(ClientClusterManagerNodeInfo 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.
-
-
Method Detail
-
getNodeIp
public String getNodeIp()
Get 客户端节点IP- Returns:
- NodeIp 客户端节点IP
-
setNodeIp
public void setNodeIp(String NodeIp)
Set 客户端节点IP- Parameters:
NodeIp- 客户端节点IP
-
getNodeInstanceId
public String getNodeInstanceId()
Get 节点Instance Id- Returns:
- NodeInstanceId 节点Instance Id
-
setNodeInstanceId
public void setNodeInstanceId(String NodeInstanceId)
Set 节点Instance Id- Parameters:
NodeInstanceId- 节点Instance Id
-
getInitialPassword
public String getInitialPassword()
Get 初始密码- Returns:
- InitialPassword 初始密码
-
setInitialPassword
public void setInitialPassword(String InitialPassword)
Set 初始密码- Parameters:
InitialPassword- 初始密码
-
-