mock_vcn

package
v0.15.0 Latest Latest
Warning

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

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

Documentation

Overview

Package mock_vcn is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClient

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

MockClient is a mock_computemanagement of Client interface.

func NewMockClient

func NewMockClient(ctrl *gomock.Controller) *MockClient

NewMockClient creates a new mock_computemanagement instance.

func (*MockClient) AddNetworkSecurityGroupSecurityRules

AddNetworkSecurityGroupSecurityRules mocks base method.

func (*MockClient) ConnectRemotePeeringConnections added in v0.3.0

ConnectRemotePeeringConnections mocks base method.

func (*MockClient) CreateDrg added in v0.3.0

CreateDrg mocks base method.

func (*MockClient) CreateDrgAttachment added in v0.3.0

CreateDrgAttachment mocks base method.

func (*MockClient) CreateInternetGateway

CreateInternetGateway mocks base method.

func (*MockClient) CreateNatGateway

CreateNatGateway mocks base method.

func (*MockClient) CreateNetworkSecurityGroup

CreateNetworkSecurityGroup mocks base method.

func (*MockClient) CreateRemotePeeringConnection added in v0.3.0

CreateRemotePeeringConnection mocks base method.

func (*MockClient) CreateRouteTable

CreateRouteTable mocks base method.

func (*MockClient) CreateSecurityList

CreateSecurityList mocks base method.

func (*MockClient) CreateServiceGateway

CreateServiceGateway mocks base method.

func (*MockClient) CreateSubnet

CreateSubnet mocks base method.

func (*MockClient) CreateVcn

CreateVcn mocks base method.

func (*MockClient) DeleteDrg added in v0.3.0

DeleteDrg mocks base method.

func (*MockClient) DeleteDrgAttachment added in v0.3.0

DeleteDrgAttachment mocks base method.

func (*MockClient) DeleteInternetGateway

DeleteInternetGateway mocks base method.

func (*MockClient) DeleteNatGateway

DeleteNatGateway mocks base method.

func (*MockClient) DeleteNetworkSecurityGroup

DeleteNetworkSecurityGroup mocks base method.

func (*MockClient) DeleteRemotePeeringConnection added in v0.3.0

DeleteRemotePeeringConnection mocks base method.

func (*MockClient) DeleteRouteTable

DeleteRouteTable mocks base method.

func (*MockClient) DeleteSecurityList

DeleteSecurityList mocks base method.

func (*MockClient) DeleteServiceGateway

DeleteServiceGateway mocks base method.

func (*MockClient) DeleteSubnet

DeleteSubnet mocks base method.

func (*MockClient) DeleteVcn

DeleteVcn mocks base method.

func (*MockClient) EXPECT

func (m *MockClient) EXPECT() *MockClientMockRecorder

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

func (*MockClient) GetDrg added in v0.3.0

func (m *MockClient) GetDrg(ctx context.Context, request core.GetDrgRequest) (core.GetDrgResponse, error)

GetDrg mocks base method.

func (*MockClient) GetDrgAttachment added in v0.3.0

GetDrgAttachment mocks base method.

func (*MockClient) GetInternetGateway

GetInternetGateway mocks base method.

func (*MockClient) GetNatGateway

GetNatGateway mocks base method.

func (*MockClient) GetNetworkSecurityGroup

GetNetworkSecurityGroup mocks base method.

func (*MockClient) GetRemotePeeringConnection added in v0.3.0

GetRemotePeeringConnection mocks base method.

func (*MockClient) GetRouteTable

GetRouteTable mocks base method.

func (*MockClient) GetSecurityList

GetSecurityList mocks base method.

func (*MockClient) GetServiceGateway

GetServiceGateway mocks base method.

func (*MockClient) GetSubnet

GetSubnet mocks base method.

func (*MockClient) GetVcn

func (m *MockClient) GetVcn(ctx context.Context, request core.GetVcnRequest) (core.GetVcnResponse, error)

GetVcn mocks base method.

func (*MockClient) GetVnic

func (m *MockClient) GetVnic(ctx context.Context, request core.GetVnicRequest) (core.GetVnicResponse, error)

GetVnic mocks base method.

func (*MockClient) ListDrgAttachments added in v0.3.0

ListDrgAttachments mocks base method.

func (*MockClient) ListDrgs added in v0.3.0

ListDrgs mocks base method.

func (*MockClient) ListInternetGateways

ListInternetGateways mocks base method.

func (*MockClient) ListNatGateways

ListNatGateways mocks base method.

func (*MockClient) ListNetworkSecurityGroupSecurityRules

