mgnmock

package
v1.44.186 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mgnmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockMgnAPI

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

MockMgnAPI is a mock of MgnAPI interface

func NewMockMgnAPI

func NewMockMgnAPI(ctrl *gomock.Controller) *MockMgnAPI

NewMockMgnAPI creates a new mock instance

func (*MockMgnAPI) ArchiveApplication added in v1.44.146

func (m *MockMgnAPI) ArchiveApplication(arg0 *mgn.ArchiveApplicationInput) (*mgn.ArchiveApplicationOutput, error)

ArchiveApplication mocks base method

func (*MockMgnAPI) ArchiveApplicationRequest added in v1.44.146

func (m *MockMgnAPI) ArchiveApplicationRequest(arg0 *mgn.ArchiveApplicationInput) (*request.Request, *mgn.ArchiveApplicationOutput)

ArchiveApplicationRequest mocks base method

func (*MockMgnAPI) ArchiveApplicationWithContext added in v1.44.146

func (m *MockMgnAPI) ArchiveApplicationWithContext(arg0 context.Context, arg1 *mgn.ArchiveApplicationInput, arg2 ...request.Option) (*mgn.ArchiveApplicationOutput, error)

ArchiveApplicationWithContext mocks base method

func (*MockMgnAPI) ArchiveWave added in v1.44.146

func (m *MockMgnAPI) ArchiveWave(arg0 *mgn.ArchiveWaveInput) (*mgn.ArchiveWaveOutput, error)

ArchiveWave mocks base method

func (*MockMgnAPI) ArchiveWaveRequest added in v1.44.146

func (m *MockMgnAPI) ArchiveWaveRequest(arg0 *mgn.ArchiveWaveInput) (*request.Request, *mgn.ArchiveWaveOutput)

ArchiveWaveRequest mocks base method

func (*MockMgnAPI) ArchiveWaveWithContext added in v1.44.146

func (m *MockMgnAPI) ArchiveWaveWithContext(arg0 context.Context, arg1 *mgn.ArchiveWaveInput, arg2 ...request.Option) (*mgn.ArchiveWaveOutput, error)

ArchiveWaveWithContext mocks base method

func (*MockMgnAPI) AssociateApplications added in v1.44.146

func (m *MockMgnAPI) AssociateApplications(arg0 *mgn.AssociateApplicationsInput) (*mgn.AssociateApplicationsOutput, error)

AssociateApplications mocks base method

func (*MockMgnAPI) AssociateApplicationsRequest added in v1.44.146

func (m *MockMgnAPI) AssociateApplicationsRequest(arg0 *mgn.AssociateApplicationsInput) (*request.Request, *mgn.AssociateApplicationsOutput)

AssociateApplicationsRequest mocks base method

func (*MockMgnAPI) AssociateApplicationsWithContext added in v1.44.146

func (m *MockMgnAPI) AssociateApplicationsWithContext(arg0 context.Context, arg1 *mgn.AssociateApplicationsInput, arg2 ...request.Option) (*mgn.AssociateApplicationsOutput, error)

AssociateApplicationsWithContext mocks base method

func (*MockMgnAPI) AssociateSourceServers added in v1.44.146

func (m *MockMgnAPI) AssociateSourceServers(arg0 *mgn.AssociateSourceServersInput) (*mgn.AssociateSourceServersOutput, error)

AssociateSourceServers mocks base method

func (*MockMgnAPI) AssociateSourceServersRequest added in v1.44.146

func (m *MockMgnAPI) AssociateSourceServersRequest(arg0 *mgn.AssociateSourceServersInput) (*request.Request, *mgn.AssociateSourceServersOutput)

AssociateSourceServersRequest mocks base method

func (*MockMgnAPI) AssociateSourceServersWithContext added in v1.44.146

func (m *MockMgnAPI) AssociateSourceServersWithContext(arg0 context.Context, arg1 *mgn.AssociateSourceServersInput, arg2 ...request.Option) (*mgn.AssociateSourceServersOutput, error)

AssociateSourceServersWithContext mocks base method

func (*MockMgnAPI) ChangeServerLifeCycleState

ChangeServerLifeCycleState mocks base method

func (*MockMgnAPI) ChangeServerLifeCycleStateRequest

func (m *MockMgnAPI) ChangeServerLifeCycleStateRequest(arg0 *mgn.ChangeServerLifeCycleStateInput) (*request.Request, *mgn.ChangeServerLifeCycleStateOutput)

ChangeServerLifeCycleStateRequest mocks base method

func (*MockMgnAPI) ChangeServerLifeCycleStateWithContext

func (m *MockMgnAPI) ChangeServerLifeCycleStateWithContext(arg0 context.Context, arg1 *mgn.ChangeServerLifeCycleStateInput, arg2 ...request.Option) (*mgn.ChangeServerLifeCycleStateOutput, error)

ChangeServerLifeCycleStateWithContext mocks base method

func (*MockMgnAPI) CreateApplication added in v1.44.146

func (m *MockMgnAPI) CreateApplication(arg0 *mgn.CreateApplicationInput) (*mgn.CreateApplicationOutput, error)

CreateApplication mocks base method

func (*MockMgnAPI) CreateApplicationRequest added in v1.44.146

func (m *MockMgnAPI) CreateApplicationRequest(arg0 *mgn.CreateApplicationInput) (*request.Request, *mgn.CreateApplicationOutput)

CreateApplicationRequest mocks base method

func (*MockMgnAPI) CreateApplicationWithContext added in v1.44.146

func (m *MockMgnAPI) CreateApplicationWithContext(arg0 context.Context, arg1 *mgn.CreateApplicationInput, arg2 ...request.Option) (*mgn.CreateApplicationOutput, error)

CreateApplicationWithContext mocks base method

func (*MockMgnAPI) CreateLaunchConfigurationTemplate added in v1.44.41

CreateLaunchConfigurationTemplate mocks base method

func (*MockMgnAPI) CreateLaunchConfigurationTemplateRequest added in v1.44.41

CreateLaunchConfigurationTemplateRequest mocks base method

func (*MockMgnAPI) CreateLaunchConfigurationTemplateWithContext added in v1.44.41

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

CreateLaunchConfigurationTemplateWithContext mocks base method

func (*MockMgnAPI) CreateReplicationConfigurationTemplate

CreateReplicationConfigurationTemplate mocks base method

func (*MockMgnAPI) CreateReplicationConfigurationTemplateRequest

CreateReplicationConfigurationTemplateRequest mocks base method

func (*MockMgnAPI) CreateReplicationConfigurationTemplateWithContext

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

CreateReplicationConfigurationTemplateWithContext mocks base method

func (*MockMgnAPI) CreateWave added in v1.44.146

func (m *MockMgnAPI) CreateWave(arg0 *mgn.CreateWaveInput) (*mgn.CreateWaveOutput, error)

CreateWave mocks base method

func (*MockMgnAPI) CreateWaveRequest added in v1.44.146

func (m *MockMgnAPI) CreateWaveRequest(arg0 *mgn.CreateWaveInput) (*request.Request, *mgn.CreateWaveOutput)

CreateWaveRequest mocks base method

func (*MockMgnAPI) CreateWaveWithContext added in v1.44.146

func (m *MockMgnAPI) CreateWaveWithContext(arg0 context.Context, arg1 *mgn.CreateWaveInput, arg2 ...request.Option) (*mgn.CreateWaveOutput, error)

CreateWaveWithContext mocks base method

func (*MockMgnAPI) DeleteApplication added in v1.44.146

func (m *MockMgnAPI) DeleteApplication(arg0 *mgn.DeleteApplicationInput) (*mgn.DeleteApplicationOutput, error)

DeleteApplication mocks base method

func (*MockMgnAPI) DeleteApplicationRequest added in v1.44.146

func (m *MockMgnAPI) DeleteApplicationRequest(arg0 *mgn.DeleteApplicationInput) (*request.Request, *mgn.DeleteApplicationOutput)

DeleteApplicationRequest mocks base method

func (*MockMgnAPI) DeleteApplicationWithContext added in v1.44.146

func (m *MockMgnAPI) DeleteApplicationWithContext(arg0 context.Context, arg1 *mgn.DeleteApplicationInput, arg2 ...request.Option) (*mgn.DeleteApplicationOutput, error)

DeleteApplicationWithContext mocks base method

func (*MockMgnAPI) DeleteJob

func (m *MockMgnAPI) DeleteJob(arg0 *mgn.DeleteJobInput) (*mgn.DeleteJobOutput, error)

DeleteJob mocks base method

func (*MockMgnAPI) DeleteJobRequest

func (m *MockMgnAPI) DeleteJobRequest(arg0 *mgn.DeleteJobInput) (*request.Request, *mgn.DeleteJobOutput)

DeleteJobRequest mocks base method

func (*MockMgnAPI) DeleteJobWithContext

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

DeleteJobWithContext mocks base method

func (*MockMgnAPI) DeleteLaunchConfigurationTemplate added in v1.44.41

DeleteLaunchConfigurationTemplate mocks base method

func (*MockMgnAPI) DeleteLaunchConfigurationTemplateRequest added in v1.44.41

DeleteLaunchConfigurationTemplateRequest mocks base method

func (*MockMgnAPI) DeleteLaunchConfigurationTemplateWithContext added in v1.44.41

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

DeleteLaunchConfigurationTemplateWithContext mocks base method

func (*MockMgnAPI) DeleteReplicationConfigurationTemplate

DeleteReplicationConfigurationTemplate mocks base method

func (*MockMgnAPI) DeleteReplicationConfigurationTemplateRequest

DeleteReplicationConfigurationTemplateRequest mocks base method

func (*MockMgnAPI) DeleteReplicationConfigurationTemplateWithContext

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

DeleteReplicationConfigurationTemplateWithContext mocks base method

func (*MockMgnAPI) DeleteSourceServer

func (m *MockMgnAPI) DeleteSourceServer(arg0 *mgn.DeleteSourceServerInput) (*mgn.DeleteSourceServerOutput, error)

DeleteSourceServer mocks base method

func (*MockMgnAPI) DeleteSourceServerRequest

func (m *MockMgnAPI) DeleteSourceServerRequest(arg0 *mgn.DeleteSourceServerInput) (*request.Request, *mgn.DeleteSourceServerOutput)

DeleteSourceServerRequest mocks base method

func (*MockMgnAPI) DeleteSourceServerWithContext

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

DeleteSourceServerWithContext mocks base method

func (*MockMgnAPI) DeleteVcenterClient

func (m *MockMgnAPI) DeleteVcenterClient(arg0 *mgn.DeleteVcenterClientInput) (*mgn.DeleteVcenterClientOutput, error)

DeleteVcenterClient mocks base method

func (*MockMgnAPI) DeleteVcenterClientRequest

func (m *MockMgnAPI) DeleteVcenterClientRequest(arg0 *mgn.DeleteVcenterClientInput) (*request.Request, *mgn.DeleteVcenterClientOutput)

DeleteVcenterClientRequest mocks base method

func (*MockMgnAPI) DeleteVcenterClientWithContext

