mock_network

package
v0.0.0-...-37f2402 Latest Latest
Warning

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

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

Documentation

Overview

Package mock_network is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockFlowLogsClient

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

MockFlowLogsClient is a mock of FlowLogsClient interface.

func NewMockFlowLogsClient

func NewMockFlowLogsClient(ctrl *gomock.Controller) *MockFlowLogsClient

NewMockFlowLogsClient creates a new mock instance.

func (*MockFlowLogsClient) CreateOrUpdateAndWait

func (m *MockFlowLogsClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2, arg3 string, arg4 network.FlowLog) error

CreateOrUpdateAndWait mocks base method.

func (*MockFlowLogsClient) DeleteAndWait

func (m *MockFlowLogsClient) DeleteAndWait(arg0 context.Context, arg1, arg2, arg3 string) error

DeleteAndWait mocks base method.

func (*MockFlowLogsClient) EXPECT

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

func (*MockFlowLogsClient) Get

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

Get mocks base method.

type MockFlowLogsClientMockRecorder

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

MockFlowLogsClientMockRecorder is the mock recorder for MockFlowLogsClient.

func (*MockFlowLogsClientMockRecorder) CreateOrUpdateAndWait

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

CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait.

func (*MockFlowLogsClientMockRecorder) DeleteAndWait

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

DeleteAndWait indicates an expected call of DeleteAndWait.

func (*MockFlowLogsClientMockRecorder) Get

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

Get indicates an expected call of Get.

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

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

CreateOrUpdateAndWait mocks base method.

func (*MockInterfacesClient) DeleteAndWait

func (m *MockInterfacesClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string) error

DeleteAndWait mocks base method.

func (*MockInterfacesClient) EXPECT

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

func (*MockInterfacesClient) Get

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

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 interface{}) *gomock.Call

CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait.

func (*MockInterfacesClientMockRecorder) DeleteAndWait

func (mr *MockInterfacesClientMockRecorder) DeleteAndWait(arg0, arg1, arg2 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 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

func (m *MockLoadBalancersClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 network.LoadBalancer) error

CreateOrUpdateAndWait mocks base method.

func (*MockLoadBalancersClient) EXPECT

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

func (*MockLoadBalancersClient) Get

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

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 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 MockPrivateEndpointsClient

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

MockPrivateEndpointsClient is a mock of PrivateEndpointsClient interface.

func NewMockPrivateEndpointsClient

func NewMockPrivateEndpointsClient(ctrl *gomock.Controller) *MockPrivateEndpointsClient

NewMockPrivateEndpointsClient creates a new mock instance.

func (*MockPrivateEndpointsClient) CreateOrUpdateAndWait

func (m *MockPrivateEndpointsClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 network.PrivateEndpoint) error

CreateOrUpdateAndWait mocks base method.

func (*MockPrivateEndpointsClient) DeleteAndWait

func (m *MockPrivateEndpointsClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string) error

DeleteAndWait mocks base method.

func (*MockPrivateEndpointsClient) EXPECT

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

func (*MockPrivateEndpointsClient) Get

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

Get mocks base method.

type MockPrivateEndpointsClientMockRecorder

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

MockPrivateEndpointsClientMockRecorder is the mock recorder for MockPrivateEndpointsClient.

func (*MockPrivateEndpointsClientMockRecorder) CreateOrUpdateAndWait

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

CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait.

func (*MockPrivateEndpointsClientMockRecorder) DeleteAndWait

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

DeleteAndWait indicates an expected call of DeleteAndWait.

func (*MockPrivateEndpointsClientMockRecorder) Get

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

Get indicates an expected call of Get.

type MockPrivateLinkServicesClient

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

MockPrivateLinkServicesClient is a mock of PrivateLinkServicesClient interface.

func NewMockPrivateLinkServicesClient

func NewMockPrivateLinkServicesClient(ctrl *gomock.Controller) *MockPrivateLinkServicesClient

NewMockPrivateLinkServicesClient creates a new mock instance.

func (*MockPrivateLinkServicesClient) DeletePrivateEndpointConnection

DeletePrivateEndpointConnection mocks base method.

func (*MockPrivateLinkServicesClient) EXPECT

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

func (*MockPrivateLinkServicesClient) Get

Get mocks base method.

func (*MockPrivateLinkServicesClient) List

List mocks base method.

func (*MockPrivateLinkServicesClient) UpdatePrivateEndpointConnection

func (m *MockPrivateLinkServicesClient) UpdatePrivateEndpointConnection(arg0 context.Context, arg1, arg2, arg3 string, arg4 network.PrivateEndpointConnection) (network.PrivateEndpointConnection, error)

UpdatePrivateEndpointConnection mocks base method.

type MockPrivateLinkServicesClientMockRecorder

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

MockPrivateLinkServicesClientMockRecorder is the mock recorder for MockPrivateLinkServicesClient.

func (*MockPrivateLinkServicesClientMockRecorder) DeletePrivateEndpointConnection

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

DeletePrivateEndpointConnection indicates an expected call of DeletePrivateEndpointConnection.

func (*MockPrivateLinkServicesClientMockRecorder) Get

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

Get indicates an expected call of Get.

func (*MockPrivateLinkServicesClientMockRecorder) List

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

List indicates an expected call of List.

func (*MockPrivateLinkServicesClientMockRecorder) UpdatePrivateEndpointConnection

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

UpdatePrivateEndpointConnection indicates an expected call of UpdatePrivateEndpointConnection.

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

func (m *MockPublicIPAddressesClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 network.PublicIPAddress) error

CreateOrUpdateAndWait mocks base method.

func (*MockPublicIPAddressesClient) DeleteAndWait

func (m *MockPublicIPAddressesClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string) error

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 interface{}) *gomock.Call

CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait.

func (*MockPublicIPAddressesClientMockRecorder) DeleteAndWait

func (mr *MockPublicIPAddressesClientMockRecorder) DeleteAndWait(arg0, arg1, arg2 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 interface{}) *gomock.Call

List indicates an expected call of List.

type MockRouteTablesClient

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

MockRouteTablesClient is a mock of RouteTablesClient interface.

func NewMockRouteTablesClient

func NewMockRouteTablesClient(ctrl *gomock.Controller) *MockRouteTablesClient

NewMockRouteTablesClient creates a new mock instance.

func (*MockRouteTablesClient) DeleteAndWait

func (m *MockRouteTablesClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string) error

DeleteAndWait mocks base method.

func (*MockRouteTablesClient) EXPECT

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

func (*MockRouteTablesClient) Get

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

Get mocks base method.

type MockRouteTablesClientMockRecorder

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

MockRouteTablesClientMockRecorder is the mock recorder for MockRouteTablesClient.

func (*MockRouteTablesClientMockRecorder) DeleteAndWait

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

DeleteAndWait indicates an expected call of DeleteAndWait.

func (*MockRouteTablesClientMockRecorder) Get

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

Get indicates an expected call of Get.

type MockSecurityGroupsClient

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

MockSecurityGroupsClient is a mock of SecurityGroupsClient interface.

func NewMockSecurityGroupsClient

func NewMockSecurityGroupsClient(ctrl *gomock.Controller) *MockSecurityGroupsClient

NewMockSecurityGroupsClient creates a new mock instance.

func (*MockSecurityGroupsClient) CreateOrUpdateAndWait

func (m *MockSecurityGroupsClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 network.SecurityGroup) error

CreateOrUpdateAndWait mocks base method.

func (*MockSecurityGroupsClient) DeleteAndWait

func (m *MockSecurityGroupsClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string) error

DeleteAndWait mocks base method.

func (*MockSecurityGroupsClient) EXPECT

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

func (*MockSecurityGroupsClient) Get

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

Get mocks base method.

func (*MockSecurityGroupsClient) List

List mocks base method.

type MockSecurityGroupsClientMockRecorder

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

MockSecurityGroupsClientMockRecorder is the mock recorder for MockSecurityGroupsClient.

func (*MockSecurityGroupsClientMockRecorder) CreateOrUpdateAndWait

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

CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait.

func (*MockSecurityGroupsClientMockRecorder) DeleteAndWait

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

DeleteAndWait indicates an expected call of DeleteAndWait.

func (*MockSecurityGroupsClientMockRecorder) Get

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

Get indicates an expected call of Get.

func (*MockSecurityGroupsClientMockRecorder) List

func (mr *MockSecurityGroupsClientMockRecorder) List(arg0, arg1 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) CreateOrUpdateAndWait

func (m *MockSubnetsClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2, arg3 string, arg4 network.Subnet) error

CreateOrUpdateAndWait mocks base method.

