drsmock

package
v1.54.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 26, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package drsmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDrsAPI

type MockDrsAPI struct {
	// contains filtered or unexported fields
}

MockDrsAPI is a mock of DrsAPI interface

func NewMockDrsAPI

func NewMockDrsAPI(ctrl *gomock.Controller) *MockDrsAPI

NewMockDrsAPI creates a new mock instance

func (*MockDrsAPI) AssociateSourceNetworkStack added in v1.44.282

AssociateSourceNetworkStack mocks base method

func (*MockDrsAPI) AssociateSourceNetworkStackRequest added in v1.44.282

func (m *MockDrsAPI) AssociateSourceNetworkStackRequest(arg0 *drs.AssociateSourceNetworkStackInput) (*request.Request, *drs.AssociateSourceNetworkStackOutput)

AssociateSourceNetworkStackRequest mocks base method

func (*MockDrsAPI) AssociateSourceNetworkStackWithContext added in v1.44.282

func (m *MockDrsAPI) AssociateSourceNetworkStackWithContext(arg0 context.Context, arg1 *drs.AssociateSourceNetworkStackInput, arg2 ...request.Option) (*drs.AssociateSourceNetworkStackOutput, error)

AssociateSourceNetworkStackWithContext mocks base method

func (*MockDrsAPI) CreateExtendedSourceServer added in v1.44.25

CreateExtendedSourceServer mocks base method

func (*MockDrsAPI) CreateExtendedSourceServerRequest added in v1.44.25

func (m *MockDrsAPI) CreateExtendedSourceServerRequest(arg0 *drs.CreateExtendedSourceServerInput) (*request.Request, *drs.CreateExtendedSourceServerOutput)

CreateExtendedSourceServerRequest mocks base method

func (*MockDrsAPI) CreateExtendedSourceServerWithContext added in v1.44.25

func (m *MockDrsAPI) CreateExtendedSourceServerWithContext(arg0 context.Context, arg1 *drs.CreateExtendedSourceServerInput, arg2 ...request.Option) (*drs.CreateExtendedSourceServerOutput, error)

CreateExtendedSourceServerWithContext mocks base method

func (*MockDrsAPI) CreateLaunchConfigurationTemplate added in v1.44.245

CreateLaunchConfigurationTemplate mocks base method

func (*MockDrsAPI) CreateLaunchConfigurationTemplateRequest added in v1.44.245

CreateLaunchConfigurationTemplateRequest mocks base method

func (*MockDrsAPI) CreateLaunchConfigurationTemplateWithContext added in v1.44.245

func (m *MockDrsAPI) CreateLaunchConfigurationTemplateWithContext(arg0 context.Context, arg1 *drs.CreateLaunchConfigurationTemplateInput, arg2 ...request.Option) (*drs.CreateLaunchConfigurationTemplateOutput, error)

CreateLaunchConfigurationTemplateWithContext mocks base method

func (*MockDrsAPI) CreateReplicationConfigurationTemplate

CreateReplicationConfigurationTemplate mocks base method

func (*MockDrsAPI) CreateReplicationConfigurationTemplateRequest

CreateReplicationConfigurationTemplateRequest mocks base method

func (*MockDrsAPI) CreateReplicationConfigurationTemplateWithContext

func (m *MockDrsAPI) CreateReplicationConfigurationTemplateWithContext(arg0 context.Context, arg1 *drs.CreateReplicationConfigurationTemplateInput, arg2 ...request.Option) (*drs.CreateReplicationConfigurationTemplateOutput, error)

CreateReplicationConfigurationTemplateWithContext mocks base method

func (*MockDrsAPI) CreateSourceNetwork added in v1.44.282

func (m *MockDrsAPI) CreateSourceNetwork(arg0 *drs.CreateSourceNetworkInput) (*drs.CreateSourceNetworkOutput, error)

CreateSourceNetwork mocks base method

func (*MockDrsAPI) CreateSourceNetworkRequest added in v1.44.282

func (m *MockDrsAPI) CreateSourceNetworkRequest(arg0 *drs.CreateSourceNetworkInput) (*request.Request, *drs.CreateSourceNetworkOutput)

CreateSourceNetworkRequest mocks base method

func (*MockDrsAPI) CreateSourceNetworkWithContext added in v1.44.282

func (m *MockDrsAPI) CreateSourceNetworkWithContext(arg0 context.Context, arg1 *drs.CreateSourceNetworkInput, arg2 ...request.Option) (*drs.CreateSourceNetworkOutput, error)

CreateSourceNetworkWithContext mocks base method

func (*MockDrsAPI) DeleteJob

func (m *MockDrsAPI) DeleteJob(arg0 *drs.DeleteJobInput) (*drs.DeleteJobOutput, error)

DeleteJob mocks base method

func (*MockDrsAPI) DeleteJobRequest

func (m *MockDrsAPI) DeleteJobRequest(arg0 *drs.DeleteJobInput) (*request.Request, *drs.DeleteJobOutput)

DeleteJobRequest mocks base method

func (*MockDrsAPI) DeleteJobWithContext

func (m *MockDrsAPI) DeleteJobWithContext(arg0 context.Context, arg1 *drs.DeleteJobInput, arg2 ...request.Option) (*drs.DeleteJobOutput, error)

DeleteJobWithContext mocks base method

func (*MockDrsAPI) DeleteLaunchAction added in v1.45.9

func (m *MockDrsAPI) DeleteLaunchAction(arg0 *drs.DeleteLaunchActionInput) (*drs.DeleteLaunchActionOutput, error)

DeleteLaunchAction mocks base method

func (*MockDrsAPI) DeleteLaunchActionRequest added in v1.45.9

func (m *MockDrsAPI) DeleteLaunchActionRequest(arg0 *drs.DeleteLaunchActionInput) (*request.Request, *drs.DeleteLaunchActionOutput)

DeleteLaunchActionRequest mocks base method

func (*MockDrsAPI) DeleteLaunchActionWithContext added in v1.45.9

func (m *MockDrsAPI) DeleteLaunchActionWithContext(arg0 context.Context, arg1 *drs.DeleteLaunchActionInput, arg2 ...request.Option) (*drs.DeleteLaunchActionOutput, error)

DeleteLaunchActionWithContext mocks base method

func (*MockDrsAPI) DeleteLaunchConfigurationTemplate added in v1.44.245

DeleteLaunchConfigurationTemplate mocks base method

func (*MockDrsAPI) DeleteLaunchConfigurationTemplateRequest added in v1.44.245

DeleteLaunchConfigurationTemplateRequest mocks base method

func (*MockDrsAPI) DeleteLaunchConfigurationTemplateWithContext added in v1.44.245

func (m *MockDrsAPI) DeleteLaunchConfigurationTemplateWithContext(arg0 context.Context, arg1 *drs.DeleteLaunchConfigurationTemplateInput, arg2 ...request.Option) (*drs.DeleteLaunchConfigurationTemplateOutput, error)

DeleteLaunchConfigurationTemplateWithContext mocks base method

func (*MockDrsAPI) DeleteRecoveryInstance

func (m *MockDrsAPI) DeleteRecoveryInstance(arg0 *drs.DeleteRecoveryInstanceInput) (*drs.DeleteRecoveryInstanceOutput, error)

DeleteRecoveryInstance mocks base method

func (*MockDrsAPI) DeleteRecoveryInstanceRequest

func (m *MockDrsAPI) DeleteRecoveryInstanceRequest(arg0 *drs.DeleteRecoveryInstanceInput) (*request.Request, *drs.DeleteRecoveryInstanceOutput)

DeleteRecoveryInstanceRequest mocks base method

func (*MockDrsAPI) DeleteRecoveryInstanceWithContext

func (m *MockDrsAPI) DeleteRecoveryInstanceWithContext(arg0 context.Context, arg1 *drs.DeleteRecoveryInstanceInput, arg2 ...request.Option) (*drs.DeleteRecoveryInstanceOutput, error)

DeleteRecoveryInstanceWithContext mocks base method

func (*MockDrsAPI) DeleteReplicationConfigurationTemplate

DeleteReplicationConfigurationTemplate mocks base method

func (*MockDrsAPI) DeleteReplicationConfigurationTemplateRequest

DeleteReplicationConfigurationTemplateRequest mocks base method

func (*MockDrsAPI) DeleteReplicationConfigurationTemplateWithContext

func (m *MockDrsAPI) DeleteReplicationConfigurationTemplateWithContext(arg0 context.Context, arg1 *drs.DeleteReplicationConfigurationTemplateInput, arg2 ...request.Option) (*drs.DeleteReplicationConfigurationTemplateOutput, error)

DeleteReplicationConfigurationTemplateWithContext mocks base method

func (*MockDrsAPI) DeleteSourceNetwork added in v1.44.282

func (m *MockDrsAPI) DeleteSourceNetwork(arg0 *drs.DeleteSourceNetworkInput) (*drs.DeleteSourceNetworkOutput, error)

DeleteSourceNetwork mocks base method

func (*MockDrsAPI) DeleteSourceNetworkRequest added in v1.44.282

func (m *MockDrsAPI) DeleteSourceNetworkRequest(arg0 *drs.DeleteSourceNetworkInput) (*request.Request, *drs.DeleteSourceNetworkOutput)

DeleteSourceNetworkRequest mocks base method

func (*MockDrsAPI) DeleteSourceNetworkWithContext added in v1.44.282

func (m *MockDrsAPI) DeleteSourceNetworkWithContext(arg0 context.Context, arg1 *drs.DeleteSourceNetworkInput, arg2 ...request.Option) (*drs.DeleteSourceNetworkOutput, error)

DeleteSourceNetworkWithContext mocks base method

func (*MockDrsAPI) DeleteSourceServer

func (m *MockDrsAPI) DeleteSourceServer(arg0 *drs.DeleteSourceServerInput) (*drs.DeleteSourceServerOutput, error)

DeleteSourceServer mocks base method

func (*MockDrsAPI) DeleteSourceServerRequest

func (m *MockDrsAPI) DeleteSourceServerRequest(arg0 *drs.DeleteSourceServerInput) (*request.Request, *drs.DeleteSourceServerOutput)

DeleteSourceServerRequest mocks base method

func (*MockDrsAPI) DeleteSourceServerWithContext

func (m *MockDrsAPI) DeleteSourceServerWithContext(arg0 context.Context, arg1 *drs.DeleteSourceServerInput, arg2 ...request.Option) (*drs.DeleteSourceServerOutput, error)

DeleteSourceServerWithContext mocks base method

func (*MockDrsAPI) DescribeJobLogItems

func (m *MockDrsAPI) DescribeJobLogItems(arg0 *drs.DescribeJobLogItemsInput) (*drs.DescribeJobLogItemsOutput, error)

DescribeJobLogItems mocks base method

func (*MockDrsAPI) DescribeJobLogItemsPages

func (m *MockDrsAPI) DescribeJobLogItemsPages(arg0 *drs.DescribeJobLogItemsInput, arg1 func(*drs.DescribeJobLogItemsOutput, bool) bool) error

DescribeJobLogItemsPages mocks base method

func (*MockDrsAPI) DescribeJobLogItemsPagesWithContext

func (m *MockDrsAPI) DescribeJobLogItemsPagesWithContext(arg0 context.Context, arg1 *drs.DescribeJobLogItemsInput, arg2 func(*drs.DescribeJobLogItemsOutput, bool) bool, arg3 ...request.Option) error

DescribeJobLogItemsPagesWithContext mocks base method

func (*MockDrsAPI) DescribeJobLogItemsRequest

func (m *MockDrsAPI) DescribeJobLogItemsRequest(arg0 *drs.DescribeJobLogItemsInput) (*request.Request, *drs.DescribeJobLogItemsOutput)

DescribeJobLogItemsRequest mocks base method

func (*MockDrsAPI) DescribeJobLogItemsWithContext

func (m *MockDrsAPI) DescribeJobLogItemsWithContext(arg0 context.Context, arg1 *drs.DescribeJobLogItemsInput, arg2 ...request.Option) (*drs.DescribeJobLogItemsOutput, error)

DescribeJobLogItemsWithContext mocks base method

func (*MockDrsAPI) DescribeJobs

func (m *MockDrsAPI) DescribeJobs(arg0 *drs.DescribeJobsInput) (*drs.DescribeJobsOutput, error)

