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. |
RestoreType
Required
RestoreType interface{}
- Type: interface{}
SnapshotId
Required
SnapshotId interface{}
- Type: interface{}
SourceClientId
Required
SourceClientId interface{}
- Type: interface{}
SourceInstanceId
Required
SourceInstanceId interface{}
- Type: interface{}
SourceType
Required
SourceType interface{}
- Type: interface{}
TargetClientId
Required
TargetClientId interface{}
- Type: interface{}
TargetInstanceId
Required
TargetInstanceId interface{}
- Type: interface{}
TargetPath
Required
TargetPath interface{}
- Type: interface{}
VaultId
Required
VaultId interface{}
- Type: interface{}