public static final class DescribeContainerCriteriaResponseBody.CriteriaList.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeContainerCriteriaResponseBody.CriteriaList |
build() |
DescribeContainerCriteriaResponseBody.CriteriaList.Builder |
name(String name)
The name of the filter condition.
|
DescribeContainerCriteriaResponseBody.CriteriaList.Builder |
type(String type)
The type of the filter condition.
|
DescribeContainerCriteriaResponseBody.CriteriaList.Builder |
values(String values)
The value of the filter condition.
|
public DescribeContainerCriteriaResponseBody.CriteriaList.Builder name(String name)
* **instanceId**: the ID of the container. * **clusterId**: the ID of the cluster. * **regionId**: the region of the container. * **clusterName**: the name of the cluster. * **image**: the name of the image. * **imageRepoName**: the name of the image repository. * **imageRepoNamespace**: the namespace of the image repository. * **imageRepoTag**: the tag of the image repository. * **imageDigest**: the image digest. * **ClusterType**: the type of the cluster. * **hostIp**: the public IP address. * **pod**: the pod. * **podIp**: the IP address of the pod. * **containerId**: the ID of the container. * **vulStatus**: indicates whether vulnerabilities exist in the container. * **alarmStatus**: indicates whether alerts are generated for the container. * **riskStatus**: indicates whether risks exist in the container. * **riskLevel**: the risk level of the container. * **containerScope**: the type of the container.
public DescribeContainerCriteriaResponseBody.CriteriaList.Builder type(String type)
* **input**: The filter condition needs to be specified. * **select**: The filter condition is an option that can be selected from the drop-down list.
public DescribeContainerCriteriaResponseBody.CriteriaList.Builder values(String values)
> If the value of **Type** is **input**, the value of this parameter is an empty string.
public DescribeContainerCriteriaResponseBody.CriteriaList build()
Copyright © 2023. All rights reserved.