public class ModifyClusterRequest extends AbstractModel
Constructor and Description |
---|
ModifyClusterRequest() |
ModifyClusterRequest(ModifyClusterRequest 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 |
getClusterId()
Get ID of the Pulsar cluster to be updated.
|
String |
getClusterName()
Get Updated cluster name.
|
Boolean |
getPublicAccessEnabled()
Get Enables public network access, which can only be `true`.
|
String |
getRemark()
Get Remarks.
|
void |
setClusterId(String ClusterId)
Set ID of the Pulsar cluster to be updated.
|
void |
setClusterName(String ClusterName)
Set Updated cluster name.
|
void |
setPublicAccessEnabled(Boolean PublicAccessEnabled)
Set Enables public network access, which can only be `true`.
|
void |
setRemark(String Remark)
Set Remarks.
|
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 ModifyClusterRequest()
public ModifyClusterRequest(ModifyClusterRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- ID of the Pulsar cluster to be updated.public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- Updated cluster name.public String getRemark()
public void setRemark(String Remark)
Remark
- Remarks.public Boolean getPublicAccessEnabled()
public void setPublicAccessEnabled(Boolean PublicAccessEnabled)
PublicAccessEnabled
- Enables public network access, which can only be `true`.Copyright © 2023. All rights reserved.