类 UnbindClusterToEnvironmentRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.cnap.model.environment.UnbindClusterToEnvironmentRequest
-
public class UnbindClusterToEnvironmentRequest extends AbstractBceRequest
The request for unbind cluster to environment.
-
-
构造器概要
构造器 构造器 说明 UnbindClusterToEnvironmentRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetEnvironmentID()booleangetIgnoreUnderlayError()booleangetSkipDeleteUnderlay()StringgetWorkspaceID()voidsetEnvironmentID(String environmentID)voidsetIgnoreUnderlayError(boolean ignoreUnderlayError)voidsetSkipDeleteUnderlay(boolean skipDeleteUnderlay)voidsetWorkspaceID(String workspaceID)UnbindClusterToEnvironmentRequestwithEnvironmentID(String environmentID)UnbindClusterToEnvironmentRequestwithIgnoreUnderlayError(boolean ignoreUnderlayError)UnbindClusterToEnvironmentRequestwithRequestCredentials(BceCredentials credentials)Configure request credential for the request.UnbindClusterToEnvironmentRequestwithSkipDeleteUnderlay(boolean skipDeleteUnderlay)UnbindClusterToEnvironmentRequestwithWorkspaceID(String workspaceID)-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getWorkspaceID
public String getWorkspaceID()
-
setWorkspaceID
public void setWorkspaceID(String workspaceID)
-
getEnvironmentID
public String getEnvironmentID()
-
setEnvironmentID
public void setEnvironmentID(String environmentID)
-
setIgnoreUnderlayError
public void setIgnoreUnderlayError(boolean ignoreUnderlayError)
-
getIgnoreUnderlayError
public boolean getIgnoreUnderlayError()
-
setSkipDeleteUnderlay
public void setSkipDeleteUnderlay(boolean skipDeleteUnderlay)
-
getSkipDeleteUnderlay
public boolean getSkipDeleteUnderlay()
-
withEnvironmentID
public UnbindClusterToEnvironmentRequest withEnvironmentID(String environmentID)
-
withWorkspaceID
public UnbindClusterToEnvironmentRequest withWorkspaceID(String workspaceID)
-
withIgnoreUnderlayError
public UnbindClusterToEnvironmentRequest withIgnoreUnderlayError(boolean ignoreUnderlayError)
-
withSkipDeleteUnderlay
public UnbindClusterToEnvironmentRequest withSkipDeleteUnderlay(boolean skipDeleteUnderlay)
-
withRequestCredentials
public UnbindClusterToEnvironmentRequest withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.- 指定者:
withRequestCredentials在类中AbstractBceRequest- 参数:
credentials- a valid instance of BceCredentials.- 返回:
- request with credentials.
-
-