Uses of Class
com.tencentcloudapi.cdb.v20170320.models.RemoteBackupInfo
-
Packages that use RemoteBackupInfo Package Description com.tencentcloudapi.cdb.v20170320.models -
-
Uses of RemoteBackupInfo in com.tencentcloudapi.cdb.v20170320.models
Methods in com.tencentcloudapi.cdb.v20170320.models that return RemoteBackupInfo Modifier and Type Method Description RemoteBackupInfo[]BackupInfo. getRemoteInfo()Get 异地备份详细信息RemoteBackupInfo[]BinlogInfo. getRemoteInfo()Get binlog异地备份详细信息Methods in com.tencentcloudapi.cdb.v20170320.models with parameters of type RemoteBackupInfo Modifier and Type Method Description voidBackupInfo. setRemoteInfo(RemoteBackupInfo[] RemoteInfo)Set 异地备份详细信息voidBinlogInfo. setRemoteInfo(RemoteBackupInfo[] RemoteInfo)Set binlog异地备份详细信息Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type RemoteBackupInfo Constructor Description RemoteBackupInfo(RemoteBackupInfo 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.
-