public class PodParameter extends AbstractModel
Constructor and Description |
---|
PodParameter() |
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Get TKE或EKS集群ID
|
String |
getConfig()
Get 自定义权限
|
String |
getParameter()
Get 自定义参数
|
void |
setClusterId(String ClusterId)
Set TKE或EKS集群ID
|
void |
setConfig(String Config)
Set 自定义权限
|
void |
setParameter(String Parameter)
Set 自定义参数
|
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
- TKE或EKS集群IDpublic String getConfig()
public void setConfig(String Config)
Config
- 自定义权限public String getParameter()
public void setParameter(String Parameter)
Parameter
- 自定义参数Copyright © 2021. All rights reserved.