func (*MockSubnetsClient) DeleteAndWait

func (m *MockSubnetsClient) DeleteAndWait(arg0 context.Context, arg1, arg2, arg3 string) error

DeleteAndWait mocks base method.

func (*MockSubnetsClient) EXPECT

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

func (*MockSubnetsClient) Get

func (m *MockSubnetsClient) Get(arg0 context.Context, arg1, arg2, arg3, arg4 string) (network.Subnet, error)

Get mocks base method.

type MockSubnetsClientMockRecorder

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

MockSubnetsClientMockRecorder is the mock recorder for MockSubnetsClient.

func (*MockSubnetsClientMockRecorder) CreateOrUpdateAndWait

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

CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait.

func (*MockSubnetsClientMockRecorder) DeleteAndWait

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

DeleteAndWait indicates an expected call of DeleteAndWait.

func (*MockSubnetsClientMockRecorder) Get

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

Get indicates an expected call of Get.

type MockUsageClient

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

MockUsageClient is a mock of UsageClient interface.

func NewMockUsageClient

func NewMockUsageClient(ctrl *gomock.Controller) *MockUsageClient

NewMockUsageClient creates a new mock instance.

func (*MockUsageClient) EXPECT

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

func (*MockUsageClient) List

func (m *MockUsageClient) List(arg0 context.Context, arg1 string) ([]network.Usage, error)

List mocks base method.

type MockUsageClientMockRecorder

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

MockUsageClientMockRecorder is the mock recorder for MockUsageClient.

func (*MockUsageClientMockRecorder) List

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

List indicates an expected call of List.

type MockVirtualNetworkPeeringsClient

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

MockVirtualNetworkPeeringsClient is a mock of VirtualNetworkPeeringsClient interface.

func NewMockVirtualNetworkPeeringsClient

func NewMockVirtualNetworkPeeringsClient(ctrl *gomock.Controller) *MockVirtualNetworkPeeringsClient

NewMockVirtualNetworkPeeringsClient creates a new mock instance.

func (*MockVirtualNetworkPeeringsClient) CreateOrUpdate

CreateOrUpdate mocks base method.

func (*MockVirtualNetworkPeeringsClient) CreateOrUpdateAndWait

func (m *MockVirtualNetworkPeeringsClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2, arg3 string, arg4 network.VirtualNetworkPeering) error

CreateOrUpdateAndWait mocks base method.

func (*MockVirtualNetworkPeeringsClient) Delete

Delete mocks base method.

func (*MockVirtualNetworkPeeringsClient) DeleteAndWait

func (m *MockVirtualNetworkPeeringsClient) DeleteAndWait(arg0 context.Context, arg1, arg2, arg3 string) error

DeleteAndWait mocks base method.

func (*MockVirtualNetworkPeeringsClient) EXPECT

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

type MockVirtualNetworkPeeringsClientMockRecorder

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

MockVirtualNetworkPeeringsClientMockRecorder is the mock recorder for MockVirtualNetworkPeeringsClient.

func (*MockVirtualNetworkPeeringsClientMockRecorder) CreateOrUpdate

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

CreateOrUpdate indicates an expected call of CreateOrUpdate.

func (*MockVirtualNetworkPeeringsClientMockRecorder) CreateOrUpdateAndWait

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

CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait.

func (*MockVirtualNetworkPeeringsClientMockRecorder) Delete

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

Delete indicates an expected call of Delete.

func (*MockVirtualNetworkPeeringsClientMockRecorder) DeleteAndWait

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

DeleteAndWait indicates an expected call of DeleteAndWait.

type MockVirtualNetworksClient

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

MockVirtualNetworksClient is a mock of VirtualNetworksClient interface.

func NewMockVirtualNetworksClient

func NewMockVirtualNetworksClient(ctrl *gomock.Controller) *MockVirtualNetworksClient

NewMockVirtualNetworksClient creates a new mock instance.

func (*MockVirtualNetworksClient) EXPECT

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

func (*MockVirtualNetworksClient) Get

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

Get mocks base method.

type MockVirtualNetworksClientMockRecorder

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

MockVirtualNetworksClientMockRecorder is the mock recorder for MockVirtualNetworksClient.

func (*MockVirtualNetworksClientMockRecorder) Get

func (mr *MockVirtualNetworksClientMockRecorder) Get(arg0, arg1, arg2, arg3 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