avi

package
v0.27.0-dev Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package avi is a generated GoMock package.

Package avi is a generated GoMock package.

Package avi is a generated GoMock package.

Package avi is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClient added in v0.25.0

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

MockClient is a mock of Client interface

func NewMockClient added in v0.25.0

func NewMockClient(ctrl *gomock.Controller) *MockClient

NewMockClient creates a new mock instance

func (*MockClient) EXPECT added in v0.25.0

func (m *MockClient) EXPECT() *MockClientMockRecorder

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

func (*MockClient) GetCloudByName added in v0.25.0

func (m *MockClient) GetCloudByName(name string) (*models.Cloud, error)

GetCloudByName mocks base method

func (*MockClient) GetClouds added in v0.25.0

func (m *MockClient) GetClouds() ([]*models0.AviCloud, error)

GetClouds mocks base method

func (*MockClient) GetServiceEngineGroupByName added in v0.25.0

func (m *MockClient) GetServiceEngineGroupByName(name string) (*models.ServiceEngineGroup, error)

GetServiceEngineGroupByName mocks base method

func (*MockClient) GetServiceEngineGroups added in v0.25.0

func (m *MockClient) GetServiceEngineGroups() ([]*models0.AviServiceEngineGroup, error)

GetServiceEngineGroups mocks base method

func (*MockClient) GetVipNetworkByName added in v0.25.0

func (m *MockClient) GetVipNetworkByName(name string) (*models.Network, error)

GetVipNetworkByName mocks base method

func (*MockClient) GetVipNetworks added in v0.25.0

func (m *MockClient) GetVipNetworks() ([]*models0.AviVipNetwork, error)

GetVipNetworks mocks base method

func (*MockClient) VerifyAccount added in v0.25.0

func (m *MockClient) VerifyAccount(params *models0.AviControllerParams) (bool, error)

VerifyAccount mocks base method

type MockClientMockRecorder added in v0.25.0

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

MockClientMockRecorder is the mock recorder for MockClient

func (*MockClientMockRecorder) GetCloudByName added in v0.25.0

func (mr *MockClientMockRecorder) GetCloudByName(name interface{}) *gomock.Call

GetCloudByName indicates an expected call of GetCloudByName

func (*MockClientMockRecorder) GetClouds added in v0.25.0

func (mr *MockClientMockRecorder) GetClouds() *gomock.Call

GetClouds indicates an expected call of GetClouds

func (*MockClientMockRecorder) GetServiceEngineGroupByName added in v0.25.0

func (mr *MockClientMockRecorder) GetServiceEngineGroupByName(name interface{}) *gomock.Call

GetServiceEngineGroupByName indicates an expected call of GetServiceEngineGroupByName

func (*MockClientMockRecorder) GetServiceEngineGroups added in v0.25.0

func (mr *MockClientMockRecorder) GetServiceEngineGroups() *gomock.Call

GetServiceEngineGroups indicates an expected call of GetServiceEngineGroups

func (*MockClientMockRecorder) GetVipNetworkByName added in v0.25.0

func (mr *MockClientMockRecorder) GetVipNetworkByName(name interface{}) *gomock.Call

GetVipNetworkByName indicates an expected call of GetVipNetworkByName

func (*MockClientMockRecorder) GetVipNetworks added in v0.25.0

func (mr *MockClientMockRecorder) GetVipNetworks() *gomock.Call

GetVipNetworks indicates an expected call of GetVipNetworks

func (*MockClientMockRecorder) VerifyAccount added in v0.25.0

func (mr *MockClientMockRecorder) VerifyAccount(params interface{}) *gomock.Call

VerifyAccount indicates an expected call of VerifyAccount

type MockMiniCloudClient

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

MockMiniCloudClient is a mock of MiniCloudClient interface

func NewMockMiniCloudClient

func NewMockMiniCloudClient(ctrl *gomock.Controller) *MockMiniCloudClient

