public class DescribeTKEEdgeClusterCredentialResponse extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeTKEEdgeClusterCredentialResponse() |
DescribeTKEEdgeClusterCredentialResponse(DescribeTKEEdgeClusterCredentialResponse 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 |
---|---|
IPAddress[] |
getAddresses()
Get Access address of the cluster
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String |
getCoreDns()
Get CoreDns deployment information of the cluster
|
ClusterCredential |
getCredential()
Get Cluster authentication information
|
String |
getGridDaemon()
Get Whether to deploy GridDaemon to support headless service
|
String |
getHealth()
Get Health check deployment information of the cluster
|
String |
getHealthRegion()
Get Multi-region health check deployment information of the cluster
|
EdgeClusterInternalLB |
getInternalLB()
Get Private network access information of the cluster
|
EdgeClusterPublicLB |
getPublicLB()
Get Public network access information of the cluster
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getUnitCluster()
Get Access kins clusters over the public network
|
void |
setAddresses(IPAddress[] Addresses)
Set Access address of the cluster
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setCoreDns(String CoreDns)
Set CoreDns deployment information of the cluster
|
void |
setCredential(ClusterCredential Credential)
Set Cluster authentication information
|
void |
setGridDaemon(String GridDaemon)
Set Whether to deploy GridDaemon to support headless service
|
void |
setHealth(String Health)
Set Health check deployment information of the cluster
|
void |
setHealthRegion(String HealthRegion)
Set Multi-region health check deployment information of the cluster
|
void |
setInternalLB(EdgeClusterInternalLB InternalLB)
Set Private network access information of the cluster
|
void |
setPublicLB(EdgeClusterPublicLB PublicLB)
Set Public network access information of the cluster
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setUnitCluster(String UnitCluster)
Set Access kins clusters over the public network
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeTKEEdgeClusterCredentialResponse()
public DescribeTKEEdgeClusterCredentialResponse(DescribeTKEEdgeClusterCredentialResponse source)
public IPAddress[] getAddresses()
public void setAddresses(IPAddress[] Addresses)
Addresses
- Access address of the cluster
Note: This field may return `null`, indicating that no valid values can be obtained.public ClusterCredential getCredential()
public void setCredential(ClusterCredential Credential)
Credential
- Cluster authentication informationpublic EdgeClusterPublicLB getPublicLB()
public void setPublicLB(EdgeClusterPublicLB PublicLB)
PublicLB
- Public network access information of the clusterpublic EdgeClusterInternalLB getInternalLB()
public void setInternalLB(EdgeClusterInternalLB InternalLB)
InternalLB
- Private network access information of the clusterpublic String getCoreDns()
public void setCoreDns(String CoreDns)
CoreDns
- CoreDns deployment information of the clusterpublic String getHealthRegion()
public void setHealthRegion(String HealthRegion)
HealthRegion
- Multi-region health check deployment information of the clusterpublic String getHealth()
public void setHealth(String Health)
Health
- Health check deployment information of the clusterpublic String getGridDaemon()
public void setGridDaemon(String GridDaemon)
GridDaemon
- Whether to deploy GridDaemon to support headless servicepublic String getUnitCluster()
public void setUnitCluster(String UnitCluster)
UnitCluster
- Access kins clusters over the public networkpublic 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 © 2023. All rights reserved.