public class DescribeClusterSecurityResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeClusterSecurityResponse() |
DescribeClusterSecurityResponse(DescribeClusterSecurityResponse 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 |
getCertificationAuthority()
Get Cluster's access CA certificate
|
String |
getClusterExternalEndpoint()
Get Cluster's access address
|
String |
getDomain()
Get Domain name accessed by the cluster
|
String |
getJnsGwEndpoint()
Get Access address of the cluster JnsGw
Note: This field may return null, indicating that no valid value was found.
|
String |
getKubeconfig()
Get Cluster Kubeconfig file
Note: This field may return null, indicating that no valid value was found.
|
String |
getPassword()
Get Cluster's password
|
String |
getPgwEndpoint()
Get Cluster's endpoint address
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String[] |
getSecurityPolicy()
Get Cluster's access policy group
Note: This field may return null, indicating that no valid value was found.
|
String |
getUserName()
Get Cluster's account name
|
void |
setCertificationAuthority(String CertificationAuthority)
Set Cluster's access CA certificate
|
void |
setClusterExternalEndpoint(String ClusterExternalEndpoint)
Set Cluster's access address
|
void |
setDomain(String Domain)
Set Domain name accessed by the cluster
|
void |
setJnsGwEndpoint(String JnsGwEndpoint)
Set Access address of the cluster JnsGw
Note: This field may return null, indicating that no valid value was found.
|
void |
setKubeconfig(String Kubeconfig)
Set Cluster Kubeconfig file
Note: This field may return null, indicating that no valid value was found.
|
void |
setPassword(String Password)
Set Cluster's password
|
void |
setPgwEndpoint(String PgwEndpoint)
Set Cluster's endpoint address
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setSecurityPolicy(String[] SecurityPolicy)
Set Cluster's access policy group
Note: This field may return null, indicating that no valid value was found.
|
void |
setUserName(String UserName)
Set Cluster's account name
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeClusterSecurityResponse()
public DescribeClusterSecurityResponse(DescribeClusterSecurityResponse source)
public String getUserName()
public void setUserName(String UserName)
UserName
- Cluster's account namepublic String getPassword()
public void setPassword(String Password)
Password
- Cluster's passwordpublic String getCertificationAuthority()
public void setCertificationAuthority(String CertificationAuthority)
CertificationAuthority
- Cluster's access CA certificatepublic String getClusterExternalEndpoint()
public void setClusterExternalEndpoint(String ClusterExternalEndpoint)
ClusterExternalEndpoint
- Cluster's access addresspublic String getDomain()
public void setDomain(String Domain)
Domain
- Domain name accessed by the clusterpublic String getPgwEndpoint()
public void setPgwEndpoint(String PgwEndpoint)
PgwEndpoint
- Cluster's endpoint addresspublic String[] getSecurityPolicy()
public void setSecurityPolicy(String[] SecurityPolicy)
SecurityPolicy
- Cluster's access policy group
Note: This field may return null, indicating that no valid value was found.public String getKubeconfig()
public void setKubeconfig(String Kubeconfig)
Kubeconfig
- Cluster Kubeconfig file
Note: This field may return null, indicating that no valid value was found.public String getJnsGwEndpoint()
public void setJnsGwEndpoint(String JnsGwEndpoint)
JnsGwEndpoint
- Access address of the cluster JnsGw
Note: This field may return null, indicating that no valid value was found.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.