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