mock_networkinterfaces

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_networkinterfaces is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockInterfacesClientAPI

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

MockInterfacesClientAPI is a mock of InterfacesClientAPI interface

func NewMockInterfacesClientAPI

func NewMockInterfacesClientAPI(ctrl *gomock.Controller) *MockInterfacesClientAPI

NewMockInterfacesClientAPI creates a new mock instance

func (*MockInterfacesClientAPI) CreateOrUpdate

CreateOrUpdate mocks base method

func (*MockInterfacesClientAPI) Delete

Delete mocks base method

func (*MockInterfacesClientAPI) EXPECT

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

func (*MockInterfacesClientAPI) Get

func (m *MockInterfacesClientAPI) Get(arg0 context.Context, arg1, arg2, arg3 string) (network.Interface, error)

Get mocks base method

func (*MockInterfacesClientAPI) GetEffectiveRouteTable

func (m *MockInterfacesClientAPI) GetEffectiveRouteTable(arg0 context.Context, arg1, arg2 string) (network.InterfacesGetEffectiveRouteTableFuture, error)

GetEffectiveRouteTable mocks base method

func (*MockInterfacesClientAPI) GetVirtualMachineScaleSetIPConfiguration

func (m *MockInterfacesClientAPI) GetVirtualMachineScaleSetIPConfiguration(arg0 context.Context, arg1, arg2, arg3, arg4, arg5, arg6 string) (network.InterfaceIPConfiguration, error)

GetVirtualMachineScaleSetIPConfiguration mocks base method

func (*MockInterfacesClientAPI) GetVirtualMachineScaleSetNetworkInterface

func (m *MockInterfacesClientAPI) GetVirtualMachineScaleSetNetworkInterface(arg0 context.Context, arg1, arg2, arg3, arg4, arg5 string) (network.Interface, error)

GetVirtualMachineScaleSetNetworkInterface mocks base method

func (*MockInterfacesClientAPI) List

List mocks base method

func (*MockInterfacesClientAPI) ListAll

ListAll mocks base method

func (*MockInterfacesClientAPI) ListEffectiveNetworkSecurityGroups

func (m *MockInterfacesClientAPI) ListEffectiveNetworkSecurityGroups(arg0 context.Context, arg1, arg2 string) (network.InterfacesListEffectiveNetworkSecurityGroupsFuture, error)

ListEffectiveNetworkSecurityGroups mocks base method

func (*MockInterfacesClientAPI) ListVirtualMachineScaleSetIPConfigurations

func (m *MockInterfacesClientAPI) ListVirtualMachineScaleSetIPConfigurations(arg0 context.Context, arg1, arg2, arg3, arg4, arg5 string) (network.InterfaceIPConfigurationListResultPage, error)

ListVirtualMachineScaleSetIPConfigurations mocks base method

func (*MockInterfacesClientAPI) ListVirtualMachineScaleSetNetworkInterfaces

func (m *MockInterfacesClientAPI) ListVirtualMachineScaleSetNetworkInterfaces(arg0 context.Context, arg1, arg2 string) (network.InterfaceListResultPage, error)

ListVirtualMachineScaleSetNetworkInterfaces mocks base method

func (*MockInterfacesClientAPI) ListVirtualMachineScaleSetVMNetworkInterfaces

func (m *MockInterfacesClientAPI) ListVirtualMachineScaleSetVMNetworkInterfaces(arg0 context.Context, arg1, arg2, arg3 string) (network.InterfaceListResultPage, error)

ListVirtualMachineScaleSetVMNetworkInterfaces mocks base method

func (*MockInterfacesClientAPI) UpdateTags

UpdateTags mocks base method

type MockInterfacesClientAPIMockRecorder

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

MockInterfacesClientAPIMockRecorder is the mock recorder for MockInterfacesClientAPI

func (*MockInterfacesClientAPIMockRecorder) CreateOrUpdate

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

CreateOrUpdate indicates an expected call of CreateOrUpdate

func (*MockInterfacesClientAPIMockRecorder) Delete

func (mr *MockInterfacesClientAPIMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockInterfacesClientAPIMockRecorder) Get

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

Get indicates an expected call of Get

func (*MockInterfacesClientAPIMockRecorder) GetEffectiveRouteTable

func (mr *MockInterfacesClientAPIMockRecorder) GetEffectiveRouteTable(arg0, arg1, arg2 interface{}) *gomock.Call

GetEffectiveRouteTable indicates an expected call of GetEffectiveRouteTable

func (*MockInterfacesClientAPIMockRecorder) GetVirtualMachineScaleSetIPConfiguration

func (mr *MockInterfacesClientAPIMockRecorder) GetVirtualMachineScaleSetIPConfiguration(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call

GetVirtualMachineScaleSetIPConfiguration indicates an expected call of GetVirtualMachineScaleSetIPConfiguration

func (*MockInterfacesClientAPIMockRecorder) GetVirtualMachineScaleSetNetworkInterface

func (mr *MockInterfacesClientAPIMockRecorder) GetVirtualMachineScaleSetNetworkInterface(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call

GetVirtualMachineScaleSetNetworkInterface indicates an expected call of GetVirtualMachineScaleSetNetworkInterface

func (*MockInterfacesClientAPIMockRecorder) List

func (mr *MockInterfacesClientAPIMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List

func (*MockInterfacesClientAPIMockRecorder) ListAll

func (mr *MockInterfacesClientAPIMockRecorder) ListAll(arg0 interface{}) *gomock.Call

ListAll indicates an expected call of ListAll

func (*MockInterfacesClientAPIMockRecorder) ListEffectiveNetworkSecurityGroups

func (mr *MockInterfacesClientAPIMockRecorder) ListEffectiveNetworkSecurityGroups(arg0, arg1, arg2 interface{}) *gomock.Call

ListEffectiveNetworkSecurityGroups indicates an expected call of ListEffectiveNetworkSecurityGroups

func (*MockInterfacesClientAPIMockRecorder) ListVirtualMachineScaleSetIPConfigurations

func (mr *MockInterfacesClientAPIMockRecorder) ListVirtualMachineScaleSetIPConfigurations(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call

ListVirtualMachineScaleSetIPConfigurations indicates an expected call of ListVirtualMachineScaleSetIPConfigurations

func (*MockInterfacesClientAPIMockRecorder) ListVirtualMachineScaleSetNetworkInterfaces

func (mr *MockInterfacesClientAPIMockRecorder) ListVirtualMachineScaleSetNetworkInterfaces(arg0, arg1, arg2 interface{}) *gomock.Call

ListVirtualMachineScaleSetNetworkInterfaces indicates an expected call of ListVirtualMachineScaleSetNetworkInterfaces

func (*MockInterfacesClientAPIMockRecorder) ListVirtualMachineScaleSetVMNetworkInterfaces

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

ListVirtualMachineScaleSetVMNetworkInterfaces indicates an expected call of ListVirtualMachineScaleSetVMNetworkInterfaces

func (*MockInterfacesClientAPIMockRecorder) UpdateTags

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

UpdateTags indicates an expected call of UpdateTags

Jump to

Keyboard shortcuts

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