public class DeleteClusterEndpointRequest extends AbstractModel
Constructor and Description |
---|
DeleteClusterEndpointRequest() |
DeleteClusterEndpointRequest(DeleteClusterEndpointRequest 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 Cluster ID
|
Boolean |
getIsExtranet()
Get Whether public network access is enabled or not (True = public network access, FALSE = private network access, with the default value as FALSE).
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setIsExtranet(Boolean IsExtranet)
Set Whether public network access is enabled or not (True = public network access, FALSE = private network access, with the default value as FALSE).
|
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 DeleteClusterEndpointRequest()
public DeleteClusterEndpointRequest(DeleteClusterEndpointRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic Boolean getIsExtranet()
public void setIsExtranet(Boolean IsExtranet)
IsExtranet
- Whether public network access is enabled or not (True = public network access, FALSE = private network access, with the default value as FALSE).Copyright © 2021. All rights reserved.