public class ListGetInstanceNoChargeRequest extends ListRequest
| Constructor and Description |
|---|
ListGetInstanceNoChargeRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInternalIp() |
String |
getKeypairId() |
String |
getZoneName() |
void |
setInternalIp(String internalIp) |
void |
setKeypairId(String keypairId) |
void |
setZoneName(String zoneName) |
ListGetInstanceNoChargeRequest |
withInternalIp(String internalIp)
Configure internalIp for the request.
|
ListGetInstanceNoChargeRequest |
withKeypairId(String keypairId)
Configure the request with specified keypairId.
|
ListGetInstanceNoChargeRequest |
withMarker(String marker)
Configure the request with specified marker.
|
ListGetInstanceNoChargeRequest |
withMaxKeys(int maxKeys)
Configure the request with specified maxKeys.
|
ListGetInstanceNoChargeRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
ListGetInstanceNoChargeRequest |
withZoneName(String zoneName)
Configure the request with specified zoneName.
|
getMarker, getMaxKeys, setMarker, setMaxKeysgetRequestCredentials, setRequestCredentialspublic String getInternalIp()
public void setInternalIp(String internalIp)
public ListGetInstanceNoChargeRequest withInternalIp(String internalIp)
internalIp - The internal ip address for accessing the instance.public String getKeypairId()
public void setKeypairId(String keypairId)
public ListGetInstanceNoChargeRequest withKeypairId(String keypairId)
keypairId - The specified keypair id.public String getZoneName()
public void setZoneName(String zoneName)
public ListGetInstanceNoChargeRequest withZoneName(String zoneName)
zoneName - The specified zoneName.public ListGetInstanceNoChargeRequest 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 ListGetInstanceNoChargeRequest 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 ListGetInstanceNoChargeRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2022. All rights reserved.