public class DeleteClusterEndpointRequest extends AbstractModel
Constructor and Description |
---|
DeleteClusterEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Get 集群ID
|
Boolean |
getIsExtranet()
Get 是否为外网访问(TRUE 外网访问 FALSE 内网访问,默认值: FALSE)
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setIsExtranet(Boolean IsExtranet)
Set 是否为外网访问(TRUE 外网访问 FALSE 内网访问,默认值: 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 String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic Boolean getIsExtranet()
public void setIsExtranet(Boolean IsExtranet)
IsExtranet
- 是否为外网访问(TRUE 外网访问 FALSE 内网访问,默认值: FALSE)Copyright © 2020. All rights reserved.