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