func (m *MockMgnAPI) DeleteVcenterClientWithContext(arg0 context.Context, arg1 *mgn.DeleteVcenterClientInput, arg2 ...request.Option) (*mgn.DeleteVcenterClientOutput, error)

DeleteVcenterClientWithContext mocks base method

func (*MockMgnAPI) DeleteWave added in v1.44.146

func (m *MockMgnAPI) DeleteWave(arg0 *mgn.DeleteWaveInput) (*mgn.DeleteWaveOutput, error)

DeleteWave mocks base method

func (*MockMgnAPI) DeleteWaveRequest added in v1.44.146

func (m *MockMgnAPI) DeleteWaveRequest(arg0 *mgn.DeleteWaveInput) (*request.Request, *mgn.DeleteWaveOutput)

DeleteWaveRequest mocks base method

func (*MockMgnAPI) DeleteWaveWithContext added in v1.44.146

func (m *MockMgnAPI) DeleteWaveWithContext(arg0 context.Context, arg1 *mgn.DeleteWaveInput, arg2 ...request.Option) (*mgn.DeleteWaveOutput, error)

DeleteWaveWithContext mocks base method

func (*MockMgnAPI) DescribeJobLogItems

func (m *MockMgnAPI) DescribeJobLogItems(arg0 *mgn.DescribeJobLogItemsInput) (*mgn.DescribeJobLogItemsOutput, error)

DescribeJobLogItems mocks base method

func (*MockMgnAPI) DescribeJobLogItemsPages

func (m *MockMgnAPI) DescribeJobLogItemsPages(arg0 *mgn.DescribeJobLogItemsInput, arg1 func(*mgn.DescribeJobLogItemsOutput, bool) bool) error

DescribeJobLogItemsPages mocks base method

func (*MockMgnAPI) DescribeJobLogItemsPagesWithContext

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

DescribeJobLogItemsPagesWithContext mocks base method

func (*MockMgnAPI) DescribeJobLogItemsRequest

func (m *MockMgnAPI) DescribeJobLogItemsRequest(arg0 *mgn.DescribeJobLogItemsInput) (*request.Request, *mgn.DescribeJobLogItemsOutput)

DescribeJobLogItemsRequest mocks base method

func (*MockMgnAPI) DescribeJobLogItemsWithContext

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

DescribeJobLogItemsWithContext mocks base method

func (*MockMgnAPI) DescribeJobs

func (m *MockMgnAPI) DescribeJobs(arg0 *mgn.DescribeJobsInput) (*mgn.DescribeJobsOutput, error)

DescribeJobs mocks base method

func (*MockMgnAPI) DescribeJobsPages

func (m *MockMgnAPI) DescribeJobsPages(arg0 *mgn.DescribeJobsInput, arg1 func(*mgn.DescribeJobsOutput, bool) bool) error

DescribeJobsPages mocks base method

func (*MockMgnAPI) DescribeJobsPagesWithContext

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

DescribeJobsPagesWithContext mocks base method

func (*MockMgnAPI) DescribeJobsRequest

func (m *MockMgnAPI) DescribeJobsRequest(arg0 *mgn.DescribeJobsInput) (*request.Request, *mgn.DescribeJobsOutput)

DescribeJobsRequest mocks base method

func (*MockMgnAPI) DescribeJobsWithContext

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

DescribeJobsWithContext mocks base method

func (*MockMgnAPI) DescribeLaunchConfigurationTemplates added in v1.44.41

DescribeLaunchConfigurationTemplates mocks base method

func (*MockMgnAPI) DescribeLaunchConfigurationTemplatesPages added in v1.44.41

func (m *MockMgnAPI) DescribeLaunchConfigurationTemplatesPages(arg0 *mgn.DescribeLaunchConfigurationTemplatesInput, arg1 func(*mgn.DescribeLaunchConfigurationTemplatesOutput, bool) bool) error

DescribeLaunchConfigurationTemplatesPages mocks base method

func (*MockMgnAPI) DescribeLaunchConfigurationTemplatesPagesWithContext added in v1.44.41

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

DescribeLaunchConfigurationTemplatesPagesWithContext mocks base method

func (*MockMgnAPI) DescribeLaunchConfigurationTemplatesRequest added in v1.44.41

DescribeLaunchConfigurationTemplatesRequest mocks base method

func (*MockMgnAPI) DescribeLaunchConfigurationTemplatesWithContext added in v1.44.41

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

DescribeLaunchConfigurationTemplatesWithContext mocks base method

func (*MockMgnAPI) DescribeReplicationConfigurationTemplates

DescribeReplicationConfigurationTemplates mocks base method

func (*MockMgnAPI) DescribeReplicationConfigurationTemplatesPages

func (m *MockMgnAPI) DescribeReplicationConfigurationTemplatesPages(arg0 *mgn.DescribeReplicationConfigurationTemplatesInput, arg1 func(*mgn.DescribeReplicationConfigurationTemplatesOutput, bool) bool) error

DescribeReplicationConfigurationTemplatesPages mocks base method

func (*MockMgnAPI) DescribeReplicationConfigurationTemplatesPagesWithContext

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

DescribeReplicationConfigurationTemplatesPagesWithContext mocks base method

func (*MockMgnAPI) DescribeReplicationConfigurationTemplatesRequest

DescribeReplicationConfigurationTemplatesRequest mocks base method

func (*MockMgnAPI) DescribeReplicationConfigurationTemplatesWithContext

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

DescribeReplicationConfigurationTemplatesWithContext mocks base method

func (*MockMgnAPI) DescribeSourceServers

func (m *MockMgnAPI) DescribeSourceServers(arg0 *mgn.DescribeSourceServersInput) (*mgn.DescribeSourceServersOutput, error)

DescribeSourceServers mocks base method

func (*MockMgnAPI) DescribeSourceServersPages

func (m *MockMgnAPI) DescribeSourceServersPages(arg0 *mgn.DescribeSourceServersInput, arg1 func(*mgn.DescribeSourceServersOutput, bool) bool) error

DescribeSourceServersPages mocks base method

func (*MockMgnAPI) DescribeSourceServersPagesWithContext

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

DescribeSourceServersPagesWithContext mocks base method

func (*MockMgnAPI) DescribeSourceServersRequest

func (m *MockMgnAPI) DescribeSourceServersRequest(arg0 *mgn.DescribeSourceServersInput) (*request.Request, *mgn.DescribeSourceServersOutput)

DescribeSourceServersRequest mocks base method

func (*MockMgnAPI) DescribeSourceServersWithContext

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

DescribeSourceServersWithContext mocks base method

func (*MockMgnAPI) DescribeVcenterClients

func (m *MockMgnAPI) DescribeVcenterClients(arg0 *mgn.DescribeVcenterClientsInput) (*mgn.DescribeVcenterClientsOutput, error)

DescribeVcenterClients mocks base method

func (*MockMgnAPI) DescribeVcenterClientsPages

func (m *MockMgnAPI) DescribeVcenterClientsPages(arg0 *mgn.DescribeVcenterClientsInput, arg1 func(*mgn.DescribeVcenterClientsOutput, bool) bool) error

DescribeVcenterClientsPages mocks base method

func (*MockMgnAPI) DescribeVcenterClientsPagesWithContext

func (m *MockMgnAPI) DescribeVcenterClientsPagesWithContext(arg0 context.Context, arg1 *mgn.DescribeVcenterClientsInput, arg2 func(*mgn.DescribeVcenterClientsOutput, bool) bool, arg3 ...request.Option) error

DescribeVcenterClientsPagesWithContext mocks base method

func (*MockMgnAPI) DescribeVcenterClientsRequest

func (m *MockMgnAPI) DescribeVcenterClientsRequest(arg0 *mgn.DescribeVcenterClientsInput) (*request.Request, *mgn.DescribeVcenterClientsOutput)

DescribeVcenterClientsRequest mocks base method

func (*MockMgnAPI) DescribeVcenterClientsWithContext

func (m *MockMgnAPI) DescribeVcenterClientsWithContext(arg0 context.Context, arg1 *mgn.DescribeVcenterClientsInput, arg2 ...request.Option) (*mgn.DescribeVcenterClientsOutput, error)

DescribeVcenterClientsWithContext mocks base method

func (*MockMgnAPI) DisassociateApplications added in v1.44.146

DisassociateApplications mocks base method

func (*MockMgnAPI) DisassociateApplicationsRequest added in v1.44.146

func (m *MockMgnAPI) DisassociateApplicationsRequest(arg0 *mgn.DisassociateApplicationsInput) (*request.Request, *mgn.DisassociateApplicationsOutput)

DisassociateApplicationsRequest mocks base method

func (*MockMgnAPI) DisassociateApplicationsWithContext added in v1.44.146

func (m *MockMgnAPI) DisassociateApplicationsWithContext(arg0 context.Context, arg1 *mgn.DisassociateApplicationsInput, arg2 ...request.Option) (*mgn.DisassociateApplicationsOutput, error)

DisassociateApplicationsWithContext mocks base method

func (*MockMgnAPI) DisassociateSourceServers added in v1.44.146

DisassociateSourceServers mocks base method

func (*MockMgnAPI) DisassociateSourceServersRequest added in v1.44.146

func (m *MockMgnAPI) DisassociateSourceServersRequest(arg0 *mgn.DisassociateSourceServersInput) (*request.Request, *mgn.DisassociateSourceServersOutput)

DisassociateSourceServersRequest mocks base method

func (*MockMgnAPI) DisassociateSourceServersWithContext added in v1.44.146

func (m *MockMgnAPI) DisassociateSourceServersWithContext(arg0 context.Context, arg1 *mgn.DisassociateSourceServersInput, arg2 ...request.Option) (*mgn.DisassociateSourceServersOutput, error)

DisassociateSourceServersWithContext mocks base method

func (*MockMgnAPI) DisconnectFromService

func (m *MockMgnAPI) DisconnectFromService(arg0 *mgn.DisconnectFromServiceInput) (*mgn.DisconnectFromServiceOutput, error)

DisconnectFromService mocks base method

func (*MockMgnAPI) DisconnectFromServiceRequest

func (m *MockMgnAPI) DisconnectFromServiceRequest(arg0 *mgn.DisconnectFromServiceInput) (*request.Request, *mgn.DisconnectFromServiceOutput)

DisconnectFromServiceRequest mocks base method

func (*MockMgnAPI) DisconnectFromServiceWithContext

func (m *MockMgnAPI) DisconnectFromServiceWithContext(arg0 context.Context, arg1 *mgn.DisconnectFromServiceInput, arg2 ...request.Option) (*mgn.DisconnectFromServiceOutput, error)

DisconnectFromServiceWithContext mocks base method

func (*MockMgnAPI) EXPECT

func (m *MockMgnAPI) EXPECT() *MockMgnAPIMockRecorder

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

func (*MockMgnAPI) FinalizeCutover

func (m *MockMgnAPI) FinalizeCutover(arg0 *mgn.FinalizeCutoverInput) (*mgn.FinalizeCutoverOutput, error)

FinalizeCutover mocks base method

func (*MockMgnAPI) FinalizeCutoverRequest

