| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- package dbs
- //Licensed under the Apache License, Version 2.0 (the "License");
- //you may not use this file except in compliance with the License.
- //You may obtain a copy of the License at
- //
- //http://www.apache.org/licenses/LICENSE-2.0
- //
- //Unless required by applicable law or agreed to in writing, software
- //distributed under the License is distributed on an "AS IS" BASIS,
- //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- //See the License for the specific language governing permissions and
- //limitations under the License.
- //
- // Code generated by Alibaba Cloud SDK Code Generator.
- // Changes may cause incorrect behavior and will be lost if the code is regenerated.
- // RestoreTaskDetail is a nested struct in dbs response
- type RestoreTaskDetail struct {
- BackupPlanId string `json:"BackupPlanId" xml:"BackupPlanId"`
- DestinationEndpointInstanceType string `json:"DestinationEndpointInstanceType" xml:"DestinationEndpointInstanceType"`
- DestinationEndpointRegion string `json:"DestinationEndpointRegion" xml:"DestinationEndpointRegion"`
- DestinationEndpointInstanceID string `json:"DestinationEndpointInstanceID" xml:"DestinationEndpointInstanceID"`
- DestinationEndpointIpPort string `json:"DestinationEndpointIpPort" xml:"DestinationEndpointIpPort"`
- DestinationEndpointDatabaseName string `json:"DestinationEndpointDatabaseName" xml:"DestinationEndpointDatabaseName"`
- DestinationEndpointUserName string `json:"DestinationEndpointUserName" xml:"DestinationEndpointUserName"`
- DestinationEndpointOracleSID string `json:"DestinationEndpointOracleSID" xml:"DestinationEndpointOracleSID"`
- RestoreObjects string `json:"RestoreObjects" xml:"RestoreObjects"`
- BackupGatewayId int `json:"BackupGatewayId" xml:"BackupGatewayId"`
- RestoreDir string `json:"RestoreDir" xml:"RestoreDir"`
- RestoreTaskName string `json:"RestoreTaskName" xml:"RestoreTaskName"`
- BackupSetId string `json:"BackupSetId" xml:"BackupSetId"`
- RestoreTime int `json:"RestoreTime" xml:"RestoreTime"`
- RestoreTaskCreateTime int `json:"RestoreTaskCreateTime" xml:"RestoreTaskCreateTime"`
- RestoreStatus string `json:"RestoreStatus" xml:"RestoreStatus"`
- RestoreTaskId string `json:"RestoreTaskId" xml:"RestoreTaskId"`
- FullStruforeRestoreProgress int `json:"FullStruforeRestoreProgress" xml:"FullStruforeRestoreProgress"`
- FullDataRestoreProgress int `json:"FullDataRestoreProgress" xml:"FullDataRestoreProgress"`
- ContinuousRestoreProgress int `json:"ContinuousRestoreProgress" xml:"ContinuousRestoreProgress"`
- FullStruAfterRestoreProgress int `json:"FullStruAfterRestoreProgress" xml:"FullStruAfterRestoreProgress"`
- ErrMessage string `json:"ErrMessage" xml:"ErrMessage"`
- }
|