Skip to content

RosRestoreTaskProps

Properties for defining a RosRestoreTask.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dbs-restoretask

Initializer

import com.aliyun.ros.cdk.dbs.RosRestoreTaskProps;
RosRestoreTaskProps.builder()
    .backupPlanId(java.lang.String)
    .backupPlanId(IResolvable)
    .destinationEndpointInstanceType(java.lang.String)
    .destinationEndpointInstanceType(IResolvable)
    .restoreTaskName(java.lang.String)
    .restoreTaskName(IResolvable)
//  .backupGatewayId(java.lang.Number)
//  .backupGatewayId(IResolvable)
//  .backupSetId(java.lang.String)
//  .backupSetId(IResolvable)
//  .destinationEndpointDatabaseName(java.lang.String)
//  .destinationEndpointDatabaseName(IResolvable)
//  .destinationEndpointInstanceId(java.lang.String)
//  .destinationEndpointInstanceId(IResolvable)
//  .destinationEndpointIp(java.lang.String)
//  .destinationEndpointIp(IResolvable)
//  .destinationEndpointOracleSid(java.lang.String)
//  .destinationEndpointOracleSid(IResolvable)
//  .destinationEndpointPassword(java.lang.String)
//  .destinationEndpointPassword(IResolvable)
//  .destinationEndpointPort(java.lang.Number)
//  .destinationEndpointPort(IResolvable)
//  .destinationEndpointRegion(java.lang.String)
//  .destinationEndpointRegion(IResolvable)
//  .destinationEndpointUserName(java.lang.String)
//  .destinationEndpointUserName(IResolvable)
//  .duplicateConflict(java.lang.String)
//  .duplicateConflict(IResolvable)
//  .restoreDir(java.lang.String)
//  .restoreDir(IResolvable)
//  .restoreHome(java.lang.String)
//  .restoreHome(IResolvable)
//  .restoreObjects(java.lang.String)
//  .restoreObjects(IResolvable)
//  .restoreTime(java.lang.Number)
//  .restoreTime(IResolvable)
//  .startTask(java.lang.Boolean)
//  .startTask(IResolvable)
    .build();

Properties

Name Type Description
backupPlanId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
destinationEndpointInstanceType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
restoreTaskName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
backupGatewayId java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
backupSetId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
destinationEndpointDatabaseName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
destinationEndpointInstanceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
destinationEndpointIp java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
destinationEndpointOracleSid java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
destinationEndpointPassword java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
destinationEndpointPort java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
destinationEndpointRegion java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
destinationEndpointUserName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
duplicateConflict java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
restoreDir java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
restoreHome java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
restoreObjects java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
restoreTime java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
startTask java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.

backupPlanIdRequired

public java.lang.Object getBackupPlanId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

destinationEndpointInstanceTypeRequired

public java.lang.Object getDestinationEndpointInstanceType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

restoreTaskNameRequired

public java.lang.Object getRestoreTaskName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

backupGatewayIdOptional

public java.lang.Object getBackupGatewayId();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

backupSetIdOptional

public java.lang.Object getBackupSetId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

destinationEndpointDatabaseNameOptional

public java.lang.Object getDestinationEndpointDatabaseName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

destinationEndpointInstanceIdOptional

public java.lang.Object getDestinationEndpointInstanceId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

destinationEndpointIpOptional

public java.lang.Object getDestinationEndpointIp();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

destinationEndpointOracleSidOptional

public java.lang.Object getDestinationEndpointOracleSid();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

destinationEndpointPasswordOptional

public java.lang.Object getDestinationEndpointPassword();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

destinationEndpointPortOptional

public java.lang.Object getDestinationEndpointPort();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

destinationEndpointRegionOptional

public java.lang.Object getDestinationEndpointRegion();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

destinationEndpointUserNameOptional

public java.lang.Object getDestinationEndpointUserName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

duplicateConflictOptional

public java.lang.Object getDuplicateConflict();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

restoreDirOptional

public java.lang.Object getRestoreDir();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

restoreHomeOptional

public java.lang.Object getRestoreHome();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

restoreObjectsOptional

public java.lang.Object getRestoreObjects();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

restoreTimeOptional

public java.lang.Object getRestoreTime();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

startTaskOptional

public java.lang.Object getStartTask();
  • Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable