类 UnbindClusterToWorkspaceRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.cnap.model.cluster.UnbindClusterToWorkspaceRequest
-
public class UnbindClusterToWorkspaceRequest extends AbstractBceRequest
The request for unbind cluster.
-
-
构造器概要
构造器 构造器 说明 UnbindClusterToWorkspaceRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetClusterID()booleangetIgnoreUnderlayError()booleangetSkipDeleteUnderlay()StringgetWorkspaceID()voidsetClusterID(String clusterID)voidsetIgnoreUnderlayError(boolean ignoreUnderlayError)voidsetSkipDeleteUnderlay(boolean skipDeleteUnderlay)voidsetWorkspaceID(String workspaceID)UnbindClusterToWorkspaceRequestwithClusterID(String clusterID)UnbindClusterToWorkspaceRequestwithIgnoreUnderlayError(boolean ignoreUnderlayError)UnbindClusterToWorkspaceRequestwithRequestCredentials(BceCredentials credentials)Configure request credential for the request.UnbindClusterToWorkspaceRequestwithSkipDeleteUnderlay(boolean skipDeleteUnderlay)UnbindClusterToWorkspaceRequestwithWorkspaceID(String workspaceID)-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getWorkspaceID
public String getWorkspaceID()
-
setWorkspaceID
public void setWorkspaceID(String workspaceID)
-
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()
-
withWorkspaceID
public UnbindClusterToWorkspaceRequest withWorkspaceID(String workspaceID)
-
withClusterID
public UnbindClusterToWorkspaceRequest withClusterID(String clusterID)
-
withIgnoreUnderlayError
public UnbindClusterToWorkspaceRequest withIgnoreUnderlayError(boolean ignoreUnderlayError)
-
withSkipDeleteUnderlay
public UnbindClusterToWorkspaceRequest withSkipDeleteUnderlay(boolean skipDeleteUnderlay)
-
withRequestCredentials
public UnbindClusterToWorkspaceRequest withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.- 指定者:
withRequestCredentials在类中AbstractBceRequest- 参数:
credentials- a valid instance of BceCredentials.- 返回:
- request with credentials.
-
-