public static class ModifyMonitorGroupInstancesRequest.ModifyMonitorGroupInstancesRequestInstances
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
category
The abbreviation of the name of the service to which the instances to be added to the application group belong.
|
String |
instanceId
The ID of the instance.
|
String |
instanceName
The name of the instance.
|
String |
regionId
The ID of the region where the instance resides.
|
| 构造器和说明 |
|---|
ModifyMonitorGroupInstancesRequestInstances() |
@NameInMap(value="Category") public String category
The abbreviation of the name of the service to which the instances to be added to the application group belong. Valid values:
* ECS: Elastic Compute Service (ECS) instances provided by Alibaba Cloud and hosts not provided by Alibaba Cloud
* RDS: ApsaraDB for RDS
* ADS: AnalyticDB
* SLB: Server Load Balancer (SLB)
* VPC: Virtual Private Cloud (VPC)
* APIGATEWAY: API Gateway
* CDN: Alibaba Cloud Content Delivery Network (CDN)
* CS: Container Service for Swarm
* DCDN: Dynamic Route for CDN
* DDoS: Anti-DDoS Pro
* EIP: Elastic IP Address (EIP)
* ELASTICSEARCH: Elasticsearch
* EMR: E-MapReduce
* ESS: Auto Scaling
* HBASE: ApsaraDB for Hbase
* IOT_EDGE: IoT Edge
* K8S_POD: pods in Container Service for Kubernetes
* KVSTORE_SHARDING: ApsaraDB for Redis of the cluster architecture
* KVSTORE_SPLITRW: ApsaraDB for Redis of the read/write splitting architecture
* KVSTORE_STANDARD: ApsaraDB for Redis of the standard architecture
* MEMCACHE: ApsaraDB for Memcache
* MNS: Message Service (MNS)
* MONGODB: ApsaraDB for MongoDB of the replica set architecture
* MONGODB_CLUSTER: ApsaraDB for MongoDB of the cluster architecture
* MONGODB_SHARDING: ApsaraDB for MongoDB of the sharded cluster architecture
* MQ_TOPIC: MNS topics
* OCS: ApsaraDB for Memcache of earlier versions
* OPENSEARCH: Open Search
* OSS: Object Storage Service (OSS)
* POLARDB: PolarDB
* PETADATA: HybridDB for MySQL
* SCDN: Secure Content Delivery Network (SCDN)
* SHAREBANDWIDTHPACKAGES: EIP Bandwidth Plan
* SLS: Log Service
* VPN: VPN Gateway
Valid values of N: 1 to 2000.
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance. Valid values of N: 1 to 2000.
@NameInMap(value="InstanceName") public String instanceName
The name of the instance. Valid values of N: 1 to 2000.
@NameInMap(value="RegionId") public String regionId
The ID of the region where the instance resides. Valid values of N: 1 to 2000.
public ModifyMonitorGroupInstancesRequestInstances()
public static ModifyMonitorGroupInstancesRequest.ModifyMonitorGroupInstancesRequestInstances build(Map<String,?> map) throws Exception
Exceptionpublic ModifyMonitorGroupInstancesRequest.ModifyMonitorGroupInstancesRequestInstances setCategory(String category)
public String getCategory()
public ModifyMonitorGroupInstancesRequest.ModifyMonitorGroupInstancesRequestInstances setInstanceId(String instanceId)
public String getInstanceId()
public ModifyMonitorGroupInstancesRequest.ModifyMonitorGroupInstancesRequestInstances setInstanceName(String instanceName)
public String getInstanceName()
public ModifyMonitorGroupInstancesRequest.ModifyMonitorGroupInstancesRequestInstances setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.