public static final class DescribePropertyScaDetailRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribePropertyScaDetailRequest.Builder |
biz(String biz)
The type of the asset fingerprint that you want to query.
|
DescribePropertyScaDetailRequest.Builder |
bizType(String bizType)
The type of the middleware, database, or web service that you want to query.
|
DescribePropertyScaDetailRequest |
build() |
DescribePropertyScaDetailRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribePropertyScaDetailRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribePropertyScaDetailRequest.Builder |
name(Long name)
The name of the middleware, database, or web service.
|
DescribePropertyScaDetailRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribePropertyScaDetailRequest.Builder |
pid(String pid)
The PID.
|
DescribePropertyScaDetailRequest.Builder |
port(String port)
The port that the process monitors.
|
DescribePropertyScaDetailRequest.Builder |
processStartedEnd(Long processStartedEnd)
The timestamp when the process ends.
|
DescribePropertyScaDetailRequest.Builder |
processStartedStart(Long processStartedStart)
The timestamp when the process starts.
|
DescribePropertyScaDetailRequest.Builder |
remark(String remark)
The search condition, such as a server name or a server IP address.
|
DescribePropertyScaDetailRequest.Builder |
scaName(String scaName)
The name of the asset fingerprint that you want to query.
|
DescribePropertyScaDetailRequest.Builder |
scaNamePattern(String scaNamePattern)
The name of the process.
|
DescribePropertyScaDetailRequest.Builder |
scaVersion(String scaVersion)
The version of the middleware, database, or web service.
|
DescribePropertyScaDetailRequest.Builder |
searchInfo(String searchInfo)
The search keyword.
|
DescribePropertyScaDetailRequest.Builder |
searchInfoSub(String searchInfoSub)
The keyword of the subquery.
|
DescribePropertyScaDetailRequest.Builder |
searchItem(String searchItem)
The type of the search condition.
|
DescribePropertyScaDetailRequest.Builder |
searchItemSub(String searchItemSub)
The type of the subquery.
|
DescribePropertyScaDetailRequest.Builder |
user(String user)
The user who runs the process.
|
DescribePropertyScaDetailRequest.Builder |
uuid(String uuid)
The UUID of the server on which the middleware, database, or web service is run.
|
public DescribePropertyScaDetailRequest.Builder biz(String biz)
* **sca**: middleware * **sca_database**: database * **sca_web**: web service > If you do not specify this parameter, the default value **sca** is used, which indicates that middleware fingerprints are queried.
public DescribePropertyScaDetailRequest.Builder bizType(String bizType)
* **system_service**: system service * **software_library**: software library * **docker_component**: container component * **database**: database * **web_container**: web container * **jar**: JAR package * **web_framework**: web framework
public DescribePropertyScaDetailRequest.Builder currentPage(Integer currentPage)
public DescribePropertyScaDetailRequest.Builder lang(String lang)
* **zh**: Chinese * **en**: English
public DescribePropertyScaDetailRequest.Builder name(Long name)
> This parameter is deprecated. You can ignore it.
public DescribePropertyScaDetailRequest.Builder pageSize(Integer pageSize)
> We recommend that you do not leave this parameter empty.
public DescribePropertyScaDetailRequest.Builder pid(String pid)
public DescribePropertyScaDetailRequest.Builder port(String port)
public DescribePropertyScaDetailRequest.Builder processStartedEnd(Long processStartedEnd)
public DescribePropertyScaDetailRequest.Builder processStartedStart(Long processStartedStart)
public DescribePropertyScaDetailRequest.Builder remark(String remark)
> Fuzzy match is supported.
public DescribePropertyScaDetailRequest.Builder scaName(String scaName)
public DescribePropertyScaDetailRequest.Builder scaNamePattern(String scaNamePattern)
public DescribePropertyScaDetailRequest.Builder scaVersion(String scaVersion)
public DescribePropertyScaDetailRequest.Builder searchInfo(String searchInfo)
* If the **SearchItem** parameter is set to **name**, you must enter the name of an asset fingerprint. * If the **SearchItem** parameter is set to **type**, you must enter the type of an asset fingerprint. Valid values: * **system_service**: system service * **software_library**: software library * **docker_component**: container component * **database**: database * **web_container**: web container * **jar**: JAR package * **web_framework**: web framework > You must specify both the **SearchItem** and **SearchInfo** parameters before you can query the asset fingerprints based on the specified name or type.
public DescribePropertyScaDetailRequest.Builder searchInfoSub(String searchInfoSub)
* If the **SearchItemSub** parameter is set to **port**, you must enter a port number. * If the **SearchItemSub** parameter is set to **pid**, you must enter a process ID (PID). * If the **SearchItemSub** parameter is set to **version**, you must enter the version of a database, middleware, or web service. * If the **SearchItemSub** parameter is set to **user**, you must enter a username. > The subquery is used to search for data of a specified database, middleware, or web service.
public DescribePropertyScaDetailRequest.Builder searchItem(String searchItem)
* **name**: the name of a database, middleware, or web service * **type**: the type of a database, middleware, or web service > You must specify both the **SearchItem** and **SearchInfo** parameters before you can query the asset fingerprints based on the specified name or type.
public DescribePropertyScaDetailRequest.Builder searchItemSub(String searchItemSub)
* **port** * **pid** * **version** * **user**
public DescribePropertyScaDetailRequest.Builder user(String user)
public DescribePropertyScaDetailRequest.Builder uuid(String uuid)
public DescribePropertyScaDetailRequest build()
Copyright © 2023. All rights reserved.