func (m *MockMgnAPI) FinalizeCutoverRequest(arg0 *mgn.FinalizeCutoverInput) (*request.Request, *mgn.FinalizeCutoverOutput)

FinalizeCutoverRequest mocks base method

func (*MockMgnAPI) FinalizeCutoverWithContext

func (m *MockMgnAPI) FinalizeCutoverWithContext(arg0 context.Context, arg1 *mgn.FinalizeCutoverInput, arg2 ...request.Option) (*mgn.FinalizeCutoverOutput, error)

FinalizeCutoverWithContext mocks base method

func (*MockMgnAPI) GetLaunchConfiguration

func (m *MockMgnAPI) GetLaunchConfiguration(arg0 *mgn.GetLaunchConfigurationInput) (*mgn.GetLaunchConfigurationOutput, error)

GetLaunchConfiguration mocks base method

func (*MockMgnAPI) GetLaunchConfigurationRequest

func (m *MockMgnAPI) GetLaunchConfigurationRequest(arg0 *mgn.GetLaunchConfigurationInput) (*request.Request, *mgn.GetLaunchConfigurationOutput)

GetLaunchConfigurationRequest mocks base method

func (*MockMgnAPI) GetLaunchConfigurationWithContext

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

GetLaunchConfigurationWithContext mocks base method

func (*MockMgnAPI) GetReplicationConfiguration

GetReplicationConfiguration mocks base method

func (*MockMgnAPI) GetReplicationConfigurationRequest

func (m *MockMgnAPI) GetReplicationConfigurationRequest(arg0 *mgn.GetReplicationConfigurationInput) (*request.Request, *mgn.GetReplicationConfigurationOutput)

GetReplicationConfigurationRequest mocks base method

func (*MockMgnAPI) GetReplicationConfigurationWithContext

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

GetReplicationConfigurationWithContext mocks base method

func (*MockMgnAPI) InitializeService

func (m *MockMgnAPI) InitializeService(arg0 *mgn.InitializeServiceInput) (*mgn.InitializeServiceOutput, error)

InitializeService mocks base method

func (*MockMgnAPI) InitializeServiceRequest

func (m *MockMgnAPI) InitializeServiceRequest(arg0 *mgn.InitializeServiceInput) (*request.Request, *mgn.InitializeServiceOutput)

InitializeServiceRequest mocks base method

func (*MockMgnAPI) InitializeServiceWithContext

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

InitializeServiceWithContext mocks base method

func (*MockMgnAPI) ListApplications added in v1.44.146

func (m *MockMgnAPI) ListApplications(arg0 *mgn.ListApplicationsInput) (*mgn.ListApplicationsOutput, error)

ListApplications mocks base method

func (*MockMgnAPI) ListApplicationsPages added in v1.44.146

func (m *MockMgnAPI) ListApplicationsPages(arg0 *mgn.ListApplicationsInput, arg1 func(*mgn.ListApplicationsOutput, bool) bool) error

ListApplicationsPages mocks base method

func (*MockMgnAPI) ListApplicationsPagesWithContext added in v1.44.146

func (m *MockMgnAPI) ListApplicationsPagesWithContext(arg0 context.Context, arg1 *mgn.ListApplicationsInput, arg2 func(*mgn.ListApplicationsOutput, bool) bool, arg3 ...request.Option) error

ListApplicationsPagesWithContext mocks base method

func (*MockMgnAPI) ListApplicationsRequest added in v1.44.146

func (m *MockMgnAPI) ListApplicationsRequest(arg0 *mgn.ListApplicationsInput) (*request.Request, *mgn.ListApplicationsOutput)

ListApplicationsRequest mocks base method

func (*MockMgnAPI) ListApplicationsWithContext added in v1.44.146

func (m *MockMgnAPI) ListApplicationsWithContext(arg0 context.Context, arg1 *mgn.ListApplicationsInput, arg2 ...request.Option) (*mgn.ListApplicationsOutput, error)

ListApplicationsWithContext mocks base method

func (*MockMgnAPI) ListSourceServerActions added in v1.44.146

func (m *MockMgnAPI) ListSourceServerActions(arg0 *mgn.ListSourceServerActionsInput) (*mgn.ListSourceServerActionsOutput, error)

ListSourceServerActions mocks base method

func (*MockMgnAPI) ListSourceServerActionsPages added in v1.44.146

func (m *MockMgnAPI) ListSourceServerActionsPages(arg0 *mgn.ListSourceServerActionsInput, arg1 func(*mgn.ListSourceServerActionsOutput, bool) bool) error

ListSourceServerActionsPages mocks base method

func (*MockMgnAPI) ListSourceServerActionsPagesWithContext added in v1.44.146

func (m *MockMgnAPI) ListSourceServerActionsPagesWithContext(arg0 context.Context, arg1 *mgn.ListSourceServerActionsInput, arg2 func(*mgn.ListSourceServerActionsOutput, bool) bool, arg3 ...request.Option) error

ListSourceServerActionsPagesWithContext mocks base method

func (*MockMgnAPI) ListSourceServerActionsRequest added in v1.44.146

func (m *MockMgnAPI) ListSourceServerActionsRequest(arg0 *mgn.ListSourceServerActionsInput) (*request.Request, *mgn.ListSourceServerActionsOutput)

ListSourceServerActionsRequest mocks base method

func (*MockMgnAPI) ListSourceServerActionsWithContext added in v1.44.146

func (m *MockMgnAPI) ListSourceServerActionsWithContext(arg0 context.Context, arg1 *mgn.ListSourceServerActionsInput, arg2 ...request.Option) (*mgn.ListSourceServerActionsOutput, error)

ListSourceServerActionsWithContext mocks base method

func (*MockMgnAPI) ListTagsForResource

