Class DeleteEdgeUnitDeployGridItemRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.DeleteEdgeUnitDeployGridItemRequest
-
public class DeleteEdgeUnitDeployGridItemRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteEdgeUnitDeployGridItemRequest()DeleteEdgeUnitDeployGridItemRequest(DeleteEdgeUnitDeployGridItemRequest 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 LonggetEdgeUnitId()Get IECP边缘单元IDStringgetGridItemName()Get Grid部署名称StringgetNamespace()Get 命名空间,默认defaultStringgetWorkloadKind()Get 负载类型(StatefulSetGrid|DeploymentGrid)voidsetEdgeUnitId(Long EdgeUnitId)Set IECP边缘单元IDvoidsetGridItemName(String GridItemName)Set Grid部署名称voidsetNamespace(String Namespace)Set 命名空间,默认defaultvoidsetWorkloadKind(String WorkloadKind)Set 负载类型(StatefulSetGrid|DeploymentGrid)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
-
DeleteEdgeUnitDeployGridItemRequest
public DeleteEdgeUnitDeployGridItemRequest()
-
DeleteEdgeUnitDeployGridItemRequest
public DeleteEdgeUnitDeployGridItemRequest(DeleteEdgeUnitDeployGridItemRequest 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
-
getEdgeUnitId
public Long getEdgeUnitId()
Get IECP边缘单元ID- Returns:
- EdgeUnitId IECP边缘单元ID
-
setEdgeUnitId
public void setEdgeUnitId(Long EdgeUnitId)
Set IECP边缘单元ID- Parameters:
EdgeUnitId- IECP边缘单元ID
-
getWorkloadKind
public String getWorkloadKind()
Get 负载类型(StatefulSetGrid|DeploymentGrid)- Returns:
- WorkloadKind 负载类型(StatefulSetGrid|DeploymentGrid)
-
setWorkloadKind
public void setWorkloadKind(String WorkloadKind)
Set 负载类型(StatefulSetGrid|DeploymentGrid)- Parameters:
WorkloadKind- 负载类型(StatefulSetGrid|DeploymentGrid)
-
getGridItemName
public String getGridItemName()
Get Grid部署名称- Returns:
- GridItemName Grid部署名称
-
setGridItemName
public void setGridItemName(String GridItemName)
Set Grid部署名称- Parameters:
GridItemName- Grid部署名称
-
getNamespace
public String getNamespace()
Get 命名空间,默认default- Returns:
- Namespace 命名空间,默认default
-
setNamespace
public void setNamespace(String Namespace)
Set 命名空间,默认default- Parameters:
Namespace- 命名空间,默认default
-
-