public static final class DescribeEventLevelCountRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeEventLevelCountRequest |
build() |
DescribeEventLevelCountRequest.Builder |
clusterId(String clusterId)
The ID of the container cluster.
|
DescribeEventLevelCountRequest.Builder |
containerFieldName(String containerFieldName)
The key of the condition that is used to query alert events on containers.
|
DescribeEventLevelCountRequest.Builder |
containerFieldValue(String containerFieldValue)
The value of the condition that is used to query alert events on containers.
|
DescribeEventLevelCountRequest.Builder |
containerIds(String containerIds)
The ID of the container.
|
DescribeEventLevelCountRequest.Builder |
from(String from)
The ID of the request source.
|
DescribeEventLevelCountRequest.Builder |
targetType(String targetType)
The type of the query condition.
|
public DescribeEventLevelCountRequest.Builder clusterId(String clusterId)
> You can call the [DescribeGroupedContainerInstances](~~DescribeGroupedContainerInstances~~) operation to query the IDs of container clusters.
public DescribeEventLevelCountRequest.Builder containerFieldName(String containerFieldName)
* **instanceId**: the ID of the asset * **appName**: the name of the application * **clusterId**: the ID of the cluster * **regionId**: the ID of the region * **nodeName**: the name of the node * **namespace**: the namespace * **clusterName**: the name of the cluster * **image**: the name of the image * **imageRepoName**: the name of the image repository * **imageRepoNamespace**: the namespace to which the image repository belongs * **imageRepoTag**: the tag that is added to the image * **imageDigest**: the digest of the image
public DescribeEventLevelCountRequest.Builder containerFieldValue(String containerFieldValue)
public DescribeEventLevelCountRequest.Builder containerIds(String containerIds)
public DescribeEventLevelCountRequest.Builder from(String from)
public DescribeEventLevelCountRequest.Builder targetType(String targetType)
* **containerId**: the ID of the container * **uuid**: the UUID of the asset
public DescribeEventLevelCountRequest build()
Copyright © 2023. All rights reserved.