public class DescribeExternalNodeSupportConfigResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeExternalNodeSupportConfigResponse() |
DescribeExternalNodeSupportConfigResponse(DescribeExternalNodeSupportConfigResponse 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 |
getAS()
Get BGP AS number of the switch to which the node belongs
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getClusterCIDR()
Get CIDR used to assign container and service IPs for the cluster.
|
Boolean |
getEnabled()
Get Whether to enable third-party node direct connect support
Note: This field may return "null", indicating that no valid value can be obtained.
|
Boolean |
getEnabledPublicConnect()
Get Whether to enable third-party node public network connection support
|
String |
getFailedReason()
Get Reason if enabling failed
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getMaster()
Get Private Network Access Address
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getNetworkType()
Get Cluster network plugin type, support: CiliumBGP, CiliumVXLan
Note: This field may return "null", indicating that no valid value can be obtained.
|
Step[] |
getProgress()
Get Used to record which step the enabling of external nodes process is at
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getProxy()
Get Image Repository Proxy Address
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getPublicConnectUrl()
Get Public Network Connection Address of the registered node public network version
|
String |
getPublicCustomDomain()
Get Custom Domain Name of the registered node public network version
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 |
getStatus()
Get Enabling third-party node pool status
|
String |
getSubnetId()
Get Subnet ID
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getSwitchIP()
Get Switch IP of the switch to which the node belongs
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setAS(String AS)
Set BGP AS number of the switch to which the node belongs
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setClusterCIDR(String ClusterCIDR)
Set CIDR used to assign container and service IPs for the cluster.
|
void |
setEnabled(Boolean Enabled)
Set Whether to enable third-party node direct connect support
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setEnabledPublicConnect(Boolean EnabledPublicConnect)
Set Whether to enable third-party node public network connection support
|
void |
setFailedReason(String FailedReason)
Set Reason if enabling failed
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setMaster(String Master)
Set Private Network Access Address
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setNetworkType(String NetworkType)
Set Cluster network plugin type, support: CiliumBGP, CiliumVXLan
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setProgress(Step[] Progress)
Set Used to record which step the enabling of external nodes process is at
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setProxy(String Proxy)
Set Image Repository Proxy Address
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setPublicConnectUrl(String PublicConnectUrl)
Set Public Network Connection Address of the registered node public network version
|
void |
setPublicCustomDomain(String PublicCustomDomain)
Set Custom Domain Name of the registered node public network version
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 |
setStatus(String Status)
Set Enabling third-party node pool status
|
void |
setSubnetId(String SubnetId)
Set Subnet ID
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setSwitchIP(String SwitchIP)
Set Switch IP of the switch to which the node belongs
Note: This field may return "null", indicating that no valid value 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 DescribeExternalNodeSupportConfigResponse()
public DescribeExternalNodeSupportConfigResponse(DescribeExternalNodeSupportConfigResponse source)
public String getClusterCIDR()
public void setClusterCIDR(String ClusterCIDR)
ClusterCIDR
- CIDR used to assign container and service IPs for the cluster. It cannot conflict with the VPC's CIDR or the CIDRs of other clusters in the same VPC. The network segment must be within the private network segment, for example, 10.1.0.0/14, 192.168.0.1/18,172.16.0.0/16.
Note: This field may return "null", indicating that no valid value can be obtained.public String getNetworkType()
public void setNetworkType(String NetworkType)
NetworkType
- Cluster network plugin type, support: CiliumBGP, CiliumVXLan
Note: This field may return "null", indicating that no valid value can be obtained.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- Subnet ID
Note: This field may return "null", indicating that no valid value can be obtained.public Boolean getEnabled()
public void setEnabled(Boolean Enabled)
Enabled
- Whether to enable third-party node direct connect support
Note: This field may return "null", indicating that no valid value can be obtained.public String getAS()
public void setAS(String AS)
AS
- BGP AS number of the switch to which the node belongs
Note: This field may return "null", indicating that no valid value can be obtained.public String getSwitchIP()
public void setSwitchIP(String SwitchIP)
SwitchIP
- Switch IP of the switch to which the node belongs
Note: This field may return "null", indicating that no valid value can be obtained.public String getStatus()
public void setStatus(String Status)
Status
- Enabling third-party node pool statuspublic String getFailedReason()
public void setFailedReason(String FailedReason)
FailedReason
- Reason if enabling failed
Note: This field may return "null", indicating that no valid value can be obtained.public String getMaster()
public void setMaster(String Master)
Master
- Private Network Access Address
Note: This field may return "null", indicating that no valid value can be obtained.public String getProxy()
public void setProxy(String Proxy)
Proxy
- Image Repository Proxy Address
Note: This field may return "null", indicating that no valid value can be obtained.public Step[] getProgress()
public void setProgress(Step[] Progress)
Progress
- Used to record which step the enabling of external nodes process is at
Note: This field may return "null", indicating that no valid value can be obtained.public Boolean getEnabledPublicConnect()
public void setEnabledPublicConnect(Boolean EnabledPublicConnect)
EnabledPublicConnect
- Whether to enable third-party node public network connection supportpublic String getPublicConnectUrl()
public void setPublicConnectUrl(String PublicConnectUrl)
PublicConnectUrl
- Public Network Connection Address of the registered node public network versionpublic String getPublicCustomDomain()
public void setPublicCustomDomain(String PublicCustomDomain)
PublicCustomDomain
- Custom Domain Name of the registered node public network version
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.