Uses of Class
com.tencentcloudapi.sqlserver.v20180328.models.SwitchLog
-
Packages that use SwitchLog Package Description com.tencentcloudapi.sqlserver.v20180328.models -
-
Uses of SwitchLog in com.tencentcloudapi.sqlserver.v20180328.models
Methods in com.tencentcloudapi.sqlserver.v20180328.models that return SwitchLog Modifier and Type Method Description SwitchLog[]DescribeHASwitchLogResponse. getSwitchLog()Get 主备切换日志Methods in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type SwitchLog Modifier and Type Method Description voidDescribeHASwitchLogResponse. setSwitchLog(SwitchLog[] SwitchLog)Set 主备切换日志Constructors in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type SwitchLog Constructor Description SwitchLog(SwitchLog 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.
-