public static final class RefreshAssetsRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
RefreshAssetsRequest.Builder |
assetType(String assetType)
The type of the asset that you want to synchronize.default **ecs**, Valid values:
* **cloud_product**: Alibaba Cloud service
* **ecs**: Elastic Compute Service (ECS) instance
* **container_image**: container image
|
RefreshAssetsRequest |
build() |
RefreshAssetsRequest.Builder |
cloudAssetSubType(Integer cloudAssetSubType)
The subtype of the cloud service.
|
RefreshAssetsRequest.Builder |
cloudAssetType(Integer cloudAssetType)
The type of the cloud service.
|
public RefreshAssetsRequest.Builder assetType(String assetType)
* **cloud_product**: Alibaba Cloud service * **ecs**: Elastic Compute Service (ECS) instance * **container_image**: container image
public RefreshAssetsRequest.Builder cloudAssetSubType(Integer cloudAssetSubType)
> The following list describes the subtypes of cloud services.
public RefreshAssetsRequest.Builder cloudAssetType(Integer cloudAssetType)
* **0**: ECS * **1**: Server Load Balancer (SLB) * **3**: ApsaraDB RDS * **4**: ApsaraDB for MongoDB (MongoDB) * **5**: ApsaraDB for Redis (Redis) * **6**: Container Registry * **8**: Container Service for Kubernetes (ACK) * **9**: Virtual Private Cloud (VPC) * **11**: ActionTrail * **12**: Alibaba Cloud CDN (CDN) * **13**: Certificate Management Service (formerly SSL Certificates Service) * **14**: Apsara Devops * **15**: Resource Access Management (RAM) * **16**: Anti-DDoS * **17**: Web Application Firewall (WAF) * **18**: Object Storage Service (OSS) * **19**: PolarDB * **20**: ApsaraDB RDS for PostgreSQL * **21**: Microservices Engine (MSE) * **22**: Apsara File Storage NAS (NAS) * **23**: Data Security Center (DSC) * **24**: Elastic IP Address (EIP)
public RefreshAssetsRequest build()
Copyright © 2023. All rights reserved.