public static final class DescribeCommonTargetConfigResponseBody.TargetList.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeCommonTargetConfigResponseBody.TargetList |
build() |
DescribeCommonTargetConfigResponseBody.TargetList.Builder |
flag(String flag)
The mode in which the configuration takes effect.
|
DescribeCommonTargetConfigResponseBody.TargetList.Builder |
target(String target)
The ID of the asset on which the configuration takes effect.
|
DescribeCommonTargetConfigResponseBody.TargetList.Builder |
targetType(String targetType)
The dimension from on which the feature was configured.
|
public DescribeCommonTargetConfigResponseBody.TargetList.Builder flag(String flag)
* **add**: In this mode, the configuration takes effect on the assets. * **del**: In this mode, the configuration does not take effect on the assets.
public DescribeCommonTargetConfigResponseBody.TargetList.Builder target(String target)
> * When you set the **TargetType** parameter to **uuid**, the value of this parameter indicates the UUID of an asset. * When you set the **TargetType** parameter to **Cluster**, the value of this parameter indicates the ID of a cluster. * When you set the **TargetType** parameter to **image_repo**, the value of this parameter indicates the ID of an image repository.
public DescribeCommonTargetConfigResponseBody.TargetList.Builder targetType(String targetType)
* **uuid**: the UUID of the asset * **Cluster**: the ID of the cluster * **image_repo**: the ID of the image repository
public DescribeCommonTargetConfigResponseBody.TargetList build()
Copyright © 2023. All rights reserved.