public class ListServicesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
filter
The field that is used for fuzzy matches.
|
String |
gateway
The ID of the private gateway.
|
String |
groupName
The name of the service group.
|
Map<String,String> |
label
The tag that is used to filter services.
|
String |
order
The sorting order.
|
Integer |
pageNumber
The page number.
|
Integer |
pageSize
The number of entries per page.
|
String |
parentServiceUid
The ID of the primary service that corresponds to the Band member service.
|
String |
quotaId
The quota ID.
|
String |
resourceName
The name or ID of the resource group to which the service belongs.
|
String |
serviceName
The service name.
|
String |
serviceStatus
The service state.
|
String |
serviceType
The service type.
|
String |
serviceUid
The user ID (UID) of the service.
|
String |
sort
The sort field.
|
String |
workspaceId
The workspace ID.
|
| 构造器和说明 |
|---|
ListServicesRequest() |
@NameInMap(value="Filter") public String filter
The field that is used for fuzzy matches. The system performs fuzzy matches only by service name.
example:foo
@NameInMap(value="Gateway") public String gateway
The ID of the private gateway.
example:gw-1uhcqmsc7x22******
@NameInMap(value="GroupName") public String groupName
The name of the service group. For more information about how to query the name of a service group, see ListServices.
example:foo
@NameInMap(value="Label") public Map<String,String> label
The tag that is used to filter services.
@NameInMap(value="Order") public String order
The sorting order. Valid values:
asc
@NameInMap(value="PageNumber") public Integer pageNumber
The page number. Default value: 1.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries per page. Default value: 100.
example:100
@NameInMap(value="ParentServiceUid") public String parentServiceUid
The ID of the primary service that corresponds to the Band member service.
example:eas-m-ijafy3c8cxxxx
@NameInMap(value="QuotaId") public String quotaId
The quota ID.
example:quota12345
@NameInMap(value="ResourceName") public String resourceName
The name or ID of the resource group to which the service belongs.
example:eas-r-hd0qwy8cxxxx
@NameInMap(value="ServiceName") public String serviceName
The service name.
example:echo_test
@NameInMap(value="ServiceStatus") public String serviceStatus
The service state.
Valid values:
Creating
Stopped
Failed
Complete
Cloning
Stopping
Updating
Waiting
HotUpdate
Committing
Starting
DeleteFailed
Running
Developing
Scaling
Deleted
Pending
Deleting
Running
@NameInMap(value="ServiceType") public String serviceType
The service type. Valid values:
Valid values:
Async
Standard
OfflineTask
Proxima
Standard
@NameInMap(value="ServiceUid") public String serviceUid
The user ID (UID) of the service.
example:eas-m-c9iw3yitxxxx
@NameInMap(value="Sort") public String sort
The sort field. By default, the query results are sorted by the timestamp type in descending order.
example:CreateTime
@NameInMap(value="WorkspaceId") public String workspaceId
The workspace ID.
example:123456
public static ListServicesRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListServicesRequest setFilter(String filter)
public String getFilter()
public ListServicesRequest setGateway(String gateway)
public String getGateway()
public ListServicesRequest setGroupName(String groupName)
public String getGroupName()
public ListServicesRequest setLabel(Map<String,String> label)
public ListServicesRequest setOrder(String order)
public String getOrder()
public ListServicesRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListServicesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListServicesRequest setParentServiceUid(String parentServiceUid)
public String getParentServiceUid()
public ListServicesRequest setQuotaId(String quotaId)
public String getQuotaId()
public ListServicesRequest setResourceName(String resourceName)
public String getResourceName()
public ListServicesRequest setServiceName(String serviceName)
public String getServiceName()
public ListServicesRequest setServiceStatus(String serviceStatus)
public String getServiceStatus()
public ListServicesRequest setServiceType(String serviceType)
public String getServiceType()
public ListServicesRequest setServiceUid(String serviceUid)
public String getServiceUid()
public ListServicesRequest setSort(String sort)
public String getSort()
public ListServicesRequest setWorkspaceId(String workspaceId)
public String getWorkspaceId()
Copyright © 2024. All rights reserved.