func (m *MockMgnAPI) ListTagsForResource(arg0 *mgn.ListTagsForResourceInput) (*mgn.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method

func (*MockMgnAPI) ListTagsForResourceRequest

func (m *MockMgnAPI) ListTagsForResourceRequest(arg0 *mgn.ListTagsForResourceInput) (*request.Request, *mgn.ListTagsForResourceOutput)

ListTagsForResourceRequest mocks base method

func (*MockMgnAPI) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext mocks base method

func (*MockMgnAPI) ListTemplateActions added in v1.44.146

func (m *MockMgnAPI) ListTemplateActions(arg0 *mgn.ListTemplateActionsInput) (*mgn.ListTemplateActionsOutput, error)

ListTemplateActions mocks base method

func (*MockMgnAPI) ListTemplateActionsPages added in v1.44.146

func (m *MockMgnAPI) ListTemplateActionsPages(arg0 *mgn.ListTemplateActionsInput, arg1 func(*mgn.ListTemplateActionsOutput, bool) bool) error

ListTemplateActionsPages mocks base method

func (*MockMgnAPI) ListTemplateActionsPagesWithContext added in v1.44.146

func (m *MockMgnAPI) ListTemplateActionsPagesWithContext(arg0 context.Context, arg1 *mgn.ListTemplateActionsInput, arg2 func(*mgn.ListTemplateActionsOutput, bool) bool, arg3 ...request.Option) error

ListTemplateActionsPagesWithContext mocks base method

func (*MockMgnAPI) ListTemplateActionsRequest added in v1.44.146

func (m *MockMgnAPI) ListTemplateActionsRequest(arg0 *mgn.ListTemplateActionsInput) (*request.Request, *mgn.ListTemplateActionsOutput)

ListTemplateActionsRequest mocks base method

func (*MockMgnAPI) ListTemplateActionsWithContext added in v1.44.146

func (m *MockMgnAPI) ListTemplateActionsWithContext(arg0 context.Context, arg1 *mgn.ListTemplateActionsInput, arg2 ...request.Option) (*mgn.ListTemplateActionsOutput, error)

ListTemplateActionsWithContext mocks base method

func (*MockMgnAPI) ListWaves added in v1.44.146

func (m *MockMgnAPI) ListWaves(arg0 *mgn.ListWavesInput) (*mgn.ListWavesOutput, error)

ListWaves mocks base method

func (*MockMgnAPI) ListWavesPages added in v1.44.146

func (m *MockMgnAPI) ListWavesPages(arg0 *mgn.ListWavesInput, arg1 func(*mgn.ListWavesOutput, bool) bool) error

ListWavesPages mocks base method

func (*MockMgnAPI) ListWavesPagesWithContext added in v1.44.146

func (m *MockMgnAPI) ListWavesPagesWithContext(arg0 context.Context, arg1 *mgn.ListWavesInput, arg2 func(*mgn.ListWavesOutput, bool) bool, arg3 ...request.Option) error

ListWavesPagesWithContext mocks base method

func (*MockMgnAPI) ListWavesRequest added in v1.44.146

func (m *MockMgnAPI) ListWavesRequest(arg0 *mgn.ListWavesInput) (*request.Request, *mgn.ListWavesOutput)

ListWavesRequest mocks base method

func (*MockMgnAPI) ListWavesWithContext added in v1.44.146

func (m *MockMgnAPI) ListWavesWithContext(arg0 context.Context, arg1 *mgn.ListWavesInput, arg2 ...request.Option) (*mgn.ListWavesOutput, error)

ListWavesWithContext mocks base method

func (*MockMgnAPI) MarkAsArchived

func (m *MockMgnAPI) MarkAsArchived(arg0 *mgn.MarkAsArchivedInput) (*mgn.MarkAsArchivedOutput, error)

MarkAsArchived mocks base method

func (*MockMgnAPI) MarkAsArchivedRequest

func (m *MockMgnAPI) MarkAsArchivedRequest(arg0 *mgn.MarkAsArchivedInput) (*request.Request, *mgn.MarkAsArchivedOutput)

MarkAsArchivedRequest mocks base method

func (*MockMgnAPI) MarkAsArchivedWithContext

func (m *MockMgnAPI) MarkAsArchivedWithContext(arg0 context.Context, arg1 *mgn.MarkAsArchivedInput, arg2 ...request.Option) (*mgn.MarkAsArchivedOutput, error)

MarkAsArchivedWithContext mocks base method

func (*MockMgnAPI) PutSourceServerAction added in v1.44.146

func (m *MockMgnAPI) PutSourceServerAction(arg0 *mgn.PutSourceServerActionInput) (*mgn.PutSourceServerActionOutput, error)

PutSourceServerAction mocks base method

func (*MockMgnAPI) PutSourceServerActionRequest added in v1.44.146

func (m *MockMgnAPI) PutSourceServerActionRequest(arg0 *mgn.PutSourceServerActionInput) (*request.Request, *mgn.PutSourceServerActionOutput)

PutSourceServerActionRequest mocks base method

func (*MockMgnAPI) PutSourceServerActionWithContext added in v1.44.146

func (m *MockMgnAPI) PutSourceServerActionWithContext(arg0 context.Context, arg1 *mgn.PutSourceServerActionInput, arg2 ...request.Option) (*mgn.PutSourceServerActionOutput, error)

PutSourceServerActionWithContext mocks base method

func (*MockMgnAPI) PutTemplateAction added in v1.44.146

func (m *MockMgnAPI) PutTemplateAction(arg0 *mgn.PutTemplateActionInput) (*mgn.PutTemplateActionOutput, error)

PutTemplateAction mocks base method

func (*MockMgnAPI) PutTemplateActionRequest added in v1.44.146

func (m *MockMgnAPI) PutTemplateActionRequest(arg0 *mgn.PutTemplateActionInput) (*request.Request, *mgn.PutTemplateActionOutput)

PutTemplateActionRequest mocks base method

func (*MockMgnAPI) PutTemplateActionWithContext added in v1.44.146

func (m *MockMgnAPI) PutTemplateActionWithContext(arg0 context.Context, arg1 *mgn.PutTemplateActionInput, arg2 ...request.Option) (*mgn.PutTemplateActionOutput, error)

PutTemplateActionWithContext mocks base method

func (*MockMgnAPI) RemoveSourceServerAction added in v1.44.146

RemoveSourceServerAction mocks base method

func (*MockMgnAPI) RemoveSourceServerActionRequest added in v1.44.146

func (m *MockMgnAPI) RemoveSourceServerActionRequest(arg0 *mgn.RemoveSourceServerActionInput) (*request.Request, *mgn.RemoveSourceServerActionOutput)

RemoveSourceServerActionRequest mocks base method

func (*MockMgnAPI) RemoveSourceServerActionWithContext added in v1.44.146

func (m *MockMgnAPI) RemoveSourceServerActionWithContext(arg0 context.Context, arg1 *mgn.RemoveSourceServerActionInput, arg2 ...request.Option) (*mgn.RemoveSourceServerActionOutput, error)

RemoveSourceServerActionWithContext mocks base method

func (*MockMgnAPI) RemoveTemplateAction added in v1.44.146

func (m *MockMgnAPI) RemoveTemplateAction(arg0 *mgn.RemoveTemplateActionInput) (*mgn.RemoveTemplateActionOutput, error)

RemoveTemplateAction mocks base method

func (*MockMgnAPI) RemoveTemplateActionRequest added in v1.44.146

func (m *MockMgnAPI) RemoveTemplateActionRequest(arg0 *mgn.RemoveTemplateActionInput) (*request.Request, *mgn.RemoveTemplateActionOutput)

RemoveTemplateActionRequest mocks base method

func (*MockMgnAPI) RemoveTemplateActionWithContext added in v1.44.146

func (m *MockMgnAPI) RemoveTemplateActionWithContext(arg0 context.Context, arg1 *mgn.RemoveTemplateActionInput, arg2 ...request.Option) (*mgn.RemoveTemplateActionOutput, error)

RemoveTemplateActionWithContext mocks base method

func (*MockMgnAPI) RetryDataReplication

func (m *MockMgnAPI) RetryDataReplication(arg0 *mgn.RetryDataReplicationInput) (*mgn.RetryDataReplicationOutput, error)

RetryDataReplication mocks base method

func (*MockMgnAPI) RetryDataReplicationRequest

func (m *MockMgnAPI) RetryDataReplicationRequest(arg0 *mgn.RetryDataReplicationInput) (*request.Request, *mgn.RetryDataReplicationOutput)

RetryDataReplicationRequest mocks base method

func (*MockMgnAPI) RetryDataReplicationWithContext

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

RetryDataReplicationWithContext mocks base method

func (*MockMgnAPI) StartCutover

func (m *MockMgnAPI) StartCutover(arg0 *mgn.StartCutoverInput) (*mgn.StartCutoverOutput, error)

StartCutover mocks base method

func (*MockMgnAPI) StartCutoverRequest

func (m *MockMgnAPI) StartCutoverRequest(arg0 *mgn.StartCutoverInput) (*request.Request, *mgn.StartCutoverOutput)

StartCutoverRequest mocks base method

func (*MockMgnAPI) StartCutoverWithContext

func (m *MockMgnAPI) StartCutoverWithContext(arg0 context.Context, arg1 *mgn.StartCutoverInput, arg2 ...request.Option) (*mgn.StartCutoverOutput, error)

StartCutoverWithContext mocks base method

func (*MockMgnAPI) StartReplication

func (m *MockMgnAPI) StartReplication(arg0 *mgn.StartReplicationInput) (*mgn.StartReplicationOutput, error)

StartReplication mocks base method

func (*MockMgnAPI) StartReplicationRequest

func (m *MockMgnAPI) StartReplicationRequest(arg0 *mgn.StartReplicationInput) (*request.Request, *mgn.StartReplicationOutput)

StartReplicationRequest mocks base method

func (*MockMgnAPI) StartReplicationWithContext

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

StartReplicationWithContext mocks base method

func (*MockMgnAPI) StartTest

func (m *MockMgnAPI) StartTest(arg0 *mgn.StartTestInput) (*mgn.StartTestOutput, error)

StartTest mocks base method

func (*MockMgnAPI) StartTestRequest

func (m *MockMgnAPI) StartTestRequest(arg0 *mgn.StartTestInput) (*request.Request, *mgn.StartTestOutput)

StartTestRequest mocks base method

func (*MockMgnAPI) StartTestWithContext

func (m *MockMgnAPI) StartTestWithContext(arg0 context.Context, arg1 *mgn.StartTestInput, arg2 ...request.Option) (*mgn.StartTestOutput, error)

StartTestWithContext mocks base method

func (*MockMgnAPI) TagResource

func (m *MockMgnAPI) TagResource(arg0 *mgn.TagResourceInput) (*mgn.TagResourceOutput, error)

TagResource mocks base method

func (*MockMgnAPI) TagResourceRequest

func (m *MockMgnAPI) TagResourceRequest(arg0 *mgn.TagResourceInput) (*request.Request, *mgn.TagResourceOutput)

TagResourceRequest mocks base method

func (*MockMgnAPI) TagResourceWithContext

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

TagResourceWithContext mocks base method

func (*MockMgnAPI) TerminateTargetInstances

TerminateTargetInstances mocks base method

func (*MockMgnAPI) TerminateTargetInstancesRequest

func (m *MockMgnAPI) TerminateTargetInstancesRequest(arg0 *mgn.TerminateTargetInstancesInput) (*request.Request, *mgn.TerminateTargetInstancesOutput)

TerminateTargetInstancesRequest mocks base method

func (*MockMgnAPI) TerminateTargetInstancesWithContext

func (m *MockMgnAPI) TerminateTargetInstancesWithContext(arg0 context.Context, arg1 *mgn.TerminateTargetInstancesInput, arg2 ...request.Option) (*mgn.TerminateTargetInstancesOutput, error)

TerminateTargetInstancesWithContext mocks base method

func (*MockMgnAPI) UnarchiveApplication added in v1.44.146

func (m *MockMgnAPI) UnarchiveApplication(arg0 *mgn.UnarchiveApplicationInput) (*mgn.UnarchiveApplicationOutput, error)

UnarchiveApplication mocks base method

func (*MockMgnAPI) UnarchiveApplicationRequest added in v1.44.146

func (m *MockMgnAPI) UnarchiveApplicationRequest(arg0 *mgn.UnarchiveApplicationInput) (*request.Request, *mgn.UnarchiveApplicationOutput)

UnarchiveApplicationRequest mocks base method

func (*MockMgnAPI) UnarchiveApplicationWithContext added in v1.44.146

func (m *MockMgnAPI) UnarchiveApplicationWithContext(arg0 context.Context, arg1 *mgn.UnarchiveApplicationInput, arg2 ...request.Option) (*mgn.UnarchiveApplicationOutput, error)

UnarchiveApplicationWithContext mocks base method

func (*MockMgnAPI) UnarchiveWave added in v1.44.146

func (m *MockMgnAPI) UnarchiveWave(arg0 *mgn.UnarchiveWaveInput) (*mgn.UnarchiveWaveOutput, error)

UnarchiveWave mocks base method

func (*MockMgnAPI) UnarchiveWaveRequest added in v1.44.146

func (m *MockMgnAPI) UnarchiveWaveRequest(arg0 *mgn.UnarchiveWaveInput) (*request.Request, *mgn.UnarchiveWaveOutput)

UnarchiveWaveRequest mocks base method

func (*MockMgnAPI) UnarchiveWaveWithContext added in v1.44.146

func (m *MockMgnAPI) UnarchiveWaveWithContext(arg0 context.Context, arg1 *mgn.UnarchiveWaveInput, arg2 ...request.Option) (*mgn.UnarchiveWaveOutput, error)

UnarchiveWaveWithContext mocks base method

func (*MockMgnAPI) UntagResource

func (m *MockMgnAPI) UntagResource(arg0 *mgn.UntagResourceInput) (*mgn.UntagResourceOutput, error)

UntagResource mocks base method

func (*MockMgnAPI) UntagResourceRequest

func (m *MockMgnAPI) UntagResourceRequest(arg0 *mgn.UntagResourceInput) (*request.Request, *mgn.UntagResourceOutput)

UntagResourceRequest mocks base method

func (*MockMgnAPI) UntagResourceWithContext

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

UntagResourceWithContext mocks base method

func (*MockMgnAPI) UpdateApplication added in v1.44.146

func (m *MockMgnAPI) UpdateApplication(arg0 *mgn.UpdateApplicationInput) (*mgn.UpdateApplicationOutput, error)

UpdateApplication mocks base method

func (*MockMgnAPI) UpdateApplicationRequest added in v1.44.146

func (m *MockMgnAPI) UpdateApplicationRequest(arg0 *mgn.UpdateApplicationInput) (*request.Request, *mgn.UpdateApplicationOutput)

UpdateApplicationRequest mocks base method

func (*MockMgnAPI) UpdateApplicationWithContext added in v1.44.146

func (m *MockMgnAPI) UpdateApplicationWithContext(arg0 context.Context, arg1 *mgn.UpdateApplicationInput, arg2 ...request.Option) (*mgn.UpdateApplicationOutput, error)

UpdateApplicationWithContext mocks base method

func (*MockMgnAPI) UpdateLaunchConfiguration

UpdateLaunchConfiguration mocks base method

func (*MockMgnAPI) UpdateLaunchConfigurationRequest

func (m *MockMgnAPI) UpdateLaunchConfigurationRequest(arg0 *mgn.UpdateLaunchConfigurationInput) (*request.Request, *mgn.UpdateLaunchConfigurationOutput)

UpdateLaunchConfigurationRequest mocks base method

func (*MockMgnAPI) UpdateLaunchConfigurationTemplate added in v1.44.41

UpdateLaunchConfigurationTemplate mocks base method

func (*MockMgnAPI) UpdateLaunchConfigurationTemplateRequest added in v1.44.41

UpdateLaunchConfigurationTemplateRequest mocks base method

func (*MockMgnAPI) UpdateLaunchConfigurationTemplateWithContext added in v1.44.41

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

UpdateLaunchConfigurationTemplateWithContext mocks base method

func (*MockMgnAPI) UpdateLaunchConfigurationWithContext

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

UpdateLaunchConfigurationWithContext mocks base method

func (*MockMgnAPI) UpdateReplicationConfiguration

UpdateReplicationConfiguration mocks base method

func (*MockMgnAPI) UpdateReplicationConfigurationRequest

func (m *MockMgnAPI) UpdateReplicationConfigurationRequest(arg0 *mgn.UpdateReplicationConfigurationInput) (*request.Request, *mgn.UpdateReplicationConfigurationOutput)

UpdateReplicationConfigurationRequest mocks base method

func (*MockMgnAPI) UpdateReplicationConfigurationTemplate

UpdateReplicationConfigurationTemplate mocks base method

func (*MockMgnAPI) UpdateReplicationConfigurationTemplateRequest

UpdateReplicationConfigurationTemplateRequest mocks base method

func (*MockMgnAPI) UpdateReplicationConfigurationTemplateWithContext

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

UpdateReplicationConfigurationTemplateWithContext mocks base method

func (*MockMgnAPI) UpdateReplicationConfigurationWithContext

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

UpdateReplicationConfigurationWithContext mocks base method

func (*MockMgnAPI) UpdateSourceServerReplicationType

UpdateSourceServerReplicationType mocks base method

func (*MockMgnAPI) UpdateSourceServerReplicationTypeRequest

UpdateSourceServerReplicationTypeRequest mocks base method

func (*MockMgnAPI) UpdateSourceServerReplicationTypeWithContext

func (m *MockMgnAPI) UpdateSourceServerReplicationTypeWithContext(arg0 context.Context, arg1 *mgn.UpdateSourceServerReplicationTypeInput, arg2 ...request.Option) (*mgn.UpdateSourceServerReplicationTypeOutput, error)

UpdateSourceServerReplicationTypeWithContext mocks base method

func (*MockMgnAPI) UpdateWave added in v1.44.146

func (m *MockMgnAPI) UpdateWave(arg0 *mgn.UpdateWaveInput) (*mgn.UpdateWaveOutput, error)

UpdateWave mocks base method

func (*MockMgnAPI) UpdateWaveRequest added in v1.44.146

func (m *MockMgnAPI) UpdateWaveRequest(arg0 *mgn.UpdateWaveInput) (*request.Request, *mgn.UpdateWaveOutput)

UpdateWaveRequest mocks base method

func (*MockMgnAPI) UpdateWaveWithContext added in v1.44.146

func (m *MockMgnAPI) UpdateWaveWithContext(arg0 context.Context, arg1 *mgn.UpdateWaveInput, arg2 ...request.Option) (*mgn.UpdateWaveOutput, error)

UpdateWaveWithContext mocks base method

type MockMgnAPIMockRecorder

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

MockMgnAPIMockRecorder is the mock recorder for MockMgnAPI

func (*MockMgnAPIMockRecorder) ArchiveApplication added in v1.44.146

func (mr *MockMgnAPIMockRecorder) ArchiveApplication(arg0 interface{}) *gomock.Call

ArchiveApplication indicates an expected call of ArchiveApplication

func (*MockMgnAPIMockRecorder) ArchiveApplicationRequest added in v1.44.146

func (mr *MockMgnAPIMockRecorder) ArchiveApplicationRequest(arg0 interface{}) *gomock.Call

ArchiveApplicationRequest indicates an expected call of ArchiveApplicationRequest

func (*MockMgnAPIMockRecorder) ArchiveApplicationWithContext added in v1.44.146

func (mr *MockMgnAPIMockRecorder) ArchiveApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ArchiveApplicationWithContext indicates an expected call of ArchiveApplicationWithContext

func (*MockMgnAPIMockRecorder) ArchiveWave added in v1.44.146

func (mr *MockMgnAPIMockRecorder) ArchiveWave(arg0 interface{}) *gomock.Call

ArchiveWave indicates an expected call of ArchiveWave

func (*MockMgnAPIMockRecorder) ArchiveWaveRequest added in v1.44.146

func (mr *MockMgnAPIMockRecorder) ArchiveWaveRequest(arg0 interface{}) *gomock.Call

ArchiveWaveRequest indicates an expected call of ArchiveWaveRequest

func (*MockMgnAPIMockRecorder) ArchiveWaveWithContext added in v1.44.146

func (mr *MockMgnAPIMockRecorder) ArchiveWaveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ArchiveWaveWithContext indicates an expected call of ArchiveWaveWithContext

func (*MockMgnAPIMockRecorder) AssociateApplications added in v1.44.146

func (mr *MockMgnAPIMockRecorder) AssociateApplications(arg0 interface{}) *gomock.Call

AssociateApplications indicates an expected call of AssociateApplications

func (*MockMgnAPIMockRecorder) AssociateApplicationsRequest added in v1.44.146

func (mr *MockMgnAPIMockRecorder) AssociateApplicationsRequest(arg0 interface{}) *gomock.Call

AssociateApplicationsRequest indicates an expected call of AssociateApplicationsRequest

func (*MockMgnAPIMockRecorder) AssociateApplicationsWithContext added in v1.44.146

func (mr *MockMgnAPIMockRecorder) AssociateApplicationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateApplicationsWithContext indicates an expected call of AssociateApplicationsWithContext

func (*MockMgnAPIMockRecorder) AssociateSourceServers added in v1.44.146

func (mr *MockMgnAPIMockRecorder) AssociateSourceServers(arg0 interface{}) *gomock.Call

AssociateSourceServers indicates an expected call of AssociateSourceServers

func (*MockMgnAPIMockRecorder) AssociateSourceServersRequest added in v1.44.146

func (mr *MockMgnAPIMockRecorder) AssociateSourceServersRequest(arg0 interface{}) *gomock.Call

AssociateSourceServersRequest indicates an expected call of AssociateSourceServersRequest

func (*MockMgnAPIMockRecorder) AssociateSourceServersWithContext added in v1.44.146

func (mr *MockMgnAPIMockRecorder) AssociateSourceServersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateSourceServersWithContext indicates an expected call of AssociateSourceServersWithContext

func (*MockMgnAPIMockRecorder) ChangeServerLifeCycleState

func (mr *MockMgnAPIMockRecorder) ChangeServerLifeCycleState(arg0 interface{}) *gomock.Call

ChangeServerLifeCycleState indicates an expected call of ChangeServerLifeCycleState

func (*MockMgnAPIMockRecorder) ChangeServerLifeCycleStateRequest

func (mr *MockMgnAPIMockRecorder) ChangeServerLifeCycleStateRequest(arg0 interface{}) *gomock.Call

ChangeServerLifeCycleStateRequest indicates an expected call of ChangeServerLifeCycleStateRequest

func (*MockMgnAPIMockRecorder) ChangeServerLifeCycleStateWithContext

func (mr *MockMgnAPIMockRecorder) ChangeServerLifeCycleStateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ChangeServerLifeCycleStateWithContext indicates an expected call of ChangeServerLifeCycleStateWithContext

func (*MockMgnAPIMockRecorder) CreateApplication added in v1.44.146

func (mr *MockMgnAPIMockRecorder) CreateApplication(arg0 interface{}) *gomock.Call

CreateApplication indicates an expected call of CreateApplication

func (*MockMgnAPIMockRecorder) CreateApplicationRequest added in v1.44.146

func (mr *MockMgnAPIMockRecorder) CreateApplicationRequest(arg0 interface{}) *gomock.Call

CreateApplicationRequest indicates an expected call of CreateApplicationRequest

func (*MockMgnAPIMockRecorder) CreateApplicationWithContext added in v1.44.146

func (mr *MockMgnAPIMockRecorder) CreateApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateApplicationWithContext indicates an expected call of CreateApplicationWithContext

func (*MockMgnAPIMockRecorder) CreateLaunchConfigurationTemplate added in v1.44.41

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

CreateLaunchConfigurationTemplate indicates an expected call of CreateLaunchConfigurationTemplate

func (*MockMgnAPIMockRecorder) CreateLaunchConfigurationTemplateRequest added in v1.44.41

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

CreateLaunchConfigurationTemplateRequest indicates an expected call of CreateLaunchConfigurationTemplateRequest

func (*MockMgnAPIMockRecorder) CreateLaunchConfigurationTemplateWithContext added in v1.44.41

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

CreateLaunchConfigurationTemplateWithContext indicates an expected call of CreateLaunchConfigurationTemplateWithContext

func (*MockMgnAPIMockRecorder) CreateReplicationConfigurationTemplate

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

CreateReplicationConfigurationTemplate indicates an expected call of CreateReplicationConfigurationTemplate

func (*MockMgnAPIMockRecorder) CreateReplicationConfigurationTemplateRequest

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

CreateReplicationConfigurationTemplateRequest indicates an expected call of CreateReplicationConfigurationTemplateRequest

func (*MockMgnAPIMockRecorder) CreateReplicationConfigurationTemplateWithContext

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

CreateReplicationConfigurationTemplateWithContext indicates an expected call of CreateReplicationConfigurationTemplateWithContext

func (*MockMgnAPIMockRecorder) CreateWave added in v1.44.146

func (mr *MockMgnAPIMockRecorder) CreateWave(arg0 interface{}) *gomock.Call

CreateWave indicates an expected call of CreateWave

func (*MockMgnAPIMockRecorder) CreateWaveRequest added in v1.44.146

func (mr *MockMgnAPIMockRecorder) CreateWaveRequest(arg0 interface{}) *gomock.Call

CreateWaveRequest indicates an expected call of CreateWaveRequest

func (*MockMgnAPIMockRecorder) CreateWaveWithContext added in v1.44.146

func (mr *MockMgnAPIMockRecorder) CreateWaveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateWaveWithContext indicates an expected call of CreateWaveWithContext

func (*MockMgnAPIMockRecorder) DeleteApplication added in v1.44.146

func (mr *MockMgnAPIMockRecorder) DeleteApplication(arg0 interface{}) *gomock.Call

DeleteApplication indicates an expected call of DeleteApplication

func (*MockMgnAPIMockRecorder) DeleteApplicationRequest added in v1.44.146

func (mr *MockMgnAPIMockRecorder) DeleteApplicationRequest(arg0 interface{}) *gomock.Call

DeleteApplicationRequest indicates an expected call of DeleteApplicationRequest

func (*MockMgnAPIMockRecorder) DeleteApplicationWithContext added in v1.44.146

func (mr *MockMgnAPIMockRecorder) DeleteApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteApplicationWithContext indicates an expected call of DeleteApplicationWithContext

func (*MockMgnAPIMockRecorder) DeleteJob

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

DeleteJob indicates an expected call of DeleteJob

func (*MockMgnAPIMockRecorder) DeleteJobRequest

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

DeleteJobRequest indicates an expected call of DeleteJobRequest

func (*MockMgnAPIMockRecorder) DeleteJobWithContext

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

DeleteJobWithContext indicates an expected call of DeleteJobWithContext

func (*MockMgnAPIMockRecorder) DeleteLaunchConfigurationTemplate added in v1.44.41

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

DeleteLaunchConfigurationTemplate indicates an expected call of DeleteLaunchConfigurationTemplate

func (*MockMgnAPIMockRecorder) DeleteLaunchConfigurationTemplateRequest added in v1.44.41

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

DeleteLaunchConfigurationTemplateRequest indicates an expected call of DeleteLaunchConfigurationTemplateRequest

func (*MockMgnAPIMockRecorder) DeleteLaunchConfigurationTemplateWithContext added in v1.44.41

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

DeleteLaunchConfigurationTemplateWithContext indicates an expected call of DeleteLaunchConfigurationTemplateWithContext

func (*MockMgnAPIMockRecorder) DeleteReplicationConfigurationTemplate

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

DeleteReplicationConfigurationTemplate indicates an expected call of DeleteReplicationConfigurationTemplate

func (*MockMgnAPIMockRecorder) DeleteReplicationConfigurationTemplateRequest

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

DeleteReplicationConfigurationTemplateRequest indicates an expected call of DeleteReplicationConfigurationTemplateRequest

func (*MockMgnAPIMockRecorder) DeleteReplicationConfigurationTemplateWithContext

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

DeleteReplicationConfigurationTemplateWithContext indicates an expected call of DeleteReplicationConfigurationTemplateWithContext

func (*MockMgnAPIMockRecorder) DeleteSourceServer

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

DeleteSourceServer indicates an expected call of DeleteSourceServer

func (*MockMgnAPIMockRecorder) DeleteSourceServerRequest

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

DeleteSourceServerRequest indicates an expected call of DeleteSourceServerRequest

func (*MockMgnAPIMockRecorder) DeleteSourceServerWithContext

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

DeleteSourceServerWithContext indicates an expected call of DeleteSourceServerWithContext

func (*MockMgnAPIMockRecorder) DeleteVcenterClient

func (mr *MockMgnAPIMockRecorder) DeleteVcenterClient(arg0 interface{}) *gomock.Call

DeleteVcenterClient indicates an expected call of DeleteVcenterClient

func (*MockMgnAPIMockRecorder) DeleteVcenterClientRequest

func (mr *MockMgnAPIMockRecorder) DeleteVcenterClientRequest(arg0 interface{}) *gomock.Call

DeleteVcenterClientRequest indicates an expected call of DeleteVcenterClientRequest

func (*MockMgnAPIMockRecorder) DeleteVcenterClientWithContext

func (mr *MockMgnAPIMockRecorder) DeleteVcenterClientWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVcenterClientWithContext indicates an expected call of DeleteVcenterClientWithContext

func (*MockMgnAPIMockRecorder) DeleteWave added in v1.44.146

func (mr *MockMgnAPIMockRecorder) DeleteWave(arg0 interface{}) *gomock.Call

DeleteWave indicates an expected call of DeleteWave

func (*MockMgnAPIMockRecorder) DeleteWaveRequest added in v1.44.146

func (mr *MockMgnAPIMockRecorder) DeleteWaveRequest(arg0 interface{}) *gomock.Call

DeleteWaveRequest indicates an expected call of DeleteWaveRequest

func (*MockMgnAPIMockRecorder) DeleteWaveWithContext added in v1.44.146

func (mr *MockMgnAPIMockRecorder) DeleteWaveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteWaveWithContext indicates an expected call of DeleteWaveWithContext

func (*MockMgnAPIMockRecorder) DescribeJobLogItems

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

DescribeJobLogItems indicates an expected call of DescribeJobLogItems

func (*MockMgnAPIMockRecorder) DescribeJobLogItemsPages

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

DescribeJobLogItemsPages indicates an expected call of DescribeJobLogItemsPages

func (*MockMgnAPIMockRecorder) DescribeJobLogItemsPagesWithContext

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

DescribeJobLogItemsPagesWithContext indicates an expected call of DescribeJobLogItemsPagesWithContext

func (*MockMgnAPIMockRecorder) DescribeJobLogItemsRequest

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

DescribeJobLogItemsRequest indicates an expected call of DescribeJobLogItemsRequest

func (*MockMgnAPIMockRecorder) DescribeJobLogItemsWithContext

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

DescribeJobLogItemsWithContext indicates an expected call of DescribeJobLogItemsWithContext

func (*MockMgnAPIMockRecorder) DescribeJobs

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

DescribeJobs indicates an expected call of DescribeJobs

func (*MockMgnAPIMockRecorder) DescribeJobsPages

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

DescribeJobsPages indicates an expected call of DescribeJobsPages

func (*MockMgnAPIMockRecorder) DescribeJobsPagesWithContext

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

DescribeJobsPagesWithContext indicates an expected call of DescribeJobsPagesWithContext

func (*MockMgnAPIMockRecorder) DescribeJobsRequest

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

DescribeJobsRequest indicates an expected call of DescribeJobsRequest

func (*MockMgnAPIMockRecorder) DescribeJobsWithContext

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

DescribeJobsWithContext indicates an expected call of DescribeJobsWithContext

func (*MockMgnAPIMockRecorder) DescribeLaunchConfigurationTemplates added in v1.44.41

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

DescribeLaunchConfigurationTemplates indicates an expected call of DescribeLaunchConfigurationTemplates

func (*MockMgnAPIMockRecorder) DescribeLaunchConfigurationTemplatesPages added in v1.44.41

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

DescribeLaunchConfigurationTemplatesPages indicates an expected call of DescribeLaunchConfigurationTemplatesPages

func (*MockMgnAPIMockRecorder) DescribeLaunchConfigurationTemplatesPagesWithContext added in v1.44.41

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

DescribeLaunchConfigurationTemplatesPagesWithContext indicates an expected call of DescribeLaunchConfigurationTemplatesPagesWithContext

func (*MockMgnAPIMockRecorder) DescribeLaunchConfigurationTemplatesRequest added in v1.44.41

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

DescribeLaunchConfigurationTemplatesRequest indicates an expected call of DescribeLaunchConfigurationTemplatesRequest

func (*MockMgnAPIMockRecorder) DescribeLaunchConfigurationTemplatesWithContext added in v1.44.41

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

DescribeLaunchConfigurationTemplatesWithContext indicates an expected call of DescribeLaunchConfigurationTemplatesWithContext

func (*MockMgnAPIMockRecorder) DescribeReplicationConfigurationTemplates

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

DescribeReplicationConfigurationTemplates indicates an expected call of DescribeReplicationConfigurationTemplates

func (*MockMgnAPIMockRecorder) DescribeReplicationConfigurationTemplatesPages

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

DescribeReplicationConfigurationTemplatesPages indicates an expected call of DescribeReplicationConfigurationTemplatesPages

func (*MockMgnAPIMockRecorder) DescribeReplicationConfigurationTemplatesPagesWithContext

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

DescribeReplicationConfigurationTemplatesPagesWithContext indicates an expected call of DescribeReplicationConfigurationTemplatesPagesWithContext

func (*MockMgnAPIMockRecorder) DescribeReplicationConfigurationTemplatesRequest

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

DescribeReplicationConfigurationTemplatesRequest indicates an expected call of DescribeReplicationConfigurationTemplatesRequest

func (*MockMgnAPIMockRecorder) DescribeReplicationConfigurationTemplatesWithContext

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

DescribeReplicationConfigurationTemplatesWithContext indicates an expected call of DescribeReplicationConfigurationTemplatesWithContext

func (*MockMgnAPIMockRecorder) DescribeSourceServers

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

DescribeSourceServers indicates an expected call of DescribeSourceServers

func (*MockMgnAPIMockRecorder) DescribeSourceServersPages

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

DescribeSourceServersPages indicates an expected call of DescribeSourceServersPages

func (*MockMgnAPIMockRecorder) DescribeSourceServersPagesWithContext

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

DescribeSourceServersPagesWithContext indicates an expected call of DescribeSourceServersPagesWithContext

func (*MockMgnAPIMockRecorder) DescribeSourceServersRequest

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

DescribeSourceServersRequest indicates an expected call of DescribeSourceServersRequest

func (*MockMgnAPIMockRecorder) DescribeSourceServersWithContext

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

DescribeSourceServersWithContext indicates an expected call of DescribeSourceServersWithContext

func (*MockMgnAPIMockRecorder) DescribeVcenterClients

func (mr *MockMgnAPIMockRecorder) DescribeVcenterClients(arg0 interface{}) *gomock.Call

DescribeVcenterClients indicates an expected call of DescribeVcenterClients

func (*MockMgnAPIMockRecorder) DescribeVcenterClientsPages

func (mr *MockMgnAPIMockRecorder) DescribeVcenterClientsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVcenterClientsPages indicates an expected call of DescribeVcenterClientsPages

func (*MockMgnAPIMockRecorder) DescribeVcenterClientsPagesWithContext

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

DescribeVcenterClientsPagesWithContext indicates an expected call of DescribeVcenterClientsPagesWithContext

func (*MockMgnAPIMockRecorder) DescribeVcenterClientsRequest

func (mr *MockMgnAPIMockRecorder) DescribeVcenterClientsRequest(arg0 interface{}) *gomock.Call

DescribeVcenterClientsRequest indicates an expected call of DescribeVcenterClientsRequest

func (*MockMgnAPIMockRecorder) DescribeVcenterClientsWithContext

func (mr *MockMgnAPIMockRecorder) DescribeVcenterClientsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVcenterClientsWithContext indicates an expected call of DescribeVcenterClientsWithContext

func (*MockMgnAPIMockRecorder) DisassociateApplications added in v1.44.146

func (mr *MockMgnAPIMockRecorder) DisassociateApplications(arg0 interface{}) *gomock.Call

DisassociateApplications indicates an expected call of DisassociateApplications

func (*MockMgnAPIMockRecorder) DisassociateApplicationsRequest added in v1.44.146

func (mr *MockMgnAPIMockRecorder) DisassociateApplicationsRequest(arg0 interface{}) *gomock.Call

DisassociateApplicationsRequest indicates an expected call of DisassociateApplicationsRequest

func (*MockMgnAPIMockRecorder) DisassociateApplicationsWithContext added in v1.44.146

func (mr *MockMgnAPIMockRecorder) DisassociateApplicationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateApplicationsWithContext indicates an expected call of DisassociateApplicationsWithContext

func (*MockMgnAPIMockRecorder) DisassociateSourceServers added in v1.44.146

func (mr *MockMgnAPIMockRecorder) DisassociateSourceServers(arg0 interface{}) *gomock.Call

DisassociateSourceServers indicates an expected call of DisassociateSourceServers

func (*MockMgnAPIMockRecorder) DisassociateSourceServersRequest added in v1.44.146

func (mr *MockMgnAPIMockRecorder) DisassociateSourceServersRequest(arg0 interface{}) *gomock.Call

DisassociateSourceServersRequest indicates an expected call of DisassociateSourceServersRequest

func (*MockMgnAPIMockRecorder) DisassociateSourceServersWithContext added in v1.44.146

func (mr *MockMgnAPIMockRecorder) DisassociateSourceServersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateSourceServersWithContext indicates an expected call of DisassociateSourceServersWithContext

func (*MockMgnAPIMockRecorder) DisconnectFromService

func (mr *MockMgnAPIMockRecorder) DisconnectFromService(arg0 interface{}) *gomock.Call

DisconnectFromService indicates an expected call of DisconnectFromService

func (*MockMgnAPIMockRecorder) DisconnectFromServiceRequest

func (mr *MockMgnAPIMockRecorder) DisconnectFromServiceRequest(arg0 interface{}) *gomock.Call

DisconnectFromServiceRequest indicates an expected call of DisconnectFromServiceRequest

func (*MockMgnAPIMockRecorder) DisconnectFromServiceWithContext

func (mr *MockMgnAPIMockRecorder) DisconnectFromServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisconnectFromServiceWithContext indicates an expected call of DisconnectFromServiceWithContext

func (*MockMgnAPIMockRecorder) FinalizeCutover

func (mr *MockMgnAPIMockRecorder) FinalizeCutover(arg0 interface{}) *gomock.Call

FinalizeCutover indicates an expected call of FinalizeCutover

func (*MockMgnAPIMockRecorder) FinalizeCutoverRequest

func (mr *MockMgnAPIMockRecorder) FinalizeCutoverRequest(arg0 interface{}) *gomock.Call

FinalizeCutoverRequest indicates an expected call of FinalizeCutoverRequest

func (*MockMgnAPIMockRecorder) FinalizeCutoverWithContext

func (mr *MockMgnAPIMockRecorder) FinalizeCutoverWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

FinalizeCutoverWithContext indicates an expected call of FinalizeCutoverWithContext

func (*MockMgnAPIMockRecorder) GetLaunchConfiguration

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

GetLaunchConfiguration indicates an expected call of GetLaunchConfiguration

func (*MockMgnAPIMockRecorder) GetLaunchConfigurationRequest

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

GetLaunchConfigurationRequest indicates an expected call of GetLaunchConfigurationRequest

func (*MockMgnAPIMockRecorder) GetLaunchConfigurationWithContext

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

GetLaunchConfigurationWithContext indicates an expected call of GetLaunchConfigurationWithContext

func (*MockMgnAPIMockRecorder) GetReplicationConfiguration

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

GetReplicationConfiguration indicates an expected call of GetReplicationConfiguration

func (*MockMgnAPIMockRecorder) GetReplicationConfigurationRequest

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

GetReplicationConfigurationRequest indicates an expected call of GetReplicationConfigurationRequest

func (*MockMgnAPIMockRecorder) GetReplicationConfigurationWithContext

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

GetReplicationConfigurationWithContext indicates an expected call of GetReplicationConfigurationWithContext

func (*MockMgnAPIMockRecorder) InitializeService

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

InitializeService indicates an expected call of InitializeService

func (*MockMgnAPIMockRecorder) InitializeServiceRequest

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

InitializeServiceRequest indicates an expected call of InitializeServiceRequest

func (*MockMgnAPIMockRecorder) InitializeServiceWithContext

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

InitializeServiceWithContext indicates an expected call of InitializeServiceWithContext

func (*MockMgnAPIMockRecorder) ListApplications added in v1.44.146

func (mr *MockMgnAPIMockRecorder) ListApplications(arg0 interface{}) *gomock.Call

ListApplications indicates an expected call of ListApplications

func (*MockMgnAPIMockRecorder) ListApplicationsPages added in v1.44.146

func (mr *MockMgnAPIMockRecorder) ListApplicationsPages(arg0, arg1 interface{}) *gomock.Call

ListApplicationsPages indicates an expected call of ListApplicationsPages

func (*MockMgnAPIMockRecorder) ListApplicationsPagesWithContext added in v1.44.146

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

ListApplicationsPagesWithContext indicates an expected call of ListApplicationsPagesWithContext

func (*MockMgnAPIMockRecorder) ListApplicationsRequest added in v1.44.146

func (mr *MockMgnAPIMockRecorder) ListApplicationsRequest(arg0 interface{}) *gomock.Call

ListApplicationsRequest indicates an expected call of ListApplicationsRequest

func (*MockMgnAPIMockRecorder) ListApplicationsWithContext added in v1.44.146

func (mr *MockMgnAPIMockRecorder) ListApplicationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListApplicationsWithContext indicates an expected call of ListApplicationsWithContext

func (*MockMgnAPIMockRecorder) ListSourceServerActions added in v1.44.146

func (mr *MockMgnAPIMockRecorder) ListSourceServerActions(arg0 interface{}) *gomock.Call

ListSourceServerActions indicates an expected call of ListSourceServerActions

func (*MockMgnAPIMockRecorder) ListSourceServerActionsPages added in v1.44.146

func (mr *MockMgnAPIMockRecorder) ListSourceServerActionsPages(arg0, arg1 interface{}) *gomock.Call

ListSourceServerActionsPages indicates an expected call of ListSourceServerActionsPages

func (*MockMgnAPIMockRecorder) ListSourceServerActionsPagesWithContext added in v1.44.146

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

ListSourceServerActionsPagesWithContext indicates an expected call of ListSourceServerActionsPagesWithContext

func (*MockMgnAPIMockRecorder) ListSourceServerActionsRequest added in v1.44.146

func (mr *MockMgnAPIMockRecorder) ListSourceServerActionsRequest(arg0 interface{}) *gomock.Call

ListSourceServerActionsRequest indicates an expected call of ListSourceServerActionsRequest

func (*MockMgnAPIMockRecorder) ListSourceServerActionsWithContext added in v1.44.146

func (mr *MockMgnAPIMockRecorder) ListSourceServerActionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSourceServerActionsWithContext indicates an expected call of ListSourceServerActionsWithContext

func (*MockMgnAPIMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockMgnAPIMockRecorder) ListTagsForResourceRequest

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

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockMgnAPIMockRecorder) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockMgnAPIMockRecorder) ListTemplateActions added in v1.44.146

