mock_armnetwork

package
v0.0.0-...-261f4f5 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_armnetwork is a generated GoMock package.

Package mock_armnetwork is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockInterfacesClient

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

MockInterfacesClient is a mock of InterfacesClient interface.

func NewMockInterfacesClient

func NewMockInterfacesClient(ctrl *gomock.Controller) *MockInterfacesClient

NewMockInterfacesClient creates a new mock instance.

func (*MockInterfacesClient) CreateOrUpdateAndWait

CreateOrUpdateAndWait mocks base method.

func (*MockInterfacesClient) DeleteAndWait

DeleteAndWait mocks base method.

func (*MockInterfacesClient) EXPECT

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

func (*MockInterfacesClient) Get

Get mocks base method.

type MockInterfacesClientMockRecorder

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

MockInterfacesClientMockRecorder is the mock recorder for MockInterfacesClient.

func (*MockInterfacesClientMockRecorder) CreateOrUpdateAndWait

func (mr *MockInterfacesClientMockRecorder) CreateOrUpdateAndWait(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait.

func (*MockInterfacesClientMockRecorder) DeleteAndWait

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

DeleteAndWait indicates an expected call of DeleteAndWait.

func (*MockInterfacesClientMockRecorder) Get

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

Get indicates an expected call of Get.

type MockLoadBalancerBackendAddressPoolsClient

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

MockLoadBalancerBackendAddressPoolsClient is a mock of LoadBalancerBackendAddressPoolsClient interface.

func NewMockLoadBalancerBackendAddressPoolsClient

func NewMockLoadBalancerBackendAddressPoolsClient(ctrl *gomock.Controller) *MockLoadBalancerBackendAddressPoolsClient

NewMockLoadBalancerBackendAddressPoolsClient creates a new mock instance.

func (*MockLoadBalancerBackendAddressPoolsClient) EXPECT

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

func (*MockLoadBalancerBackendAddressPoolsClient) Get

Get mocks base method.

type MockLoadBalancerBackendAddressPoolsClientMockRecorder

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

MockLoadBalancerBackendAddressPoolsClientMockRecorder is the mock recorder for MockLoadBalancerBackendAddressPoolsClient.

func (*MockLoadBalancerBackendAddressPoolsClientMockRecorder) Get

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

Get indicates an expected call of Get.

type MockLoadBalancersClient

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

MockLoadBalancersClient is a mock of LoadBalancersClient interface.

func NewMockLoadBalancersClient

func NewMockLoadBalancersClient(ctrl *gomock.Controller) *MockLoadBalancersClient

NewMockLoadBalancersClient creates a new mock instance.

func (*MockLoadBalancersClient) CreateOrUpdateAndWait

CreateOrUpdateAndWait mocks base method.

func (*MockLoadBalancersClient) EXPECT

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

func (*MockLoadBalancersClient) Get

Get mocks base method.

type MockLoadBalancersClientMockRecorder

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

MockLoadBalancersClientMockRecorder is the mock recorder for MockLoadBalancersClient.

func (*MockLoadBalancersClientMockRecorder) CreateOrUpdateAndWait

func (mr *MockLoadBalancersClientMockRecorder) CreateOrUpdateAndWait(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait.

func (*MockLoadBalancersClientMockRecorder) Get

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

Get indicates an expected call of Get.

type MockPublicIPAddressesClient

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

MockPublicIPAddressesClient is a mock of PublicIPAddressesClient interface.

func NewMockPublicIPAddressesClient

func NewMockPublicIPAddressesClient(ctrl *gomock.Controller) *MockPublicIPAddressesClient

NewMockPublicIPAddressesClient creates a new mock instance.

func (*MockPublicIPAddressesClient) CreateOrUpdateAndWait

CreateOrUpdateAndWait mocks base method.

func (*MockPublicIPAddressesClient) DeleteAndWait

DeleteAndWait mocks base method.

func (*MockPublicIPAddressesClient) EXPECT

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

func (*MockPublicIPAddressesClient) Get

Get mocks base method.

func (*MockPublicIPAddressesClient) List

List mocks base method.

type MockPublicIPAddressesClientMockRecorder

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

MockPublicIPAddressesClientMockRecorder is the mock recorder for MockPublicIPAddressesClient.

func (*MockPublicIPAddressesClientMockRecorder) CreateOrUpdateAndWait

func (mr *MockPublicIPAddressesClientMockRecorder) CreateOrUpdateAndWait(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait.

func (*MockPublicIPAddressesClientMockRecorder) DeleteAndWait

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

DeleteAndWait indicates an expected call of DeleteAndWait.

func (*MockPublicIPAddressesClientMockRecorder) Get

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

Get indicates an expected call of Get.

func (*MockPublicIPAddressesClientMockRecorder) List

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

List indicates an expected call of List.

type MockSubnetsClient

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

MockSubnetsClient is a mock of SubnetsClient interface.

func NewMockSubnetsClient

func NewMockSubnetsClient(ctrl *gomock.Controller) *MockSubnetsClient

NewMockSubnetsClient creates a new mock instance.

func (*MockSubnetsClient) EXPECT

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

func (*MockSubnetsClient) Get

func (m *MockSubnetsClient) Get(ctx context.Context, resourceGroupName, virtualNetworkName, subnetName string, options *armnetwork.SubnetsClientGetOptions) (armnetwork.SubnetsClientGetResponse, error)

Get mocks base method.

type MockSubnetsClientMockRecorder

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

MockSubnetsClientMockRecorder is the mock recorder for MockSubnetsClient.

func (*MockSubnetsClientMockRecorder) Get

func (mr *MockSubnetsClientMockRecorder) Get(ctx, resourceGroupName, virtualNetworkName, subnetName, options interface{}) *gomock.Call

Get indicates an expected call of Get.

Jump to

Keyboard shortcuts

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