类 GetBecVmServicesRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.bec.model.vm.service.GetBecVmServicesRequest
-
public class GetBecVmServicesRequest extends AbstractBceRequest
The request for getting the list of BEC virtual machine services.
-
-
字段概要
字段 修饰符和类型 字段 说明 StringkeywordQuery the keyword of the virtual machine service.StringkeywordTypeQuery the keyword type of the virtual machine service.StringorderSort, ascending/descending.StringorderBySort field.intpageNoPage number of display page.intpageSizeThe number of services on the display page.
-
构造器概要
构造器 构造器 说明 GetBecVmServicesRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 GetBecVmServicesRequestwithRequestCredentials(BceCredentials credentials)Configure request credential for the request.-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
字段详细资料
-
keywordType
public String keywordType
Query the keyword type of the virtual machine service.
-
keyword
public String keyword
Query the keyword of the virtual machine service.
-
pageNo
public int pageNo
Page number of display page.
-
pageSize
public int pageSize
The number of services on the display page.
-
order
public String order
Sort, ascending/descending.
-
orderBy
public String orderBy
Sort field.
-
-
方法详细资料
-
withRequestCredentials
public GetBecVmServicesRequest withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.- 指定者:
withRequestCredentials在类中AbstractBceRequest- 参数:
credentials- a valid instance of BceCredentials.- 返回:
- GetInstanceRequest with credentials.
-
-