Class DescribeExternalClusterSpecRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.DescribeExternalClusterSpecRequest
-
public class DescribeExternalClusterSpecRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeExternalClusterSpecRequest()DescribeExternalClusterSpecRequest(DescribeExternalClusterSpecRequest 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 StringgetClusterId()Get 注册集群IDBooleangetIsExtranet()Get 默认false 获取内网,是否获取外网版注册命令BooleangetIsRefreshExpirationTime()Get 默认false 不刷新有效时间 ,true刷新有效时间voidsetClusterId(String ClusterId)Set 注册集群IDvoidsetIsExtranet(Boolean IsExtranet)Set 默认false 获取内网,是否获取外网版注册命令voidsetIsRefreshExpirationTime(Boolean IsRefreshExpirationTime)Set 默认false 不刷新有效时间 ,true刷新有效时间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
-
DescribeExternalClusterSpecRequest
public DescribeExternalClusterSpecRequest()
-
DescribeExternalClusterSpecRequest
public DescribeExternalClusterSpecRequest(DescribeExternalClusterSpecRequest 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
-
getClusterId
public String getClusterId()
Get 注册集群ID- Returns:
- ClusterId 注册集群ID
-
setClusterId
public void setClusterId(String ClusterId)
Set 注册集群ID- Parameters:
ClusterId- 注册集群ID
-
getIsExtranet
public Boolean getIsExtranet()
Get 默认false 获取内网,是否获取外网版注册命令- Returns:
- IsExtranet 默认false 获取内网,是否获取外网版注册命令
-
setIsExtranet
public void setIsExtranet(Boolean IsExtranet)
Set 默认false 获取内网,是否获取外网版注册命令- Parameters:
IsExtranet- 默认false 获取内网,是否获取外网版注册命令
-
getIsRefreshExpirationTime
public Boolean getIsRefreshExpirationTime()
Get 默认false 不刷新有效时间 ,true刷新有效时间- Returns:
- IsRefreshExpirationTime 默认false 不刷新有效时间 ,true刷新有效时间
-
setIsRefreshExpirationTime
public void setIsRefreshExpirationTime(Boolean IsRefreshExpirationTime)
Set 默认false 不刷新有效时间 ,true刷新有效时间- Parameters:
IsRefreshExpirationTime- 默认false 不刷新有效时间 ,true刷新有效时间
-
-