func (mr *MockMgnAPIMockRecorder) ListTemplateActions(arg0 interface{}) *gomock.Call

ListTemplateActions indicates an expected call of ListTemplateActions

func (*MockMgnAPIMockRecorder) ListTemplateActionsPages added in v1.44.146

func (mr *MockMgnAPIMockRecorder) ListTemplateActionsPages(arg0, arg1 interface{}) *gomock.Call

ListTemplateActionsPages indicates an expected call of ListTemplateActionsPages

func (*MockMgnAPIMockRecorder) ListTemplateActionsPagesWithContext added in v1.44.146

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

ListTemplateActionsPagesWithContext indicates an expected call of ListTemplateActionsPagesWithContext

func (*MockMgnAPIMockRecorder) ListTemplateActionsRequest added in v1.44.146

func (mr *MockMgnAPIMockRecorder) ListTemplateActionsRequest(arg0 interface{}) *gomock.Call

ListTemplateActionsRequest indicates an expected call of ListTemplateActionsRequest

func (*MockMgnAPIMockRecorder) ListTemplateActionsWithContext added in v1.44.146

func (mr *MockMgnAPIMockRecorder) ListTemplateActionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTemplateActionsWithContext indicates an expected call of ListTemplateActionsWithContext

func (*MockMgnAPIMockRecorder) ListWaves added in v1.44.146

