Documentation ¶
Index ¶
- func GenReqDefForAddProtectedInstanceNic() *def.HttpRequestDef
- func GenReqDefForAddProtectedInstanceTags() *def.HttpRequestDef
- func GenReqDefForAttachProtectedInstanceReplication() *def.HttpRequestDef
- func GenReqDefForBatchAddTags() *def.HttpRequestDef
- func GenReqDefForBatchCreateProtectedInstances() *def.HttpRequestDef
- func GenReqDefForBatchDeleteProtectedInstances() *def.HttpRequestDef
- func GenReqDefForBatchDeleteTags() *def.HttpRequestDef
- func GenReqDefForCreateDisasterRecoveryDrill() *def.HttpRequestDef
- func GenReqDefForCreateProtectedInstance() *def.HttpRequestDef
- func GenReqDefForCreateProtectionGroup() *def.HttpRequestDef
- func GenReqDefForCreateReplication() *def.HttpRequestDef
- func GenReqDefForDeleteAllServerGroupFailureJobs() *def.HttpRequestDef
- func GenReqDefForDeleteDisasterRecoveryDrill() *def.HttpRequestDef
- func GenReqDefForDeleteFailureJob() *def.HttpRequestDef
- func GenReqDefForDeleteProtectedInstance() *def.HttpRequestDef
- func GenReqDefForDeleteProtectedInstanceNic() *def.HttpRequestDef
- func GenReqDefForDeleteProtectedInstanceTag() *def.HttpRequestDef
- func GenReqDefForDeleteProtectionGroup() *def.HttpRequestDef
- func GenReqDefForDeleteReplication() *def.HttpRequestDef
- func GenReqDefForDeleteServerGroupFailureJobs() *def.HttpRequestDef
- func GenReqDefForDetachProtectedInstanceReplication() *def.HttpRequestDef
- func GenReqDefForExpandReplication() *def.HttpRequestDef
- func GenReqDefForListActiveActiveDomains() *def.HttpRequestDef
- func GenReqDefForListApiVersions() *def.HttpRequestDef
- func GenReqDefForListDisasterRecoveryDrills() *def.HttpRequestDef
- func GenReqDefForListFailureJobs() *def.HttpRequestDef
- func GenReqDefForListProtectedInstanceTags() *def.HttpRequestDef
- func GenReqDefForListProtectedInstances() *def.HttpRequestDef
- func GenReqDefForListProtectedInstancesByTags() *def.HttpRequestDef
- func GenReqDefForListProtectedInstancesProjectTags() *def.HttpRequestDef
- func GenReqDefForListProtectionGroups() *def.HttpRequestDef
- func GenReqDefForListReplications() *def.HttpRequestDef
- func GenReqDefForListRpoStatistics() *def.HttpRequestDef
- func GenReqDefForResizeProtectedInstance() *def.HttpRequestDef
- func GenReqDefForShowDisasterRecoveryDrill() *def.HttpRequestDef
- func GenReqDefForShowJobStatus() *def.HttpRequestDef
- func GenReqDefForShowProtectedInstance() *def.HttpRequestDef
- func GenReqDefForShowProtectionGroup() *def.HttpRequestDef
- func GenReqDefForShowQuota() *def.HttpRequestDef
- func GenReqDefForShowReplication() *def.HttpRequestDef
- func GenReqDefForShowSpecifiedApiVersion() *def.HttpRequestDef
- func GenReqDefForStartFailoverProtectionGroup() *def.HttpRequestDef
- func GenReqDefForStartProtectionGroup() *def.HttpRequestDef
- func GenReqDefForStartReverseProtectionGroup() *def.HttpRequestDef
- func GenReqDefForStopProtectionGroup() *def.HttpRequestDef
- func GenReqDefForUpdateDisasterRecoveryDrillName() *def.HttpRequestDef
- func GenReqDefForUpdateProtectedInstanceName() *def.HttpRequestDef
- func GenReqDefForUpdateProtectionGroupName() *def.HttpRequestDef
- func GenReqDefForUpdateReplicationName() *def.HttpRequestDef
- func SdrsClientBuilder() *http_client.HcHttpClientBuilder
- type AddProtectedInstanceNicInvoker
- type AddProtectedInstanceTagsInvoker
- type AttachProtectedInstanceReplicationInvoker
- type BatchAddTagsInvoker
- type BatchCreateProtectedInstancesInvoker
- type BatchDeleteProtectedInstancesInvoker
- type BatchDeleteTagsInvoker
- type CreateDisasterRecoveryDrillInvoker
- type CreateProtectedInstanceInvoker
- type CreateProtectionGroupInvoker
- type CreateReplicationInvoker
- type DeleteAllServerGroupFailureJobsInvoker
- type DeleteDisasterRecoveryDrillInvoker
- type DeleteFailureJobInvoker
- type DeleteProtectedInstanceInvoker
- type DeleteProtectedInstanceNicInvoker
- type DeleteProtectedInstanceTagInvoker
- type DeleteProtectionGroupInvoker
- type DeleteReplicationInvoker
- type DeleteServerGroupFailureJobsInvoker
- type DetachProtectedInstanceReplicationInvoker
- type ExpandReplicationInvoker
- type ListActiveActiveDomainsInvoker
- type ListApiVersionsInvoker
- type ListDisasterRecoveryDrillsInvoker
- type ListFailureJobsInvoker
- type ListProtectedInstanceTagsInvoker
- type ListProtectedInstancesByTagsInvoker
- type ListProtectedInstancesInvoker
- type ListProtectedInstancesProjectTagsInvoker
- type ListProtectionGroupsInvoker
- type ListReplicationsInvoker
- type ListRpoStatisticsInvoker
- type ResizeProtectedInstanceInvoker
- type SdrsClient
- func (c *SdrsClient) AddProtectedInstanceNic(request *model.AddProtectedInstanceNicRequest) (*model.AddProtectedInstanceNicResponse, error)
- func (c *SdrsClient) AddProtectedInstanceNicInvoker(request *model.AddProtectedInstanceNicRequest) *AddProtectedInstanceNicInvoker
- func (c *SdrsClient) AddProtectedInstanceTags(request *model.AddProtectedInstanceTagsRequest) (*model.AddProtectedInstanceTagsResponse, error)
- func (c *SdrsClient) AddProtectedInstanceTagsInvoker(request *model.AddProtectedInstanceTagsRequest) *AddProtectedInstanceTagsInvoker
- func (c *SdrsClient) AttachProtectedInstanceReplication(request *model.AttachProtectedInstanceReplicationRequest) (*model.AttachProtectedInstanceReplicationResponse, error)
- func (c *SdrsClient) AttachProtectedInstanceReplicationInvoker(request *model.AttachProtectedInstanceReplicationRequest) *AttachProtectedInstanceReplicationInvoker
- func (c *SdrsClient) BatchAddTags(request *model.BatchAddTagsRequest) (*model.BatchAddTagsResponse, error)
- func (c *SdrsClient) BatchAddTagsInvoker(request *model.BatchAddTagsRequest) *BatchAddTagsInvoker
- func (c *SdrsClient) BatchCreateProtectedInstances(request *model.BatchCreateProtectedInstancesRequest) (*model.BatchCreateProtectedInstancesResponse, error)
- func (c *SdrsClient) BatchCreateProtectedInstancesInvoker(request *model.BatchCreateProtectedInstancesRequest) *BatchCreateProtectedInstancesInvoker
- func (c *SdrsClient) BatchDeleteProtectedInstances(request *model.BatchDeleteProtectedInstancesRequest) (*model.BatchDeleteProtectedInstancesResponse, error)
- func (c *SdrsClient) BatchDeleteProtectedInstancesInvoker(request *model.BatchDeleteProtectedInstancesRequest) *BatchDeleteProtectedInstancesInvoker
- func (c *SdrsClient) BatchDeleteTags(request *model.BatchDeleteTagsRequest) (*model.BatchDeleteTagsResponse, error)
- func (c *SdrsClient) BatchDeleteTagsInvoker(request *model.BatchDeleteTagsRequest) *BatchDeleteTagsInvoker
- func (c *SdrsClient) CreateDisasterRecoveryDrill(request *model.CreateDisasterRecoveryDrillRequest) (*model.CreateDisasterRecoveryDrillResponse, error)
- func (c *SdrsClient) CreateDisasterRecoveryDrillInvoker(request *model.CreateDisasterRecoveryDrillRequest) *CreateDisasterRecoveryDrillInvoker
- func (c *SdrsClient) CreateProtectedInstance(request *model.CreateProtectedInstanceRequest) (*model.CreateProtectedInstanceResponse, error)
- func (c *SdrsClient) CreateProtectedInstanceInvoker(request *model.CreateProtectedInstanceRequest) *CreateProtectedInstanceInvoker
- func (c *SdrsClient) CreateProtectionGroup(request *model.CreateProtectionGroupRequest) (*model.CreateProtectionGroupResponse, error)
- func (c *SdrsClient) CreateProtectionGroupInvoker(request *model.CreateProtectionGroupRequest) *CreateProtectionGroupInvoker
- func (c *SdrsClient) CreateReplication(request *model.CreateReplicationRequest) (*model.CreateReplicationResponse, error)
- func (c *SdrsClient) CreateReplicationInvoker(request *model.CreateReplicationRequest) *CreateReplicationInvoker
- func (c *SdrsClient) DeleteAllServerGroupFailureJobs(request *model.DeleteAllServerGroupFailureJobsRequest) (*model.DeleteAllServerGroupFailureJobsResponse, error)
- func (c *SdrsClient) DeleteAllServerGroupFailureJobsInvoker(request *model.DeleteAllServerGroupFailureJobsRequest) *DeleteAllServerGroupFailureJobsInvoker
- func (c *SdrsClient) DeleteDisasterRecoveryDrill(request *model.DeleteDisasterRecoveryDrillRequest) (*model.DeleteDisasterRecoveryDrillResponse, error)
- func (c *SdrsClient) DeleteDisasterRecoveryDrillInvoker(request *model.DeleteDisasterRecoveryDrillRequest) *DeleteDisasterRecoveryDrillInvoker
- func (c *SdrsClient) DeleteFailureJob(request *model.DeleteFailureJobRequest) (*model.DeleteFailureJobResponse, error)
- func (c *SdrsClient) DeleteFailureJobInvoker(request *model.DeleteFailureJobRequest) *DeleteFailureJobInvoker
- func (c *SdrsClient) DeleteProtectedInstance(request *model.DeleteProtectedInstanceRequest) (*model.DeleteProtectedInstanceResponse, error)
- func (c *SdrsClient) DeleteProtectedInstanceInvoker(request *model.DeleteProtectedInstanceRequest) *DeleteProtectedInstanceInvoker
- func (c *SdrsClient) DeleteProtectedInstanceNic(request *model.DeleteProtectedInstanceNicRequest) (*model.DeleteProtectedInstanceNicResponse, error)
- func (c *SdrsClient) DeleteProtectedInstanceNicInvoker(request *model.DeleteProtectedInstanceNicRequest) *DeleteProtectedInstanceNicInvoker
- func (c *SdrsClient) DeleteProtectedInstanceTag(request *model.DeleteProtectedInstanceTagRequest) (*model.DeleteProtectedInstanceTagResponse, error)
- func (c *SdrsClient) DeleteProtectedInstanceTagInvoker(request *model.DeleteProtectedInstanceTagRequest) *DeleteProtectedInstanceTagInvoker
- func (c *SdrsClient) DeleteProtectionGroup(request *model.DeleteProtectionGroupRequest) (*model.DeleteProtectionGroupResponse, error)
- func (c *SdrsClient) DeleteProtectionGroupInvoker(request *model.DeleteProtectionGroupRequest) *DeleteProtectionGroupInvoker
- func (c *SdrsClient) DeleteReplication(request *model.DeleteReplicationRequest) (*model.DeleteReplicationResponse, error)
- func (c *SdrsClient) DeleteReplicationInvoker(request *model.DeleteReplicationRequest) *DeleteReplicationInvoker
- func (c *SdrsClient) DeleteServerGroupFailureJobs(request *model.DeleteServerGroupFailureJobsRequest) (*model.DeleteServerGroupFailureJobsResponse, error)
- func (c *SdrsClient) DeleteServerGroupFailureJobsInvoker(request *model.DeleteServerGroupFailureJobsRequest) *DeleteServerGroupFailureJobsInvoker
- func (c *SdrsClient) DetachProtectedInstanceReplication(request *model.DetachProtectedInstanceReplicationRequest) (*model.DetachProtectedInstanceReplicationResponse, error)
- func (c *SdrsClient) DetachProtectedInstanceReplicationInvoker(request *model.DetachProtectedInstanceReplicationRequest) *DetachProtectedInstanceReplicationInvoker
- func (c *SdrsClient) ExpandReplication(request *model.ExpandReplicationRequest) (*model.ExpandReplicationResponse, error)
- func (c *SdrsClient) ExpandReplicationInvoker(request *model.ExpandReplicationRequest) *ExpandReplicationInvoker
- func (c *SdrsClient) ListActiveActiveDomains(request *model.ListActiveActiveDomainsRequest) (*model.ListActiveActiveDomainsResponse, error)
- func (c *SdrsClient) ListActiveActiveDomainsInvoker(request *model.ListActiveActiveDomainsRequest) *ListActiveActiveDomainsInvoker
- func (c *SdrsClient) ListApiVersions(request *model.ListApiVersionsRequest) (*model.ListApiVersionsResponse, error)
- func (c *SdrsClient) ListApiVersionsInvoker(request *model.ListApiVersionsRequest) *ListApiVersionsInvoker
- func (c *SdrsClient) ListDisasterRecoveryDrills(request *model.ListDisasterRecoveryDrillsRequest) (*model.ListDisasterRecoveryDrillsResponse, error)
- func (c *SdrsClient) ListDisasterRecoveryDrillsInvoker(request *model.ListDisasterRecoveryDrillsRequest) *ListDisasterRecoveryDrillsInvoker
- func (c *SdrsClient) ListFailureJobs(request *model.ListFailureJobsRequest) (*model.ListFailureJobsResponse, error)
- func (c *SdrsClient) ListFailureJobsInvoker(request *model.ListFailureJobsRequest) *ListFailureJobsInvoker
- func (c *SdrsClient) ListProtectedInstanceTags(request *model.ListProtectedInstanceTagsRequest) (*model.ListProtectedInstanceTagsResponse, error)
- func (c *SdrsClient) ListProtectedInstanceTagsInvoker(request *model.ListProtectedInstanceTagsRequest) *ListProtectedInstanceTagsInvoker
- func (c *SdrsClient) ListProtectedInstances(request *model.ListProtectedInstancesRequest) (*model.ListProtectedInstancesResponse, error)
- func (c *SdrsClient) ListProtectedInstancesByTags(request *model.ListProtectedInstancesByTagsRequest) (*model.ListProtectedInstancesByTagsResponse, error)
- func (c *SdrsClient) ListProtectedInstancesByTagsInvoker(request *model.ListProtectedInstancesByTagsRequest) *ListProtectedInstancesByTagsInvoker
- func (c *SdrsClient) ListProtectedInstancesInvoker(request *model.ListProtectedInstancesRequest) *ListProtectedInstancesInvoker
- func (c *SdrsClient) ListProtectedInstancesProjectTags(request *model.ListProtectedInstancesProjectTagsRequest) (*model.ListProtectedInstancesProjectTagsResponse, error)
- func (c *SdrsClient) ListProtectedInstancesProjectTagsInvoker(request *model.ListProtectedInstancesProjectTagsRequest) *ListProtectedInstancesProjectTagsInvoker
- func (c *SdrsClient) ListProtectionGroups(request *model.ListProtectionGroupsRequest) (*model.ListProtectionGroupsResponse, error)
- func (c *SdrsClient) ListProtectionGroupsInvoker(request *model.ListProtectionGroupsRequest) *ListProtectionGroupsInvoker
- func (c *SdrsClient) ListReplications(request *model.ListReplicationsRequest) (*model.ListReplicationsResponse, error)
- func (c *SdrsClient) ListReplicationsInvoker(request *model.ListReplicationsRequest) *ListReplicationsInvoker
- func (c *SdrsClient) ListRpoStatistics(request *model.ListRpoStatisticsRequest) (*model.ListRpoStatisticsResponse, error)
- func (c *SdrsClient) ListRpoStatisticsInvoker(request *model.ListRpoStatisticsRequest) *ListRpoStatisticsInvoker
- func (c *SdrsClient) ResizeProtectedInstance(request *model.ResizeProtectedInstanceRequest) (*model.ResizeProtectedInstanceResponse, error)
- func (c *SdrsClient) ResizeProtectedInstanceInvoker(request *model.ResizeProtectedInstanceRequest) *ResizeProtectedInstanceInvoker
- func (c *SdrsClient) ShowDisasterRecoveryDrill(request *model.ShowDisasterRecoveryDrillRequest) (*model.ShowDisasterRecoveryDrillResponse, error)
- func (c *SdrsClient) ShowDisasterRecoveryDrillInvoker(request *model.ShowDisasterRecoveryDrillRequest) *ShowDisasterRecoveryDrillInvoker
- func (c *SdrsClient) ShowJobStatus(request *model.ShowJobStatusRequest) (*model.ShowJobStatusResponse, error)
- func (c *SdrsClient) ShowJobStatusInvoker(request *model.ShowJobStatusRequest) *ShowJobStatusInvoker
- func (c *SdrsClient) ShowProtectedInstance(request *model.ShowProtectedInstanceRequest) (*model.ShowProtectedInstanceResponse, error)
- func (c *SdrsClient) ShowProtectedInstanceInvoker(request *model.ShowProtectedInstanceRequest) *ShowProtectedInstanceInvoker
- func (c *SdrsClient) ShowProtectionGroup(request *model.ShowProtectionGroupRequest) (*model.ShowProtectionGroupResponse, error)
- func (c *SdrsClient) ShowProtectionGroupInvoker(request *model.ShowProtectionGroupRequest) *ShowProtectionGroupInvoker
- func (c *SdrsClient) ShowQuota(request *model.ShowQuotaRequest) (*model.ShowQuotaResponse, error)
- func (c *SdrsClient) ShowQuotaInvoker(request *model.ShowQuotaRequest) *ShowQuotaInvoker
- func (c *SdrsClient) ShowReplication(request *model.ShowReplicationRequest) (*model.ShowReplicationResponse, error)
- func (c *SdrsClient) ShowReplicationInvoker(request *model.ShowReplicationRequest) *ShowReplicationInvoker
- func (c *SdrsClient) ShowSpecifiedApiVersion(request *model.ShowSpecifiedApiVersionRequest) (*model.ShowSpecifiedApiVersionResponse, error)
- func (c *SdrsClient) ShowSpecifiedApiVersionInvoker(request *model.ShowSpecifiedApiVersionRequest) *ShowSpecifiedApiVersionInvoker
- func (c *SdrsClient) StartFailoverProtectionGroup(request *model.StartFailoverProtectionGroupRequest) (*model.StartFailoverProtectionGroupResponse, error)
- func (c *SdrsClient) StartFailoverProtectionGroupInvoker(request *model.StartFailoverProtectionGroupRequest) *StartFailoverProtectionGroupInvoker
- func (c *SdrsClient) StartProtectionGroup(request *model.StartProtectionGroupRequest) (*model.StartProtectionGroupResponse, error)
- func (c *SdrsClient) StartProtectionGroupInvoker(request *model.StartProtectionGroupRequest) *StartProtectionGroupInvoker
- func (c *SdrsClient) StartReverseProtectionGroup(request *model.StartReverseProtectionGroupRequest) (*model.StartReverseProtectionGroupResponse, error)
- func (c *SdrsClient) StartReverseProtectionGroupInvoker(request *model.StartReverseProtectionGroupRequest) *StartReverseProtectionGroupInvoker
- func (c *SdrsClient) StopProtectionGroup(request *model.StopProtectionGroupRequest) (*model.StopProtectionGroupResponse, error)
- func (c *SdrsClient) StopProtectionGroupInvoker(request *model.StopProtectionGroupRequest) *StopProtectionGroupInvoker
- func (c *SdrsClient) UpdateDisasterRecoveryDrillName(request *model.UpdateDisasterRecoveryDrillNameRequest) (*model.UpdateDisasterRecoveryDrillNameResponse, error)
- func (c *SdrsClient) UpdateDisasterRecoveryDrillNameInvoker(request *model.UpdateDisasterRecoveryDrillNameRequest) *UpdateDisasterRecoveryDrillNameInvoker
- func (c *SdrsClient) UpdateProtectedInstanceName(request *model.UpdateProtectedInstanceNameRequest) (*model.UpdateProtectedInstanceNameResponse, error)
- func (c *SdrsClient) UpdateProtectedInstanceNameInvoker(request *model.UpdateProtectedInstanceNameRequest) *UpdateProtectedInstanceNameInvoker
- func (c *SdrsClient) UpdateProtectionGroupName(request *model.UpdateProtectionGroupNameRequest) (*model.UpdateProtectionGroupNameResponse, error)
- func (c *SdrsClient) UpdateProtectionGroupNameInvoker(request *model.UpdateProtectionGroupNameRequest) *UpdateProtectionGroupNameInvoker
- func (c *SdrsClient) UpdateReplicationName(request *model.UpdateReplicationNameRequest) (*model.UpdateReplicationNameResponse, error)
- func (c *SdrsClient) UpdateReplicationNameInvoker(request *model.UpdateReplicationNameRequest) *UpdateReplicationNameInvoker
- type ShowDisasterRecoveryDrillInvoker
- type ShowJobStatusInvoker
- type ShowProtectedInstanceInvoker
- type ShowProtectionGroupInvoker
- type ShowQuotaInvoker
- type ShowReplicationInvoker
- type ShowSpecifiedApiVersionInvoker
- type StartFailoverProtectionGroupInvoker
- type StartProtectionGroupInvoker
- type StartReverseProtectionGroupInvoker
- type StopProtectionGroupInvoker
- type UpdateDisasterRecoveryDrillNameInvoker
- type UpdateProtectedInstanceNameInvoker
- type UpdateProtectionGroupNameInvoker
- type UpdateReplicationNameInvoker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenReqDefForAddProtectedInstanceNic ¶
func GenReqDefForAddProtectedInstanceNic() *def.HttpRequestDef
func GenReqDefForAddProtectedInstanceTags ¶
func GenReqDefForAddProtectedInstanceTags() *def.HttpRequestDef
func GenReqDefForAttachProtectedInstanceReplication ¶
func GenReqDefForAttachProtectedInstanceReplication() *def.HttpRequestDef
func GenReqDefForBatchAddTags ¶
func GenReqDefForBatchAddTags() *def.HttpRequestDef
func GenReqDefForBatchCreateProtectedInstances ¶
func GenReqDefForBatchCreateProtectedInstances() *def.HttpRequestDef
func GenReqDefForBatchDeleteProtectedInstances ¶
func GenReqDefForBatchDeleteProtectedInstances() *def.HttpRequestDef
func GenReqDefForBatchDeleteTags ¶
func GenReqDefForBatchDeleteTags() *def.HttpRequestDef
func GenReqDefForCreateDisasterRecoveryDrill ¶
func GenReqDefForCreateDisasterRecoveryDrill() *def.HttpRequestDef
func GenReqDefForCreateProtectedInstance ¶
func GenReqDefForCreateProtectedInstance() *def.HttpRequestDef
func GenReqDefForCreateProtectionGroup ¶
func GenReqDefForCreateProtectionGroup() *def.HttpRequestDef
func GenReqDefForCreateReplication ¶
func GenReqDefForCreateReplication() *def.HttpRequestDef
func GenReqDefForDeleteAllServerGroupFailureJobs ¶
func GenReqDefForDeleteAllServerGroupFailureJobs() *def.HttpRequestDef
func GenReqDefForDeleteDisasterRecoveryDrill ¶
func GenReqDefForDeleteDisasterRecoveryDrill() *def.HttpRequestDef
func GenReqDefForDeleteFailureJob ¶
func GenReqDefForDeleteFailureJob() *def.HttpRequestDef
func GenReqDefForDeleteProtectedInstance ¶
func GenReqDefForDeleteProtectedInstance() *def.HttpRequestDef
func GenReqDefForDeleteProtectedInstanceNic ¶
func GenReqDefForDeleteProtectedInstanceNic() *def.HttpRequestDef
func GenReqDefForDeleteProtectedInstanceTag ¶
func GenReqDefForDeleteProtectedInstanceTag() *def.HttpRequestDef
func GenReqDefForDeleteProtectionGroup ¶
func GenReqDefForDeleteProtectionGroup() *def.HttpRequestDef
func GenReqDefForDeleteReplication ¶
func GenReqDefForDeleteReplication() *def.HttpRequestDef
func GenReqDefForDeleteServerGroupFailureJobs ¶
func GenReqDefForDeleteServerGroupFailureJobs() *def.HttpRequestDef
func GenReqDefForDetachProtectedInstanceReplication ¶
func GenReqDefForDetachProtectedInstanceReplication() *def.HttpRequestDef
func GenReqDefForExpandReplication ¶
func GenReqDefForExpandReplication() *def.HttpRequestDef
func GenReqDefForListActiveActiveDomains ¶
func GenReqDefForListActiveActiveDomains() *def.HttpRequestDef
func GenReqDefForListApiVersions ¶
func GenReqDefForListApiVersions() *def.HttpRequestDef
func GenReqDefForListDisasterRecoveryDrills ¶
func GenReqDefForListDisasterRecoveryDrills() *def.HttpRequestDef
func GenReqDefForListFailureJobs ¶
func GenReqDefForListFailureJobs() *def.HttpRequestDef
func GenReqDefForListProtectedInstanceTags ¶
func GenReqDefForListProtectedInstanceTags() *def.HttpRequestDef
func GenReqDefForListProtectedInstances ¶
func GenReqDefForListProtectedInstances() *def.HttpRequestDef
func GenReqDefForListProtectedInstancesByTags ¶
func GenReqDefForListProtectedInstancesByTags() *def.HttpRequestDef
func GenReqDefForListProtectedInstancesProjectTags ¶
func GenReqDefForListProtectedInstancesProjectTags() *def.HttpRequestDef
func GenReqDefForListProtectionGroups ¶
func GenReqDefForListProtectionGroups() *def.HttpRequestDef
func GenReqDefForListReplications ¶
func GenReqDefForListReplications() *def.HttpRequestDef
func GenReqDefForListRpoStatistics ¶
func GenReqDefForListRpoStatistics() *def.HttpRequestDef
func GenReqDefForResizeProtectedInstance ¶
func GenReqDefForResizeProtectedInstance() *def.HttpRequestDef
func GenReqDefForShowDisasterRecoveryDrill ¶
func GenReqDefForShowDisasterRecoveryDrill() *def.HttpRequestDef
func GenReqDefForShowJobStatus ¶
func GenReqDefForShowJobStatus() *def.HttpRequestDef
func GenReqDefForShowProtectedInstance ¶
func GenReqDefForShowProtectedInstance() *def.HttpRequestDef
func GenReqDefForShowProtectionGroup ¶
func GenReqDefForShowProtectionGroup() *def.HttpRequestDef
func GenReqDefForShowQuota ¶
func GenReqDefForShowQuota() *def.HttpRequestDef
func GenReqDefForShowReplication ¶
func GenReqDefForShowReplication() *def.HttpRequestDef
func GenReqDefForShowSpecifiedApiVersion ¶
func GenReqDefForShowSpecifiedApiVersion() *def.HttpRequestDef
func GenReqDefForStartFailoverProtectionGroup ¶
func GenReqDefForStartFailoverProtectionGroup() *def.HttpRequestDef
func GenReqDefForStartProtectionGroup ¶
func GenReqDefForStartProtectionGroup() *def.HttpRequestDef
func GenReqDefForStartReverseProtectionGroup ¶
func GenReqDefForStartReverseProtectionGroup() *def.HttpRequestDef
func GenReqDefForStopProtectionGroup ¶
func GenReqDefForStopProtectionGroup() *def.HttpRequestDef
func GenReqDefForUpdateDisasterRecoveryDrillName ¶
func GenReqDefForUpdateDisasterRecoveryDrillName() *def.HttpRequestDef
func GenReqDefForUpdateProtectedInstanceName ¶
func GenReqDefForUpdateProtectedInstanceName() *def.HttpRequestDef
func GenReqDefForUpdateProtectionGroupName ¶
func GenReqDefForUpdateProtectionGroupName() *def.HttpRequestDef
func GenReqDefForUpdateReplicationName ¶
func GenReqDefForUpdateReplicationName() *def.HttpRequestDef
func SdrsClientBuilder ¶
func SdrsClientBuilder() *http_client.HcHttpClientBuilder
Types ¶
type AddProtectedInstanceNicInvoker ¶ added in v0.0.90
type AddProtectedInstanceNicInvoker struct {
*invoker.BaseInvoker
}
func (*AddProtectedInstanceNicInvoker) Invoke ¶ added in v0.0.90
func (i *AddProtectedInstanceNicInvoker) Invoke() (*model.AddProtectedInstanceNicResponse, error)
type AddProtectedInstanceTagsInvoker ¶ added in v0.0.90
type AddProtectedInstanceTagsInvoker struct {
*invoker.BaseInvoker
}
func (*AddProtectedInstanceTagsInvoker) Invoke ¶ added in v0.0.90
func (i *AddProtectedInstanceTagsInvoker) Invoke() (*model.AddProtectedInstanceTagsResponse, error)
type AttachProtectedInstanceReplicationInvoker ¶ added in v0.0.90
type AttachProtectedInstanceReplicationInvoker struct {
*invoker.BaseInvoker
}
func (*AttachProtectedInstanceReplicationInvoker) Invoke ¶ added in v0.0.90
func (i *AttachProtectedInstanceReplicationInvoker) Invoke() (*model.AttachProtectedInstanceReplicationResponse, error)
type BatchAddTagsInvoker ¶ added in v0.0.90
type BatchAddTagsInvoker struct {
*invoker.BaseInvoker
}
func (*BatchAddTagsInvoker) Invoke ¶ added in v0.0.90
func (i *BatchAddTagsInvoker) Invoke() (*model.BatchAddTagsResponse, error)
type BatchCreateProtectedInstancesInvoker ¶ added in v0.0.90
type BatchCreateProtectedInstancesInvoker struct {
*invoker.BaseInvoker
}
func (*BatchCreateProtectedInstancesInvoker) Invoke ¶ added in v0.0.90
func (i *BatchCreateProtectedInstancesInvoker) Invoke() (*model.BatchCreateProtectedInstancesResponse, error)
type BatchDeleteProtectedInstancesInvoker ¶ added in v0.0.90
type BatchDeleteProtectedInstancesInvoker struct {
*invoker.BaseInvoker
}
func (*BatchDeleteProtectedInstancesInvoker) Invoke ¶ added in v0.0.90
func (i *BatchDeleteProtectedInstancesInvoker) Invoke() (*model.BatchDeleteProtectedInstancesResponse, error)
type BatchDeleteTagsInvoker ¶ added in v0.0.90
type BatchDeleteTagsInvoker struct {
*invoker.BaseInvoker
}
func (*BatchDeleteTagsInvoker) Invoke ¶ added in v0.0.90
func (i *BatchDeleteTagsInvoker) Invoke() (*model.BatchDeleteTagsResponse, error)
type CreateDisasterRecoveryDrillInvoker ¶ added in v0.0.90
type CreateDisasterRecoveryDrillInvoker struct {
*invoker.BaseInvoker
}
func (*CreateDisasterRecoveryDrillInvoker) Invoke ¶ added in v0.0.90
func (i *CreateDisasterRecoveryDrillInvoker) Invoke() (*model.CreateDisasterRecoveryDrillResponse, error)
type CreateProtectedInstanceInvoker ¶ added in v0.0.90
type CreateProtectedInstanceInvoker struct {
*invoker.BaseInvoker
}
func (*CreateProtectedInstanceInvoker) Invoke ¶ added in v0.0.90
func (i *CreateProtectedInstanceInvoker) Invoke() (*model.CreateProtectedInstanceResponse, error)
type CreateProtectionGroupInvoker ¶ added in v0.0.90
type CreateProtectionGroupInvoker struct {
*invoker.BaseInvoker
}
func (*CreateProtectionGroupInvoker) Invoke ¶ added in v0.0.90
func (i *CreateProtectionGroupInvoker) Invoke() (*model.CreateProtectionGroupResponse, error)
type CreateReplicationInvoker ¶ added in v0.0.90
type CreateReplicationInvoker struct {
*invoker.BaseInvoker
}
func (*CreateReplicationInvoker) Invoke ¶ added in v0.0.90
func (i *CreateReplicationInvoker) Invoke() (*model.CreateReplicationResponse, error)
type DeleteAllServerGroupFailureJobsInvoker ¶ added in v0.0.90
type DeleteAllServerGroupFailureJobsInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteAllServerGroupFailureJobsInvoker) Invoke ¶ added in v0.0.90
func (i *DeleteAllServerGroupFailureJobsInvoker) Invoke() (*model.DeleteAllServerGroupFailureJobsResponse, error)
type DeleteDisasterRecoveryDrillInvoker ¶ added in v0.0.90
type DeleteDisasterRecoveryDrillInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteDisasterRecoveryDrillInvoker) Invoke ¶ added in v0.0.90
func (i *DeleteDisasterRecoveryDrillInvoker) Invoke() (*model.DeleteDisasterRecoveryDrillResponse, error)
type DeleteFailureJobInvoker ¶ added in v0.0.90
type DeleteFailureJobInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteFailureJobInvoker) Invoke ¶ added in v0.0.90
func (i *DeleteFailureJobInvoker) Invoke() (*model.DeleteFailureJobResponse, error)
type DeleteProtectedInstanceInvoker ¶ added in v0.0.90
type DeleteProtectedInstanceInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteProtectedInstanceInvoker) Invoke ¶ added in v0.0.90
func (i *DeleteProtectedInstanceInvoker) Invoke() (*model.DeleteProtectedInstanceResponse, error)
type DeleteProtectedInstanceNicInvoker ¶ added in v0.0.90
type DeleteProtectedInstanceNicInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteProtectedInstanceNicInvoker) Invoke ¶ added in v0.0.90
func (i *DeleteProtectedInstanceNicInvoker) Invoke() (*model.DeleteProtectedInstanceNicResponse, error)
type DeleteProtectedInstanceTagInvoker ¶ added in v0.0.90
type DeleteProtectedInstanceTagInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteProtectedInstanceTagInvoker) Invoke ¶ added in v0.0.90
func (i *DeleteProtectedInstanceTagInvoker) Invoke() (*model.DeleteProtectedInstanceTagResponse, error)
type DeleteProtectionGroupInvoker ¶ added in v0.0.90
type DeleteProtectionGroupInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteProtectionGroupInvoker) Invoke ¶ added in v0.0.90
func (i *DeleteProtectionGroupInvoker) Invoke() (*model.DeleteProtectionGroupResponse, error)
type DeleteReplicationInvoker ¶ added in v0.0.90
type DeleteReplicationInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteReplicationInvoker) Invoke ¶ added in v0.0.90
func (i *DeleteReplicationInvoker) Invoke() (*model.DeleteReplicationResponse, error)
type DeleteServerGroupFailureJobsInvoker ¶ added in v0.0.90
type DeleteServerGroupFailureJobsInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteServerGroupFailureJobsInvoker) Invoke ¶ added in v0.0.90
func (i *DeleteServerGroupFailureJobsInvoker) Invoke() (*model.DeleteServerGroupFailureJobsResponse, error)
type DetachProtectedInstanceReplicationInvoker ¶ added in v0.0.90
type DetachProtectedInstanceReplicationInvoker struct {
*invoker.BaseInvoker
}
func (*DetachProtectedInstanceReplicationInvoker) Invoke ¶ added in v0.0.90
func (i *DetachProtectedInstanceReplicationInvoker) Invoke() (*model.DetachProtectedInstanceReplicationResponse, error)
type ExpandReplicationInvoker ¶ added in v0.0.90
type ExpandReplicationInvoker struct {
*invoker.BaseInvoker
}
func (*ExpandReplicationInvoker) Invoke ¶ added in v0.0.90
func (i *ExpandReplicationInvoker) Invoke() (*model.ExpandReplicationResponse, error)
type ListActiveActiveDomainsInvoker ¶ added in v0.0.90
type ListActiveActiveDomainsInvoker struct {
*invoker.BaseInvoker
}
func (*ListActiveActiveDomainsInvoker) Invoke ¶ added in v0.0.90
func (i *ListActiveActiveDomainsInvoker) Invoke() (*model.ListActiveActiveDomainsResponse, error)
type ListApiVersionsInvoker ¶ added in v0.0.90
type ListApiVersionsInvoker struct {
*invoker.BaseInvoker
}
func (*ListApiVersionsInvoker) Invoke ¶ added in v0.0.90
func (i *ListApiVersionsInvoker) Invoke() (*model.ListApiVersionsResponse, error)
type ListDisasterRecoveryDrillsInvoker ¶ added in v0.0.90
type ListDisasterRecoveryDrillsInvoker struct {
*invoker.BaseInvoker
}
func (*ListDisasterRecoveryDrillsInvoker) Invoke ¶ added in v0.0.90
func (i *ListDisasterRecoveryDrillsInvoker) Invoke() (*model.ListDisasterRecoveryDrillsResponse, error)
type ListFailureJobsInvoker ¶ added in v0.0.90
type ListFailureJobsInvoker struct {
*invoker.BaseInvoker
}
func (*ListFailureJobsInvoker) Invoke ¶ added in v0.0.90
func (i *ListFailureJobsInvoker) Invoke() (*model.ListFailureJobsResponse, error)
type ListProtectedInstanceTagsInvoker ¶ added in v0.0.90
type ListProtectedInstanceTagsInvoker struct {
*invoker.BaseInvoker
}
func (*ListProtectedInstanceTagsInvoker) Invoke ¶ added in v0.0.90
func (i *ListProtectedInstanceTagsInvoker) Invoke() (*model.ListProtectedInstanceTagsResponse, error)
type ListProtectedInstancesByTagsInvoker ¶ added in v0.0.90
type ListProtectedInstancesByTagsInvoker struct {
*invoker.BaseInvoker
}
func (*ListProtectedInstancesByTagsInvoker) Invoke ¶ added in v0.0.90
func (i *ListProtectedInstancesByTagsInvoker) Invoke() (*model.ListProtectedInstancesByTagsResponse, error)
type ListProtectedInstancesInvoker ¶ added in v0.0.90
type ListProtectedInstancesInvoker struct {
*invoker.BaseInvoker
}
func (*ListProtectedInstancesInvoker) Invoke ¶ added in v0.0.90
func (i *ListProtectedInstancesInvoker) Invoke() (*model.ListProtectedInstancesResponse, error)
type ListProtectedInstancesProjectTagsInvoker ¶ added in v0.0.90
type ListProtectedInstancesProjectTagsInvoker struct {
*invoker.BaseInvoker
}
func (*ListProtectedInstancesProjectTagsInvoker) Invoke ¶ added in v0.0.90
func (i *ListProtectedInstancesProjectTagsInvoker) Invoke() (*model.ListProtectedInstancesProjectTagsResponse, error)
type ListProtectionGroupsInvoker ¶ added in v0.0.90
type ListProtectionGroupsInvoker struct {
*invoker.BaseInvoker
}
func (*ListProtectionGroupsInvoker) Invoke ¶ added in v0.0.90
func (i *ListProtectionGroupsInvoker) Invoke() (*model.ListProtectionGroupsResponse, error)
type ListReplicationsInvoker ¶ added in v0.0.90
type ListReplicationsInvoker struct {
*invoker.BaseInvoker
}
func (*ListReplicationsInvoker) Invoke ¶ added in v0.0.90
func (i *ListReplicationsInvoker) Invoke() (*model.ListReplicationsResponse, error)
type ListRpoStatisticsInvoker ¶ added in v0.0.90
type ListRpoStatisticsInvoker struct {
*invoker.BaseInvoker
}
func (*ListRpoStatisticsInvoker) Invoke ¶ added in v0.0.90
func (i *ListRpoStatisticsInvoker) Invoke() (*model.ListRpoStatisticsResponse, error)
type ResizeProtectedInstanceInvoker ¶ added in v0.0.90
type ResizeProtectedInstanceInvoker struct {
*invoker.BaseInvoker
}
func (*ResizeProtectedInstanceInvoker) Invoke ¶ added in v0.0.90
func (i *ResizeProtectedInstanceInvoker) Invoke() (*model.ResizeProtectedInstanceResponse, error)
type SdrsClient ¶
type SdrsClient struct {
HcClient *http_client.HcHttpClient
}
func NewSdrsClient ¶
func NewSdrsClient(hcClient *http_client.HcHttpClient) *SdrsClient
func (*SdrsClient) AddProtectedInstanceNic ¶
func (c *SdrsClient) AddProtectedInstanceNic(request *model.AddProtectedInstanceNicRequest) (*model.AddProtectedInstanceNicResponse, error)
AddProtectedInstanceNic 保护实例添加网卡
给指定的保护实例添加网卡。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) AddProtectedInstanceNicInvoker ¶ added in v0.0.90
func (c *SdrsClient) AddProtectedInstanceNicInvoker(request *model.AddProtectedInstanceNicRequest) *AddProtectedInstanceNicInvoker
AddProtectedInstanceNicInvoker 保护实例添加网卡
func (*SdrsClient) AddProtectedInstanceTags ¶
func (c *SdrsClient) AddProtectedInstanceTags(request *model.AddProtectedInstanceTagsRequest) (*model.AddProtectedInstanceTagsResponse, error)
AddProtectedInstanceTags 添加保护实例标签
一个保护实例上最多有10个标签。此接口为幂等接口:创建时,如果创建的标签已经存在(key相同),则覆盖。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) AddProtectedInstanceTagsInvoker ¶ added in v0.0.90
func (c *SdrsClient) AddProtectedInstanceTagsInvoker(request *model.AddProtectedInstanceTagsRequest) *AddProtectedInstanceTagsInvoker
AddProtectedInstanceTagsInvoker 添加保护实例标签
func (*SdrsClient) AttachProtectedInstanceReplication ¶
func (c *SdrsClient) AttachProtectedInstanceReplication(request *model.AttachProtectedInstanceReplicationRequest) (*model.AttachProtectedInstanceReplicationResponse, error)
AttachProtectedInstanceReplication 保护实例挂载复制对
将指定的复制对挂载到指定的保护实例上。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) AttachProtectedInstanceReplicationInvoker ¶ added in v0.0.90
func (c *SdrsClient) AttachProtectedInstanceReplicationInvoker(request *model.AttachProtectedInstanceReplicationRequest) *AttachProtectedInstanceReplicationInvoker
AttachProtectedInstanceReplicationInvoker 保护实例挂载复制对
func (*SdrsClient) BatchAddTags ¶
func (c *SdrsClient) BatchAddTags(request *model.BatchAddTagsRequest) (*model.BatchAddTagsResponse, error)
BatchAddTags 批量添加保护实例标签
为指定保护实例批量添加或删除标签。一个资源上最多有10个标签。 此接口为幂等接口: 创建时如果请求体中存在重复key则报错。 创建时,不允许设置重复key数据,如果数据库已存在该key,就覆盖value的值。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) BatchAddTagsInvoker ¶ added in v0.0.90
func (c *SdrsClient) BatchAddTagsInvoker(request *model.BatchAddTagsRequest) *BatchAddTagsInvoker
BatchAddTagsInvoker 批量添加保护实例标签
func (*SdrsClient) BatchCreateProtectedInstances ¶
func (c *SdrsClient) BatchCreateProtectedInstances(request *model.BatchCreateProtectedInstancesRequest) (*model.BatchCreateProtectedInstancesResponse, error)
BatchCreateProtectedInstances 批量创建保护实例
典型场景:没有特殊操作场景 接口功能:批量创建保护实例。保护实例创建完成后,系统默认容灾站点云服务器名称与生产站点云服务器名称相同,但ID不同。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) BatchCreateProtectedInstancesInvoker ¶ added in v0.0.90
func (c *SdrsClient) BatchCreateProtectedInstancesInvoker(request *model.BatchCreateProtectedInstancesRequest) *BatchCreateProtectedInstancesInvoker
BatchCreateProtectedInstancesInvoker 批量创建保护实例
func (*SdrsClient) BatchDeleteProtectedInstances ¶
func (c *SdrsClient) BatchDeleteProtectedInstances(request *model.BatchDeleteProtectedInstancesRequest) (*model.BatchDeleteProtectedInstancesResponse, error)
BatchDeleteProtectedInstances 批量删除保护实例
典型场景:没有特殊操作场景 接口功能:批量删除保护实例。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) BatchDeleteProtectedInstancesInvoker ¶ added in v0.0.90
func (c *SdrsClient) BatchDeleteProtectedInstancesInvoker(request *model.BatchDeleteProtectedInstancesRequest) *BatchDeleteProtectedInstancesInvoker
BatchDeleteProtectedInstancesInvoker 批量删除保护实例
func (*SdrsClient) BatchDeleteTags ¶
func (c *SdrsClient) BatchDeleteTags(request *model.BatchDeleteTagsRequest) (*model.BatchDeleteTagsResponse, error)
BatchDeleteTags 批量删除保护实例标签
为指定保护实例批量删除标签。一个资源上最多有10个标签。 此接口为幂等接口: 删除时,如果删除的标签不存在,默认处理成功,删除时不对标签字符集范围做校验。删除时tags结构体不能缺失,key不能为空,或者空字符串。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) BatchDeleteTagsInvoker ¶ added in v0.0.90
func (c *SdrsClient) BatchDeleteTagsInvoker(request *model.BatchDeleteTagsRequest) *BatchDeleteTagsInvoker
BatchDeleteTagsInvoker 批量删除保护实例标签
func (*SdrsClient) CreateDisasterRecoveryDrill ¶
func (c *SdrsClient) CreateDisasterRecoveryDrill(request *model.CreateDisasterRecoveryDrillRequest) (*model.CreateDisasterRecoveryDrillResponse, error)
CreateDisasterRecoveryDrill 创建容灾演练
创建容灾演练。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) CreateDisasterRecoveryDrillInvoker ¶ added in v0.0.90
func (c *SdrsClient) CreateDisasterRecoveryDrillInvoker(request *model.CreateDisasterRecoveryDrillRequest) *CreateDisasterRecoveryDrillInvoker
CreateDisasterRecoveryDrillInvoker 创建容灾演练
func (*SdrsClient) CreateProtectedInstance ¶
func (c *SdrsClient) CreateProtectedInstance(request *model.CreateProtectedInstanceRequest) (*model.CreateProtectedInstanceResponse, error)
CreateProtectedInstance 创建保护实例
创建保护实例。保护实例创建完成后,系统默认容灾站点云服务器名称与生产站点云服务器名称相同,但ID不同。如果需要修改云服务器名称,请在保护实例详情页面单击云服务器名称,进入云服务器详情页面进行修改
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) CreateProtectedInstanceInvoker ¶ added in v0.0.90
func (c *SdrsClient) CreateProtectedInstanceInvoker(request *model.CreateProtectedInstanceRequest) *CreateProtectedInstanceInvoker
CreateProtectedInstanceInvoker 创建保护实例
func (*SdrsClient) CreateProtectionGroup ¶
func (c *SdrsClient) CreateProtectionGroup(request *model.CreateProtectionGroupRequest) (*model.CreateProtectionGroupResponse, error)
CreateProtectionGroup 创建保护组
创建保护组。 说明: 本接口为异步接口,调用成功只是表示请求下发,创建结果需要通过“查询job状态”接口获取
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) CreateProtectionGroupInvoker ¶ added in v0.0.90
func (c *SdrsClient) CreateProtectionGroupInvoker(request *model.CreateProtectionGroupRequest) *CreateProtectionGroupInvoker
CreateProtectionGroupInvoker 创建保护组
func (*SdrsClient) CreateReplication ¶
func (c *SdrsClient) CreateReplication(request *model.CreateReplicationRequest) (*model.CreateReplicationResponse, error)
CreateReplication 创建复制对
创建复制对,并将其添加到指定的保护组中。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) CreateReplicationInvoker ¶ added in v0.0.90
func (c *SdrsClient) CreateReplicationInvoker(request *model.CreateReplicationRequest) *CreateReplicationInvoker
CreateReplicationInvoker 创建复制对
func (*SdrsClient) DeleteAllServerGroupFailureJobs ¶
func (c *SdrsClient) DeleteAllServerGroupFailureJobs(request *model.DeleteAllServerGroupFailureJobsRequest) (*model.DeleteAllServerGroupFailureJobsResponse, error)
DeleteAllServerGroupFailureJobs 删除所有保护组失败任务
删除所有保护组层级的失败任务,创建、删除保护组失败等。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) DeleteAllServerGroupFailureJobsInvoker ¶ added in v0.0.90
func (c *SdrsClient) DeleteAllServerGroupFailureJobsInvoker(request *model.DeleteAllServerGroupFailureJobsRequest) *DeleteAllServerGroupFailureJobsInvoker
DeleteAllServerGroupFailureJobsInvoker 删除所有保护组失败任务
func (*SdrsClient) DeleteDisasterRecoveryDrill ¶
func (c *SdrsClient) DeleteDisasterRecoveryDrill(request *model.DeleteDisasterRecoveryDrillRequest) (*model.DeleteDisasterRecoveryDrillResponse, error)
DeleteDisasterRecoveryDrill 删除容灾演练
删除指定的容灾演练。删除后: 容灾演练服务器、容灾演练服务器上挂载的磁盘和网卡将被一并删除。 演练VPC、演练VPC的子网不会被删除。您可以继续使用该VPC创建其他云服务器。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) DeleteDisasterRecoveryDrillInvoker ¶ added in v0.0.90
func (c *SdrsClient) DeleteDisasterRecoveryDrillInvoker(request *model.DeleteDisasterRecoveryDrillRequest) *DeleteDisasterRecoveryDrillInvoker
DeleteDisasterRecoveryDrillInvoker 删除容灾演练
func (*SdrsClient) DeleteFailureJob ¶
func (c *SdrsClient) DeleteFailureJob(request *model.DeleteFailureJobRequest) (*model.DeleteFailureJobResponse, error)
DeleteFailureJob 删除单个失败任务
删除单个失败任务。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) DeleteFailureJobInvoker ¶ added in v0.0.90
func (c *SdrsClient) DeleteFailureJobInvoker(request *model.DeleteFailureJobRequest) *DeleteFailureJobInvoker
DeleteFailureJobInvoker 删除单个失败任务
func (*SdrsClient) DeleteProtectedInstance ¶
func (c *SdrsClient) DeleteProtectedInstance(request *model.DeleteProtectedInstanceRequest) (*model.DeleteProtectedInstanceResponse, error)
DeleteProtectedInstance 删除保护实例
删除指定的保护实例。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) DeleteProtectedInstanceInvoker ¶ added in v0.0.90
func (c *SdrsClient) DeleteProtectedInstanceInvoker(request *model.DeleteProtectedInstanceRequest) *DeleteProtectedInstanceInvoker
DeleteProtectedInstanceInvoker 删除保护实例
func (*SdrsClient) DeleteProtectedInstanceNic ¶
func (c *SdrsClient) DeleteProtectedInstanceNic(request *model.DeleteProtectedInstanceNicRequest) (*model.DeleteProtectedInstanceNicResponse, error)
DeleteProtectedInstanceNic 保护实例删除网卡
删除指定保护实例的指定网卡。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) DeleteProtectedInstanceNicInvoker ¶ added in v0.0.90
func (c *SdrsClient) DeleteProtectedInstanceNicInvoker(request *model.DeleteProtectedInstanceNicRequest) *DeleteProtectedInstanceNicInvoker
DeleteProtectedInstanceNicInvoker 保护实例删除网卡
func (*SdrsClient) DeleteProtectedInstanceTag ¶
func (c *SdrsClient) DeleteProtectedInstanceTag(request *model.DeleteProtectedInstanceTagRequest) (*model.DeleteProtectedInstanceTagResponse, error)
DeleteProtectedInstanceTag 删除保护实例标签
幂等接口:删除时,不对标签字符集做校验,调用接口前必须要做encodeURI,服务端需要对接口URI做decodeURI。
说明:请自行选择工具执行URI编码。
删除的key不存在报404,Key不能为空或者空字符串。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) DeleteProtectedInstanceTagInvoker ¶ added in v0.0.90
func (c *SdrsClient) DeleteProtectedInstanceTagInvoker(request *model.DeleteProtectedInstanceTagRequest) *DeleteProtectedInstanceTagInvoker
DeleteProtectedInstanceTagInvoker 删除保护实例标签
func (*SdrsClient) DeleteProtectionGroup ¶
func (c *SdrsClient) DeleteProtectionGroup(request *model.DeleteProtectionGroupRequest) (*model.DeleteProtectionGroupResponse, error)
DeleteProtectionGroup 删除保护组
删除指定的保护组。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) DeleteProtectionGroupInvoker ¶ added in v0.0.90
func (c *SdrsClient) DeleteProtectionGroupInvoker(request *model.DeleteProtectionGroupRequest) *DeleteProtectionGroupInvoker
DeleteProtectionGroupInvoker 删除保护组
func (*SdrsClient) DeleteReplication ¶
func (c *SdrsClient) DeleteReplication(request *model.DeleteReplicationRequest) (*model.DeleteReplicationResponse, error)
DeleteReplication 删除复制对
删除指定的复制对。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) DeleteReplicationInvoker ¶ added in v0.0.90
func (c *SdrsClient) DeleteReplicationInvoker(request *model.DeleteReplicationRequest) *DeleteReplicationInvoker
DeleteReplicationInvoker 删除复制对
func (*SdrsClient) DeleteServerGroupFailureJobs ¶
func (c *SdrsClient) DeleteServerGroupFailureJobs(request *model.DeleteServerGroupFailureJobsRequest) (*model.DeleteServerGroupFailureJobsResponse, error)
DeleteServerGroupFailureJobs 删除指定保护组内的所有失败任务
删除指定保护组内的所有失败任务,创建保护实例失败、创建复制对失败、删除保护实例失败、删除复制对失败等。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) DeleteServerGroupFailureJobsInvoker ¶ added in v0.0.90
func (c *SdrsClient) DeleteServerGroupFailureJobsInvoker(request *model.DeleteServerGroupFailureJobsRequest) *DeleteServerGroupFailureJobsInvoker
DeleteServerGroupFailureJobsInvoker 删除指定保护组内的所有失败任务
func (*SdrsClient) DetachProtectedInstanceReplication ¶
func (c *SdrsClient) DetachProtectedInstanceReplication(request *model.DetachProtectedInstanceReplicationRequest) (*model.DetachProtectedInstanceReplicationResponse, error)
DetachProtectedInstanceReplication 保护实例卸载复制对
将指定的复制对从指定的保护实例上卸载。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) DetachProtectedInstanceReplicationInvoker ¶ added in v0.0.90
func (c *SdrsClient) DetachProtectedInstanceReplicationInvoker(request *model.DetachProtectedInstanceReplicationRequest) *DetachProtectedInstanceReplicationInvoker
DetachProtectedInstanceReplicationInvoker 保护实例卸载复制对
func (*SdrsClient) ExpandReplication ¶
func (c *SdrsClient) ExpandReplication(request *model.ExpandReplicationRequest) (*model.ExpandReplicationResponse, error)
ExpandReplication 复制对扩容
对复制对包含的两个磁盘进行扩容操作。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) ExpandReplicationInvoker ¶ added in v0.0.90
func (c *SdrsClient) ExpandReplicationInvoker(request *model.ExpandReplicationRequest) *ExpandReplicationInvoker
ExpandReplicationInvoker 复制对扩容
func (*SdrsClient) ListActiveActiveDomains ¶
func (c *SdrsClient) ListActiveActiveDomains(request *model.ListActiveActiveDomainsRequest) (*model.ListActiveActiveDomainsResponse, error)
ListActiveActiveDomains 查询双活域
查询双活域。双活域由本端存储设备、远端存储设备组成,通过双活域,应用服务器可以实现跨站点的数据访问。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) ListActiveActiveDomainsInvoker ¶ added in v0.0.90
func (c *SdrsClient) ListActiveActiveDomainsInvoker(request *model.ListActiveActiveDomainsRequest) *ListActiveActiveDomainsInvoker
ListActiveActiveDomainsInvoker 查询双活域
func (*SdrsClient) ListApiVersions ¶
func (c *SdrsClient) ListApiVersions(request *model.ListApiVersionsRequest) (*model.ListApiVersionsResponse, error)
ListApiVersions 查询API版本信息
查询存储容灾当前所有可用的版本信息列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) ListApiVersionsInvoker ¶ added in v0.0.90
func (c *SdrsClient) ListApiVersionsInvoker(request *model.ListApiVersionsRequest) *ListApiVersionsInvoker
ListApiVersionsInvoker 查询API版本信息
func (*SdrsClient) ListDisasterRecoveryDrills ¶
func (c *SdrsClient) ListDisasterRecoveryDrills(request *model.ListDisasterRecoveryDrillsRequest) (*model.ListDisasterRecoveryDrillsResponse, error)
ListDisasterRecoveryDrills 查询容灾演练列表
查询指定保护组下的所有容灾演练列表,当未指定保护组时查询当前租户下的所有容灾演练列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) ListDisasterRecoveryDrillsInvoker ¶ added in v0.0.90
func (c *SdrsClient) ListDisasterRecoveryDrillsInvoker(request *model.ListDisasterRecoveryDrillsRequest) *ListDisasterRecoveryDrillsInvoker
ListDisasterRecoveryDrillsInvoker 查询容灾演练列表
func (*SdrsClient) ListFailureJobs ¶
func (c *SdrsClient) ListFailureJobs(request *model.ListFailureJobsRequest) (*model.ListFailureJobsResponse, error)
ListFailureJobs 查询失败任务列表
查询所有保护组失败任务列表或者指定保护组下的所有失败任务列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) ListFailureJobsInvoker ¶ added in v0.0.90
func (c *SdrsClient) ListFailureJobsInvoker(request *model.ListFailureJobsRequest) *ListFailureJobsInvoker
ListFailureJobsInvoker 查询失败任务列表
func (*SdrsClient) ListProtectedInstanceTags ¶
func (c *SdrsClient) ListProtectedInstanceTags(request *model.ListProtectedInstanceTagsRequest) (*model.ListProtectedInstanceTagsResponse, error)
ListProtectedInstanceTags 查询保护实例标签
查询指定保护实例的标签信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) ListProtectedInstanceTagsInvoker ¶ added in v0.0.90
func (c *SdrsClient) ListProtectedInstanceTagsInvoker(request *model.ListProtectedInstanceTagsRequest) *ListProtectedInstanceTagsInvoker
ListProtectedInstanceTagsInvoker 查询保护实例标签
func (*SdrsClient) ListProtectedInstances ¶
func (c *SdrsClient) ListProtectedInstances(request *model.ListProtectedInstancesRequest) (*model.ListProtectedInstancesResponse, error)
ListProtectedInstances 查询保护实例列表
查询当前租户下的所有保护实例列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) ListProtectedInstancesByTags ¶
func (c *SdrsClient) ListProtectedInstancesByTags(request *model.ListProtectedInstancesByTagsRequest) (*model.ListProtectedInstancesByTagsResponse, error)
ListProtectedInstancesByTags 通过标签查询保护实例
使用标签过滤保护实例
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) ListProtectedInstancesByTagsInvoker ¶ added in v0.0.90
func (c *SdrsClient) ListProtectedInstancesByTagsInvoker(request *model.ListProtectedInstancesByTagsRequest) *ListProtectedInstancesByTagsInvoker
ListProtectedInstancesByTagsInvoker 通过标签查询保护实例
func (*SdrsClient) ListProtectedInstancesInvoker ¶ added in v0.0.90
func (c *SdrsClient) ListProtectedInstancesInvoker(request *model.ListProtectedInstancesRequest) *ListProtectedInstancesInvoker
ListProtectedInstancesInvoker 查询保护实例列表
func (*SdrsClient) ListProtectedInstancesProjectTags ¶
func (c *SdrsClient) ListProtectedInstancesProjectTags(request *model.ListProtectedInstancesProjectTagsRequest) (*model.ListProtectedInstancesProjectTagsResponse, error)
ListProtectedInstancesProjectTags 查询保护实例项目标签
查询租户在指定Project中保护实例的所有资源标签集合。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) ListProtectedInstancesProjectTagsInvoker ¶ added in v0.0.90
func (c *SdrsClient) ListProtectedInstancesProjectTagsInvoker(request *model.ListProtectedInstancesProjectTagsRequest) *ListProtectedInstancesProjectTagsInvoker
ListProtectedInstancesProjectTagsInvoker 查询保护实例项目标签
func (*SdrsClient) ListProtectionGroups ¶
func (c *SdrsClient) ListProtectionGroups(request *model.ListProtectionGroupsRequest) (*model.ListProtectionGroupsResponse, error)
ListProtectionGroups 查询保护组列表
查询当前租户所有的保护组列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) ListProtectionGroupsInvoker ¶ added in v0.0.90
func (c *SdrsClient) ListProtectionGroupsInvoker(request *model.ListProtectionGroupsRequest) *ListProtectionGroupsInvoker
ListProtectionGroupsInvoker 查询保护组列表
func (*SdrsClient) ListReplications ¶
func (c *SdrsClient) ListReplications(request *model.ListReplicationsRequest) (*model.ListReplicationsResponse, error)
ListReplications 查询复制对列表
查询指定保护组下的所有复制对列表,如果不给定指定保护组则查询当前租户下的所有复制对列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) ListReplicationsInvoker ¶ added in v0.0.90
func (c *SdrsClient) ListReplicationsInvoker(request *model.ListReplicationsRequest) *ListReplicationsInvoker
ListReplicationsInvoker 查询复制对列表
func (*SdrsClient) ListRpoStatistics ¶
func (c *SdrsClient) ListRpoStatistics(request *model.ListRpoStatisticsRequest) (*model.ListRpoStatisticsResponse, error)
ListRpoStatistics 查询资源的RPO超标趋势记录列表
查询当前租户大屏显示中,资源的RPO超标趋势记录列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) ListRpoStatisticsInvoker ¶ added in v0.0.90
func (c *SdrsClient) ListRpoStatisticsInvoker(request *model.ListRpoStatisticsRequest) *ListRpoStatisticsInvoker
ListRpoStatisticsInvoker 查询资源的RPO超标趋势记录列表
func (*SdrsClient) ResizeProtectedInstance ¶
func (c *SdrsClient) ResizeProtectedInstance(request *model.ResizeProtectedInstanceRequest) (*model.ResizeProtectedInstanceResponse, error)
ResizeProtectedInstance 保护实例变更规格
变更指定保护实例中弹性云服务器的规格,包括:同时变更生产站点云服务器和容灾站点云服务器的规格。 仅变更生产站点云服务器的规格,容灾站点云服务器规格不变。 生产站点云服务器规格不变,仅变更容灾站点云服务器的规格。 当且仅当待变更规格的云服务器处于关机状态时,才能执行此操作。
说明:不同规格的云服务器在性能上存在差异,可能会对云服务器上运行的应用产生影响。
为保证切换/故障切换后云服务器的性能,建议容灾站点服务器的规格(CPU、内存)不低于生产站点云服务器的规格(CPU、内存)。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) ResizeProtectedInstanceInvoker ¶ added in v0.0.90
func (c *SdrsClient) ResizeProtectedInstanceInvoker(request *model.ResizeProtectedInstanceRequest) *ResizeProtectedInstanceInvoker
ResizeProtectedInstanceInvoker 保护实例变更规格
func (*SdrsClient) ShowDisasterRecoveryDrill ¶
func (c *SdrsClient) ShowDisasterRecoveryDrill(request *model.ShowDisasterRecoveryDrillRequest) (*model.ShowDisasterRecoveryDrillResponse, error)
ShowDisasterRecoveryDrill 查询单个容灾演练详情
查询单个容灾演练的详细信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) ShowDisasterRecoveryDrillInvoker ¶ added in v0.0.90
func (c *SdrsClient) ShowDisasterRecoveryDrillInvoker(request *model.ShowDisasterRecoveryDrillRequest) *ShowDisasterRecoveryDrillInvoker
ShowDisasterRecoveryDrillInvoker 查询单个容灾演练详情
func (*SdrsClient) ShowJobStatus ¶
func (c *SdrsClient) ShowJobStatus(request *model.ShowJobStatusRequest) (*model.ShowJobStatusResponse, error)
ShowJobStatus 查询job状态
查询job的执行状态。 对于创建保护组、删除保护组、创建保护实例、删除保护实例、创建复制对、删除复制对等异步API,命令下发后,会返回job_id,通过job_id可以查询任务的执行状态。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) ShowJobStatusInvoker ¶ added in v0.0.90
func (c *SdrsClient) ShowJobStatusInvoker(request *model.ShowJobStatusRequest) *ShowJobStatusInvoker
ShowJobStatusInvoker 查询job状态
func (*SdrsClient) ShowProtectedInstance ¶
func (c *SdrsClient) ShowProtectedInstance(request *model.ShowProtectedInstanceRequest) (*model.ShowProtectedInstanceResponse, error)
ShowProtectedInstance 查询单个保护实例详情
查询单个保护实例的详细信息,如名称、ID等。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) ShowProtectedInstanceInvoker ¶ added in v0.0.90
func (c *SdrsClient) ShowProtectedInstanceInvoker(request *model.ShowProtectedInstanceRequest) *ShowProtectedInstanceInvoker
ShowProtectedInstanceInvoker 查询单个保护实例详情
func (*SdrsClient) ShowProtectionGroup ¶
func (c *SdrsClient) ShowProtectionGroup(request *model.ShowProtectionGroupRequest) (*model.ShowProtectionGroupResponse, error)
ShowProtectionGroup 查询保护组详情
查询单个保护组的详细信息,如ID、名称等。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) ShowProtectionGroupInvoker ¶ added in v0.0.90
func (c *SdrsClient) ShowProtectionGroupInvoker(request *model.ShowProtectionGroupRequest) *ShowProtectionGroupInvoker
ShowProtectionGroupInvoker 查询保护组详情
func (*SdrsClient) ShowQuota ¶
func (c *SdrsClient) ShowQuota(request *model.ShowQuotaRequest) (*model.ShowQuotaResponse, error)
ShowQuota 查询租户配额
查询资源的配额相关信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) ShowQuotaInvoker ¶ added in v0.0.90
func (c *SdrsClient) ShowQuotaInvoker(request *model.ShowQuotaRequest) *ShowQuotaInvoker
ShowQuotaInvoker 查询租户配额
func (*SdrsClient) ShowReplication ¶
func (c *SdrsClient) ShowReplication(request *model.ShowReplicationRequest) (*model.ShowReplicationResponse, error)
ShowReplication 查询单个复制对详情
查询单个复制对的详细信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) ShowReplicationInvoker ¶ added in v0.0.90
func (c *SdrsClient) ShowReplicationInvoker(request *model.ShowReplicationRequest) *ShowReplicationInvoker
ShowReplicationInvoker 查询单个复制对详情
func (*SdrsClient) ShowSpecifiedApiVersion ¶
func (c *SdrsClient) ShowSpecifiedApiVersion(request *model.ShowSpecifiedApiVersionRequest) (*model.ShowSpecifiedApiVersionResponse, error)
ShowSpecifiedApiVersion 查询指定API版本信息
查询存储容灾指定API版本信息。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) ShowSpecifiedApiVersionInvoker ¶ added in v0.0.90
func (c *SdrsClient) ShowSpecifiedApiVersionInvoker(request *model.ShowSpecifiedApiVersionRequest) *ShowSpecifiedApiVersionInvoker
ShowSpecifiedApiVersionInvoker 查询指定API版本信息
func (*SdrsClient) StartFailoverProtectionGroup ¶
func (c *SdrsClient) StartFailoverProtectionGroup(request *model.StartFailoverProtectionGroupRequest) (*model.StartFailoverProtectionGroupResponse, error)
StartFailoverProtectionGroup 保护组故障切换
当保护组的生产站点发生故障时,将保护组的生产站点切到当前的容灾站点,即另一端AZ,启用当前容灾站点的云硬盘以及云服务器等资源。 故障切换完成之后,保护组的当前生产站点变成故障切换发生之前的容灾站点,且生产站点和容灾站点之间的数据已停止保护,必须调用5.4.6-保护组开启保护/重保护接口成功后,两端的数据才会重新被保护。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) StartFailoverProtectionGroupInvoker ¶ added in v0.0.90
func (c *SdrsClient) StartFailoverProtectionGroupInvoker(request *model.StartFailoverProtectionGroupRequest) *StartFailoverProtectionGroupInvoker
StartFailoverProtectionGroupInvoker 保护组故障切换
func (*SdrsClient) StartProtectionGroup ¶
func (c *SdrsClient) StartProtectionGroup(request *model.StartProtectionGroupRequest) (*model.StartProtectionGroupResponse, error)
StartProtectionGroup 保护组开启保护/重保护
对某一个保护组的“开启保护”或“重保护”操作。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) StartProtectionGroupInvoker ¶ added in v0.0.90
func (c *SdrsClient) StartProtectionGroupInvoker(request *model.StartProtectionGroupRequest) *StartProtectionGroupInvoker
StartProtectionGroupInvoker 保护组开启保护/重保护
func (*SdrsClient) StartReverseProtectionGroup ¶
func (c *SdrsClient) StartReverseProtectionGroup(request *model.StartReverseProtectionGroupRequest) (*model.StartReverseProtectionGroupResponse, error)
StartReverseProtectionGroup 保护组切换
对保护组进行切换操作,可以将保护组的当前生产站点,从创建保护组时指定的生产站点切换到创建保护组时指定的容灾站点,也可以从创建保护组时指定的容灾站点切换到创建保护组时指定的生产站点。切换后,生产站点和容灾站点的数据仍然处于被保护状态,只是复制方向与操作之前相反。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) StartReverseProtectionGroupInvoker ¶ added in v0.0.90
func (c *SdrsClient) StartReverseProtectionGroupInvoker(request *model.StartReverseProtectionGroupRequest) *StartReverseProtectionGroupInvoker
StartReverseProtectionGroupInvoker 保护组切换
func (*SdrsClient) StopProtectionGroup ¶
func (c *SdrsClient) StopProtectionGroup(request *model.StopProtectionGroupRequest) (*model.StopProtectionGroupResponse, error)
StopProtectionGroup 保护组停止保护
对某一个保护组的停止保护操作。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) StopProtectionGroupInvoker ¶ added in v0.0.90
func (c *SdrsClient) StopProtectionGroupInvoker(request *model.StopProtectionGroupRequest) *StopProtectionGroupInvoker
StopProtectionGroupInvoker 保护组停止保护
func (*SdrsClient) UpdateDisasterRecoveryDrillName ¶
func (c *SdrsClient) UpdateDisasterRecoveryDrillName(request *model.UpdateDisasterRecoveryDrillNameRequest) (*model.UpdateDisasterRecoveryDrillNameResponse, error)
UpdateDisasterRecoveryDrillName 更新容灾演练名称
更新容灾演练的名称。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) UpdateDisasterRecoveryDrillNameInvoker ¶ added in v0.0.90
func (c *SdrsClient) UpdateDisasterRecoveryDrillNameInvoker(request *model.UpdateDisasterRecoveryDrillNameRequest) *UpdateDisasterRecoveryDrillNameInvoker
UpdateDisasterRecoveryDrillNameInvoker 更新容灾演练名称
func (*SdrsClient) UpdateProtectedInstanceName ¶
func (c *SdrsClient) UpdateProtectedInstanceName(request *model.UpdateProtectedInstanceNameRequest) (*model.UpdateProtectedInstanceNameResponse, error)
UpdateProtectedInstanceName 更新保护实例名称
更新某一个保护实例的名称。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) UpdateProtectedInstanceNameInvoker ¶ added in v0.0.90
func (c *SdrsClient) UpdateProtectedInstanceNameInvoker(request *model.UpdateProtectedInstanceNameRequest) *UpdateProtectedInstanceNameInvoker
UpdateProtectedInstanceNameInvoker 更新保护实例名称
func (*SdrsClient) UpdateProtectionGroupName ¶
func (c *SdrsClient) UpdateProtectionGroupName(request *model.UpdateProtectionGroupNameRequest) (*model.UpdateProtectionGroupNameResponse, error)
UpdateProtectionGroupName 更新保护组名称
更新某一个保护组的名称。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) UpdateProtectionGroupNameInvoker ¶ added in v0.0.90
func (c *SdrsClient) UpdateProtectionGroupNameInvoker(request *model.UpdateProtectionGroupNameRequest) *UpdateProtectionGroupNameInvoker
UpdateProtectionGroupNameInvoker 更新保护组名称
func (*SdrsClient) UpdateReplicationName ¶
func (c *SdrsClient) UpdateReplicationName(request *model.UpdateReplicationNameRequest) (*model.UpdateReplicationNameResponse, error)
UpdateReplicationName 更新复制对名称
更新复制对名称。
Please refer to HUAWEI cloud API Explorer for details.
func (*SdrsClient) UpdateReplicationNameInvoker ¶ added in v0.0.90
func (c *SdrsClient) UpdateReplicationNameInvoker(request *model.UpdateReplicationNameRequest) *UpdateReplicationNameInvoker
UpdateReplicationNameInvoker 更新复制对名称
type ShowDisasterRecoveryDrillInvoker ¶ added in v0.0.90
type ShowDisasterRecoveryDrillInvoker struct {
*invoker.BaseInvoker
}
func (*ShowDisasterRecoveryDrillInvoker) Invoke ¶ added in v0.0.90
func (i *ShowDisasterRecoveryDrillInvoker) Invoke() (*model.ShowDisasterRecoveryDrillResponse, error)
type ShowJobStatusInvoker ¶ added in v0.0.90
type ShowJobStatusInvoker struct {
*invoker.BaseInvoker
}
func (*ShowJobStatusInvoker) Invoke ¶ added in v0.0.90
func (i *ShowJobStatusInvoker) Invoke() (*model.ShowJobStatusResponse, error)
type ShowProtectedInstanceInvoker ¶ added in v0.0.90
type ShowProtectedInstanceInvoker struct {
*invoker.BaseInvoker
}
func (*ShowProtectedInstanceInvoker) Invoke ¶ added in v0.0.90
func (i *ShowProtectedInstanceInvoker) Invoke() (*model.ShowProtectedInstanceResponse, error)
type ShowProtectionGroupInvoker ¶ added in v0.0.90
type ShowProtectionGroupInvoker struct {
*invoker.BaseInvoker
}
func (*ShowProtectionGroupInvoker) Invoke ¶ added in v0.0.90
func (i *ShowProtectionGroupInvoker) Invoke() (*model.ShowProtectionGroupResponse, error)
type ShowQuotaInvoker ¶ added in v0.0.90
type ShowQuotaInvoker struct {
*invoker.BaseInvoker
}
func (*ShowQuotaInvoker) Invoke ¶ added in v0.0.90
func (i *ShowQuotaInvoker) Invoke() (*model.ShowQuotaResponse, error)
type ShowReplicationInvoker ¶ added in v0.0.90
type ShowReplicationInvoker struct {
*invoker.BaseInvoker
}
func (*ShowReplicationInvoker) Invoke ¶ added in v0.0.90
func (i *ShowReplicationInvoker) Invoke() (*model.ShowReplicationResponse, error)
type ShowSpecifiedApiVersionInvoker ¶ added in v0.0.90
type ShowSpecifiedApiVersionInvoker struct {
*invoker.BaseInvoker
}
func (*ShowSpecifiedApiVersionInvoker) Invoke ¶ added in v0.0.90
func (i *ShowSpecifiedApiVersionInvoker) Invoke() (*model.ShowSpecifiedApiVersionResponse, error)
type StartFailoverProtectionGroupInvoker ¶ added in v0.0.90
type StartFailoverProtectionGroupInvoker struct {
*invoker.BaseInvoker
}
func (*StartFailoverProtectionGroupInvoker) Invoke ¶ added in v0.0.90
func (i *StartFailoverProtectionGroupInvoker) Invoke() (*model.StartFailoverProtectionGroupResponse, error)
type StartProtectionGroupInvoker ¶ added in v0.0.90
type StartProtectionGroupInvoker struct {
*invoker.BaseInvoker
}
func (*StartProtectionGroupInvoker) Invoke ¶ added in v0.0.90
func (i *StartProtectionGroupInvoker) Invoke() (*model.StartProtectionGroupResponse, error)
type StartReverseProtectionGroupInvoker ¶ added in v0.0.90
type StartReverseProtectionGroupInvoker struct {
*invoker.BaseInvoker
}
func (*StartReverseProtectionGroupInvoker) Invoke ¶ added in v0.0.90
func (i *StartReverseProtectionGroupInvoker) Invoke() (*model.StartReverseProtectionGroupResponse, error)
type StopProtectionGroupInvoker ¶ added in v0.0.90
type StopProtectionGroupInvoker struct {
*invoker.BaseInvoker
}
func (*StopProtectionGroupInvoker) Invoke ¶ added in v0.0.90
func (i *StopProtectionGroupInvoker) Invoke() (*model.StopProtectionGroupResponse, error)
type UpdateDisasterRecoveryDrillNameInvoker ¶ added in v0.0.90
type UpdateDisasterRecoveryDrillNameInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateDisasterRecoveryDrillNameInvoker) Invoke ¶ added in v0.0.90
func (i *UpdateDisasterRecoveryDrillNameInvoker) Invoke() (*model.UpdateDisasterRecoveryDrillNameResponse, error)
type UpdateProtectedInstanceNameInvoker ¶ added in v0.0.90
type UpdateProtectedInstanceNameInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateProtectedInstanceNameInvoker) Invoke ¶ added in v0.0.90
func (i *UpdateProtectedInstanceNameInvoker) Invoke() (*model.UpdateProtectedInstanceNameResponse, error)
type UpdateProtectionGroupNameInvoker ¶ added in v0.0.90
type UpdateProtectionGroupNameInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateProtectionGroupNameInvoker) Invoke ¶ added in v0.0.90
func (i *UpdateProtectionGroupNameInvoker) Invoke() (*model.UpdateProtectionGroupNameResponse, error)
type UpdateReplicationNameInvoker ¶ added in v0.0.90
type UpdateReplicationNameInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateReplicationNameInvoker) Invoke ¶ added in v0.0.90
func (i *UpdateReplicationNameInvoker) Invoke() (*model.UpdateReplicationNameResponse, error)