类 ListGetInstanceNoChargeRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.model.ListRequest
-
- com.baidubce.services.bcc.model.instance.ListGetInstanceNoChargeRequest
-
public class ListGetInstanceNoChargeRequest extends ListRequest
The request fot getting the list of no-charge instance.
-
-
构造器概要
构造器 构造器 说明 ListGetInstanceNoChargeRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetInternalIp()StringgetKeypairId()StringgetZoneName()voidsetInternalIp(String internalIp)voidsetKeypairId(String keypairId)voidsetZoneName(String zoneName)ListGetInstanceNoChargeRequestwithInternalIp(String internalIp)Configure internalIp for the request.ListGetInstanceNoChargeRequestwithKeypairId(String keypairId)Configure the request with specified keypairId.ListGetInstanceNoChargeRequestwithMarker(String marker)Configure the request with specified marker.ListGetInstanceNoChargeRequestwithMaxKeys(int maxKeys)Configure the request with specified maxKeys.ListGetInstanceNoChargeRequestwithRequestCredentials(BceCredentials credentials)Configure request credential for the request.ListGetInstanceNoChargeRequestwithZoneName(String zoneName)Configure the request with specified zoneName.-
从类继承的方法 com.baidubce.model.ListRequest
getMarker, getMaxKeys, setMarker, setMaxKeys
-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getInternalIp
public String getInternalIp()
-
setInternalIp
public void setInternalIp(String internalIp)
-
withInternalIp
public ListGetInstanceNoChargeRequest withInternalIp(String internalIp)
Configure internalIp for the request.- 参数:
internalIp- The internal ip address for accessing the instance.- 返回:
- ListGetInstanceNoChargeRequest with internalIp.
-
getKeypairId
public String getKeypairId()
-
setKeypairId
public void setKeypairId(String keypairId)
-
withKeypairId
public ListGetInstanceNoChargeRequest withKeypairId(String keypairId)
Configure the request with specified keypairId.- 参数:
keypairId- The specified keypair id.- 返回:
- ListGetInstanceNoChargeRequest with specified keypairId.
-
getZoneName
public String getZoneName()
-
setZoneName
public void setZoneName(String zoneName)
-
withZoneName
public ListGetInstanceNoChargeRequest withZoneName(String zoneName)
Configure the request with specified zoneName.- 参数:
zoneName- The specified zoneName.- 返回:
- ListGetInstanceNoChargeRequest with specified zoneName.
-
withMarker
public ListGetInstanceNoChargeRequest withMarker(String marker)
Configure the request with specified marker.- 覆盖:
withMarker在类中ListRequest- 参数:
marker- The optional parameter marker specified in the original request to specify where in the results to begin listing.- 返回:
- ListGetInstanceNoChargeRequest with specified marker.
-
withMaxKeys
public ListGetInstanceNoChargeRequest withMaxKeys(int maxKeys)
Configure the request with specified maxKeys.- 覆盖:
withMaxKeys在类中ListRequest- 参数:
maxKeys- The optional parameter to specifies the max number of list result to return. The default value is 1000.- 返回:
- ListGetInstanceNoChargeRequest with specified maxKeys.
-
withRequestCredentials
public ListGetInstanceNoChargeRequest withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.- 指定者:
withRequestCredentials在类中AbstractBceRequest- 参数:
credentials- a valid instance of BceCredentials.- 返回:
- ListGetInstanceNoChargeRequest with credentials.
-
-