ListNetworkSecurityGroupSecurityRules mocks base method.

func (*MockClient) ListNetworkSecurityGroups

ListNetworkSecurityGroups mocks base method.

func (*MockClient) ListRemotePeeringConnections added in v0.3.0

ListRemotePeeringConnections mocks base method.

func (*MockClient) ListRouteTables

ListRouteTables mocks base method.

func (*MockClient) ListSecurityLists

ListSecurityLists mocks base method.

func (*MockClient) ListServiceGateways

ListServiceGateways mocks base method.

func (*MockClient) ListServices

ListServices mocks base method.

func (*MockClient) ListSubnets

ListSubnets mocks base method.

func (*MockClient) ListVcns

ListVcns mocks base method.

func (*MockClient) RemoveNetworkSecurityGroupSecurityRules

RemoveNetworkSecurityGroupSecurityRules mocks base method.

func (*MockClient) UpdateDrg added in v0.3.0

UpdateDrg mocks base method.

func (*MockClient) UpdateDrgAttachment added in v0.3.0

UpdateDrgAttachment mocks base method.

func (*MockClient) UpdateInternetGateway

UpdateInternetGateway mocks base method.

func (*MockClient) UpdateNatGateway

UpdateNatGateway mocks base method.

func (*MockClient) UpdateNetworkSecurityGroup

UpdateNetworkSecurityGroup mocks base method.

func (*MockClient) UpdateNetworkSecurityGroupSecurityRules

UpdateNetworkSecurityGroupSecurityRules mocks base method.

func (*MockClient) UpdateRemotePeeringConnection added in v0.3.0

UpdateRemotePeeringConnection mocks base method.

func (*MockClient) UpdateRouteTable

UpdateRouteTable mocks base method.

func (*MockClient) UpdateSecurityList

UpdateSecurityList mocks base method.

func (*MockClient) UpdateServiceGateway

UpdateServiceGateway mocks base method.

func (*MockClient) UpdateSubnet

UpdateSubnet mocks base method.

func (*MockClient) UpdateVcn

UpdateVcn mocks base method.

func (*MockClient) UpdateVnic added in v0.7.0

UpdateVnic mocks base method.

type MockClientMockRecorder

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

MockClientMockRecorder is the mock_computemanagement recorder for MockClient.

func (*MockClientMockRecorder) AddNetworkSecurityGroupSecurityRules

func (mr *MockClientMockRecorder) AddNetworkSecurityGroupSecurityRules(ctx, request interface{}) *gomock.Call

AddNetworkSecurityGroupSecurityRules indicates an expected call of AddNetworkSecurityGroupSecurityRules.

func (*MockClientMockRecorder) ConnectRemotePeeringConnections added in v0.3.0

func (mr *MockClientMockRecorder) ConnectRemotePeeringConnections(ctx, request interface{}) *gomock.Call

ConnectRemotePeeringConnections indicates an expected call of ConnectRemotePeeringConnections.

func (*MockClientMockRecorder) CreateDrg added in v0.3.0

func (mr *MockClientMockRecorder) CreateDrg(ctx, request interface{}) *gomock.Call

CreateDrg indicates an expected call of CreateDrg.

func (*MockClientMockRecorder) CreateDrgAttachment added in v0.3.0

func (mr *MockClientMockRecorder) CreateDrgAttachment(ctx, request interface{}) *gomock.Call

CreateDrgAttachment indicates an expected call of CreateDrgAttachment.

func (*MockClientMockRecorder) CreateInternetGateway

func (mr *MockClientMockRecorder) CreateInternetGateway(ctx, request interface{}) *gomock.Call

CreateInternetGateway indicates an expected call of CreateInternetGateway.

func (*MockClientMockRecorder) CreateNatGateway

func (mr *MockClientMockRecorder) CreateNatGateway(ctx, request interface{}) *gomock.Call

CreateNatGateway indicates an expected call of CreateNatGateway.

func (*MockClientMockRecorder) CreateNetworkSecurityGroup

func (mr *MockClientMockRecorder) CreateNetworkSecurityGroup(ctx, request interface{}) *gomock.Call

CreateNetworkSecurityGroup indicates an expected call of CreateNetworkSecurityGroup.

func (*MockClientMockRecorder) CreateRemotePeeringConnection added in v0.3.0

func (mr *MockClientMockRecorder) CreateRemotePeeringConnection(ctx, request interface{}) *gomock.Call

CreateRemotePeeringConnection indicates an expected call of CreateRemotePeeringConnection.

func (*MockClientMockRecorder) CreateRouteTable