DescribeJobs mocks base method

func (*MockDrsAPI) DescribeJobsPages

func (m *MockDrsAPI) DescribeJobsPages(arg0 *drs.DescribeJobsInput, arg1 func(*drs.DescribeJobsOutput, bool) bool) error

DescribeJobsPages mocks base method

func (*MockDrsAPI) DescribeJobsPagesWithContext

func (m *MockDrsAPI) DescribeJobsPagesWithContext(arg0 context.Context, arg1 *drs.DescribeJobsInput, arg2 func(*drs.DescribeJobsOutput, bool) bool, arg3 ...request.Option) error

DescribeJobsPagesWithContext mocks base method

func (*MockDrsAPI) DescribeJobsRequest

func (m *MockDrsAPI) DescribeJobsRequest(arg0 *drs.DescribeJobsInput) (*request.Request, *drs.DescribeJobsOutput)

DescribeJobsRequest mocks base method

func (*MockDrsAPI) DescribeJobsWithContext

func (m *MockDrsAPI) DescribeJobsWithContext(arg0 context.Context, arg1 *drs.DescribeJobsInput, arg2 ...request.Option) (*drs.DescribeJobsOutput, error)

DescribeJobsWithContext mocks base method

func (*MockDrsAPI) DescribeLaunchConfigurationTemplates added in v1.44.245

DescribeLaunchConfigurationTemplates mocks base method

func (*MockDrsAPI) DescribeLaunchConfigurationTemplatesPages added in v1.44.245

func (m *MockDrsAPI) DescribeLaunchConfigurationTemplatesPages(arg0 *drs.DescribeLaunchConfigurationTemplatesInput, arg1 func(*drs.DescribeLaunchConfigurationTemplatesOutput, bool) bool) error

DescribeLaunchConfigurationTemplatesPages mocks base method

func (*MockDrsAPI) DescribeLaunchConfigurationTemplatesPagesWithContext added in v1.44.245

func (m *MockDrsAPI) DescribeLaunchConfigurationTemplatesPagesWithContext(arg0 context.Context, arg1 *drs.DescribeLaunchConfigurationTemplatesInput, arg2 func(*drs.DescribeLaunchConfigurationTemplatesOutput, bool) bool, arg3 ...request.Option) error

DescribeLaunchConfigurationTemplatesPagesWithContext mocks base method

func (*MockDrsAPI) DescribeLaunchConfigurationTemplatesRequest added in v1.44.245

DescribeLaunchConfigurationTemplatesRequest mocks base method

func (*MockDrsAPI) DescribeLaunchConfigurationTemplatesWithContext added in v1.44.245

func (m *MockDrsAPI) DescribeLaunchConfigurationTemplatesWithContext(arg0 context.Context, arg1 *drs.DescribeLaunchConfigurationTemplatesInput, arg2 ...request.Option) (*drs.DescribeLaunchConfigurationTemplatesOutput, error)

DescribeLaunchConfigurationTemplatesWithContext mocks base method

func (*MockDrsAPI) DescribeRecoveryInstances

DescribeRecoveryInstances mocks base method

func (*MockDrsAPI) DescribeRecoveryInstancesPages

func (m *MockDrsAPI) DescribeRecoveryInstancesPages(arg0 *drs.DescribeRecoveryInstancesInput, arg1 func(*drs.DescribeRecoveryInstancesOutput, bool) bool) error

DescribeRecoveryInstancesPages mocks base method

func (*MockDrsAPI) DescribeRecoveryInstancesPagesWithContext

func (m *MockDrsAPI) DescribeRecoveryInstancesPagesWithContext(arg0 context.Context, arg1 *drs.DescribeRecoveryInstancesInput, arg2 func(*drs.DescribeRecoveryInstancesOutput, bool) bool, arg3 ...request.Option) error

DescribeRecoveryInstancesPagesWithContext mocks base method

func (*MockDrsAPI) DescribeRecoveryInstancesRequest

func (m *MockDrsAPI) DescribeRecoveryInstancesRequest(arg0 *drs.DescribeRecoveryInstancesInput) (*request.Request, *drs.DescribeRecoveryInstancesOutput)

DescribeRecoveryInstancesRequest mocks base method

func (*MockDrsAPI) DescribeRecoveryInstancesWithContext

func (m *MockDrsAPI) DescribeRecoveryInstancesWithContext(arg0 context.Context, arg1 *drs.DescribeRecoveryInstancesInput, arg2 ...request.Option) (*drs.DescribeRecoveryInstancesOutput, error)

DescribeRecoveryInstancesWithContext mocks base method

func (*MockDrsAPI) DescribeRecoverySnapshots

DescribeRecoverySnapshots mocks base method

func (*MockDrsAPI) DescribeRecoverySnapshotsPages

func (m *MockDrsAPI) DescribeRecoverySnapshotsPages(arg0 *drs.DescribeRecoverySnapshotsInput, arg1 func(*drs.DescribeRecoverySnapshotsOutput, bool) bool) error

DescribeRecoverySnapshotsPages mocks base method

func (*MockDrsAPI) DescribeRecoverySnapshotsPagesWithContext

func (m *MockDrsAPI) DescribeRecoverySnapshotsPagesWithContext(arg0 context.Context, arg1 *drs.DescribeRecoverySnapshotsInput, arg2 func(*drs.DescribeRecoverySnapshotsOutput, bool) bool, arg3 ...request.Option) error

DescribeRecoverySnapshotsPagesWithContext mocks base method

func (*MockDrsAPI) DescribeRecoverySnapshotsRequest

func (m *MockDrsAPI) DescribeRecoverySnapshotsRequest(arg0 *drs.DescribeRecoverySnapshotsInput) (*request.Request, *drs.DescribeRecoverySnapshotsOutput)

DescribeRecoverySnapshotsRequest mocks base method

func (*MockDrsAPI) DescribeRecoverySnapshotsWithContext

func (m *MockDrsAPI) DescribeRecoverySnapshotsWithContext(arg0 context.Context, arg1 *drs.DescribeRecoverySnapshotsInput, arg2 ...request.Option) (*drs.DescribeRecoverySnapshotsOutput, error)

DescribeRecoverySnapshotsWithContext mocks base method

func (*MockDrsAPI) DescribeReplicationConfigurationTemplates

DescribeReplicationConfigurationTemplates mocks base method

func (*MockDrsAPI) DescribeReplicationConfigurationTemplatesPages

func (m *MockDrsAPI) DescribeReplicationConfigurationTemplatesPages(arg0 *drs.DescribeReplicationConfigurationTemplatesInput, arg1 func(*drs.DescribeReplicationConfigurationTemplatesOutput, bool) bool) error

DescribeReplicationConfigurationTemplatesPages mocks base method

func (*MockDrsAPI) DescribeReplicationConfigurationTemplatesPagesWithContext

func (m *MockDrsAPI) DescribeReplicationConfigurationTemplatesPagesWithContext(arg0 context.Context, arg1 *drs.DescribeReplicationConfigurationTemplatesInput, arg2 func(*drs.DescribeReplicationConfigurationTemplatesOutput, bool) bool, arg3 ...request.Option) error

DescribeReplicationConfigurationTemplatesPagesWithContext mocks base method

func (*MockDrsAPI) DescribeReplicationConfigurationTemplatesRequest

DescribeReplicationConfigurationTemplatesRequest mocks base method

func (*MockDrsAPI) DescribeReplicationConfigurationTemplatesWithContext

func (m *MockDrsAPI) DescribeReplicationConfigurationTemplatesWithContext(arg0 context.Context, arg1 *drs.DescribeReplicationConfigurationTemplatesInput, arg2 ...request.Option) (*drs.DescribeReplicationConfigurationTemplatesOutput, error)

DescribeReplicationConfigurationTemplatesWithContext mocks base method

func (*MockDrsAPI) DescribeSourceNetworks added in v1.44.282

func (m *MockDrsAPI) DescribeSourceNetworks(arg0 *drs.DescribeSourceNetworksInput) (*drs.DescribeSourceNetworksOutput, error)

DescribeSourceNetworks mocks base method

func (*MockDrsAPI) DescribeSourceNetworksPages added in v1.44.282

func (m *MockDrsAPI) DescribeSourceNetworksPages(arg0 *drs.DescribeSourceNetworksInput, arg1 func(*drs.DescribeSourceNetworksOutput, bool) bool) error

DescribeSourceNetworksPages mocks base method

func (*MockDrsAPI) DescribeSourceNetworksPagesWithContext added in v1.44.282

func (m *MockDrsAPI) DescribeSourceNetworksPagesWithContext(arg0 context.Context, arg1 *drs.DescribeSourceNetworksInput, arg2 func(*drs.DescribeSourceNetworksOutput, bool) bool, arg3 ...request.Option) error

DescribeSourceNetworksPagesWithContext mocks base method

func (*MockDrsAPI) DescribeSourceNetworksRequest added in v1.44.282

func (m *MockDrsAPI) DescribeSourceNetworksRequest(arg0 *drs.DescribeSourceNetworksInput) (*request.Request, *drs.DescribeSourceNetworksOutput)

DescribeSourceNetworksRequest mocks base method

func (*MockDrsAPI) DescribeSourceNetworksWithContext added in v1.44.282

func (m *MockDrsAPI) DescribeSourceNetworksWithContext(arg0 context.Context, arg1 *drs.DescribeSourceNetworksInput, arg2 ...request.Option) (*drs.DescribeSourceNetworksOutput, error)

DescribeSourceNetworksWithContext mocks base method

func (*MockDrsAPI) DescribeSourceServers

func (m *MockDrsAPI) DescribeSourceServers(arg0 *drs.DescribeSourceServersInput) (*drs.DescribeSourceServersOutput, error)

DescribeSourceServers mocks base method

func (*MockDrsAPI) DescribeSourceServersPages

func (m *MockDrsAPI) DescribeSourceServersPages(arg0 *drs.DescribeSourceServersInput, arg1 func(*drs.DescribeSourceServersOutput, bool) bool) error

DescribeSourceServersPages mocks base method

func (*MockDrsAPI) DescribeSourceServersPagesWithContext

func (m *MockDrsAPI) DescribeSourceServersPagesWithContext(arg0 context.Context, arg1 *drs.DescribeSourceServersInput, arg2 func(*drs.DescribeSourceServersOutput, bool) bool, arg3 ...request.Option) error

DescribeSourceServersPagesWithContext mocks base method

func (*MockDrsAPI) DescribeSourceServersRequest

func (m *MockDrsAPI) DescribeSourceServersRequest(arg0 *drs.DescribeSourceServersInput) (*request.Request, *drs.DescribeSourceServersOutput)

DescribeSourceServersRequest mocks base method

func (*MockDrsAPI) DescribeSourceServersWithContext

func (m *MockDrsAPI) DescribeSourceServersWithContext(arg0 context.Context, arg1 *drs.DescribeSourceServersInput, arg2 ...request.Option) (*drs.DescribeSourceServersOutput, error)

DescribeSourceServersWithContext mocks base method

func (*MockDrsAPI) DisconnectRecoveryInstance

DisconnectRecoveryInstance mocks base method

func (*MockDrsAPI) DisconnectRecoveryInstanceRequest

func (m *MockDrsAPI) DisconnectRecoveryInstanceRequest(arg0 *drs.DisconnectRecoveryInstanceInput) (*request.Request, *drs.DisconnectRecoveryInstanceOutput)

DisconnectRecoveryInstanceRequest mocks base method

func (*MockDrsAPI) DisconnectRecoveryInstanceWithContext

func (m *MockDrsAPI) DisconnectRecoveryInstanceWithContext(arg0 context.Context, arg1 *drs.DisconnectRecoveryInstanceInput, arg2 ...request.Option) (*drs.DisconnectRecoveryInstanceOutput, error)

DisconnectRecoveryInstanceWithContext mocks base method

func (*MockDrsAPI) DisconnectSourceServer

func (m *MockDrsAPI) DisconnectSourceServer(arg0 *drs.DisconnectSourceServerInput) (*drs.DisconnectSourceServerOutput, error)

DisconnectSourceServer mocks base method

func (*MockDrsAPI) DisconnectSourceServerRequest

func (m *MockDrsAPI) DisconnectSourceServerRequest(arg0 *drs.DisconnectSourceServerInput) (*request.Request, *drs.DisconnectSourceServerOutput)

