BackupProps
Properties for defining a Backup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardb-backup
Initializer
import com.aliyun.ros.cdk.polardb.BackupProps;
BackupProps.builder()
.dbClusterId(java.lang.String)
.dbClusterId(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
dbClusterId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property dbClusterId: The cluster ID. |
dbClusterId
Required
public java.lang.Object getDbClusterId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property dbClusterId: The cluster ID.