Class DeleteClusterNodePoolRequest


  • public class DeleteClusterNodePoolRequest
    extends AbstractModel
    • Constructor Detail

      • DeleteClusterNodePoolRequest

        public DeleteClusterNodePoolRequest()
      • DeleteClusterNodePoolRequest

        public DeleteClusterNodePoolRequest​(DeleteClusterNodePoolRequest 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 节点池对应的 ClusterId
        Returns:
        ClusterId 节点池对应的 ClusterId
      • setClusterId

        public void setClusterId​(String ClusterId)
        Set 节点池对应的 ClusterId
        Parameters:
        ClusterId - 节点池对应的 ClusterId
      • getNodePoolIds

        public String[] getNodePoolIds()
        Get 需要删除的节点池 Id 列表
        Returns:
        NodePoolIds 需要删除的节点池 Id 列表
      • setNodePoolIds

        public void setNodePoolIds​(String[] NodePoolIds)
        Set 需要删除的节点池 Id 列表
        Parameters:
        NodePoolIds - 需要删除的节点池 Id 列表
      • getKeepInstance

        public Boolean getKeepInstance()
        Get 删除节点池时是否保留节点池内节点(节点仍然会被移出集群,但对应的实例不会被销毁)
        Returns:
        KeepInstance 删除节点池时是否保留节点池内节点(节点仍然会被移出集群,但对应的实例不会被销毁)
      • setKeepInstance

        public void setKeepInstance​(Boolean KeepInstance)
        Set 删除节点池时是否保留节点池内节点(节点仍然会被移出集群,但对应的实例不会被销毁)
        Parameters:
        KeepInstance - 删除节点池时是否保留节点池内节点(节点仍然会被移出集群,但对应的实例不会被销毁)