public class ListVolumeClustersRequest extends ListRequest
| Constructor and Description |
|---|
ListVolumeClustersRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterName() |
String |
getZoneName() |
void |
setClusterName(String clusterName) |
void |
setZoneName(String zoneName) |
ListVolumeClustersRequest |
withMarker(String marker)
Configure the request with specified marker.
|
ListVolumeClustersRequest |
withMaxKeys(int maxKeys)
Configure the request with specified maxKeys.
|
ListVolumeClustersRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
ListVolumeClustersRequest |
withZoneName(String zoneName) |
getMarker, getMaxKeys, setMarker, setMaxKeysgetRequestCredentials, setRequestCredentialspublic String getClusterName()
public void setClusterName(String clusterName)
public String getZoneName()
public void setZoneName(String zoneName)
public ListVolumeClustersRequest withZoneName(String zoneName)
public ListVolumeClustersRequest withMarker(String marker)
withMarker in class ListRequestmarker - The optional parameter marker specified in the original request to specify
where in the results to begin listing.public ListVolumeClustersRequest withMaxKeys(int maxKeys)
withMaxKeys in class ListRequestmaxKeys - The optional parameter to specifies the max number of list result to return.
The default value is 1000.public ListVolumeClustersRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2024. All rights reserved.