Class DescribeCloudBaseRunServerResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.DescribeCloudBaseRunServerResponse
-
public class DescribeCloudBaseRunServerResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeCloudBaseRunServerResponse()DescribeCloudBaseRunServerResponse(DescribeCloudBaseRunServerResponse 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 StringgetImageRepo()Get 镜像仓库 注意:此字段可能返回 null,表示取不到有效值。BooleangetIsPublic()Get 是否对于外网开放 注意:此字段可能返回 null,表示取不到有效值。StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。StringgetServerName()Get 服务名称 注意:此字段可能返回 null,表示取不到有效值。StringgetSourceType()Get 服务创建类型,默认为空,一键部署为oneclick 注意:此字段可能返回 null,表示取不到有效值。LonggetTotalCount()Get 个数 注意:此字段可能返回 null,表示取不到有效值。StringgetTrafficType()Get 流量配置的类型(FLOW,URL_PARAMS) 注意:此字段可能返回 null,表示取不到有效值。CloudBaseRunServerVersionItem[]getVersionItems()Get 版本列表 注意:此字段可能返回 null,表示取不到有效值。voidsetImageRepo(String ImageRepo)Set 镜像仓库 注意:此字段可能返回 null,表示取不到有效值。voidsetIsPublic(Boolean IsPublic)Set 是否对于外网开放 注意:此字段可能返回 null,表示取不到有效值。voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetServerName(String ServerName)Set 服务名称 注意:此字段可能返回 null,表示取不到有效值。voidsetSourceType(String SourceType)Set 服务创建类型,默认为空,一键部署为oneclick 注意:此字段可能返回 null,表示取不到有效值。voidsetTotalCount(Long TotalCount)Set 个数 注意:此字段可能返回 null,表示取不到有效值。voidsetTrafficType(String TrafficType)Set 流量配置的类型(FLOW,URL_PARAMS) 注意:此字段可能返回 null,表示取不到有效值。voidsetVersionItems(CloudBaseRunServerVersionItem[] VersionItems)Set 版本列表 注意:此字段可能返回 null,表示取不到有效值。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
-
DescribeCloudBaseRunServerResponse
public DescribeCloudBaseRunServerResponse()
-
DescribeCloudBaseRunServerResponse
public DescribeCloudBaseRunServerResponse(DescribeCloudBaseRunServerResponse 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
-
getTotalCount
public Long getTotalCount()
Get 个数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TotalCount 个数 注意:此字段可能返回 null,表示取不到有效值。
-
setTotalCount
public void setTotalCount(Long TotalCount)
Set 个数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TotalCount- 个数 注意:此字段可能返回 null,表示取不到有效值。
-
getVersionItems
public CloudBaseRunServerVersionItem[] getVersionItems()
Get 版本列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VersionItems 版本列表 注意:此字段可能返回 null,表示取不到有效值。
-
setVersionItems
public void setVersionItems(CloudBaseRunServerVersionItem[] VersionItems)
Set 版本列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VersionItems- 版本列表 注意:此字段可能返回 null,表示取不到有效值。
-
getServerName
public String getServerName()
Get 服务名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ServerName 服务名称 注意:此字段可能返回 null,表示取不到有效值。
-
setServerName
public void setServerName(String ServerName)
Set 服务名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ServerName- 服务名称 注意:此字段可能返回 null,表示取不到有效值。
-
getIsPublic
public Boolean getIsPublic()
Get 是否对于外网开放 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IsPublic 是否对于外网开放 注意:此字段可能返回 null,表示取不到有效值。
-
setIsPublic
public void setIsPublic(Boolean IsPublic)
Set 是否对于外网开放 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IsPublic- 是否对于外网开放 注意:此字段可能返回 null,表示取不到有效值。
-
getImageRepo
public String getImageRepo()
Get 镜像仓库 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ImageRepo 镜像仓库 注意:此字段可能返回 null,表示取不到有效值。
-
setImageRepo
public void setImageRepo(String ImageRepo)
Set 镜像仓库 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ImageRepo- 镜像仓库 注意:此字段可能返回 null,表示取不到有效值。
-
getTrafficType
public String getTrafficType()
Get 流量配置的类型(FLOW,URL_PARAMS) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TrafficType 流量配置的类型(FLOW,URL_PARAMS) 注意:此字段可能返回 null,表示取不到有效值。
-
setTrafficType
public void setTrafficType(String TrafficType)
Set 流量配置的类型(FLOW,URL_PARAMS) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TrafficType- 流量配置的类型(FLOW,URL_PARAMS) 注意:此字段可能返回 null,表示取不到有效值。
-
getSourceType
public String getSourceType()
Get 服务创建类型,默认为空,一键部署为oneclick 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SourceType 服务创建类型,默认为空,一键部署为oneclick 注意:此字段可能返回 null,表示取不到有效值。
-
setSourceType
public void setSourceType(String SourceType)
Set 服务创建类型,默认为空,一键部署为oneclick 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SourceType- 服务创建类型,默认为空,一键部署为oneclick 注意:此字段可能返回 null,表示取不到有效值。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-