func (mr *MockMgnAPIMockRecorder) ListWaves(arg0 interface{}) *gomock.Call

ListWaves indicates an expected call of ListWaves

func (*MockMgnAPIMockRecorder) ListWavesPages added in v1.44.146

func (mr *MockMgnAPIMockRecorder) ListWavesPages(arg0, arg1 interface{}) *gomock.Call

ListWavesPages indicates an expected call of ListWavesPages

func (*MockMgnAPIMockRecorder) ListWavesPagesWithContext added in v1.44.146

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

ListWavesPagesWithContext indicates an expected call of ListWavesPagesWithContext

func (*MockMgnAPIMockRecorder) ListWavesRequest added in v1.44.146

func (mr *MockMgnAPIMockRecorder) ListWavesRequest(arg0 interface{}) *gomock.Call

ListWavesRequest indicates an expected call of ListWavesRequest

func (*MockMgnAPIMockRecorder) ListWavesWithContext added in v1.44.146

func (mr *MockMgnAPIMockRecorder) ListWavesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListWavesWithContext indicates an expected call of ListWavesWithContext

func (*MockMgnAPIMockRecorder) MarkAsArchived

func (mr *MockMgnAPIMockRecorder) MarkAsArchived(arg0 interface{}) *gomock.Call

MarkAsArchived indicates an expected call of MarkAsArchived