func (mr *MockClientMockRecorder) CreateRouteTable(ctx, request interface{}) *gomock.Call

CreateRouteTable indicates an expected call of CreateRouteTable.

func (*MockClientMockRecorder) CreateSecurityList

func (mr *MockClientMockRecorder) CreateSecurityList(ctx, request interface{}) *gomock.Call

CreateSecurityList indicates an expected call of CreateSecurityList.

func (*MockClientMockRecorder) CreateServiceGateway

func (mr *MockClientMockRecorder) CreateServiceGateway(ctx, request interface{}) *gomock.Call

CreateServiceGateway indicates an expected call of CreateServiceGateway.

func (*MockClientMockRecorder) CreateSubnet

func (mr *MockClientMockRecorder) CreateSubnet(ctx, request interface{}) *gomock.Call

CreateSubnet indicates an expected call of CreateSubnet.

func (*MockClientMockRecorder) CreateVcn

func (mr *MockClientMockRecorder) CreateVcn(ctx, request interface{}) *gomock.Call

CreateVcn indicates an expected call of CreateVcn.

func (*MockClientMockRecorder) DeleteDrg added in v0.3.0

func (mr *MockClientMockRecorder) DeleteDrg(ctx, request interface{}) *gomock.Call

DeleteDrg indicates an expected call of DeleteDrg.

func (*MockClientMockRecorder) DeleteDrgAttachment added in v0.3.0

func (mr *MockClientMockRecorder) DeleteDrgAttachment(ctx, request interface{}) *gomock.Call

DeleteDrgAttachment indicates an expected call of DeleteDrgAttachment.

func (*MockClientMockRecorder) DeleteInternetGateway

func (mr *MockClientMockRecorder) DeleteInternetGateway(ctx, request interface{}) *gomock.Call

DeleteInternetGateway indicates an expected call of DeleteInternetGateway.

func (*MockClientMockRecorder) DeleteNatGateway

func (mr *MockClientMockRecorder) DeleteNatGateway(ctx, request interface{}) *gomock.Call

DeleteNatGateway indicates an expected call of DeleteNatGateway.

func (*MockClientMockRecorder) DeleteNetworkSecurityGroup

func (mr *MockClientMockRecorder) DeleteNetworkSecurityGroup(ctx, request interface{}) *gomock.Call

DeleteNetworkSecurityGroup indicates an expected call of DeleteNetworkSecurityGroup.

func (*MockClientMockRecorder) DeleteRemotePeeringConnection added in v0.3.0

func (mr *MockClientMockRecorder) DeleteRemotePeeringConnection(ctx, request interface{}) *gomock.Call

DeleteRemotePeeringConnection indicates an expected call of DeleteRemotePeeringConnection.

func (*MockClientMockRecorder) DeleteRouteTable

func (mr *MockClientMockRecorder) DeleteRouteTable(ctx, request interface{}) *gomock.Call

DeleteRouteTable indicates an expected call of DeleteRouteTable.

func (*MockClientMockRecorder) DeleteSecurityList

func (mr *MockClientMockRecorder) DeleteSecurityList(ctx, request interface{}) *gomock.Call

DeleteSecurityList indicates an expected call of DeleteSecurityList.

func (*MockClientMockRecorder) DeleteServiceGateway

func (mr *MockClientMockRecorder) DeleteServiceGateway(ctx, request interface{}) *gomock.Call

DeleteServiceGateway indicates an expected call of DeleteServiceGateway.

func (*MockClientMockRecorder) DeleteSubnet

func (mr *MockClientMockRecorder) DeleteSubnet(ctx, request interface{}) *gomock.Call

DeleteSubnet indicates an expected call of DeleteSubnet.

func (*MockClientMockRecorder) DeleteVcn

func (mr *MockClientMockRecorder) DeleteVcn(ctx, request interface{}) *gomock.Call

DeleteVcn indicates an expected call of DeleteVcn.

func (*MockClientMockRecorder) GetDrg added in v0.3.0

func (mr *MockClientMockRecorder) GetDrg(ctx, request interface{}) *gomock.Call

GetDrg indicates an expected call of GetDrg.

func (*MockClientMockRecorder) GetDrgAttachment added in v0.3.0

func (mr *MockClientMockRecorder) GetDrgAttachment(ctx, request interface{}) *gomock.Call

GetDrgAttachment indicates an expected call of GetDrgAttachment.

func (*MockClientMockRecorder) GetInternetGateway

func (mr *MockClientMockRecorder) GetInternetGateway(ctx, request interface{}) *gomock.Call