NewMockMiniCloudClient creates a new mock instance

func (*MockMiniCloudClient) EXPECT

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

func (*MockMiniCloudClient) GetAll

func (m *MockMiniCloudClient) GetAll(arg0 ...session.ApiOptionsParams) ([]*models.Cloud, error)

GetAll mocks base method

func (*MockMiniCloudClient) GetByName added in v0.25.0

func (m *MockMiniCloudClient) GetByName(name string, options ...session.ApiOptionsParams) (*models.Cloud, error)

GetByName mocks base method

type MockMiniCloudClientMockRecorder

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

MockMiniCloudClientMockRecorder is the mock recorder for MockMiniCloudClient

func (*MockMiniCloudClientMockRecorder) GetAll

func (mr *MockMiniCloudClientMockRecorder) GetAll(arg0 ...interface{}) *gomock.Call

GetAll indicates an expected call of GetAll

func (*MockMiniCloudClientMockRecorder) GetByName added in v0.25.0

func (mr *MockMiniCloudClientMockRecorder) GetByName(name interface{}, options ...interface{}) *gomock.Call

GetByName indicates an expected call of GetByName

type MockMiniNetworkClient

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

MockMiniNetworkClient is a mock of MiniNetworkClient interface

func NewMockMiniNetworkClient

func NewMockMiniNetworkClient(ctrl *gomock.Controller) *MockMiniNetworkClient

NewMockMiniNetworkClient creates a new mock instance

func (*MockMiniNetworkClient) EXPECT

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

func (*MockMiniNetworkClient) GetAll

GetAll mocks base method

func (*MockMiniNetworkClient) GetByName added in v0.25.0

func (m *MockMiniNetworkClient) GetByName(name string, options ...session.ApiOptionsParams) (*models.Network, error)

GetByName mocks base method

type MockMiniNetworkClientMockRecorder

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

MockMiniNetworkClientMockRecorder is the mock recorder for MockMiniNetworkClient

func (*MockMiniNetworkClientMockRecorder) GetAll

func (mr *MockMiniNetworkClientMockRecorder) GetAll(arg0 ...interface{}) *gomock.Call

GetAll indicates an expected call of GetAll

func (*MockMiniNetworkClientMockRecorder) GetByName added in v0.25.0

func (mr *MockMiniNetworkClientMockRecorder) GetByName(name interface{}, options ...interface{}) *gomock.Call

GetByName indicates an expected call of GetByName

type MockMiniServiceEngineGroupClient

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

MockMiniServiceEngineGroupClient is a mock of MiniServiceEngineGroupClient interface

func NewMockMiniServiceEngineGroupClient

func NewMockMiniServiceEngineGroupClient(ctrl *gomock.Controller) *MockMiniServiceEngineGroupClient

NewMockMiniServiceEngineGroupClient creates a new mock instance

func (*MockMiniServiceEngineGroupClient) EXPECT

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

func (*MockMiniServiceEngineGroupClient) GetAll

GetAll mocks base method

func (*MockMiniServiceEngineGroupClient) GetByName added in v0.25.0

GetByName mocks base method

type MockMiniServiceEngineGroupClientMockRecorder

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

MockMiniServiceEngineGroupClientMockRecorder is the mock recorder for MockMiniServiceEngineGroupClient

func (*MockMiniServiceEngineGroupClientMockRecorder) GetAll

func (mr *MockMiniServiceEngineGroupClientMockRecorder) GetAll(arg0 ...interface{}) *gomock.Call

GetAll indicates an expected call of GetAll

func (*MockMiniServiceEngineGroupClientMockRecorder) GetByName added in v0.25.0

func (mr *MockMiniServiceEngineGroupClientMockRecorder) GetByName(name interface{}, options ...interface{}) *gomock.Call

GetByName indicates an expected call of GetByName

Jump to

Keyboard shortcuts

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