func (*MockMgnAPIMockRecorder) MarkAsArchivedRequest

func (mr *MockMgnAPIMockRecorder) MarkAsArchivedRequest(arg0 interface{}) *gomock.Call

MarkAsArchivedRequest indicates an expected call of MarkAsArchivedRequest

func (*MockMgnAPIMockRecorder) MarkAsArchivedWithContext

func (mr *MockMgnAPIMockRecorder) MarkAsArchivedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

MarkAsArchivedWithContext indicates an expected call of MarkAsArchivedWithContext

func (*MockMgnAPIMockRecorder) PutSourceServerAction added in v1.44.146

func (mr *MockMgnAPIMockRecorder) PutSourceServerAction(arg0 interface{}) *gomock.Call

PutSourceServerAction indicates an expected call of PutSourceServerAction

func (*MockMgnAPIMockRecorder) PutSourceServerActionRequest added in v1.44.146

func (mr *MockMgnAPIMockRecorder) PutSourceServerActionRequest(arg0 interface{}) *gomock.Call

PutSourceServerActionRequest indicates an expected call of PutSourceServerActionRequest

func (*MockMgnAPIMockRecorder) PutSourceServerActionWithContext added in v1.44.146

func (mr *MockMgnAPIMockRecorder) PutSourceServerActionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutSourceServerActionWithContext indicates an expected call of PutSourceServerActionWithContext

func (*MockMgnAPIMockRecorder) PutTemplateAction added in v1.44.146

func (mr *MockMgnAPIMockRecorder) PutTemplateAction(arg0 interface{}) *gomock.Call

PutTemplateAction indicates an expected call of PutTemplateAction

func (*MockMgnAPIMockRecorder) PutTemplateActionRequest added in v1.44.146

func (mr *MockMgnAPIMockRecorder) PutTemplateActionRequest(arg0 interface{}) *gomock.Call

PutTemplateActionRequest indicates an expected call of PutTemplateActionRequest

func (*MockMgnAPIMockRecorder) PutTemplateActionWithContext added in v1.44.146

func (mr *MockMgnAPIMockRecorder) PutTemplateActionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutTemplateActionWithContext indicates an expected call of PutTemplateActionWithContext

func (*MockMgnAPIMockRecorder) RemoveSourceServerAction added in v1.44.146

func (mr *MockMgnAPIMockRecorder) RemoveSourceServerAction(arg0 interface{}) *gomock.Call

RemoveSourceServerAction indicates an expected call of RemoveSourceServerAction

func (*MockMgnAPIMockRecorder) RemoveSourceServerActionRequest added in v1.44.146

func (mr *MockMgnAPIMockRecorder) RemoveSourceServerActionRequest(arg0 interface{}) *gomock.Call

RemoveSourceServerActionRequest indicates an expected call of RemoveSourceServerActionRequest

func (*MockMgnAPIMockRecorder) RemoveSourceServerActionWithContext added in v1.44.146

func (mr *MockMgnAPIMockRecorder) RemoveSourceServerActionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveSourceServerActionWithContext indicates an expected call of RemoveSourceServerActionWithContext

