Package | Description |
---|---|
com.tencentcloudapi.mariadb.v20170312.models |
Modifier and Type | Method and Description |
---|---|
PerformanceMonitorSet |
DescribeDBPerformanceDetailsResponse.getMaster()
Get Master node performance monitoring data
|
PerformanceMonitorSet |
DescribeDBPerformanceDetailsResponse.getSlave1()
Get Slave 1 performance monitoring data
Note: this field may return null, indicating that no valid values can be obtained.
|
PerformanceMonitorSet |
DescribeDBPerformanceDetailsResponse.getSlave2()
Get Slave 2 performance monitoring data.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeDBPerformanceDetailsResponse.setMaster(PerformanceMonitorSet Master)
Set Master node performance monitoring data
|
void |
DescribeDBPerformanceDetailsResponse.setSlave1(PerformanceMonitorSet Slave1)
Set Slave 1 performance monitoring data
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
DescribeDBPerformanceDetailsResponse.setSlave2(PerformanceMonitorSet Slave2)
Set Slave 2 performance monitoring data.
|
Constructor and Description |
---|
PerformanceMonitorSet(PerformanceMonitorSet source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2021. All rights reserved.