DisconnectSourceServerRequest mocks base method

func (*MockDrsAPI) DisconnectSourceServerWithContext

func (m *MockDrsAPI) DisconnectSourceServerWithContext(arg0 context.Context, arg1 *drs.DisconnectSourceServerInput, arg2 ...request.Option) (*drs.DisconnectSourceServerOutput, error)

DisconnectSourceServerWithContext mocks base method

func (*MockDrsAPI) EXPECT

func (m *MockDrsAPI) EXPECT() *MockDrsAPIMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockDrsAPI) ExportSourceNetworkCfnTemplate added in v1.44.282

ExportSourceNetworkCfnTemplate mocks base method

func (*MockDrsAPI) ExportSourceNetworkCfnTemplateRequest added in v1.44.282

func (m *MockDrsAPI) ExportSourceNetworkCfnTemplateRequest(arg0 *drs.ExportSourceNetworkCfnTemplateInput) (*request.Request, *drs.ExportSourceNetworkCfnTemplateOutput)

ExportSourceNetworkCfnTemplateRequest mocks base method

func (*MockDrsAPI) ExportSourceNetworkCfnTemplateWithContext added in v1.44.282

func (m *MockDrsAPI) ExportSourceNetworkCfnTemplateWithContext(arg0 context.Context, arg1 *drs.ExportSourceNetworkCfnTemplateInput, arg2 ...request.Option) (*drs.ExportSourceNetworkCfnTemplateOutput, error)

ExportSourceNetworkCfnTemplateWithContext mocks base method

func (*MockDrsAPI) GetFailbackReplicationConfiguration

GetFailbackReplicationConfiguration mocks base method

func (*MockDrsAPI) GetFailbackReplicationConfigurationRequest

GetFailbackReplicationConfigurationRequest mocks base method

func (*MockDrsAPI) GetFailbackReplicationConfigurationWithContext

func (m *MockDrsAPI) GetFailbackReplicationConfigurationWithContext(arg0 context.Context, arg1 *drs.GetFailbackReplicationConfigurationInput, arg2 ...request.Option) (*drs.GetFailbackReplicationConfigurationOutput, error)

GetFailbackReplicationConfigurationWithContext mocks base method

func (*MockDrsAPI) GetLaunchConfiguration

func (m *MockDrsAPI) GetLaunchConfiguration(arg0 *drs.GetLaunchConfigurationInput) (*drs.GetLaunchConfigurationOutput, error)

GetLaunchConfiguration mocks base method

func (*MockDrsAPI) GetLaunchConfigurationRequest

func (m *MockDrsAPI) GetLaunchConfigurationRequest(arg0 *drs.GetLaunchConfigurationInput) (*request.Request, *drs.GetLaunchConfigurationOutput)

GetLaunchConfigurationRequest mocks base method

func (*MockDrsAPI) GetLaunchConfigurationWithContext

func (m *MockDrsAPI) GetLaunchConfigurationWithContext(arg0 context.Context, arg1 *drs.GetLaunchConfigurationInput, arg2 ...request.Option) (*drs.GetLaunchConfigurationOutput, error)

GetLaunchConfigurationWithContext mocks base method

func (*MockDrsAPI) GetReplicationConfiguration

GetReplicationConfiguration mocks base method

func (*MockDrsAPI) GetReplicationConfigurationRequest

func (m *MockDrsAPI) GetReplicationConfigurationRequest(arg0 *drs.GetReplicationConfigurationInput) (*request.Request, *drs.GetReplicationConfigurationOutput)

GetReplicationConfigurationRequest mocks base method

func (*MockDrsAPI) GetReplicationConfigurationWithContext

func (m *MockDrsAPI) GetReplicationConfigurationWithContext(arg0 context.Context, arg1 *drs.GetReplicationConfigurationInput, arg2 ...request.Option) (*drs.GetReplicationConfigurationOutput, error)

GetReplicationConfigurationWithContext mocks base method

func (*MockDrsAPI) InitializeService

func (m *MockDrsAPI) InitializeService(arg0 *drs.InitializeServiceInput) (*drs.InitializeServiceOutput, error)

InitializeService mocks base method

func (*MockDrsAPI) InitializeServiceRequest

func (m *MockDrsAPI) InitializeServiceRequest(arg0 *drs.InitializeServiceInput) (*request.Request, *drs.InitializeServiceOutput)

InitializeServiceRequest mocks base method

func (*MockDrsAPI) InitializeServiceWithContext

func (m *MockDrsAPI) InitializeServiceWithContext(arg0 context.Context, arg1 *drs.InitializeServiceInput, arg2 ...request.Option) (*drs.InitializeServiceOutput, error)

InitializeServiceWithContext mocks base method

func (*MockDrsAPI) ListExtensibleSourceServers added in v1.44.25

ListExtensibleSourceServers mocks base method

func (*MockDrsAPI) ListExtensibleSourceServersPages added in v1.44.25

func (m *MockDrsAPI) ListExtensibleSourceServersPages(arg0 *drs.ListExtensibleSourceServersInput, arg1 func(*drs.ListExtensibleSourceServersOutput, bool) bool) error

ListExtensibleSourceServersPages mocks base method

func (*MockDrsAPI) ListExtensibleSourceServersPagesWithContext added in v1.44.25

func (m *MockDrsAPI) ListExtensibleSourceServersPagesWithContext(arg0 context.Context, arg1 *drs.ListExtensibleSourceServersInput, arg2 func(*drs.ListExtensibleSourceServersOutput, bool) bool, arg3 ...request.Option) error

ListExtensibleSourceServersPagesWithContext mocks base method

func (*MockDrsAPI) ListExtensibleSourceServersRequest added in v1.44.25

func (m *MockDrsAPI) ListExtensibleSourceServersRequest(arg0 *drs.ListExtensibleSourceServersInput) (*request.Request, *drs.ListExtensibleSourceServersOutput)

ListExtensibleSourceServersRequest mocks base method

func (*MockDrsAPI) ListExtensibleSourceServersWithContext added in v1.44.25

func (m *MockDrsAPI) ListExtensibleSourceServersWithContext(arg0 context.Context, arg1 *drs.ListExtensibleSourceServersInput, arg2 ...request.Option) (*drs.ListExtensibleSourceServersOutput, error)

ListExtensibleSourceServersWithContext mocks base method

func (*MockDrsAPI) ListLaunchActions added in v1.45.9

func (m *MockDrsAPI) ListLaunchActions(arg0 *drs.ListLaunchActionsInput) (*drs.ListLaunchActionsOutput, error)

ListLaunchActions mocks base method

func (*MockDrsAPI) ListLaunchActionsPages added in v1.45.9

func (m *MockDrsAPI) ListLaunchActionsPages(arg0 *drs.ListLaunchActionsInput, arg1 func(*drs.ListLaunchActionsOutput, bool) bool) error

ListLaunchActionsPages mocks base method

func (*MockDrsAPI) ListLaunchActionsPagesWithContext added in v1.45.9

func (m *MockDrsAPI) ListLaunchActionsPagesWithContext(arg0 context.Context, arg1 *drs.ListLaunchActionsInput, arg2 func(*drs.ListLaunchActionsOutput, bool) bool, arg3 ...request.Option) error

ListLaunchActionsPagesWithContext mocks base method

func (*MockDrsAPI) ListLaunchActionsRequest added in v1.45.9

func (m *MockDrsAPI) ListLaunchActionsRequest(arg0 *drs.ListLaunchActionsInput) (*request.Request, *drs.ListLaunchActionsOutput)

ListLaunchActionsRequest mocks base method

func (*MockDrsAPI) ListLaunchActionsWithContext added in v1.45.9

func (m *MockDrsAPI) ListLaunchActionsWithContext(arg0 context.Context, arg1 *drs.ListLaunchActionsInput, arg2 ...request.Option) (*drs.ListLaunchActionsOutput, error)

ListLaunchActionsWithContext mocks base method

func (*MockDrsAPI) ListStagingAccounts added in v1.44.25

func (m *MockDrsAPI) ListStagingAccounts(arg0 *drs.ListStagingAccountsInput) (*drs.ListStagingAccountsOutput, error)

ListStagingAccounts mocks base method

func (*MockDrsAPI) ListStagingAccountsPages added in v1.44.25

func (m *MockDrsAPI) ListStagingAccountsPages(arg0 *drs.ListStagingAccountsInput, arg1 func(*drs.ListStagingAccountsOutput, bool) bool) error

ListStagingAccountsPages mocks base method

func (*MockDrsAPI) ListStagingAccountsPagesWithContext added in v1.44.25

func (m *MockDrsAPI) ListStagingAccountsPagesWithContext(arg0 context.Context, arg1 *drs.ListStagingAccountsInput, arg2 func(*drs.ListStagingAccountsOutput, bool) bool, arg3 ...request.Option) error

ListStagingAccountsPagesWithContext mocks base method

func (*MockDrsAPI) ListStagingAccountsRequest added in v1.44.25

func (m *MockDrsAPI) ListStagingAccountsRequest(arg0 *drs.ListStagingAccountsInput) (*request.Request, *drs.ListStagingAccountsOutput)

ListStagingAccountsRequest mocks base method

func (*MockDrsAPI) ListStagingAccountsWithContext added in v1.44.25

func (m *MockDrsAPI) ListStagingAccountsWithContext(arg0 context.Context, arg1 *drs.ListStagingAccountsInput, arg2 ...request.Option) (*drs.ListStagingAccountsOutput, error)

ListStagingAccountsWithContext mocks base method

func (*MockDrsAPI) ListTagsForResource

