类 ReleaseClusterRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.cnap.model.cluster.ReleaseClusterRequest
-
public class ReleaseClusterRequest extends AbstractBceRequest
The request for release cluster.
-
-
构造器概要
构造器 构造器 说明 ReleaseClusterRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetClusterID()booleangetIgnoreUnderlayError()booleangetSkipDeleteUnderlay()voidsetClusterID(String clusterID)voidsetIgnoreUnderlayError(boolean ignoreUnderlayError)voidsetSkipDeleteUnderlay(boolean skipDeleteUnderlay)ReleaseClusterRequestwithClusterID(String clusterID)ReleaseClusterRequestwithIgnoreUnderlayError(boolean ignoreUnderlayError)ReleaseClusterRequestwithRequestCredentials(BceCredentials credentials)Configure request credential for the request.ReleaseClusterRequestwithSkipDeleteUnderlay(boolean skipDeleteUnderlay)-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getClusterID
public String getClusterID()
-
setClusterID
public void setClusterID(String clusterID)
-
setIgnoreUnderlayError
public void setIgnoreUnderlayError(boolean ignoreUnderlayError)
-
getIgnoreUnderlayError
public boolean getIgnoreUnderlayError()
-
setSkipDeleteUnderlay
public void setSkipDeleteUnderlay(boolean skipDeleteUnderlay)
-
getSkipDeleteUnderlay
public boolean getSkipDeleteUnderlay()
-
withClusterID
public ReleaseClusterRequest withClusterID(String clusterID)
-
withSkipDeleteUnderlay
public ReleaseClusterRequest withSkipDeleteUnderlay(boolean skipDeleteUnderlay)
-
withIgnoreUnderlayError
public ReleaseClusterRequest withIgnoreUnderlayError(boolean ignoreUnderlayError)
-
withRequestCredentials
public ReleaseClusterRequest withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.- 指定者:
withRequestCredentials在类中AbstractBceRequest- 参数:
credentials- a valid instance of BceCredentials.- 返回:
- request with credentials.
-
-