Class DescribeEdgeUnitExtraResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.DescribeEdgeUnitExtraResponse
-
public class DescribeEdgeUnitExtraResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeEdgeUnitExtraResponse()DescribeEdgeUnitExtraResponse(DescribeEdgeUnitExtraResponse 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAPIServerExposeAddress()Get 对外可访问的IPStringgetAPIServerResolveIP()Get 域名URL对应的端口StringgetAPIServerType()Get APIServer类型StringgetAPIServerURL()Get 域名URLStringgetAPIServerURLPort()Get 域名URL对应的端口BooleangetIsCreatePrometheus()Get 是否开启监控StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetAPIServerExposeAddress(String APIServerExposeAddress)Set 对外可访问的IPvoidsetAPIServerResolveIP(String APIServerResolveIP)Set 域名URL对应的端口voidsetAPIServerType(String APIServerType)Set APIServer类型voidsetAPIServerURL(String APIServerURL)Set 域名URLvoidsetAPIServerURLPort(String APIServerURLPort)Set 域名URL对应的端口voidsetIsCreatePrometheus(Boolean IsCreatePrometheus)Set 是否开启监控voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeEdgeUnitExtraResponse
public DescribeEdgeUnitExtraResponse()
-
DescribeEdgeUnitExtraResponse
public DescribeEdgeUnitExtraResponse(DescribeEdgeUnitExtraResponse 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.
-
-
Method Detail
-
getAPIServerType
public String getAPIServerType()
Get APIServer类型- Returns:
- APIServerType APIServer类型
-
setAPIServerType
public void setAPIServerType(String APIServerType)
Set APIServer类型- Parameters:
APIServerType- APIServer类型
-
getAPIServerURL
public String getAPIServerURL()
Get 域名URL- Returns:
- APIServerURL 域名URL
-
setAPIServerURL
public void setAPIServerURL(String APIServerURL)
Set 域名URL- Parameters:
APIServerURL- 域名URL
-
getAPIServerURLPort
public String getAPIServerURLPort()
Get 域名URL对应的端口- Returns:
- APIServerURLPort 域名URL对应的端口
-
setAPIServerURLPort
public void setAPIServerURLPort(String APIServerURLPort)
Set 域名URL对应的端口- Parameters:
APIServerURLPort- 域名URL对应的端口
-
getAPIServerResolveIP
public String getAPIServerResolveIP()
Get 域名URL对应的端口- Returns:
- APIServerResolveIP 域名URL对应的端口
-
setAPIServerResolveIP
public void setAPIServerResolveIP(String APIServerResolveIP)
Set 域名URL对应的端口- Parameters:
APIServerResolveIP- 域名URL对应的端口
-
getAPIServerExposeAddress
public String getAPIServerExposeAddress()
Get 对外可访问的IP- Returns:
- APIServerExposeAddress 对外可访问的IP
-
setAPIServerExposeAddress
public void setAPIServerExposeAddress(String APIServerExposeAddress)
Set 对外可访问的IP- Parameters:
APIServerExposeAddress- 对外可访问的IP
-
getIsCreatePrometheus
public Boolean getIsCreatePrometheus()
Get 是否开启监控- Returns:
- IsCreatePrometheus 是否开启监控
-
setIsCreatePrometheus
public void setIsCreatePrometheus(Boolean IsCreatePrometheus)
Set 是否开启监控- Parameters:
IsCreatePrometheus- 是否开启监控
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-