public class PodParameter extends AbstractModel
| Constructor and Description | 
|---|
| PodParameter() | 
| PodParameter(PodParameter 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 TKE or EKS cluster ID | 
| String | getConfig()Get Custom permission | 
| String | getParameter()Get Custom parameter | 
| void | setClusterId(String ClusterId)Set TKE or EKS cluster ID | 
| void | setConfig(String Config)Set Custom permission | 
| void | setParameter(String Parameter)Set Custom parameter | 
| 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, toJsonStringpublic PodParameter()
public PodParameter(PodParameter source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - TKE or EKS cluster IDpublic String getConfig()
public void setConfig(String Config)
Config - Custom permissionpublic String getParameter()
public void setParameter(String Parameter)
Parameter - Custom parameterCopyright © 2021. All rights reserved.