RosRestoreTaskProps
Properties for defining a RosRestoreTask
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dbs-restoretask
Initializer
using AlibabaCloud.SDK.ROS.CDK.Dbs;
new RosRestoreTaskProps {
object BackupPlanId,
object DestinationEndpointInstanceType,
object RestoreTaskName,
object BackupGatewayId = null,
object BackupSetId = null,
object DestinationEndpointDatabaseName = null,
object DestinationEndpointInstanceId = null,
object DestinationEndpointIp = null,
object DestinationEndpointOracleSid = null,
object DestinationEndpointPassword = null,
object DestinationEndpointPort = null,
object DestinationEndpointRegion = null,
object DestinationEndpointUserName = null,
object DuplicateConflict = null,
object RestoreDir = null,
object RestoreHome = null,
object RestoreObjects = null,
object RestoreTime = null,
object StartTask = null
};
Properties
Name | Type | Description |
---|---|---|
BackupPlanId |
object |
No description. |
DestinationEndpointInstanceType |
object |
No description. |
RestoreTaskName |
object |
No description. |
BackupGatewayId |
object |
No description. |
BackupSetId |
object |
No description. |
DestinationEndpointDatabaseName |
object |
No description. |
DestinationEndpointInstanceId |
object |
No description. |
DestinationEndpointIp |
object |
No description. |
DestinationEndpointOracleSid |
object |
No description. |
DestinationEndpointPassword |
object |
No description. |
DestinationEndpointPort |
object |
No description. |
DestinationEndpointRegion |
object |
No description. |
DestinationEndpointUserName |
object |
No description. |
DuplicateConflict |
object |
No description. |
RestoreDir |
object |
No description. |
RestoreHome |
object |
No description. |
RestoreObjects |
object |
No description. |
RestoreTime |
object |
No description. |
StartTask |
object |
No description. |
BackupPlanId
Required
public object BackupPlanId { get; set; }
- Type: object
DestinationEndpointInstanceType
Required
public object DestinationEndpointInstanceType { get; set; }
- Type: object
RestoreTaskName
Required
public object RestoreTaskName { get; set; }
- Type: object
BackupGatewayId
Optional
public object BackupGatewayId { get; set; }
- Type: object
BackupSetId
Optional
public object BackupSetId { get; set; }
- Type: object
DestinationEndpointDatabaseName
Optional
public object DestinationEndpointDatabaseName { get; set; }
- Type: object
DestinationEndpointInstanceId
Optional
public object DestinationEndpointInstanceId { get; set; }
- Type: object
DestinationEndpointIp
Optional
public object DestinationEndpointIp { get; set; }
- Type: object
DestinationEndpointOracleSid
Optional
public object DestinationEndpointOracleSid { get; set; }
- Type: object
DestinationEndpointPassword
Optional
public object DestinationEndpointPassword { get; set; }
- Type: object
DestinationEndpointPort
Optional
public object DestinationEndpointPort { get; set; }
- Type: object
DestinationEndpointRegion
Optional
public object DestinationEndpointRegion { get; set; }
- Type: object
DestinationEndpointUserName
Optional
public object DestinationEndpointUserName { get; set; }
- Type: object
DuplicateConflict
Optional
public object DuplicateConflict { get; set; }
- Type: object
RestoreDir
Optional
public object RestoreDir { get; set; }
- Type: object
RestoreHome
Optional
public object RestoreHome { get; set; }
- Type: object
RestoreObjects
Optional
public object RestoreObjects { get; set; }
- Type: object
RestoreTime
Optional
public object RestoreTime { get; set; }
- Type: object
StartTask
Optional
public object StartTask { get; set; }
- Type: object