func (*MockMgnAPIMockRecorder) RemoveTemplateAction added in v1.44.146

func (mr *MockMgnAPIMockRecorder) RemoveTemplateAction(arg0 interface{}) *gomock.Call

RemoveTemplateAction indicates an expected call of RemoveTemplateAction

func (*MockMgnAPIMockRecorder) RemoveTemplateActionRequest added in v1.44.146

func (mr *MockMgnAPIMockRecorder) RemoveTemplateActionRequest(arg0 interface{}) *gomock.Call

RemoveTemplateActionRequest indicates an expected call of RemoveTemplateActionRequest

func (*MockMgnAPIMockRecorder) RemoveTemplateActionWithContext added in v1.44.146

func (mr *MockMgnAPIMockRecorder) RemoveTemplateActionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveTemplateActionWithContext indicates an expected call of RemoveTemplateActionWithContext

func (*MockMgnAPIMockRecorder) RetryDataReplication

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

RetryDataReplication indicates an expected call of RetryDataReplication

func (*MockMgnAPIMockRecorder) RetryDataReplicationRequest

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

RetryDataReplicationRequest indicates an expected call of RetryDataReplicationRequest

func (*MockMgnAPIMockRecorder) RetryDataReplicationWithContext

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

RetryDataReplicationWithContext indicates an expected call of RetryDataReplicationWithContext

func (*MockMgnAPIMockRecorder) StartCutover

func (mr *MockMgnAPIMockRecorder) StartCutover(arg0 interface{}) *gomock.Call

StartCutover indicates an expected call of StartCutover

func (*MockMgnAPIMockRecorder) StartCutoverRequest

func (mr *MockMgnAPIMockRecorder) StartCutoverRequest(arg0 interface{}) *gomock.Call

StartCutoverRequest indicates an expected call of StartCutoverRequest

func (*MockMgnAPIMockRecorder) StartCutoverWithContext

func (mr *MockMgnAPIMockRecorder) StartCutoverWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartCutoverWithContext indicates an expected call of StartCutoverWithContext

func (*MockMgnAPIMockRecorder) StartReplication

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

StartReplication indicates an expected call of StartReplication

func (*MockMgnAPIMockRecorder) StartReplicationRequest

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

StartReplicationRequest indicates an expected call of StartReplicationRequest

func (*MockMgnAPIMockRecorder) StartReplicationWithContext

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

StartReplicationWithContext indicates an expected call of StartReplicationWithContext

func (*MockMgnAPIMockRecorder) StartTest

func (mr *MockMgnAPIMockRecorder) StartTest(arg0 interface{}) *gomock.Call

StartTest indicates an expected call of StartTest

func (*MockMgnAPIMockRecorder) StartTestRequest

func (mr *MockMgnAPIMockRecorder) StartTestRequest(arg0 interface{}) *gomock.Call

StartTestRequest indicates an expected call of StartTestRequest

func (*MockMgnAPIMockRecorder) StartTestWithContext

func (mr *MockMgnAPIMockRecorder) StartTestWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartTestWithContext indicates an expected call of StartTestWithContext

func (*MockMgnAPIMockRecorder) TagResource

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

TagResource indicates an expected call of TagResource

func (*MockMgnAPIMockRecorder) TagResourceRequest

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

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockMgnAPIMockRecorder) TagResourceWithContext

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

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockMgnAPIMockRecorder) TerminateTargetInstances

func (mr *MockMgnAPIMockRecorder) TerminateTargetInstances(arg0 interface{}) *gomock.Call

TerminateTargetInstances indicates an expected call of TerminateTargetInstances

func (*MockMgnAPIMockRecorder) TerminateTargetInstancesRequest

func (mr *MockMgnAPIMockRecorder) TerminateTargetInstancesRequest(arg0 interface{}) *gomock.Call

TerminateTargetInstancesRequest indicates an expected call of TerminateTargetInstancesRequest

func (*MockMgnAPIMockRecorder) TerminateTargetInstancesWithContext

func (mr *MockMgnAPIMockRecorder) TerminateTargetInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TerminateTargetInstancesWithContext indicates an expected call of TerminateTargetInstancesWithContext

func (*MockMgnAPIMockRecorder) UnarchiveApplication added in v1.44.146

func (mr *MockMgnAPIMockRecorder) UnarchiveApplication(arg0 interface{}) *gomock.Call

UnarchiveApplication indicates an expected call of UnarchiveApplication

func (*MockMgnAPIMockRecorder) UnarchiveApplicationRequest added in v1.44.146

func (mr *MockMgnAPIMockRecorder) UnarchiveApplicationRequest(arg0 interface{}) *gomock.Call

UnarchiveApplicationRequest indicates an expected call of UnarchiveApplicationRequest

func (*MockMgnAPIMockRecorder) UnarchiveApplicationWithContext added in v1.44.146

func (mr *MockMgnAPIMockRecorder) UnarchiveApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UnarchiveApplicationWithContext indicates an expected call of UnarchiveApplicationWithContext

func (*MockMgnAPIMockRecorder) UnarchiveWave added in v1.44.146

func (mr *MockMgnAPIMockRecorder) UnarchiveWave(arg0 interface{}) *gomock.Call

UnarchiveWave indicates an expected call of UnarchiveWave

func (*MockMgnAPIMockRecorder) UnarchiveWaveRequest added in v1.44.146

func (mr *MockMgnAPIMockRecorder) UnarchiveWaveRequest(arg0 interface{}) *gomock.Call

UnarchiveWaveRequest indicates an expected call of UnarchiveWaveRequest

func (*MockMgnAPIMockRecorder) UnarchiveWaveWithContext added in v1.44.146

func (mr *MockMgnAPIMockRecorder) UnarchiveWaveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UnarchiveWaveWithContext indicates an expected call of UnarchiveWaveWithContext

func (*MockMgnAPIMockRecorder) UntagResource

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

UntagResource indicates an expected call of UntagResource

func (*MockMgnAPIMockRecorder) UntagResourceRequest

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

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockMgnAPIMockRecorder) UntagResourceWithContext

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

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockMgnAPIMockRecorder) UpdateApplication added in v1.44.146

func (mr *MockMgnAPIMockRecorder) UpdateApplication(arg0 interface{}) *gomock.Call

UpdateApplication indicates an expected call of UpdateApplication

func (*MockMgnAPIMockRecorder) UpdateApplicationRequest added in v1.44.146

func (mr *MockMgnAPIMockRecorder) UpdateApplicationRequest(arg0 interface{}) *gomock.Call

UpdateApplicationRequest indicates an expected call of UpdateApplicationRequest

func (*MockMgnAPIMockRecorder) UpdateApplicationWithContext added in v1.44.146

func (mr *MockMgnAPIMockRecorder) UpdateApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateApplicationWithContext indicates an expected call of UpdateApplicationWithContext

func (*MockMgnAPIMockRecorder) UpdateLaunchConfiguration

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

UpdateLaunchConfiguration indicates an expected call of UpdateLaunchConfiguration

func (*MockMgnAPIMockRecorder) UpdateLaunchConfigurationRequest

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

UpdateLaunchConfigurationRequest indicates an expected call of UpdateLaunchConfigurationRequest

func (*MockMgnAPIMockRecorder) UpdateLaunchConfigurationTemplate added in v1.44.41

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

UpdateLaunchConfigurationTemplate indicates an expected call of UpdateLaunchConfigurationTemplate

func (*MockMgnAPIMockRecorder) UpdateLaunchConfigurationTemplateRequest added in v1.44.41

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

UpdateLaunchConfigurationTemplateRequest indicates an expected call of UpdateLaunchConfigurationTemplateRequest

func (*MockMgnAPIMockRecorder) UpdateLaunchConfigurationTemplateWithContext added in v1.44.41

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

UpdateLaunchConfigurationTemplateWithContext indicates an expected call of UpdateLaunchConfigurationTemplateWithContext

func (*MockMgnAPIMockRecorder) UpdateLaunchConfigurationWithContext

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

UpdateLaunchConfigurationWithContext indicates an expected call of UpdateLaunchConfigurationWithContext

func (*MockMgnAPIMockRecorder) UpdateReplicationConfiguration

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

UpdateReplicationConfiguration indicates an expected call of UpdateReplicationConfiguration

func (*MockMgnAPIMockRecorder) UpdateReplicationConfigurationRequest

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

UpdateReplicationConfigurationRequest indicates an expected call of UpdateReplicationConfigurationRequest

func (*MockMgnAPIMockRecorder) UpdateReplicationConfigurationTemplate

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

UpdateReplicationConfigurationTemplate indicates an expected call of UpdateReplicationConfigurationTemplate

func (*MockMgnAPIMockRecorder) UpdateReplicationConfigurationTemplateRequest

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

UpdateReplicationConfigurationTemplateRequest indicates an expected call of UpdateReplicationConfigurationTemplateRequest

func (*MockMgnAPIMockRecorder) UpdateReplicationConfigurationTemplateWithContext

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

UpdateReplicationConfigurationTemplateWithContext indicates an expected call of UpdateReplicationConfigurationTemplateWithContext

func (*MockMgnAPIMockRecorder) UpdateReplicationConfigurationWithContext

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

UpdateReplicationConfigurationWithContext indicates an expected call of UpdateReplicationConfigurationWithContext

func (*MockMgnAPIMockRecorder) UpdateSourceServerReplicationType

func (mr *MockMgnAPIMockRecorder) UpdateSourceServerReplicationType(arg0 interface{}) *gomock.Call

UpdateSourceServerReplicationType indicates an expected call of UpdateSourceServerReplicationType

func (*MockMgnAPIMockRecorder) UpdateSourceServerReplicationTypeRequest

func (mr *MockMgnAPIMockRecorder) UpdateSourceServerReplicationTypeRequest(arg0 interface{}) *gomock.Call

UpdateSourceServerReplicationTypeRequest indicates an expected call of UpdateSourceServerReplicationTypeRequest

func (*MockMgnAPIMockRecorder) UpdateSourceServerReplicationTypeWithContext

func (mr *MockMgnAPIMockRecorder) UpdateSourceServerReplicationTypeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSourceServerReplicationTypeWithContext indicates an expected call of UpdateSourceServerReplicationTypeWithContext

func (*MockMgnAPIMockRecorder) UpdateWave added in v1.44.146

func (mr *MockMgnAPIMockRecorder) UpdateWave(arg0 interface{}) *gomock.Call

UpdateWave indicates an expected call of UpdateWave

func (*MockMgnAPIMockRecorder) UpdateWaveRequest added in v1.44.146

func (mr *MockMgnAPIMockRecorder) UpdateWaveRequest(arg0 interface{}) *gomock.Call

UpdateWaveRequest indicates an expected call of UpdateWaveRequest

func (*MockMgnAPIMockRecorder) UpdateWaveWithContext added in v1.44.146

func (mr *MockMgnAPIMockRecorder) UpdateWaveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateWaveWithContext indicates an expected call of UpdateWaveWithContext

Jump to

Keyboard shortcuts

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