Skip to content

RosRestoreTaskProps

Properties for defining a RosRestoreTask.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdbs"
&alicloudroscdkdbs.RosRestoreTaskProps {
    BackupPlanId: interface{},
    DestinationEndpointInstanceType: interface{},
    RestoreTaskName: interface{},
    BackupGatewayId: interface{},
    BackupSetId: interface{},
    DestinationEndpointDatabaseName: interface{},
    DestinationEndpointInstanceId: interface{},
    DestinationEndpointIp: interface{},
    DestinationEndpointOracleSid: interface{},
    DestinationEndpointPassword: interface{},
    DestinationEndpointPort: interface{},
    DestinationEndpointRegion: interface{},
    DestinationEndpointUserName: interface{},
    DuplicateConflict: interface{},
    RestoreDir: interface{},
    RestoreHome: interface{},
    RestoreObjects: interface{},
    RestoreTime: interface{},
    StartTask: interface{},
}

Properties

Name Type Description
BackupPlanId interface{} No description.
DestinationEndpointInstanceType interface{} No description.
RestoreTaskName interface{} No description.
BackupGatewayId interface{} No description.
BackupSetId interface{} No description.
DestinationEndpointDatabaseName interface{} No description.
DestinationEndpointInstanceId interface{} No description.
DestinationEndpointIp interface{} No description.
DestinationEndpointOracleSid interface{} No description.
DestinationEndpointPassword interface{} No description.
DestinationEndpointPort interface{} No description.
DestinationEndpointRegion interface{} No description.
DestinationEndpointUserName interface{} No description.
DuplicateConflict interface{} No description.
RestoreDir interface{} No description.
RestoreHome interface{} No description.
RestoreObjects interface{} No description.
RestoreTime interface{} No description.
StartTask interface{} No description.

BackupPlanIdRequired

BackupPlanId interface{}
  • Type: interface{}

DestinationEndpointInstanceTypeRequired

DestinationEndpointInstanceType interface{}
  • Type: interface{}

RestoreTaskNameRequired

RestoreTaskName interface{}
  • Type: interface{}

BackupGatewayIdOptional

BackupGatewayId interface{}
  • Type: interface{}

BackupSetIdOptional

BackupSetId interface{}
  • Type: interface{}

DestinationEndpointDatabaseNameOptional

DestinationEndpointDatabaseName interface{}
  • Type: interface{}

DestinationEndpointInstanceIdOptional

DestinationEndpointInstanceId interface{}
  • Type: interface{}

DestinationEndpointIpOptional

DestinationEndpointIp interface{}
  • Type: interface{}

DestinationEndpointOracleSidOptional

DestinationEndpointOracleSid interface{}
  • Type: interface{}

DestinationEndpointPasswordOptional

DestinationEndpointPassword interface{}
  • Type: interface{}

DestinationEndpointPortOptional

DestinationEndpointPort interface{}
  • Type: interface{}

DestinationEndpointRegionOptional

DestinationEndpointRegion interface{}
  • Type: interface{}

DestinationEndpointUserNameOptional

DestinationEndpointUserName interface{}
  • Type: interface{}

DuplicateConflictOptional

DuplicateConflict interface{}
  • Type: interface{}

RestoreDirOptional

RestoreDir interface{}
  • Type: interface{}

RestoreHomeOptional

RestoreHome interface{}
  • Type: interface{}

RestoreObjectsOptional

RestoreObjects interface{}
  • Type: interface{}

RestoreTimeOptional

RestoreTime interface{}
  • Type: interface{}

StartTaskOptional

StartTask interface{}
  • Type: interface{}