public class DescribeClusterSecurityResponse extends AbstractModel
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 集群访问CA证书
|
String |
getClusterExternalEndpoint()
Get 集群访问的地址
|
String |
getDomain()
Get 集群访问的域名
|
String |
getJnsGwEndpoint()
Get 集群JnsGw的访问地址
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getKubeconfig()
Get 集群Kubeconfig文件
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPassword()
Get 集群的访问密码
|
String |
getPgwEndpoint()
Get 集群Endpoint地址
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String[] |
getSecurityPolicy()
Get 集群访问策略组
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUserName()
Get 集群的账号名称
|
void |
setCertificationAuthority(String CertificationAuthority)
Set 集群访问CA证书
|
void |
setClusterExternalEndpoint(String ClusterExternalEndpoint)
Set 集群访问的地址
|
void |
setDomain(String Domain)
Set 集群访问的域名
|
void |
setJnsGwEndpoint(String JnsGwEndpoint)
Set 集群JnsGw的访问地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKubeconfig(String Kubeconfig)
Set 集群Kubeconfig文件
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPassword(String Password)
Set 集群的访问密码
|
void |
setPgwEndpoint(String PgwEndpoint)
Set 集群Endpoint地址
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setSecurityPolicy(String[] SecurityPolicy)
Set 集群访问策略组
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUserName(String UserName)
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 DescribeClusterSecurityResponse()
public DescribeClusterSecurityResponse(DescribeClusterSecurityResponse source)
public String getUserName()
public void setUserName(String UserName)
UserName
- 集群的账号名称public String getPassword()
public void setPassword(String Password)
Password
- 集群的访问密码public String getCertificationAuthority()
public void setCertificationAuthority(String CertificationAuthority)
CertificationAuthority
- 集群访问CA证书public String getClusterExternalEndpoint()
public void setClusterExternalEndpoint(String ClusterExternalEndpoint)
ClusterExternalEndpoint
- 集群访问的地址public String getDomain()
public void setDomain(String Domain)
Domain
- 集群访问的域名public String getPgwEndpoint()
public void setPgwEndpoint(String PgwEndpoint)
PgwEndpoint
- 集群Endpoint地址public String[] getSecurityPolicy()
public void setSecurityPolicy(String[] SecurityPolicy)
SecurityPolicy
- 集群访问策略组
注意:此字段可能返回 null,表示取不到有效值。public String getKubeconfig()
public void setKubeconfig(String Kubeconfig)
Kubeconfig
- 集群Kubeconfig文件
注意:此字段可能返回 null,表示取不到有效值。public String getJnsGwEndpoint()
public void setJnsGwEndpoint(String JnsGwEndpoint)
JnsGwEndpoint
- 集群JnsGw的访问地址
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.