public class DescribeClusterEndpointsResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeClusterEndpointsResponse() |
DescribeClusterEndpointsResponse(DescribeClusterEndpointsResponse 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 certificate of cluster APIServer
|
String |
getClusterDomain()
Get Domain name of cluster APIServer
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String[] |
getClusterExternalACL()
Get Public network access ACL of cluster APIServer
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String |
getClusterExternalDomain()
Get Public network domain name
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String |
getClusterExternalEndpoint()
Get Public network access address of cluster APIServer
|
String |
getClusterIntranetDomain()
Get Private network domain name
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String |
getClusterIntranetEndpoint()
Get Private network access address of cluster APIServer
|
String |
getClusterIntranetSubnetId()
Get Subnet for Private Network Access
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getSecurityGroup()
Get Public network security group
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setCertificationAuthority(String CertificationAuthority)
Set CA certificate of cluster APIServer
|
void |
setClusterDomain(String ClusterDomain)
Set Domain name of cluster APIServer
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setClusterExternalACL(String[] ClusterExternalACL)
Set Public network access ACL of cluster APIServer
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setClusterExternalDomain(String ClusterExternalDomain)
Set Public network domain name
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setClusterExternalEndpoint(String ClusterExternalEndpoint)
Set Public network access address of cluster APIServer
|
void |
setClusterIntranetDomain(String ClusterIntranetDomain)
Set Private network domain name
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setClusterIntranetEndpoint(String ClusterIntranetEndpoint)
Set Private network access address of cluster APIServer
|
void |
setClusterIntranetSubnetId(String ClusterIntranetSubnetId)
Set Subnet for Private Network Access
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setSecurityGroup(String SecurityGroup)
Set Public network security group
Note: This field may return `null`, indicating that no valid values can be obtained.
|
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 DescribeClusterEndpointsResponse()
public DescribeClusterEndpointsResponse(DescribeClusterEndpointsResponse source)
public String getCertificationAuthority()
public void setCertificationAuthority(String CertificationAuthority)
CertificationAuthority
- CA certificate of cluster APIServerpublic String getClusterExternalEndpoint()
public void setClusterExternalEndpoint(String ClusterExternalEndpoint)
ClusterExternalEndpoint
- Public network access address of cluster APIServerpublic String getClusterIntranetEndpoint()
public void setClusterIntranetEndpoint(String ClusterIntranetEndpoint)
ClusterIntranetEndpoint
- Private network access address of cluster APIServerpublic String getClusterDomain()
public void setClusterDomain(String ClusterDomain)
ClusterDomain
- Domain name of cluster APIServer
Note: This field may return `null`, indicating that no valid values can be obtained.public String[] getClusterExternalACL()
public void setClusterExternalACL(String[] ClusterExternalACL)
ClusterExternalACL
- Public network access ACL of cluster APIServer
Note: This field may return `null`, indicating that no valid values can be obtained.public String getClusterExternalDomain()
public void setClusterExternalDomain(String ClusterExternalDomain)
ClusterExternalDomain
- Public network domain name
Note: This field may return `null`, indicating that no valid values can be obtained.public String getClusterIntranetDomain()
public void setClusterIntranetDomain(String ClusterIntranetDomain)
ClusterIntranetDomain
- Private network domain name
Note: This field may return `null`, indicating that no valid values can be obtained.public String getSecurityGroup()
public void setSecurityGroup(String SecurityGroup)
SecurityGroup
- Public network security group
Note: This field may return `null`, indicating that no valid values can be obtained.public String getClusterIntranetSubnetId()
public void setClusterIntranetSubnetId(String ClusterIntranetSubnetId)
ClusterIntranetSubnetId
- Subnet for Private Network Access
Note: This field may return "null", indicating that no valid value can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.