GetInternetGateway indicates an expected call of GetInternetGateway.

func (*MockClientMockRecorder) GetNatGateway

func (mr *MockClientMockRecorder) GetNatGateway(ctx, request interface{}) *gomock.Call

GetNatGateway indicates an expected call of GetNatGateway.

func (*MockClientMockRecorder) GetNetworkSecurityGroup

func (mr *MockClientMockRecorder) GetNetworkSecurityGroup(ctx, request interface{}) *gomock.Call

GetNetworkSecurityGroup indicates an expected call of GetNetworkSecurityGroup.

func (*MockClientMockRecorder) GetRemotePeeringConnection added in v0.3.0

func (mr *MockClientMockRecorder) GetRemotePeeringConnection(ctx, request interface{}) *gomock.Call

GetRemotePeeringConnection indicates an expected call of GetRemotePeeringConnection.

func (*MockClientMockRecorder) GetRouteTable

func (mr *MockClientMockRecorder) GetRouteTable(ctx, request interface{}) *gomock.Call

GetRouteTable indicates an expected call of GetRouteTable.

func (*MockClientMockRecorder) GetSecurityList

func (mr *MockClientMockRecorder) GetSecurityList(ctx, request interface{}) *gomock.Call

GetSecurityList indicates an expected call of GetSecurityList.

func (*MockClientMockRecorder) GetServiceGateway

func (mr *MockClientMockRecorder) GetServiceGateway(ctx, request interface{}) *gomock.Call

GetServiceGateway indicates an expected call of GetServiceGateway.

func (*MockClientMockRecorder) GetSubnet

func (mr *MockClientMockRecorder) GetSubnet(ctx, request interface{}) *gomock.Call

GetSubnet indicates an expected call of GetSubnet.

func (*MockClientMockRecorder) GetVcn

func (mr *MockClientMockRecorder) GetVcn(ctx, request interface{}) *gomock.Call

GetVcn indicates an expected call of GetVcn.

func (*MockClientMockRecorder) GetVnic

func (mr *MockClientMockRecorder) GetVnic(ctx, request interface{}) *gomock.Call

GetVnic indicates an expected call of GetVnic.

func (*MockClientMockRecorder) ListDrgAttachments added in v0.3.0

func (mr *MockClientMockRecorder) ListDrgAttachments(ctx, request interface{}) *gomock.Call

ListDrgAttachments indicates an expected call of ListDrgAttachments.

func (*MockClientMockRecorder) ListDrgs added in v0.3.0

func (mr *MockClientMockRecorder) ListDrgs(ctx, request interface{}) *gomock.Call

ListDrgs indicates an expected call of ListDrgs.

func (*MockClientMockRecorder) ListInternetGateways

func (mr *MockClientMockRecorder) ListInternetGateways(ctx, request interface{}) *gomock.Call

ListInternetGateways indicates an expected call of ListInternetGateways.

func (*MockClientMockRecorder) ListNatGateways

func (mr *MockClientMockRecorder) ListNatGateways(ctx, request interface{}) *gomock.Call

ListNatGateways indicates an expected call of ListNatGateways.

func (*MockClientMockRecorder) ListNetworkSecurityGroupSecurityRules

func (mr *MockClientMockRecorder) ListNetworkSecurityGroupSecurityRules(ctx, request interface{}) *gomock.Call

ListNetworkSecurityGroupSecurityRules indicates an expected call of ListNetworkSecurityGroupSecurityRules.

func (*MockClientMockRecorder) ListNetworkSecurityGroups

func (mr *MockClientMockRecorder) ListNetworkSecurityGroups(ctx, request interface{}) *gomock.Call

ListNetworkSecurityGroups indicates an expected call of ListNetworkSecurityGroups.

func (*MockClientMockRecorder) ListRemotePeeringConnections added in v0.3.0

func (mr *MockClientMockRecorder) ListRemotePeeringConnections(ctx, request interface{}) *gomock.Call

ListRemotePeeringConnections indicates an expected call of ListRemotePeeringConnections.

func (*MockClientMockRecorder) ListRouteTables

func (mr *MockClientMockRecorder) ListRouteTables(ctx, request interface{}) *gomock.Call

ListRouteTables indicates an expected call of ListRouteTables.

func (*MockClientMockRecorder) ListSecurityLists

func (mr *MockClientMockRecorder) ListSecurityLists(ctx, request interface{}) *gomock.Call

ListSecurityLists indicates an expected call of ListSecurityLists.

func (*MockClientMockRecorder) ListServiceGateways

func (mr *MockClientMockRecorder) ListServiceGateways(ctx, request interface{}) *gomock.Call

ListServiceGateways indicates an expected call of ListServiceGateways.

func (*MockClientMockRecorder) ListServices

func (mr *MockClientMockRecorder) ListServices(ctx, request interface{}) *gomock.Call

ListServices indicates an expected call of ListServices.

func (*MockClientMockRecorder) ListSubnets

func (mr *MockClientMockRecorder) ListSubnets(ctx, request interface{}) *gomock.Call

ListSubnets indicates an expected call of ListSubnets.

func (*MockClientMockRecorder) ListVcns

func (mr *MockClientMockRecorder) ListVcns(ctx, request interface{}) *gomock.Call

ListVcns indicates an expected call of ListVcns.

func (*MockClientMockRecorder) RemoveNetworkSecurityGroupSecurityRules

func (mr *MockClientMockRecorder) RemoveNetworkSecurityGroupSecurityRules(ctx, request interface{}) *gomock.Call

RemoveNetworkSecurityGroupSecurityRules indicates an expected call of RemoveNetworkSecurityGroupSecurityRules.

func (*MockClientMockRecorder) UpdateDrg added in v0.3.0

func (mr *MockClientMockRecorder) UpdateDrg(ctx, request interface{}) *gomock.Call

UpdateDrg indicates an expected call of UpdateDrg.

func (*MockClientMockRecorder) UpdateDrgAttachment added in v0.3.0

func (mr *MockClientMockRecorder) UpdateDrgAttachment(ctx, request interface{}) *gomock.Call

UpdateDrgAttachment indicates an expected call of UpdateDrgAttachment.

func (*MockClientMockRecorder) UpdateInternetGateway

func (mr *MockClientMockRecorder) UpdateInternetGateway(ctx, request interface{}) *gomock.Call

UpdateInternetGateway indicates an expected call of UpdateInternetGateway.

func (*MockClientMockRecorder) UpdateNatGateway

func (mr *MockClientMockRecorder) UpdateNatGateway(ctx, request interface{}) *gomock.Call

UpdateNatGateway indicates an expected call of UpdateNatGateway.

func (*MockClientMockRecorder) UpdateNetworkSecurityGroup

func (mr *MockClientMockRecorder) UpdateNetworkSecurityGroup(ctx, request interface{}) *gomock.Call

UpdateNetworkSecurityGroup indicates an expected call of UpdateNetworkSecurityGroup.

func (*MockClientMockRecorder) UpdateNetworkSecurityGroupSecurityRules

func (mr *MockClientMockRecorder) UpdateNetworkSecurityGroupSecurityRules(ctx, request interface{}) *gomock.Call

UpdateNetworkSecurityGroupSecurityRules indicates an expected call of UpdateNetworkSecurityGroupSecurityRules.

func (*MockClientMockRecorder) UpdateRemotePeeringConnection added in v0.3.0

func (mr *MockClientMockRecorder) UpdateRemotePeeringConnection(ctx, request interface{}) *gomock.Call

UpdateRemotePeeringConnection indicates an expected call of UpdateRemotePeeringConnection.

func (*MockClientMockRecorder) UpdateRouteTable

func (mr *MockClientMockRecorder) UpdateRouteTable(ctx, request interface{}) *gomock.Call

UpdateRouteTable indicates an expected call of UpdateRouteTable.

func (*MockClientMockRecorder) UpdateSecurityList

func (mr *MockClientMockRecorder) UpdateSecurityList(ctx, request interface{}) *gomock.Call

UpdateSecurityList indicates an expected call of UpdateSecurityList.

func (*MockClientMockRecorder) UpdateServiceGateway

func (mr *MockClientMockRecorder) UpdateServiceGateway(ctx, request interface{}) *gomock.Call

UpdateServiceGateway indicates an expected call of UpdateServiceGateway.

func (*MockClientMockRecorder) UpdateSubnet

func (mr *MockClientMockRecorder) UpdateSubnet(ctx, request interface{}) *gomock.Call

UpdateSubnet indicates an expected call of UpdateSubnet.

func (*MockClientMockRecorder) UpdateVcn

func (mr *MockClientMockRecorder) UpdateVcn(ctx, request interface{}) *gomock.Call

UpdateVcn indicates an expected call of UpdateVcn.

func (*MockClientMockRecorder) UpdateVnic added in v0.7.0

func (mr *MockClientMockRecorder) UpdateVnic(ctx, request interface{}) *gomock.Call

UpdateVnic indicates an expected call of UpdateVnic.

Jump to

Keyboard shortcuts

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