func (m *MockDrsAPI) ListTagsForResource(arg0 *drs.ListTagsForResourceInput) (*drs.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method

func (*MockDrsAPI) ListTagsForResourceRequest

func (m *MockDrsAPI) ListTagsForResourceRequest(arg0 *drs.ListTagsForResourceInput) (*request.Request, *drs.ListTagsForResourceOutput)

ListTagsForResourceRequest mocks base method

func (*MockDrsAPI) ListTagsForResourceWithContext

func (m *MockDrsAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *drs.ListTagsForResourceInput, arg2 ...request.Option) (*drs.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method

func (*MockDrsAPI) PutLaunchAction added in v1.45.9

func (m *MockDrsAPI) PutLaunchAction(arg0 *drs.PutLaunchActionInput) (*drs.PutLaunchActionOutput, error)

PutLaunchAction mocks base method

func (*MockDrsAPI) PutLaunchActionRequest added in v1.45.9

func (m *MockDrsAPI) PutLaunchActionRequest(arg0 *drs.PutLaunchActionInput) (*request.Request, *drs.PutLaunchActionOutput)

PutLaunchActionRequest mocks base method

func (*MockDrsAPI) PutLaunchActionWithContext added in v1.45.9

func (m *MockDrsAPI) PutLaunchActionWithContext(arg0 context.Context, arg1 *drs.PutLaunchActionInput, arg2 ...request.Option) (*drs.PutLaunchActionOutput, error)

PutLaunchActionWithContext mocks base method

func (*MockDrsAPI) RetryDataReplication

func (m *MockDrsAPI) RetryDataReplication(arg0 *drs.RetryDataReplicationInput) (*drs.RetryDataReplicationOutput, error)

RetryDataReplication mocks base method

func (*MockDrsAPI) RetryDataReplicationRequest

func (m *MockDrsAPI) RetryDataReplicationRequest(arg0 *drs.RetryDataReplicationInput) (*request.Request, *drs.RetryDataReplicationOutput)

RetryDataReplicationRequest mocks base method

func (*MockDrsAPI) RetryDataReplicationWithContext

func (m *MockDrsAPI) RetryDataReplicationWithContext(arg0 context.Context, arg1 *drs.RetryDataReplicationInput, arg2 ...request.Option) (*drs.RetryDataReplicationOutput, error)

RetryDataReplicationWithContext mocks base method

func (*MockDrsAPI) ReverseReplication added in v1.44.146

func (m *MockDrsAPI) ReverseReplication(arg0 *drs.ReverseReplicationInput) (*drs.ReverseReplicationOutput, error)

ReverseReplication mocks base method

func (*MockDrsAPI) ReverseReplicationRequest added in v1.44.146

func (m *MockDrsAPI) ReverseReplicationRequest(arg0 *drs.ReverseReplicationInput) (*request.Request, *drs.ReverseReplicationOutput)

ReverseReplicationRequest mocks base method

func (*MockDrsAPI) ReverseReplicationWithContext added in v1.44.146

func (m *MockDrsAPI) ReverseReplicationWithContext(arg0 context.Context, arg1 *drs.ReverseReplicationInput, arg2 ...request.Option) (*drs.ReverseReplicationOutput, error)

ReverseReplicationWithContext mocks base method

func (*MockDrsAPI) StartFailbackLaunch

func (m *MockDrsAPI) StartFailbackLaunch(arg0 *drs.StartFailbackLaunchInput) (*drs.StartFailbackLaunchOutput, error)

StartFailbackLaunch mocks base method

func (*MockDrsAPI) StartFailbackLaunchRequest

func (m *MockDrsAPI) StartFailbackLaunchRequest(arg0 *drs.StartFailbackLaunchInput) (*request.Request, *drs.StartFailbackLaunchOutput)

StartFailbackLaunchRequest mocks base method

func (*MockDrsAPI) StartFailbackLaunchWithContext

func (m *MockDrsAPI) StartFailbackLaunchWithContext(arg0 context.Context, arg1 *drs.StartFailbackLaunchInput, arg2 ...request.Option) (*drs.StartFailbackLaunchOutput, error)

StartFailbackLaunchWithContext mocks base method

func (*MockDrsAPI) StartRecovery

func (m *MockDrsAPI) StartRecovery(arg0 *drs.StartRecoveryInput) (*drs.StartRecoveryOutput, error)

StartRecovery mocks base method

func (*MockDrsAPI) StartRecoveryRequest

func (m *MockDrsAPI) StartRecoveryRequest(arg0 *drs.StartRecoveryInput) (*request.Request, *drs.StartRecoveryOutput)

StartRecoveryRequest mocks base method

func (*MockDrsAPI) StartRecoveryWithContext

func (m *MockDrsAPI) StartRecoveryWithContext(arg0 context.Context, arg1 *drs.StartRecoveryInput, arg2 ...request.Option) (*drs.StartRecoveryOutput, error)

StartRecoveryWithContext mocks base method

func (*MockDrsAPI) StartReplication added in v1.44.146

func (m *MockDrsAPI) StartReplication(arg0 *drs.StartReplicationInput) (*drs.StartReplicationOutput, error)

StartReplication mocks base method

func (*MockDrsAPI) StartReplicationRequest added in v1.44.146

func (m *MockDrsAPI) StartReplicationRequest(arg0 *drs.StartReplicationInput) (*request.Request, *drs.StartReplicationOutput)

StartReplicationRequest mocks base method

func (*MockDrsAPI) StartReplicationWithContext added in v1.44.146

func (m *MockDrsAPI) StartReplicationWithContext(arg0 context.Context, arg1 *drs.StartReplicationInput, arg2 ...request.Option) (*drs.StartReplicationOutput, error)

StartReplicationWithContext mocks base method

func (*MockDrsAPI) StartSourceNetworkRecovery added in v1.44.282

StartSourceNetworkRecovery mocks base method

func (*MockDrsAPI) StartSourceNetworkRecoveryRequest added in v1.44.282

func (m *MockDrsAPI) StartSourceNetworkRecoveryRequest(arg0 *drs.StartSourceNetworkRecoveryInput) (*request.Request, *drs.StartSourceNetworkRecoveryOutput)

StartSourceNetworkRecoveryRequest mocks base method

func (*MockDrsAPI) StartSourceNetworkRecoveryWithContext added in v1.44.282

func (m *MockDrsAPI) StartSourceNetworkRecoveryWithContext(arg0 context.Context, arg1 *drs.StartSourceNetworkRecoveryInput, arg2 ...request.Option) (*drs.StartSourceNetworkRecoveryOutput, error)

StartSourceNetworkRecoveryWithContext mocks base method

func (*MockDrsAPI) StartSourceNetworkReplication added in v1.44.282

StartSourceNetworkReplication mocks base method

func (*MockDrsAPI) StartSourceNetworkReplicationRequest added in v1.44.282

func (m *MockDrsAPI) StartSourceNetworkReplicationRequest(arg0 *drs.StartSourceNetworkReplicationInput) (*request.Request, *drs.StartSourceNetworkReplicationOutput)

StartSourceNetworkReplicationRequest mocks base method

func (*MockDrsAPI) StartSourceNetworkReplicationWithContext added in v1.44.282

func (m *MockDrsAPI) StartSourceNetworkReplicationWithContext(arg0 context.Context, arg1 *drs.StartSourceNetworkReplicationInput, arg2 ...request.Option) (*drs.StartSourceNetworkReplicationOutput, error)

StartSourceNetworkReplicationWithContext mocks base method

func (*MockDrsAPI) StopFailback

func (m *MockDrsAPI) StopFailback(arg0 *drs.StopFailbackInput) (*drs.StopFailbackOutput, error)

StopFailback mocks base method

func (*MockDrsAPI) StopFailbackRequest

func (m *MockDrsAPI) StopFailbackRequest(arg0 *drs.StopFailbackInput) (*request.Request, *drs.StopFailbackOutput)

StopFailbackRequest mocks base method

func (*MockDrsAPI) StopFailbackWithContext

func (m *MockDrsAPI) StopFailbackWithContext(arg0 context.Context, arg1 *drs.StopFailbackInput, arg2 ...request.Option) (*drs.StopFailbackOutput, error)

StopFailbackWithContext mocks base method

func (*MockDrsAPI) StopReplication added in v1.44.146

func (m *MockDrsAPI) StopReplication(arg0 *drs.StopReplicationInput) (*drs.StopReplicationOutput, error)

StopReplication mocks base method

func (*MockDrsAPI) StopReplicationRequest added in v1.44.146

func (m *MockDrsAPI) StopReplicationRequest(arg0 *drs.StopReplicationInput) (*request.Request, *drs.StopReplicationOutput)

StopReplicationRequest mocks base method

func (*MockDrsAPI) StopReplicationWithContext added in v1.44.146

func (m *MockDrsAPI) StopReplicationWithContext(arg0 context.Context, arg1 *drs.StopReplicationInput, arg2 ...request.Option) (*drs.StopReplicationOutput, error)

StopReplicationWithContext mocks base method

func (*MockDrsAPI) StopSourceNetworkReplication added in v1.44.282

StopSourceNetworkReplication mocks base method

func (*MockDrsAPI) StopSourceNetworkReplicationRequest added in v1.44.282

func (m *MockDrsAPI) StopSourceNetworkReplicationRequest(arg0 *drs.StopSourceNetworkReplicationInput) (*request.Request, *drs.StopSourceNetworkReplicationOutput)

StopSourceNetworkReplicationRequest mocks base method

func (*MockDrsAPI) StopSourceNetworkReplicationWithContext added in v1.44.282

func (m *MockDrsAPI) StopSourceNetworkReplicationWithContext(arg0 context.Context, arg1 *drs.StopSourceNetworkReplicationInput, arg2 ...request.Option) (*drs.StopSourceNetworkReplicationOutput, error)

StopSourceNetworkReplicationWithContext mocks base method

func (*MockDrsAPI) TagResource

func (m *MockDrsAPI) TagResource(arg0 *drs.TagResourceInput) (*drs.TagResourceOutput, error)

TagResource mocks base method

func (*MockDrsAPI) TagResourceRequest

func (m *MockDrsAPI) TagResourceRequest(arg0 *drs.TagResourceInput) (*request.Request, *drs.TagResourceOutput)

TagResourceRequest mocks base method

func (*MockDrsAPI) TagResourceWithContext

func (m *MockDrsAPI) TagResourceWithContext(arg0 context.Context, arg1 *drs.TagResourceInput, arg2 ...request.Option) (*drs.TagResourceOutput, error)

TagResourceWithContext mocks base method

func (*MockDrsAPI) TerminateRecoveryInstances

TerminateRecoveryInstances mocks base method

func (*MockDrsAPI) TerminateRecoveryInstancesRequest

func (m *MockDrsAPI) TerminateRecoveryInstancesRequest(arg0 *drs.TerminateRecoveryInstancesInput) (*request.Request, *drs.TerminateRecoveryInstancesOutput)

TerminateRecoveryInstancesRequest mocks base method

func (*MockDrsAPI) TerminateRecoveryInstancesWithContext

func (m *MockDrsAPI) TerminateRecoveryInstancesWithContext(arg0 context.Context, arg1 *drs.TerminateRecoveryInstancesInput, arg2 ...request.Option) (*drs.TerminateRecoveryInstancesOutput, error)

TerminateRecoveryInstancesWithContext mocks base method

func (*MockDrsAPI) UntagResource

func (m *MockDrsAPI) UntagResource(arg0 *drs.UntagResourceInput) (*drs.UntagResourceOutput, error)

UntagResource mocks base method

func (*MockDrsAPI) UntagResourceRequest

func (m *MockDrsAPI) UntagResourceRequest(arg0 *drs.UntagResourceInput) (*request.Request, *drs.UntagResourceOutput)

UntagResourceRequest mocks base method

func (*MockDrsAPI) UntagResourceWithContext

func (m *MockDrsAPI) UntagResourceWithContext(arg0 context.Context, arg1 *drs.UntagResourceInput, arg2 ...request.Option) (*drs.UntagResourceOutput, error)

UntagResourceWithContext mocks base method

func (*MockDrsAPI) UpdateFailbackReplicationConfiguration

UpdateFailbackReplicationConfiguration mocks base method

func (*MockDrsAPI) UpdateFailbackReplicationConfigurationRequest

UpdateFailbackReplicationConfigurationRequest mocks base method

func (*MockDrsAPI) UpdateFailbackReplicationConfigurationWithContext

func (m *MockDrsAPI) UpdateFailbackReplicationConfigurationWithContext(arg0 context.Context, arg1 *drs.UpdateFailbackReplicationConfigurationInput, arg2 ...request.Option) (*drs.UpdateFailbackReplicationConfigurationOutput, error)

UpdateFailbackReplicationConfigurationWithContext mocks base method

func (*MockDrsAPI) UpdateLaunchConfiguration

UpdateLaunchConfiguration mocks base method

func (*MockDrsAPI) UpdateLaunchConfigurationRequest

func (m *MockDrsAPI) UpdateLaunchConfigurationRequest(arg0 *drs.UpdateLaunchConfigurationInput) (*request.Request, *drs.UpdateLaunchConfigurationOutput)

UpdateLaunchConfigurationRequest mocks base method

func (*MockDrsAPI) UpdateLaunchConfigurationTemplate added in v1.44.245

UpdateLaunchConfigurationTemplate mocks base method

func (*MockDrsAPI) UpdateLaunchConfigurationTemplateRequest added in v1.44.245

UpdateLaunchConfigurationTemplateRequest mocks base method

func (*MockDrsAPI) UpdateLaunchConfigurationTemplateWithContext added in v1.44.245

func (m *MockDrsAPI) UpdateLaunchConfigurationTemplateWithContext(arg0 context.Context, arg1 *drs.UpdateLaunchConfigurationTemplateInput, arg2 ...request.Option) (*drs.UpdateLaunchConfigurationTemplateOutput, error)

UpdateLaunchConfigurationTemplateWithContext mocks base method

func (*MockDrsAPI) UpdateLaunchConfigurationWithContext

func (m *MockDrsAPI) UpdateLaunchConfigurationWithContext(arg0 context.Context, arg1 *drs.UpdateLaunchConfigurationInput, arg2 ...request.Option) (*drs.UpdateLaunchConfigurationOutput, error)

UpdateLaunchConfigurationWithContext mocks base method

func (*MockDrsAPI) UpdateReplicationConfiguration

UpdateReplicationConfiguration mocks base method

func (*MockDrsAPI) UpdateReplicationConfigurationRequest

func (m *MockDrsAPI) UpdateReplicationConfigurationRequest(arg0 *drs.UpdateReplicationConfigurationInput) (*request.Request, *drs.UpdateReplicationConfigurationOutput)

UpdateReplicationConfigurationRequest mocks base method

func (*MockDrsAPI) UpdateReplicationConfigurationTemplate

UpdateReplicationConfigurationTemplate mocks base method

func (*MockDrsAPI) UpdateReplicationConfigurationTemplateRequest

UpdateReplicationConfigurationTemplateRequest mocks base method

func (*MockDrsAPI) UpdateReplicationConfigurationTemplateWithContext

func (m *MockDrsAPI) UpdateReplicationConfigurationTemplateWithContext(arg0 context.Context, arg1 *drs.UpdateReplicationConfigurationTemplateInput, arg2 ...request.Option) (*drs.UpdateReplicationConfigurationTemplateOutput, error)

UpdateReplicationConfigurationTemplateWithContext mocks base method

func (*MockDrsAPI) UpdateReplicationConfigurationWithContext

func (m *MockDrsAPI) UpdateReplicationConfigurationWithContext(arg0 context.Context, arg1 *drs.UpdateReplicationConfigurationInput, arg2 ...request.Option) (*drs.UpdateReplicationConfigurationOutput, error)

UpdateReplicationConfigurationWithContext mocks base method

type MockDrsAPIMockRecorder

type MockDrsAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockDrsAPIMockRecorder is the mock recorder for MockDrsAPI

func (*MockDrsAPIMockRecorder) AssociateSourceNetworkStack added in v1.44.282

func (mr *MockDrsAPIMockRecorder) AssociateSourceNetworkStack(arg0 interface{}) *gomock.Call

AssociateSourceNetworkStack indicates an expected call of AssociateSourceNetworkStack

func (*MockDrsAPIMockRecorder) AssociateSourceNetworkStackRequest added in v1.44.282

func (mr *MockDrsAPIMockRecorder) AssociateSourceNetworkStackRequest(arg0 interface{}) *gomock.Call

AssociateSourceNetworkStackRequest indicates an expected call of AssociateSourceNetworkStackRequest

func (*MockDrsAPIMockRecorder) AssociateSourceNetworkStackWithContext added in v1.44.282

func (mr *MockDrsAPIMockRecorder) AssociateSourceNetworkStackWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateSourceNetworkStackWithContext indicates an expected call of AssociateSourceNetworkStackWithContext

func (*MockDrsAPIMockRecorder) CreateExtendedSourceServer added in v1.44.25

func (mr *MockDrsAPIMockRecorder) CreateExtendedSourceServer(arg0 interface{}) *gomock.Call

CreateExtendedSourceServer indicates an expected call of CreateExtendedSourceServer

func (*MockDrsAPIMockRecorder) CreateExtendedSourceServerRequest added in v1.44.25

func (mr *MockDrsAPIMockRecorder) CreateExtendedSourceServerRequest(arg0 interface{}) *gomock.Call

CreateExtendedSourceServerRequest indicates an expected call of CreateExtendedSourceServerRequest

func (*MockDrsAPIMockRecorder) CreateExtendedSourceServerWithContext added in v1.44.25

func (mr *MockDrsAPIMockRecorder) CreateExtendedSourceServerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateExtendedSourceServerWithContext indicates an expected call of CreateExtendedSourceServerWithContext

func (*MockDrsAPIMockRecorder) CreateLaunchConfigurationTemplate added in v1.44.245

func (mr *MockDrsAPIMockRecorder) CreateLaunchConfigurationTemplate(arg0 interface{}) *gomock.Call

CreateLaunchConfigurationTemplate indicates an expected call of CreateLaunchConfigurationTemplate

func (*MockDrsAPIMockRecorder) CreateLaunchConfigurationTemplateRequest added in v1.44.245

func (mr *MockDrsAPIMockRecorder) CreateLaunchConfigurationTemplateRequest(arg0 interface{}) *gomock.Call

CreateLaunchConfigurationTemplateRequest indicates an expected call of CreateLaunchConfigurationTemplateRequest

func (*MockDrsAPIMockRecorder) CreateLaunchConfigurationTemplateWithContext added in v1.44.245

func (mr *MockDrsAPIMockRecorder) CreateLaunchConfigurationTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLaunchConfigurationTemplateWithContext indicates an expected call of CreateLaunchConfigurationTemplateWithContext

func (*MockDrsAPIMockRecorder) CreateReplicationConfigurationTemplate

func (mr *MockDrsAPIMockRecorder) CreateReplicationConfigurationTemplate(arg0 interface{}) *gomock.Call

CreateReplicationConfigurationTemplate indicates an expected call of CreateReplicationConfigurationTemplate

func (*MockDrsAPIMockRecorder) CreateReplicationConfigurationTemplateRequest

func (mr *MockDrsAPIMockRecorder) CreateReplicationConfigurationTemplateRequest(arg0 interface{}) *gomock.Call

CreateReplicationConfigurationTemplateRequest indicates an expected call of CreateReplicationConfigurationTemplateRequest

func (*MockDrsAPIMockRecorder) CreateReplicationConfigurationTemplateWithContext

func (mr *MockDrsAPIMockRecorder) CreateReplicationConfigurationTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateReplicationConfigurationTemplateWithContext indicates an expected call of CreateReplicationConfigurationTemplateWithContext

func (*MockDrsAPIMockRecorder) CreateSourceNetwork added in v1.44.282

func (mr *MockDrsAPIMockRecorder) CreateSourceNetwork(arg0 interface{}) *gomock.Call

CreateSourceNetwork indicates an expected call of CreateSourceNetwork

func (*MockDrsAPIMockRecorder) CreateSourceNetworkRequest added in v1.44.282

func (mr *MockDrsAPIMockRecorder) CreateSourceNetworkRequest(arg0 interface{}) *gomock.Call

CreateSourceNetworkRequest indicates an expected call of CreateSourceNetworkRequest

func (*MockDrsAPIMockRecorder) CreateSourceNetworkWithContext added in v1.44.282

func (mr *MockDrsAPIMockRecorder) CreateSourceNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSourceNetworkWithContext indicates an expected call of CreateSourceNetworkWithContext

func (*MockDrsAPIMockRecorder) DeleteJob

func (mr *MockDrsAPIMockRecorder) DeleteJob(arg0 interface{}) *gomock.Call

DeleteJob indicates an expected call of DeleteJob

func (*MockDrsAPIMockRecorder) DeleteJobRequest

func (mr *MockDrsAPIMockRecorder) DeleteJobRequest(arg0 interface{}) *gomock.Call

DeleteJobRequest indicates an expected call of DeleteJobRequest

func (*MockDrsAPIMockRecorder) DeleteJobWithContext

func (mr *MockDrsAPIMockRecorder) DeleteJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteJobWithContext indicates an expected call of DeleteJobWithContext

func (*MockDrsAPIMockRecorder) DeleteLaunchAction added in v1.45.9

func (mr *MockDrsAPIMockRecorder) DeleteLaunchAction(arg0 interface{}) *gomock.Call

DeleteLaunchAction indicates an expected call of DeleteLaunchAction

func (*MockDrsAPIMockRecorder) DeleteLaunchActionRequest added in v1.45.9

func (mr *MockDrsAPIMockRecorder) DeleteLaunchActionRequest(arg0 interface{}) *gomock.Call

DeleteLaunchActionRequest indicates an expected call of DeleteLaunchActionRequest

func (*MockDrsAPIMockRecorder) DeleteLaunchActionWithContext added in v1.45.9

func (mr *MockDrsAPIMockRecorder) DeleteLaunchActionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLaunchActionWithContext indicates an expected call of DeleteLaunchActionWithContext

func (*MockDrsAPIMockRecorder) DeleteLaunchConfigurationTemplate added in v1.44.245

func (mr *MockDrsAPIMockRecorder) DeleteLaunchConfigurationTemplate(arg0 interface{}) *gomock.Call

DeleteLaunchConfigurationTemplate indicates an expected call of DeleteLaunchConfigurationTemplate

func (*MockDrsAPIMockRecorder) DeleteLaunchConfigurationTemplateRequest added in v1.44.245

func (mr *MockDrsAPIMockRecorder) DeleteLaunchConfigurationTemplateRequest(arg0 interface{}) *gomock.Call

DeleteLaunchConfigurationTemplateRequest indicates an expected call of DeleteLaunchConfigurationTemplateRequest

func (*MockDrsAPIMockRecorder) DeleteLaunchConfigurationTemplateWithContext added in v1.44.245

func (mr *MockDrsAPIMockRecorder) DeleteLaunchConfigurationTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLaunchConfigurationTemplateWithContext indicates an expected call of DeleteLaunchConfigurationTemplateWithContext

func (*MockDrsAPIMockRecorder) DeleteRecoveryInstance

func (mr *MockDrsAPIMockRecorder) DeleteRecoveryInstance(arg0 interface{}) *gomock.Call

DeleteRecoveryInstance indicates an expected call of DeleteRecoveryInstance

func (*MockDrsAPIMockRecorder) DeleteRecoveryInstanceRequest

func (mr *MockDrsAPIMockRecorder) DeleteRecoveryInstanceRequest(arg0 interface{}) *gomock.Call

DeleteRecoveryInstanceRequest indicates an expected call of DeleteRecoveryInstanceRequest

func (*MockDrsAPIMockRecorder) DeleteRecoveryInstanceWithContext

func (mr *MockDrsAPIMockRecorder) DeleteRecoveryInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRecoveryInstanceWithContext indicates an expected call of DeleteRecoveryInstanceWithContext

func (*MockDrsAPIMockRecorder) DeleteReplicationConfigurationTemplate

func (mr *MockDrsAPIMockRecorder) DeleteReplicationConfigurationTemplate(arg0 interface{}) *gomock.Call

DeleteReplicationConfigurationTemplate indicates an expected call of DeleteReplicationConfigurationTemplate

func (*MockDrsAPIMockRecorder) DeleteReplicationConfigurationTemplateRequest

func (mr *MockDrsAPIMockRecorder) DeleteReplicationConfigurationTemplateRequest(arg0 interface{}) *gomock.Call

DeleteReplicationConfigurationTemplateRequest indicates an expected call of DeleteReplicationConfigurationTemplateRequest

func (*MockDrsAPIMockRecorder) DeleteReplicationConfigurationTemplateWithContext

func (mr *MockDrsAPIMockRecorder) DeleteReplicationConfigurationTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteReplicationConfigurationTemplateWithContext indicates an expected call of DeleteReplicationConfigurationTemplateWithContext

func (*MockDrsAPIMockRecorder) DeleteSourceNetwork added in v1.44.282

func (mr *MockDrsAPIMockRecorder) DeleteSourceNetwork(arg0 interface{}) *gomock.Call

DeleteSourceNetwork indicates an expected call of DeleteSourceNetwork

func (*MockDrsAPIMockRecorder) DeleteSourceNetworkRequest added in v1.44.282

func (mr *MockDrsAPIMockRecorder) DeleteSourceNetworkRequest(arg0 interface{}) *gomock.Call

DeleteSourceNetworkRequest indicates an expected call of DeleteSourceNetworkRequest

func (*MockDrsAPIMockRecorder) DeleteSourceNetworkWithContext added in v1.44.282

func (mr *MockDrsAPIMockRecorder) DeleteSourceNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSourceNetworkWithContext indicates an expected call of DeleteSourceNetworkWithContext

func (*MockDrsAPIMockRecorder) DeleteSourceServer

func (mr *MockDrsAPIMockRecorder) DeleteSourceServer(arg0 interface{}) *gomock.Call

DeleteSourceServer indicates an expected call of DeleteSourceServer

func (*MockDrsAPIMockRecorder) DeleteSourceServerRequest

func (mr *MockDrsAPIMockRecorder) DeleteSourceServerRequest(arg0 interface{}) *gomock.Call

DeleteSourceServerRequest indicates an expected call of DeleteSourceServerRequest

func (*MockDrsAPIMockRecorder) DeleteSourceServerWithContext

func (mr *MockDrsAPIMockRecorder) DeleteSourceServerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSourceServerWithContext indicates an expected call of DeleteSourceServerWithContext

func (*MockDrsAPIMockRecorder) DescribeJobLogItems

func (mr *MockDrsAPIMockRecorder) DescribeJobLogItems(arg0 interface{}) *gomock.Call

DescribeJobLogItems indicates an expected call of DescribeJobLogItems

func (*MockDrsAPIMockRecorder) DescribeJobLogItemsPages

func (mr *MockDrsAPIMockRecorder) DescribeJobLogItemsPages(arg0, arg1 interface{}) *gomock.Call

DescribeJobLogItemsPages indicates an expected call of DescribeJobLogItemsPages

func (*MockDrsAPIMockRecorder) DescribeJobLogItemsPagesWithContext

func (mr *MockDrsAPIMockRecorder) DescribeJobLogItemsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeJobLogItemsPagesWithContext indicates an expected call of DescribeJobLogItemsPagesWithContext

func (*MockDrsAPIMockRecorder) DescribeJobLogItemsRequest

func (mr *MockDrsAPIMockRecorder) DescribeJobLogItemsRequest(arg0 interface{}) *gomock.Call

DescribeJobLogItemsRequest indicates an expected call of DescribeJobLogItemsRequest

func (*MockDrsAPIMockRecorder) DescribeJobLogItemsWithContext

func (mr *MockDrsAPIMockRecorder) DescribeJobLogItemsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeJobLogItemsWithContext indicates an expected call of DescribeJobLogItemsWithContext

func (*MockDrsAPIMockRecorder) DescribeJobs

func (mr *MockDrsAPIMockRecorder) DescribeJobs(arg0 interface{}) *gomock.Call

DescribeJobs indicates an expected call of DescribeJobs

func (*MockDrsAPIMockRecorder) DescribeJobsPages

func (mr *MockDrsAPIMockRecorder) DescribeJobsPages(arg0, arg1 interface{}) *gomock.Call

DescribeJobsPages indicates an expected call of DescribeJobsPages

func (*MockDrsAPIMockRecorder) DescribeJobsPagesWithContext

func (mr *MockDrsAPIMockRecorder) DescribeJobsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeJobsPagesWithContext indicates an expected call of DescribeJobsPagesWithContext

func (*MockDrsAPIMockRecorder) DescribeJobsRequest

func (mr *MockDrsAPIMockRecorder) DescribeJobsRequest(arg0 interface{}) *gomock.Call

DescribeJobsRequest indicates an expected call of DescribeJobsRequest

func (*MockDrsAPIMockRecorder) DescribeJobsWithContext

func (mr *MockDrsAPIMockRecorder) DescribeJobsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeJobsWithContext indicates an expected call of DescribeJobsWithContext

func (*MockDrsAPIMockRecorder) DescribeLaunchConfigurationTemplates added in v1.44.245

func (mr *MockDrsAPIMockRecorder) DescribeLaunchConfigurationTemplates(arg0 interface{}) *gomock.Call

DescribeLaunchConfigurationTemplates indicates an expected call of DescribeLaunchConfigurationTemplates

func (*MockDrsAPIMockRecorder) DescribeLaunchConfigurationTemplatesPages added in v1.44.245

func (mr *MockDrsAPIMockRecorder) DescribeLaunchConfigurationTemplatesPages(arg0, arg1 interface{}) *gomock.Call

DescribeLaunchConfigurationTemplatesPages indicates an expected call of DescribeLaunchConfigurationTemplatesPages

func (*MockDrsAPIMockRecorder) DescribeLaunchConfigurationTemplatesPagesWithContext added in v1.44.245

func (mr *MockDrsAPIMockRecorder) DescribeLaunchConfigurationTemplatesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeLaunchConfigurationTemplatesPagesWithContext indicates an expected call of DescribeLaunchConfigurationTemplatesPagesWithContext

func (*MockDrsAPIMockRecorder) DescribeLaunchConfigurationTemplatesRequest added in v1.44.245

func (mr *MockDrsAPIMockRecorder) DescribeLaunchConfigurationTemplatesRequest(arg0 interface{}) *gomock.Call

DescribeLaunchConfigurationTemplatesRequest indicates an expected call of DescribeLaunchConfigurationTemplatesRequest

func (*MockDrsAPIMockRecorder) DescribeLaunchConfigurationTemplatesWithContext added in v1.44.245

func (mr *MockDrsAPIMockRecorder) DescribeLaunchConfigurationTemplatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLaunchConfigurationTemplatesWithContext indicates an expected call of DescribeLaunchConfigurationTemplatesWithContext

func (*MockDrsAPIMockRecorder) DescribeRecoveryInstances

func (mr *MockDrsAPIMockRecorder) DescribeRecoveryInstances(arg0 interface{}) *gomock.Call

DescribeRecoveryInstances indicates an expected call of DescribeRecoveryInstances

func (*MockDrsAPIMockRecorder) DescribeRecoveryInstancesPages

func (mr *MockDrsAPIMockRecorder) DescribeRecoveryInstancesPages(arg0, arg1 interface{}) *gomock.Call

DescribeRecoveryInstancesPages indicates an expected call of DescribeRecoveryInstancesPages

func (*MockDrsAPIMockRecorder) DescribeRecoveryInstancesPagesWithContext

func (mr *MockDrsAPIMockRecorder) DescribeRecoveryInstancesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeRecoveryInstancesPagesWithContext indicates an expected call of DescribeRecoveryInstancesPagesWithContext

func (*MockDrsAPIMockRecorder) DescribeRecoveryInstancesRequest

func (mr *MockDrsAPIMockRecorder) DescribeRecoveryInstancesRequest(arg0 interface{}) *gomock.Call

DescribeRecoveryInstancesRequest indicates an expected call of DescribeRecoveryInstancesRequest

func (*MockDrsAPIMockRecorder) DescribeRecoveryInstancesWithContext

func (mr *MockDrsAPIMockRecorder) DescribeRecoveryInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRecoveryInstancesWithContext indicates an expected call of DescribeRecoveryInstancesWithContext

func (*MockDrsAPIMockRecorder) DescribeRecoverySnapshots

func (mr *MockDrsAPIMockRecorder) DescribeRecoverySnapshots(arg0 interface{}) *gomock.Call

DescribeRecoverySnapshots indicates an expected call of DescribeRecoverySnapshots

func (*MockDrsAPIMockRecorder) DescribeRecoverySnapshotsPages

func (mr *MockDrsAPIMockRecorder) DescribeRecoverySnapshotsPages(arg0, arg1 interface{}) *gomock.Call

DescribeRecoverySnapshotsPages indicates an expected call of DescribeRecoverySnapshotsPages

func (*MockDrsAPIMockRecorder) DescribeRecoverySnapshotsPagesWithContext

func (mr *MockDrsAPIMockRecorder) DescribeRecoverySnapshotsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeRecoverySnapshotsPagesWithContext indicates an expected call of DescribeRecoverySnapshotsPagesWithContext

func (*MockDrsAPIMockRecorder) DescribeRecoverySnapshotsRequest

func (mr *MockDrsAPIMockRecorder) DescribeRecoverySnapshotsRequest(arg0 interface{}) *gomock.Call

DescribeRecoverySnapshotsRequest indicates an expected call of DescribeRecoverySnapshotsRequest

func (*MockDrsAPIMockRecorder) DescribeRecoverySnapshotsWithContext

func (mr *MockDrsAPIMockRecorder) DescribeRecoverySnapshotsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRecoverySnapshotsWithContext indicates an expected call of DescribeRecoverySnapshotsWithContext

func (*MockDrsAPIMockRecorder) DescribeReplicationConfigurationTemplates

func (mr *MockDrsAPIMockRecorder) DescribeReplicationConfigurationTemplates(arg0 interface{}) *gomock.Call

DescribeReplicationConfigurationTemplates indicates an expected call of DescribeReplicationConfigurationTemplates

func (*MockDrsAPIMockRecorder) DescribeReplicationConfigurationTemplatesPages

func (mr *MockDrsAPIMockRecorder) DescribeReplicationConfigurationTemplatesPages(arg0, arg1 interface{}) *gomock.Call

DescribeReplicationConfigurationTemplatesPages indicates an expected call of DescribeReplicationConfigurationTemplatesPages

func (*MockDrsAPIMockRecorder) DescribeReplicationConfigurationTemplatesPagesWithContext

func (mr *MockDrsAPIMockRecorder) DescribeReplicationConfigurationTemplatesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeReplicationConfigurationTemplatesPagesWithContext indicates an expected call of DescribeReplicationConfigurationTemplatesPagesWithContext

func (*MockDrsAPIMockRecorder) DescribeReplicationConfigurationTemplatesRequest

func (mr *MockDrsAPIMockRecorder) DescribeReplicationConfigurationTemplatesRequest(arg0 interface{}) *gomock.Call

DescribeReplicationConfigurationTemplatesRequest indicates an expected call of DescribeReplicationConfigurationTemplatesRequest

func (*MockDrsAPIMockRecorder) DescribeReplicationConfigurationTemplatesWithContext

func (mr *MockDrsAPIMockRecorder) DescribeReplicationConfigurationTemplatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReplicationConfigurationTemplatesWithContext indicates an expected call of DescribeReplicationConfigurationTemplatesWithContext

func (*MockDrsAPIMockRecorder) DescribeSourceNetworks added in v1.44.282

func (mr *MockDrsAPIMockRecorder) DescribeSourceNetworks(arg0 interface{}) *gomock.Call

DescribeSourceNetworks indicates an expected call of DescribeSourceNetworks

func (*MockDrsAPIMockRecorder) DescribeSourceNetworksPages added in v1.44.282

func (mr *MockDrsAPIMockRecorder) DescribeSourceNetworksPages(arg0, arg1 interface{}) *gomock.Call

DescribeSourceNetworksPages indicates an expected call of DescribeSourceNetworksPages

func (*MockDrsAPIMockRecorder) DescribeSourceNetworksPagesWithContext added in v1.44.282

func (mr *MockDrsAPIMockRecorder) DescribeSourceNetworksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeSourceNetworksPagesWithContext indicates an expected call of DescribeSourceNetworksPagesWithContext

func (*MockDrsAPIMockRecorder) DescribeSourceNetworksRequest added in v1.44.282

func (mr *MockDrsAPIMockRecorder) DescribeSourceNetworksRequest(arg0 interface{}) *gomock.Call

DescribeSourceNetworksRequest indicates an expected call of DescribeSourceNetworksRequest

func (*MockDrsAPIMockRecorder) DescribeSourceNetworksWithContext added in v1.44.282

func (mr *MockDrsAPIMockRecorder) DescribeSourceNetworksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSourceNetworksWithContext indicates an expected call of DescribeSourceNetworksWithContext

func (*MockDrsAPIMockRecorder) DescribeSourceServers

func (mr *MockDrsAPIMockRecorder) DescribeSourceServers(arg0 interface{}) *gomock.Call

DescribeSourceServers indicates an expected call of DescribeSourceServers

func (*MockDrsAPIMockRecorder) DescribeSourceServersPages

func (mr *MockDrsAPIMockRecorder) DescribeSourceServersPages(arg0, arg1 interface{}) *gomock.Call

DescribeSourceServersPages indicates an expected call of DescribeSourceServersPages

func (*MockDrsAPIMockRecorder) DescribeSourceServersPagesWithContext

func (mr *MockDrsAPIMockRecorder) DescribeSourceServersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeSourceServersPagesWithContext indicates an expected call of DescribeSourceServersPagesWithContext

func (*MockDrsAPIMockRecorder) DescribeSourceServersRequest

func (mr *MockDrsAPIMockRecorder) DescribeSourceServersRequest(arg0 interface{}) *gomock.Call

DescribeSourceServersRequest indicates an expected call of DescribeSourceServersRequest

func (*MockDrsAPIMockRecorder) DescribeSourceServersWithContext

func (mr *MockDrsAPIMockRecorder) DescribeSourceServersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSourceServersWithContext indicates an expected call of DescribeSourceServersWithContext

func (*MockDrsAPIMockRecorder) DisconnectRecoveryInstance

func (mr *MockDrsAPIMockRecorder) DisconnectRecoveryInstance(arg0 interface{}) *gomock.Call

DisconnectRecoveryInstance indicates an expected call of DisconnectRecoveryInstance

func (*MockDrsAPIMockRecorder) DisconnectRecoveryInstanceRequest

func (mr *MockDrsAPIMockRecorder) DisconnectRecoveryInstanceRequest(arg0 interface{}) *gomock.Call

DisconnectRecoveryInstanceRequest indicates an expected call of DisconnectRecoveryInstanceRequest

func (*MockDrsAPIMockRecorder) DisconnectRecoveryInstanceWithContext

func (mr *MockDrsAPIMockRecorder) DisconnectRecoveryInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisconnectRecoveryInstanceWithContext indicates an expected call of DisconnectRecoveryInstanceWithContext

func (*MockDrsAPIMockRecorder) DisconnectSourceServer

func (mr *MockDrsAPIMockRecorder) DisconnectSourceServer(arg0 interface{}) *gomock.Call

DisconnectSourceServer indicates an expected call of DisconnectSourceServer

func (*MockDrsAPIMockRecorder) DisconnectSourceServerRequest

func (mr *MockDrsAPIMockRecorder) DisconnectSourceServerRequest(arg0 interface{}) *gomock.Call

DisconnectSourceServerRequest indicates an expected call of DisconnectSourceServerRequest

func (*MockDrsAPIMockRecorder) DisconnectSourceServerWithContext

func (mr *MockDrsAPIMockRecorder) DisconnectSourceServerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisconnectSourceServerWithContext indicates an expected call of DisconnectSourceServerWithContext

func (*MockDrsAPIMockRecorder) ExportSourceNetworkCfnTemplate added in v1.44.282

func (mr *MockDrsAPIMockRecorder) ExportSourceNetworkCfnTemplate(arg0 interface{}) *gomock.Call

ExportSourceNetworkCfnTemplate indicates an expected call of ExportSourceNetworkCfnTemplate

func (*MockDrsAPIMockRecorder) ExportSourceNetworkCfnTemplateRequest added in v1.44.282

func (mr *MockDrsAPIMockRecorder) ExportSourceNetworkCfnTemplateRequest(arg0 interface{}) *gomock.Call

ExportSourceNetworkCfnTemplateRequest indicates an expected call of ExportSourceNetworkCfnTemplateRequest

func (*MockDrsAPIMockRecorder) ExportSourceNetworkCfnTemplateWithContext added in v1.44.282

func (mr *MockDrsAPIMockRecorder) ExportSourceNetworkCfnTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportSourceNetworkCfnTemplateWithContext indicates an expected call of ExportSourceNetworkCfnTemplateWithContext

func (*MockDrsAPIMockRecorder) GetFailbackReplicationConfiguration

func (mr *MockDrsAPIMockRecorder) GetFailbackReplicationConfiguration(arg0 interface{}) *gomock.Call

GetFailbackReplicationConfiguration indicates an expected call of GetFailbackReplicationConfiguration

func (*MockDrsAPIMockRecorder) GetFailbackReplicationConfigurationRequest

func (mr *MockDrsAPIMockRecorder) GetFailbackReplicationConfigurationRequest(arg0 interface{}) *gomock.Call

GetFailbackReplicationConfigurationRequest indicates an expected call of GetFailbackReplicationConfigurationRequest

func (*MockDrsAPIMockRecorder) GetFailbackReplicationConfigurationWithContext

func (mr *MockDrsAPIMockRecorder) GetFailbackReplicationConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetFailbackReplicationConfigurationWithContext indicates an expected call of GetFailbackReplicationConfigurationWithContext

func (*MockDrsAPIMockRecorder) GetLaunchConfiguration

func (mr *MockDrsAPIMockRecorder) GetLaunchConfiguration(arg0 interface{}) *gomock.Call

GetLaunchConfiguration indicates an expected call of GetLaunchConfiguration

func (*MockDrsAPIMockRecorder) GetLaunchConfigurationRequest

func (mr *MockDrsAPIMockRecorder) GetLaunchConfigurationRequest(arg0 interface{}) *gomock.Call

GetLaunchConfigurationRequest indicates an expected call of GetLaunchConfigurationRequest

func (*MockDrsAPIMockRecorder) GetLaunchConfigurationWithContext

func (mr *MockDrsAPIMockRecorder) GetLaunchConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLaunchConfigurationWithContext indicates an expected call of GetLaunchConfigurationWithContext

func (*MockDrsAPIMockRecorder) GetReplicationConfiguration

func (mr *MockDrsAPIMockRecorder) GetReplicationConfiguration(arg0 interface{}) *gomock.Call

GetReplicationConfiguration indicates an expected call of GetReplicationConfiguration

func (*MockDrsAPIMockRecorder) GetReplicationConfigurationRequest

func (mr *MockDrsAPIMockRecorder) GetReplicationConfigurationRequest(arg0 interface{}) *gomock.Call

GetReplicationConfigurationRequest indicates an expected call of GetReplicationConfigurationRequest

func (*MockDrsAPIMockRecorder) GetReplicationConfigurationWithContext

func (mr *MockDrsAPIMockRecorder) GetReplicationConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetReplicationConfigurationWithContext indicates an expected call of GetReplicationConfigurationWithContext

func (*MockDrsAPIMockRecorder) InitializeService

func (mr *MockDrsAPIMockRecorder) InitializeService(arg0 interface{}) *gomock.Call

InitializeService indicates an expected call of InitializeService

func (*MockDrsAPIMockRecorder) InitializeServiceRequest

func (mr *MockDrsAPIMockRecorder) InitializeServiceRequest(arg0 interface{}) *gomock.Call

InitializeServiceRequest indicates an expected call of InitializeServiceRequest

func (*MockDrsAPIMockRecorder) InitializeServiceWithContext

func (mr *MockDrsAPIMockRecorder) InitializeServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

InitializeServiceWithContext indicates an expected call of InitializeServiceWithContext

func (*MockDrsAPIMockRecorder) ListExtensibleSourceServers added in v1.44.25

func (mr *MockDrsAPIMockRecorder) ListExtensibleSourceServers(arg0 interface{}) *gomock.Call

ListExtensibleSourceServers indicates an expected call of ListExtensibleSourceServers

func (*MockDrsAPIMockRecorder) ListExtensibleSourceServersPages added in v1.44.25

func (mr *MockDrsAPIMockRecorder) ListExtensibleSourceServersPages(arg0, arg1 interface{}) *gomock.Call

ListExtensibleSourceServersPages indicates an expected call of ListExtensibleSourceServersPages

func (*MockDrsAPIMockRecorder) ListExtensibleSourceServersPagesWithContext added in v1.44.25

func (mr *MockDrsAPIMockRecorder) ListExtensibleSourceServersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListExtensibleSourceServersPagesWithContext indicates an expected call of ListExtensibleSourceServersPagesWithContext

func (*MockDrsAPIMockRecorder) ListExtensibleSourceServersRequest added in v1.44.25

func (mr *MockDrsAPIMockRecorder) ListExtensibleSourceServersRequest(arg0 interface{}) *gomock.Call

ListExtensibleSourceServersRequest indicates an expected call of ListExtensibleSourceServersRequest

func (*MockDrsAPIMockRecorder) ListExtensibleSourceServersWithContext added in v1.44.25

func (mr *MockDrsAPIMockRecorder) ListExtensibleSourceServersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListExtensibleSourceServersWithContext indicates an expected call of ListExtensibleSourceServersWithContext

func (*MockDrsAPIMockRecorder) ListLaunchActions added in v1.45.9

func (mr *MockDrsAPIMockRecorder) ListLaunchActions(arg0 interface{}) *gomock.Call

ListLaunchActions indicates an expected call of ListLaunchActions

func (*MockDrsAPIMockRecorder) ListLaunchActionsPages added in v1.45.9

func (mr *MockDrsAPIMockRecorder) ListLaunchActionsPages(arg0, arg1 interface{}) *gomock.Call

ListLaunchActionsPages indicates an expected call of ListLaunchActionsPages

func (*MockDrsAPIMockRecorder) ListLaunchActionsPagesWithContext added in v1.45.9

func (mr *MockDrsAPIMockRecorder) ListLaunchActionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListLaunchActionsPagesWithContext indicates an expected call of ListLaunchActionsPagesWithContext

func (*MockDrsAPIMockRecorder) ListLaunchActionsRequest added in v1.45.9

func (mr *MockDrsAPIMockRecorder) ListLaunchActionsRequest(arg0 interface{}) *gomock.Call

ListLaunchActionsRequest indicates an expected call of ListLaunchActionsRequest

func (*MockDrsAPIMockRecorder) ListLaunchActionsWithContext added in v1.45.9

func (mr *MockDrsAPIMockRecorder) ListLaunchActionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListLaunchActionsWithContext indicates an expected call of ListLaunchActionsWithContext

func (*MockDrsAPIMockRecorder) ListStagingAccounts added in v1.44.25

func (mr *MockDrsAPIMockRecorder) ListStagingAccounts(arg0 interface{}) *gomock.Call

ListStagingAccounts indicates an expected call of ListStagingAccounts

func (*MockDrsAPIMockRecorder) ListStagingAccountsPages added in v1.44.25

func (mr *MockDrsAPIMockRecorder) ListStagingAccountsPages(arg0, arg1 interface{}) *gomock.Call

ListStagingAccountsPages indicates an expected call of ListStagingAccountsPages

func (*MockDrsAPIMockRecorder) ListStagingAccountsPagesWithContext added in v1.44.25

func (mr *MockDrsAPIMockRecorder) ListStagingAccountsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListStagingAccountsPagesWithContext indicates an expected call of ListStagingAccountsPagesWithContext

func (*MockDrsAPIMockRecorder) ListStagingAccountsRequest added in v1.44.25

func (mr *MockDrsAPIMockRecorder) ListStagingAccountsRequest(arg0 interface{}) *gomock.Call

ListStagingAccountsRequest indicates an expected call of ListStagingAccountsRequest

func (*MockDrsAPIMockRecorder) ListStagingAccountsWithContext added in v1.44.25

func (mr *MockDrsAPIMockRecorder) ListStagingAccountsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListStagingAccountsWithContext indicates an expected call of ListStagingAccountsWithContext

func (*MockDrsAPIMockRecorder) ListTagsForResource

func (mr *MockDrsAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockDrsAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockDrsAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockDrsAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockDrsAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockDrsAPIMockRecorder) PutLaunchAction added in v1.45.9

func (mr *MockDrsAPIMockRecorder) PutLaunchAction(arg0 interface{}) *gomock.Call

PutLaunchAction indicates an expected call of PutLaunchAction

func (*MockDrsAPIMockRecorder) PutLaunchActionRequest added in v1.45.9

func (mr *MockDrsAPIMockRecorder) PutLaunchActionRequest(arg0 interface{}) *gomock.Call

PutLaunchActionRequest indicates an expected call of PutLaunchActionRequest

func (*MockDrsAPIMockRecorder) PutLaunchActionWithContext added in v1.45.9

func (mr *MockDrsAPIMockRecorder) PutLaunchActionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutLaunchActionWithContext indicates an expected call of PutLaunchActionWithContext

func (*MockDrsAPIMockRecorder) RetryDataReplication

func (mr *MockDrsAPIMockRecorder) RetryDataReplication(arg0 interface{}) *gomock.Call

RetryDataReplication indicates an expected call of RetryDataReplication

func (*MockDrsAPIMockRecorder) RetryDataReplicationRequest

func (mr *MockDrsAPIMockRecorder) RetryDataReplicationRequest(arg0 interface{}) *gomock.Call

RetryDataReplicationRequest indicates an expected call of RetryDataReplicationRequest

func (*MockDrsAPIMockRecorder) RetryDataReplicationWithContext

func (mr *MockDrsAPIMockRecorder) RetryDataReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RetryDataReplicationWithContext indicates an expected call of RetryDataReplicationWithContext

func (*MockDrsAPIMockRecorder) ReverseReplication added in v1.44.146

func (mr *MockDrsAPIMockRecorder) ReverseReplication(arg0 interface{}) *gomock.Call

ReverseReplication indicates an expected call of ReverseReplication

func (*MockDrsAPIMockRecorder) ReverseReplicationRequest added in v1.44.146

func (mr *MockDrsAPIMockRecorder) ReverseReplicationRequest(arg0 interface{}) *gomock.Call

ReverseReplicationRequest indicates an expected call of ReverseReplicationRequest

func (*MockDrsAPIMockRecorder) ReverseReplicationWithContext added in v1.44.146

func (mr *MockDrsAPIMockRecorder) ReverseReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReverseReplicationWithContext indicates an expected call of ReverseReplicationWithContext

func (*MockDrsAPIMockRecorder) StartFailbackLaunch

func (mr *MockDrsAPIMockRecorder) StartFailbackLaunch(arg0 interface{}) *gomock.Call

StartFailbackLaunch indicates an expected call of StartFailbackLaunch

func (*MockDrsAPIMockRecorder) StartFailbackLaunchRequest

func (mr *MockDrsAPIMockRecorder) StartFailbackLaunchRequest(arg0 interface{}) *gomock.Call

StartFailbackLaunchRequest indicates an expected call of StartFailbackLaunchRequest

func (*MockDrsAPIMockRecorder) StartFailbackLaunchWithContext

func (mr *MockDrsAPIMockRecorder) StartFailbackLaunchWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartFailbackLaunchWithContext indicates an expected call of StartFailbackLaunchWithContext

func (*MockDrsAPIMockRecorder) StartRecovery

func (mr *MockDrsAPIMockRecorder) StartRecovery(arg0 interface{}) *gomock.Call

StartRecovery indicates an expected call of StartRecovery

func (*MockDrsAPIMockRecorder) StartRecoveryRequest

func (mr *MockDrsAPIMockRecorder) StartRecoveryRequest(arg0 interface{}) *gomock.Call

StartRecoveryRequest indicates an expected call of StartRecoveryRequest

func (*MockDrsAPIMockRecorder) StartRecoveryWithContext

func (mr *MockDrsAPIMockRecorder) StartRecoveryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartRecoveryWithContext indicates an expected call of StartRecoveryWithContext

func (*MockDrsAPIMockRecorder) StartReplication added in v1.44.146

func (mr *MockDrsAPIMockRecorder) StartReplication(arg0 interface{}) *gomock.Call

StartReplication indicates an expected call of StartReplication

func (*MockDrsAPIMockRecorder) StartReplicationRequest added in v1.44.146

func (mr *MockDrsAPIMockRecorder) StartReplicationRequest(arg0 interface{}) *gomock.Call

StartReplicationRequest indicates an expected call of StartReplicationRequest

func (*MockDrsAPIMockRecorder) StartReplicationWithContext added in v1.44.146

func (mr *MockDrsAPIMockRecorder) StartReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartReplicationWithContext indicates an expected call of StartReplicationWithContext

func (*MockDrsAPIMockRecorder) StartSourceNetworkRecovery added in v1.44.282

func (mr *MockDrsAPIMockRecorder) StartSourceNetworkRecovery(arg0 interface{}) *gomock.Call

StartSourceNetworkRecovery indicates an expected call of StartSourceNetworkRecovery

func (*MockDrsAPIMockRecorder) StartSourceNetworkRecoveryRequest added in v1.44.282

func (mr *MockDrsAPIMockRecorder) StartSourceNetworkRecoveryRequest(arg0 interface{}) *gomock.Call

StartSourceNetworkRecoveryRequest indicates an expected call of StartSourceNetworkRecoveryRequest

func (*MockDrsAPIMockRecorder) StartSourceNetworkRecoveryWithContext added in v1.44.282

func (mr *MockDrsAPIMockRecorder) StartSourceNetworkRecoveryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartSourceNetworkRecoveryWithContext indicates an expected call of StartSourceNetworkRecoveryWithContext

func (*MockDrsAPIMockRecorder) StartSourceNetworkReplication added in v1.44.282

func (mr *MockDrsAPIMockRecorder) StartSourceNetworkReplication(arg0 interface{}) *gomock.Call

StartSourceNetworkReplication indicates an expected call of StartSourceNetworkReplication

func (*MockDrsAPIMockRecorder) StartSourceNetworkReplicationRequest added in v1.44.282

func (mr *MockDrsAPIMockRecorder) StartSourceNetworkReplicationRequest(arg0 interface{}) *gomock.Call

StartSourceNetworkReplicationRequest indicates an expected call of StartSourceNetworkReplicationRequest

func (*MockDrsAPIMockRecorder) StartSourceNetworkReplicationWithContext added in v1.44.282

func (mr *MockDrsAPIMockRecorder) StartSourceNetworkReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartSourceNetworkReplicationWithContext indicates an expected call of StartSourceNetworkReplicationWithContext

func (*MockDrsAPIMockRecorder) StopFailback

func (mr *MockDrsAPIMockRecorder) StopFailback(arg0 interface{}) *gomock.Call

StopFailback indicates an expected call of StopFailback

func (*MockDrsAPIMockRecorder) StopFailbackRequest

func (mr *MockDrsAPIMockRecorder) StopFailbackRequest(arg0 interface{}) *gomock.Call

StopFailbackRequest indicates an expected call of StopFailbackRequest

func (*MockDrsAPIMockRecorder) StopFailbackWithContext

func (mr *MockDrsAPIMockRecorder) StopFailbackWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopFailbackWithContext indicates an expected call of StopFailbackWithContext

func (*MockDrsAPIMockRecorder) StopReplication added in v1.44.146

func (mr *MockDrsAPIMockRecorder) StopReplication(arg0 interface{}) *gomock.Call

StopReplication indicates an expected call of StopReplication

func (*MockDrsAPIMockRecorder) StopReplicationRequest added in v1.44.146

func (mr *MockDrsAPIMockRecorder) StopReplicationRequest(arg0 interface{}) *gomock.Call

StopReplicationRequest indicates an expected call of StopReplicationRequest

func (*MockDrsAPIMockRecorder) StopReplicationWithContext added in v1.44.146

func (mr *MockDrsAPIMockRecorder) StopReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopReplicationWithContext indicates an expected call of StopReplicationWithContext

func (*MockDrsAPIMockRecorder) StopSourceNetworkReplication added in v1.44.282

func (mr *MockDrsAPIMockRecorder) StopSourceNetworkReplication(arg0 interface{}) *gomock.Call

StopSourceNetworkReplication indicates an expected call of StopSourceNetworkReplication

func (*MockDrsAPIMockRecorder) StopSourceNetworkReplicationRequest added in v1.44.282

func (mr *MockDrsAPIMockRecorder) StopSourceNetworkReplicationRequest(arg0 interface{}) *gomock.Call

StopSourceNetworkReplicationRequest indicates an expected call of StopSourceNetworkReplicationRequest

func (*MockDrsAPIMockRecorder) StopSourceNetworkReplicationWithContext added in v1.44.282

func (mr *MockDrsAPIMockRecorder) StopSourceNetworkReplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopSourceNetworkReplicationWithContext indicates an expected call of StopSourceNetworkReplicationWithContext

func (*MockDrsAPIMockRecorder) TagResource

func (mr *MockDrsAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource

func (*MockDrsAPIMockRecorder) TagResourceRequest

func (mr *MockDrsAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockDrsAPIMockRecorder) TagResourceWithContext

func (mr *MockDrsAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockDrsAPIMockRecorder) TerminateRecoveryInstances

func (mr *MockDrsAPIMockRecorder) TerminateRecoveryInstances(arg0 interface{}) *gomock.Call

TerminateRecoveryInstances indicates an expected call of TerminateRecoveryInstances

func (*MockDrsAPIMockRecorder) TerminateRecoveryInstancesRequest

func (mr *MockDrsAPIMockRecorder) TerminateRecoveryInstancesRequest(arg0 interface{}) *gomock.Call

TerminateRecoveryInstancesRequest indicates an expected call of TerminateRecoveryInstancesRequest

func (*MockDrsAPIMockRecorder) TerminateRecoveryInstancesWithContext

func (mr *MockDrsAPIMockRecorder) TerminateRecoveryInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TerminateRecoveryInstancesWithContext indicates an expected call of TerminateRecoveryInstancesWithContext

func (*MockDrsAPIMockRecorder) UntagResource

func (mr *MockDrsAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource

func (*MockDrsAPIMockRecorder) UntagResourceRequest

func (mr *MockDrsAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockDrsAPIMockRecorder) UntagResourceWithContext

func (mr *MockDrsAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockDrsAPIMockRecorder) UpdateFailbackReplicationConfiguration

func (mr *MockDrsAPIMockRecorder) UpdateFailbackReplicationConfiguration(arg0 interface{}) *gomock.Call

UpdateFailbackReplicationConfiguration indicates an expected call of UpdateFailbackReplicationConfiguration

func (*MockDrsAPIMockRecorder) UpdateFailbackReplicationConfigurationRequest

func (mr *MockDrsAPIMockRecorder) UpdateFailbackReplicationConfigurationRequest(arg0 interface{}) *gomock.Call

UpdateFailbackReplicationConfigurationRequest indicates an expected call of UpdateFailbackReplicationConfigurationRequest

func (*MockDrsAPIMockRecorder) UpdateFailbackReplicationConfigurationWithContext

func (mr *MockDrsAPIMockRecorder) UpdateFailbackReplicationConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateFailbackReplicationConfigurationWithContext indicates an expected call of UpdateFailbackReplicationConfigurationWithContext

func (*MockDrsAPIMockRecorder) UpdateLaunchConfiguration

func (mr *MockDrsAPIMockRecorder) UpdateLaunchConfiguration(arg0 interface{}) *gomock.Call

UpdateLaunchConfiguration indicates an expected call of UpdateLaunchConfiguration

func (*MockDrsAPIMockRecorder) UpdateLaunchConfigurationRequest

func (mr *MockDrsAPIMockRecorder) UpdateLaunchConfigurationRequest(arg0 interface{}) *gomock.Call

UpdateLaunchConfigurationRequest indicates an expected call of UpdateLaunchConfigurationRequest

func (*MockDrsAPIMockRecorder) UpdateLaunchConfigurationTemplate added in v1.44.245

func (mr *MockDrsAPIMockRecorder) UpdateLaunchConfigurationTemplate(arg0 interface{}) *gomock.Call

UpdateLaunchConfigurationTemplate indicates an expected call of UpdateLaunchConfigurationTemplate

func (*MockDrsAPIMockRecorder) UpdateLaunchConfigurationTemplateRequest added in v1.44.245

func (mr *MockDrsAPIMockRecorder) UpdateLaunchConfigurationTemplateRequest(arg0 interface{}) *gomock.Call

UpdateLaunchConfigurationTemplateRequest indicates an expected call of UpdateLaunchConfigurationTemplateRequest

func (*MockDrsAPIMockRecorder) UpdateLaunchConfigurationTemplateWithContext added in v1.44.245

func (mr *MockDrsAPIMockRecorder) UpdateLaunchConfigurationTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateLaunchConfigurationTemplateWithContext indicates an expected call of UpdateLaunchConfigurationTemplateWithContext

func (*MockDrsAPIMockRecorder) UpdateLaunchConfigurationWithContext

func (mr *MockDrsAPIMockRecorder) UpdateLaunchConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateLaunchConfigurationWithContext indicates an expected call of UpdateLaunchConfigurationWithContext

func (*MockDrsAPIMockRecorder) UpdateReplicationConfiguration

func (mr *MockDrsAPIMockRecorder) UpdateReplicationConfiguration(arg0 interface{}) *gomock.Call

UpdateReplicationConfiguration indicates an expected call of UpdateReplicationConfiguration

func (*MockDrsAPIMockRecorder) UpdateReplicationConfigurationRequest

func (mr *MockDrsAPIMockRecorder) UpdateReplicationConfigurationRequest(arg0 interface{}) *gomock.Call

UpdateReplicationConfigurationRequest indicates an expected call of UpdateReplicationConfigurationRequest

func (*MockDrsAPIMockRecorder) UpdateReplicationConfigurationTemplate

func (mr *MockDrsAPIMockRecorder) UpdateReplicationConfigurationTemplate(arg0 interface{}) *gomock.Call

UpdateReplicationConfigurationTemplate indicates an expected call of UpdateReplicationConfigurationTemplate

func (*MockDrsAPIMockRecorder) UpdateReplicationConfigurationTemplateRequest

func (mr *MockDrsAPIMockRecorder) UpdateReplicationConfigurationTemplateRequest(arg0 interface{}) *gomock.Call

UpdateReplicationConfigurationTemplateRequest indicates an expected call of UpdateReplicationConfigurationTemplateRequest

func (*MockDrsAPIMockRecorder) UpdateReplicationConfigurationTemplateWithContext

func (mr *MockDrsAPIMockRecorder) UpdateReplicationConfigurationTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateReplicationConfigurationTemplateWithContext indicates an expected call of UpdateReplicationConfigurationTemplateWithContext

func (*MockDrsAPIMockRecorder) UpdateReplicationConfigurationWithContext

func (mr *MockDrsAPIMockRecorder) UpdateReplicationConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateReplicationConfigurationWithContext indicates an expected call of UpdateReplicationConfigurationWithContext

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL