public class UnbindClusterToWorkspaceRequest extends AbstractBceRequest
| Constructor and Description |
|---|
UnbindClusterToWorkspaceRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterID() |
boolean |
getIgnoreUnderlayError() |
boolean |
getSkipDeleteUnderlay() |
String |
getWorkspaceID() |
void |
setClusterID(String clusterID) |
void |
setIgnoreUnderlayError(boolean ignoreUnderlayError) |
void |
setSkipDeleteUnderlay(boolean skipDeleteUnderlay) |
void |
setWorkspaceID(String workspaceID) |
UnbindClusterToWorkspaceRequest |
withClusterID(String clusterID) |
UnbindClusterToWorkspaceRequest |
withIgnoreUnderlayError(boolean ignoreUnderlayError) |
UnbindClusterToWorkspaceRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
UnbindClusterToWorkspaceRequest |
withSkipDeleteUnderlay(boolean skipDeleteUnderlay) |
UnbindClusterToWorkspaceRequest |
withWorkspaceID(String workspaceID) |
getRequestCredentials, setRequestCredentialspublic String getWorkspaceID()
public void setWorkspaceID(String workspaceID)
public String getClusterID()
public void setClusterID(String clusterID)
public void setIgnoreUnderlayError(boolean ignoreUnderlayError)
public boolean getIgnoreUnderlayError()
public void setSkipDeleteUnderlay(boolean skipDeleteUnderlay)
public boolean getSkipDeleteUnderlay()
public UnbindClusterToWorkspaceRequest withWorkspaceID(String workspaceID)
public UnbindClusterToWorkspaceRequest withClusterID(String clusterID)
public UnbindClusterToWorkspaceRequest withIgnoreUnderlayError(boolean ignoreUnderlayError)
public UnbindClusterToWorkspaceRequest withSkipDeleteUnderlay(boolean skipDeleteUnderlay)
public UnbindClusterToWorkspaceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2022. All rights reserved.