Skip to content

RosRestoreJobProps

Properties for defining a RosRestoreJob.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbr-restorejob

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkhbr"
&alicloudroscdkhbr.RosRestoreJobProps {
    RestoreType: interface{},
    SnapshotId: interface{},
    SourceClientId: interface{},
    SourceInstanceId: interface{},
    SourceType: interface{},
    TargetClientId: interface{},
    TargetInstanceId: interface{},
    TargetPath: interface{},
    VaultId: interface{},
}

Properties

Name Type Description
RestoreType interface{} No description.
SnapshotId interface{} No description.
SourceClientId interface{} No description.
SourceInstanceId interface{} No description.
SourceType interface{} No description.
TargetClientId interface{} No description.
TargetInstanceId interface{} No description.
TargetPath interface{} No description.
VaultId interface{} No description.

RestoreTypeRequired

RestoreType interface{}
  • Type: interface{}

SnapshotIdRequired

SnapshotId interface{}
  • Type: interface{}

SourceClientIdRequired

SourceClientId interface{}
  • Type: interface{}

SourceInstanceIdRequired

SourceInstanceId interface{}
  • Type: interface{}

SourceTypeRequired

SourceType interface{}
  • Type: interface{}

TargetClientIdRequired

TargetClientId interface{}
  • Type: interface{}

TargetInstanceIdRequired

TargetInstanceId interface{}
  • Type: interface{}

TargetPathRequired

TargetPath interface{}
  • Type: interface{}

VaultIdRequired

VaultId interface{}
  • Type: interface{}