dns

package
v2.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package dns is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockApiCloneZoneRequest

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

MockApiCloneZoneRequest is a mock of ApiCloneZoneRequest interface.

func NewMockApiCloneZoneRequest

func NewMockApiCloneZoneRequest(ctrl *gomock.Controller) *MockApiCloneZoneRequest

NewMockApiCloneZoneRequest creates a new mock instance.

func (*MockApiCloneZoneRequest) CloneZonePayload

func (m *MockApiCloneZoneRequest) CloneZonePayload(cloneZonePayload dns.CloneZonePayload) dns.ApiCloneZoneRequest

CloneZonePayload mocks base method.

func (*MockApiCloneZoneRequest) EXPECT

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

func (*MockApiCloneZoneRequest) Execute

func (m *MockApiCloneZoneRequest) Execute() (*dns.ZoneResponse, error)

Execute mocks base method.

type MockApiCloneZoneRequestMockRecorder

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

MockApiCloneZoneRequestMockRecorder is the mock recorder for MockApiCloneZoneRequest.

func (*MockApiCloneZoneRequestMockRecorder) CloneZonePayload

func (mr *MockApiCloneZoneRequestMockRecorder) CloneZonePayload(cloneZonePayload any) *gomock.Call

CloneZonePayload indicates an expected call of CloneZonePayload.

func (*MockApiCloneZoneRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

type MockApiCreateLabelRequest

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

MockApiCreateLabelRequest is a mock of ApiCreateLabelRequest interface.

func NewMockApiCreateLabelRequest

func NewMockApiCreateLabelRequest(ctrl *gomock.Controller) *MockApiCreateLabelRequest

NewMockApiCreateLabelRequest creates a new mock instance.

func (*MockApiCreateLabelRequest) CreateLabelPayload

func (m *MockApiCreateLabelRequest) CreateLabelPayload(createLabelPayload dns.CreateLabelPayload) dns.ApiCreateLabelRequest

CreateLabelPayload mocks base method.

func (*MockApiCreateLabelRequest) EXPECT

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

func (*MockApiCreateLabelRequest) Execute

Execute mocks base method.

type MockApiCreateLabelRequestMockRecorder

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

MockApiCreateLabelRequestMockRecorder is the mock recorder for MockApiCreateLabelRequest.

func (*MockApiCreateLabelRequestMockRecorder) CreateLabelPayload

func (mr *MockApiCreateLabelRequestMockRecorder) CreateLabelPayload(createLabelPayload any) *gomock.Call

CreateLabelPayload indicates an expected call of CreateLabelPayload.

func (*MockApiCreateLabelRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

type MockApiCreateMoveCodeRequest

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

MockApiCreateMoveCodeRequest is a mock of ApiCreateMoveCodeRequest interface.

func NewMockApiCreateMoveCodeRequest

func NewMockApiCreateMoveCodeRequest(ctrl *gomock.Controller) *MockApiCreateMoveCodeRequest

NewMockApiCreateMoveCodeRequest creates a new mock instance.

func (*MockApiCreateMoveCodeRequest) EXPECT

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

func (*MockApiCreateMoveCodeRequest) Execute

Execute mocks base method.

type MockApiCreateMoveCodeRequestMockRecorder

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

MockApiCreateMoveCodeRequestMockRecorder is the mock recorder for MockApiCreateMoveCodeRequest.

func (*MockApiCreateMoveCodeRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

type MockApiCreateRecordSetRequest

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

MockApiCreateRecordSetRequest is a mock of ApiCreateRecordSetRequest interface.

func NewMockApiCreateRecordSetRequest

func NewMockApiCreateRecordSetRequest(ctrl *gomock.Controller) *MockApiCreateRecordSetRequest

NewMockApiCreateRecordSetRequest creates a new mock instance.

func (*MockApiCreateRecordSetRequest) CreateRecordSetPayload

func (m *MockApiCreateRecordSetRequest) CreateRecordSetPayload(createRecordSetPayload dns.CreateRecordSetPayload) dns.ApiCreateRecordSetRequest

CreateRecordSetPayload mocks base method.

func (*MockApiCreateRecordSetRequest) EXPECT

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

func (*MockApiCreateRecordSetRequest) Execute

Execute mocks base method.

type MockApiCreateRecordSetRequestMockRecorder

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

MockApiCreateRecordSetRequestMockRecorder is the mock recorder for MockApiCreateRecordSetRequest.

func (*MockApiCreateRecordSetRequestMockRecorder) CreateRecordSetPayload

func (mr *MockApiCreateRecordSetRequestMockRecorder) CreateRecordSetPayload(createRecordSetPayload any) *gomock.Call

CreateRecordSetPayload indicates an expected call of CreateRecordSetPayload.

func (*MockApiCreateRecordSetRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

type MockApiCreateZoneRequest

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

MockApiCreateZoneRequest is a mock of ApiCreateZoneRequest interface.

func NewMockApiCreateZoneRequest

func NewMockApiCreateZoneRequest(ctrl *gomock.Controller) *MockApiCreateZoneRequest

NewMockApiCreateZoneRequest creates a new mock instance.

func (*MockApiCreateZoneRequest) CreateZonePayload

func (m *MockApiCreateZoneRequest) CreateZonePayload(createZonePayload dns.CreateZonePayload) dns.ApiCreateZoneRequest

CreateZonePayload mocks base method.

func (*MockApiCreateZoneRequest) EXPECT

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

func (*MockApiCreateZoneRequest) Execute

Execute mocks base method.

type MockApiCreateZoneRequestMockRecorder

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

MockApiCreateZoneRequestMockRecorder is the mock recorder for MockApiCreateZoneRequest.

func (*MockApiCreateZoneRequestMockRecorder) CreateZonePayload

func (mr *MockApiCreateZoneRequestMockRecorder) CreateZonePayload(createZonePayload any) *gomock.Call

CreateZonePayload indicates an expected call of CreateZonePayload.

func (*MockApiCreateZoneRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

type MockApiDeleteLabelRequest

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

MockApiDeleteLabelRequest is a mock of ApiDeleteLabelRequest interface.

func NewMockApiDeleteLabelRequest

func NewMockApiDeleteLabelRequest(ctrl *gomock.Controller) *MockApiDeleteLabelRequest

NewMockApiDeleteLabelRequest creates a new mock instance.

func (*MockApiDeleteLabelRequest) EXPECT

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

func (*MockApiDeleteLabelRequest) Execute

Execute mocks base method.

type MockApiDeleteLabelRequestMockRecorder

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

MockApiDeleteLabelRequestMockRecorder is the mock recorder for MockApiDeleteLabelRequest.

func (*MockApiDeleteLabelRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

type MockApiDeleteMoveCodeRequest

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

MockApiDeleteMoveCodeRequest is a mock of ApiDeleteMoveCodeRequest interface.

func NewMockApiDeleteMoveCodeRequest

func NewMockApiDeleteMoveCodeRequest(ctrl *gomock.Controller) *MockApiDeleteMoveCodeRequest

NewMockApiDeleteMoveCodeRequest creates a new mock instance.

func (*MockApiDeleteMoveCodeRequest) EXPECT

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

func (*MockApiDeleteMoveCodeRequest) Execute

func (m *MockApiDeleteMoveCodeRequest) Execute() (*dns.Message, error)

Execute mocks base method.

type MockApiDeleteMoveCodeRequestMockRecorder

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

MockApiDeleteMoveCodeRequestMockRecorder is the mock recorder for MockApiDeleteMoveCodeRequest.

func (*MockApiDeleteMoveCodeRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

type MockApiDeleteRecordSetRequest

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

MockApiDeleteRecordSetRequest is a mock of ApiDeleteRecordSetRequest interface.

func NewMockApiDeleteRecordSetRequest

func NewMockApiDeleteRecordSetRequest(ctrl *gomock.Controller) *MockApiDeleteRecordSetRequest

NewMockApiDeleteRecordSetRequest creates a new mock instance.

func (*MockApiDeleteRecordSetRequest) EXPECT

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

func (*MockApiDeleteRecordSetRequest) Execute

Execute mocks base method.

type MockApiDeleteRecordSetRequestMockRecorder

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

MockApiDeleteRecordSetRequestMockRecorder is the mock recorder for MockApiDeleteRecordSetRequest.

func (*MockApiDeleteRecordSetRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

type MockApiDeleteZoneRequest

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

MockApiDeleteZoneRequest is a mock of ApiDeleteZoneRequest interface.

func NewMockApiDeleteZoneRequest

func NewMockApiDeleteZoneRequest(ctrl *gomock.Controller) *MockApiDeleteZoneRequest

NewMockApiDeleteZoneRequest creates a new mock instance.

func (*MockApiDeleteZoneRequest) EXPECT

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

func (*MockApiDeleteZoneRequest) Execute

func (m *MockApiDeleteZoneRequest) Execute() (*dns.Message, error)

Execute mocks base method.

type MockApiDeleteZoneRequestMockRecorder

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

MockApiDeleteZoneRequestMockRecorder is the mock recorder for MockApiDeleteZoneRequest.

func (*MockApiDeleteZoneRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

type MockApiExportRecordSetsRequest

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

MockApiExportRecordSetsRequest is a mock of ApiExportRecordSetsRequest interface.

func NewMockApiExportRecordSetsRequest

func NewMockApiExportRecordSetsRequest(ctrl *gomock.Controller) *MockApiExportRecordSetsRequest

NewMockApiExportRecordSetsRequest creates a new mock instance.

func (*MockApiExportRecordSetsRequest) EXPECT

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

func (*MockApiExportRecordSetsRequest) Execute

Execute mocks base method.

func (*MockApiExportRecordSetsRequest) ExportRecordSetsPayload

func (m *MockApiExportRecordSetsRequest) ExportRecordSetsPayload(exportRecordSetsPayload dns.ExportRecordSetsPayload) dns.ApiExportRecordSetsRequest

ExportRecordSetsPayload mocks base method.

type MockApiExportRecordSetsRequestMockRecorder

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

MockApiExportRecordSetsRequestMockRecorder is the mock recorder for MockApiExportRecordSetsRequest.

func (*MockApiExportRecordSetsRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockApiExportRecordSetsRequestMockRecorder) ExportRecordSetsPayload

func (mr *MockApiExportRecordSetsRequestMockRecorder) ExportRecordSetsPayload(exportRecordSetsPayload any) *gomock.Call

ExportRecordSetsPayload indicates an expected call of ExportRecordSetsPayload.

type MockApiGetRecordSetRequest

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

MockApiGetRecordSetRequest is a mock of ApiGetRecordSetRequest interface.

func NewMockApiGetRecordSetRequest

func NewMockApiGetRecordSetRequest(ctrl *gomock.Controller) *MockApiGetRecordSetRequest

NewMockApiGetRecordSetRequest creates a new mock instance.

func (*MockApiGetRecordSetRequest) EXPECT

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

func (*MockApiGetRecordSetRequest) Execute

Execute mocks base method.

type MockApiGetRecordSetRequestMockRecorder

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

MockApiGetRecordSetRequestMockRecorder is the mock recorder for MockApiGetRecordSetRequest.

func (*MockApiGetRecordSetRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

type MockApiGetZoneRequest

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

MockApiGetZoneRequest is a mock of ApiGetZoneRequest interface.

func NewMockApiGetZoneRequest

func NewMockApiGetZoneRequest(ctrl *gomock.Controller) *MockApiGetZoneRequest

NewMockApiGetZoneRequest creates a new mock instance.

func (*MockApiGetZoneRequest) EXPECT

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

func (*MockApiGetZoneRequest) Execute

func (m *MockApiGetZoneRequest) Execute() (*dns.ZoneResponse, error)

Execute mocks base method.

type MockApiGetZoneRequestMockRecorder

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

MockApiGetZoneRequestMockRecorder is the mock recorder for MockApiGetZoneRequest.

func (*MockApiGetZoneRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

type MockApiImportRecordSetsRequest

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

MockApiImportRecordSetsRequest is a mock of ApiImportRecordSetsRequest interface.

func NewMockApiImportRecordSetsRequest

func NewMockApiImportRecordSetsRequest(ctrl *gomock.Controller) *MockApiImportRecordSetsRequest

NewMockApiImportRecordSetsRequest creates a new mock instance.

func (*MockApiImportRecordSetsRequest) EXPECT

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

func (*MockApiImportRecordSetsRequest) Execute

Execute mocks base method.

func (*MockApiImportRecordSetsRequest) Format

Format mocks base method.

func (*MockApiImportRecordSetsRequest) ImportRecordSetsPayload

func (m *MockApiImportRecordSetsRequest) ImportRecordSetsPayload(importRecordSetsPayload dns.ImportRecordSetsPayload) dns.ApiImportRecordSetsRequest

ImportRecordSetsPayload mocks base method.

func (*MockApiImportRecordSetsRequest) ImportType

ImportType mocks base method.

type MockApiImportRecordSetsRequestMockRecorder

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

MockApiImportRecordSetsRequestMockRecorder is the mock recorder for MockApiImportRecordSetsRequest.

func (*MockApiImportRecordSetsRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockApiImportRecordSetsRequestMockRecorder) Format

Format indicates an expected call of Format.

func (*MockApiImportRecordSetsRequestMockRecorder) ImportRecordSetsPayload

func (mr *MockApiImportRecordSetsRequestMockRecorder) ImportRecordSetsPayload(importRecordSetsPayload any) *gomock.Call

ImportRecordSetsPayload indicates an expected call of ImportRecordSetsPayload.

func (*MockApiImportRecordSetsRequestMockRecorder) ImportType

func (mr *MockApiImportRecordSetsRequestMockRecorder) ImportType(importType any) *gomock.Call

ImportType indicates an expected call of ImportType.

type MockApiListLabelsRequest

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

MockApiListLabelsRequest is a mock of ApiListLabelsRequest interface.

func NewMockApiListLabelsRequest

func NewMockApiListLabelsRequest(ctrl *gomock.Controller) *MockApiListLabelsRequest

NewMockApiListLabelsRequest creates a new mock instance.

func (*MockApiListLabelsRequest) EXPECT

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

func (*MockApiListLabelsRequest) Execute

Execute mocks base method.

type MockApiListLabelsRequestMockRecorder

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

MockApiListLabelsRequestMockRecorder is the mock recorder for MockApiListLabelsRequest.

func (*MockApiListLabelsRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

type MockApiListRecordSetsRequest

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

MockApiListRecordSetsRequest is a mock of ApiListRecordSetsRequest interface.

func NewMockApiListRecordSetsRequest

func NewMockApiListRecordSetsRequest(ctrl *gomock.Controller) *MockApiListRecordSetsRequest

NewMockApiListRecordSetsRequest creates a new mock instance.

func (*MockApiListRecordSetsRequest) ActiveEq

ActiveEq mocks base method.

func (*MockApiListRecordSetsRequest) CreationFinishedGt

func (m *MockApiListRecordSetsRequest) CreationFinishedGt(creationFinishedGt string) dns.ApiListRecordSetsRequest

CreationFinishedGt mocks base method.

func (*MockApiListRecordSetsRequest) CreationFinishedGte

func (m *MockApiListRecordSetsRequest) CreationFinishedGte(creationFinishedGte string) dns.ApiListRecordSetsRequest

CreationFinishedGte mocks base method.

func (*MockApiListRecordSetsRequest) CreationFinishedLt

func (m *MockApiListRecordSetsRequest) CreationFinishedLt(creationFinishedLt string) dns.ApiListRecordSetsRequest

CreationFinishedLt mocks base method.

func (*MockApiListRecordSetsRequest) CreationFinishedLte

func (m *MockApiListRecordSetsRequest) CreationFinishedLte(creationFinishedLte string) dns.ApiListRecordSetsRequest

CreationFinishedLte mocks base method.

func (*MockApiListRecordSetsRequest) CreationStartedGt

func (m *MockApiListRecordSetsRequest) CreationStartedGt(creationStartedGt string) dns.ApiListRecordSetsRequest

CreationStartedGt mocks base method.

func (*MockApiListRecordSetsRequest) CreationStartedGte

func (m *MockApiListRecordSetsRequest) CreationStartedGte(creationStartedGte string) dns.ApiListRecordSetsRequest

CreationStartedGte mocks base method.

func (*MockApiListRecordSetsRequest) CreationStartedLt

func (m *MockApiListRecordSetsRequest) CreationStartedLt(creationStartedLt string) dns.ApiListRecordSetsRequest

CreationStartedLt mocks base method.

func (*MockApiListRecordSetsRequest) CreationStartedLte

func (m *MockApiListRecordSetsRequest) CreationStartedLte(creationStartedLte string) dns.ApiListRecordSetsRequest

CreationStartedLte mocks base method.

func (*MockApiListRecordSetsRequest) EXPECT

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

func (*MockApiListRecordSetsRequest) Execute

Execute mocks base method.

func (*MockApiListRecordSetsRequest) NameEq

NameEq mocks base method.

func (*MockApiListRecordSetsRequest) NameLike

NameLike mocks base method.

func (*MockApiListRecordSetsRequest) OrderByCreationFinished

func (m *MockApiListRecordSetsRequest) OrderByCreationFinished(orderByCreationFinished string) dns.ApiListRecordSetsRequest

OrderByCreationFinished mocks base method.

func (*MockApiListRecordSetsRequest) OrderByCreationStarted

func (m *MockApiListRecordSetsRequest) OrderByCreationStarted(orderByCreationStarted string) dns.ApiListRecordSetsRequest

OrderByCreationStarted mocks base method.

func (*MockApiListRecordSetsRequest) OrderByName

OrderByName mocks base method.

func (*MockApiListRecordSetsRequest) OrderByRecordCount

func (m *MockApiListRecordSetsRequest) OrderByRecordCount(orderByRecordCount string) dns.ApiListRecordSetsRequest

OrderByRecordCount mocks base method.

func (*MockApiListRecordSetsRequest) OrderByState

func (m *MockApiListRecordSetsRequest) OrderByState(orderByState string) dns.ApiListRecordSetsRequest

OrderByState mocks base method.

func (*MockApiListRecordSetsRequest) OrderByType

OrderByType mocks base method.

func (*MockApiListRecordSetsRequest) OrderByUpdateFinished

func (m *MockApiListRecordSetsRequest) OrderByUpdateFinished(orderByUpdateFinished string) dns.ApiListRecordSetsRequest

OrderByUpdateFinished mocks base method.

func (*MockApiListRecordSetsRequest) OrderByUpdateStarted

func (m *MockApiListRecordSetsRequest) OrderByUpdateStarted(orderByUpdateStarted string) dns.ApiListRecordSetsRequest

OrderByUpdateStarted mocks base method.

func (*MockApiListRecordSetsRequest) Page

Page mocks base method.

func (*MockApiListRecordSetsRequest) PageSize

PageSize mocks base method.

func (*MockApiListRecordSetsRequest) StateEq

StateEq mocks base method.

func (*MockApiListRecordSetsRequest) StateNeq

StateNeq mocks base method.

func (*MockApiListRecordSetsRequest) TypeEq

TypeEq mocks base method.

func (*MockApiListRecordSetsRequest) UpdateFinishedGt

func (m *MockApiListRecordSetsRequest) UpdateFinishedGt(updateFinishedGt string) dns.ApiListRecordSetsRequest

UpdateFinishedGt mocks base method.

func (*MockApiListRecordSetsRequest) UpdateFinishedGte

func (m *MockApiListRecordSetsRequest) UpdateFinishedGte(updateFinishedGte string) dns.ApiListRecordSetsRequest

UpdateFinishedGte mocks base method.

func (*MockApiListRecordSetsRequest) UpdateFinishedLt

func (m *MockApiListRecordSetsRequest) UpdateFinishedLt(updateFinishedLt string) dns.ApiListRecordSetsRequest

UpdateFinishedLt mocks base method.

func (*MockApiListRecordSetsRequest) UpdateFinishedLte

func (m *MockApiListRecordSetsRequest) UpdateFinishedLte(updateFinishedLte string) dns.ApiListRecordSetsRequest

UpdateFinishedLte mocks base method.

func (*MockApiListRecordSetsRequest) UpdateStartedGt

func (m *MockApiListRecordSetsRequest) UpdateStartedGt(updateStartedGt string) dns.ApiListRecordSetsRequest

UpdateStartedGt mocks base method.

func (*MockApiListRecordSetsRequest) UpdateStartedGte

func (m *MockApiListRecordSetsRequest) UpdateStartedGte(updateStartedGte string) dns.ApiListRecordSetsRequest

UpdateStartedGte mocks base method.

func (*MockApiListRecordSetsRequest) UpdateStartedLt

func (m *MockApiListRecordSetsRequest) UpdateStartedLt(updateStartedLt string) dns.ApiListRecordSetsRequest

UpdateStartedLt mocks base method.

func (*MockApiListRecordSetsRequest) UpdateStartedLte

func (m *MockApiListRecordSetsRequest) UpdateStartedLte(updateStartedLte string) dns.ApiListRecordSetsRequest

UpdateStartedLte mocks base method.

type MockApiListRecordSetsRequestMockRecorder

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

MockApiListRecordSetsRequestMockRecorder is the mock recorder for MockApiListRecordSetsRequest.

func (*MockApiListRecordSetsRequestMockRecorder) ActiveEq

func (mr *MockApiListRecordSetsRequestMockRecorder) ActiveEq(activeEq any) *gomock.Call

ActiveEq indicates an expected call of ActiveEq.

func (*MockApiListRecordSetsRequestMockRecorder) CreationFinishedGt

func (mr *MockApiListRecordSetsRequestMockRecorder) CreationFinishedGt(creationFinishedGt any) *gomock.Call

CreationFinishedGt indicates an expected call of CreationFinishedGt.

func (*MockApiListRecordSetsRequestMockRecorder) CreationFinishedGte

func (mr *MockApiListRecordSetsRequestMockRecorder) CreationFinishedGte(creationFinishedGte any) *gomock.Call

CreationFinishedGte indicates an expected call of CreationFinishedGte.

func (*MockApiListRecordSetsRequestMockRecorder) CreationFinishedLt

func (mr *MockApiListRecordSetsRequestMockRecorder) CreationFinishedLt(creationFinishedLt any) *gomock.Call

CreationFinishedLt indicates an expected call of CreationFinishedLt.

func (*MockApiListRecordSetsRequestMockRecorder) CreationFinishedLte

func (mr *MockApiListRecordSetsRequestMockRecorder) CreationFinishedLte(creationFinishedLte any) *gomock.Call

CreationFinishedLte indicates an expected call of CreationFinishedLte.

func (*MockApiListRecordSetsRequestMockRecorder) CreationStartedGt

func (mr *MockApiListRecordSetsRequestMockRecorder) CreationStartedGt(creationStartedGt any) *gomock.Call

CreationStartedGt indicates an expected call of CreationStartedGt.

func (*MockApiListRecordSetsRequestMockRecorder) CreationStartedGte

func (mr *MockApiListRecordSetsRequestMockRecorder) CreationStartedGte(creationStartedGte any) *gomock.Call

CreationStartedGte indicates an expected call of CreationStartedGte.

func (*MockApiListRecordSetsRequestMockRecorder) CreationStartedLt

func (mr *MockApiListRecordSetsRequestMockRecorder) CreationStartedLt(creationStartedLt any) *gomock.Call

CreationStartedLt indicates an expected call of CreationStartedLt.

func (*MockApiListRecordSetsRequestMockRecorder) CreationStartedLte

func (mr *MockApiListRecordSetsRequestMockRecorder) CreationStartedLte(creationStartedLte any) *gomock.Call

CreationStartedLte indicates an expected call of CreationStartedLte.

func (*MockApiListRecordSetsRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockApiListRecordSetsRequestMockRecorder) NameEq

NameEq indicates an expected call of NameEq.

func (*MockApiListRecordSetsRequestMockRecorder) NameLike

func (mr *MockApiListRecordSetsRequestMockRecorder) NameLike(nameLike any) *gomock.Call

NameLike indicates an expected call of NameLike.

func (*MockApiListRecordSetsRequestMockRecorder) OrderByCreationFinished

func (mr *MockApiListRecordSetsRequestMockRecorder) OrderByCreationFinished(orderByCreationFinished any) *gomock.Call

OrderByCreationFinished indicates an expected call of OrderByCreationFinished.

func (*MockApiListRecordSetsRequestMockRecorder) OrderByCreationStarted

func (mr *MockApiListRecordSetsRequestMockRecorder) OrderByCreationStarted(orderByCreationStarted any) *gomock.Call

OrderByCreationStarted indicates an expected call of OrderByCreationStarted.

func (*MockApiListRecordSetsRequestMockRecorder) OrderByName

func (mr *MockApiListRecordSetsRequestMockRecorder) OrderByName(orderByName any) *gomock.Call

OrderByName indicates an expected call of OrderByName.

func (*MockApiListRecordSetsRequestMockRecorder) OrderByRecordCount

func (mr *MockApiListRecordSetsRequestMockRecorder) OrderByRecordCount(orderByRecordCount any) *gomock.Call

OrderByRecordCount indicates an expected call of OrderByRecordCount.

func (*MockApiListRecordSetsRequestMockRecorder) OrderByState

func (mr *MockApiListRecordSetsRequestMockRecorder) OrderByState(orderByState any) *gomock.Call

OrderByState indicates an expected call of OrderByState.

func (*MockApiListRecordSetsRequestMockRecorder) OrderByType

func (mr *MockApiListRecordSetsRequestMockRecorder) OrderByType(orderByType any) *gomock.Call

OrderByType indicates an expected call of OrderByType.

func (*MockApiListRecordSetsRequestMockRecorder) OrderByUpdateFinished

func (mr *MockApiListRecordSetsRequestMockRecorder) OrderByUpdateFinished(orderByUpdateFinished any) *gomock.Call

OrderByUpdateFinished indicates an expected call of OrderByUpdateFinished.

func (*MockApiListRecordSetsRequestMockRecorder) OrderByUpdateStarted

func (mr *MockApiListRecordSetsRequestMockRecorder) OrderByUpdateStarted(orderByUpdateStarted any) *gomock.Call

OrderByUpdateStarted indicates an expected call of OrderByUpdateStarted.

func (*MockApiListRecordSetsRequestMockRecorder) Page

Page indicates an expected call of Page.

func (*MockApiListRecordSetsRequestMockRecorder) PageSize

func (mr *MockApiListRecordSetsRequestMockRecorder) PageSize(pageSize any) *gomock.Call

PageSize indicates an expected call of PageSize.

func (*MockApiListRecordSetsRequestMockRecorder) StateEq

StateEq indicates an expected call of StateEq.

func (*MockApiListRecordSetsRequestMockRecorder) StateNeq

func (mr *MockApiListRecordSetsRequestMockRecorder) StateNeq(stateNeq any) *gomock.Call

StateNeq indicates an expected call of StateNeq.

func (*MockApiListRecordSetsRequestMockRecorder) TypeEq

TypeEq indicates an expected call of TypeEq.

func (*MockApiListRecordSetsRequestMockRecorder) UpdateFinishedGt

func (mr *MockApiListRecordSetsRequestMockRecorder) UpdateFinishedGt(updateFinishedGt any) *gomock.Call

UpdateFinishedGt indicates an expected call of UpdateFinishedGt.

func (*MockApiListRecordSetsRequestMockRecorder) UpdateFinishedGte

func (mr *MockApiListRecordSetsRequestMockRecorder) UpdateFinishedGte(updateFinishedGte any) *gomock.Call

UpdateFinishedGte indicates an expected call of UpdateFinishedGte.

func (*MockApiListRecordSetsRequestMockRecorder) UpdateFinishedLt

func (mr *MockApiListRecordSetsRequestMockRecorder) UpdateFinishedLt(updateFinishedLt any) *gomock.Call

UpdateFinishedLt indicates an expected call of UpdateFinishedLt.

func (*MockApiListRecordSetsRequestMockRecorder) UpdateFinishedLte

func (mr *MockApiListRecordSetsRequestMockRecorder) UpdateFinishedLte(updateFinishedLte any) *gomock.Call

UpdateFinishedLte indicates an expected call of UpdateFinishedLte.

func (*MockApiListRecordSetsRequestMockRecorder) UpdateStartedGt

func (mr *MockApiListRecordSetsRequestMockRecorder) UpdateStartedGt(updateStartedGt any) *gomock.Call

UpdateStartedGt indicates an expected call of UpdateStartedGt.

func (*MockApiListRecordSetsRequestMockRecorder) UpdateStartedGte

func (mr *MockApiListRecordSetsRequestMockRecorder) UpdateStartedGte(updateStartedGte any) *gomock.Call

UpdateStartedGte indicates an expected call of UpdateStartedGte.

func (*MockApiListRecordSetsRequestMockRecorder) UpdateStartedLt

func (mr *MockApiListRecordSetsRequestMockRecorder) UpdateStartedLt(updateStartedLt any) *gomock.Call

UpdateStartedLt indicates an expected call of UpdateStartedLt.

func (*MockApiListRecordSetsRequestMockRecorder) UpdateStartedLte

func (mr *MockApiListRecordSetsRequestMockRecorder) UpdateStartedLte(updateStartedLte any) *gomock.Call

UpdateStartedLte indicates an expected call of UpdateStartedLte.

type MockApiListZonesRequest

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

MockApiListZonesRequest is a mock of ApiListZonesRequest interface.

func NewMockApiListZonesRequest

func NewMockApiListZonesRequest(ctrl *gomock.Controller) *MockApiListZonesRequest

NewMockApiListZonesRequest creates a new mock instance.

func (*MockApiListZonesRequest) ActiveEq

func (m *MockApiListZonesRequest) ActiveEq(activeEq bool) dns.ApiListZonesRequest

ActiveEq mocks base method.

func (*MockApiListZonesRequest) CreationFinishedGt

func (m *MockApiListZonesRequest) CreationFinishedGt(creationFinishedGt string) dns.ApiListZonesRequest

CreationFinishedGt mocks base method.

func (*MockApiListZonesRequest) CreationFinishedGte

func (m *MockApiListZonesRequest) CreationFinishedGte(creationFinishedGte string) dns.ApiListZonesRequest

CreationFinishedGte mocks base method.

func (*MockApiListZonesRequest) CreationFinishedLt

func (m *MockApiListZonesRequest) CreationFinishedLt(creationFinishedLt string) dns.ApiListZonesRequest

CreationFinishedLt mocks base method.

func (*MockApiListZonesRequest) CreationFinishedLte

func (m *MockApiListZonesRequest) CreationFinishedLte(creationFinishedLte string) dns.ApiListZonesRequest

CreationFinishedLte mocks base method.

func (*MockApiListZonesRequest) CreationStartedGt

func (m *MockApiListZonesRequest) CreationStartedGt(creationStartedGt string) dns.ApiListZonesRequest

CreationStartedGt mocks base method.

func (*MockApiListZonesRequest) CreationStartedGte

func (m *MockApiListZonesRequest) CreationStartedGte(creationStartedGte string) dns.ApiListZonesRequest

CreationStartedGte mocks base method.

func (*MockApiListZonesRequest) CreationStartedLt

func (m *MockApiListZonesRequest) CreationStartedLt(creationStartedLt string) dns.ApiListZonesRequest

CreationStartedLt mocks base method.

func (*MockApiListZonesRequest) CreationStartedLte

func (m *MockApiListZonesRequest) CreationStartedLte(creationStartedLte string) dns.ApiListZonesRequest

CreationStartedLte mocks base method.

func (*MockApiListZonesRequest) DescriptionEq

func (m *MockApiListZonesRequest) DescriptionEq(descriptionEq string) dns.ApiListZonesRequest

DescriptionEq mocks base method.

func (*MockApiListZonesRequest) DescriptionLike

func (m *MockApiListZonesRequest) DescriptionLike(descriptionLike string) dns.ApiListZonesRequest

DescriptionLike mocks base method.

func (*MockApiListZonesRequest) DescriptionNeq

func (m *MockApiListZonesRequest) DescriptionNeq(descriptionNeq string) dns.ApiListZonesRequest

DescriptionNeq mocks base method.

func (*MockApiListZonesRequest) DnsNameEq

func (m *MockApiListZonesRequest) DnsNameEq(dnsNameEq string) dns.ApiListZonesRequest

DnsNameEq mocks base method.

func (*MockApiListZonesRequest) DnsNameLike

func (m *MockApiListZonesRequest) DnsNameLike(dnsNameLike string) dns.ApiListZonesRequest

DnsNameLike mocks base method.

func (*MockApiListZonesRequest) EXPECT

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

func (*MockApiListZonesRequest) Execute

Execute mocks base method.

func (*MockApiListZonesRequest) IsReverseZoneEq

func (m *MockApiListZonesRequest) IsReverseZoneEq(isReverseZoneEq bool) dns.ApiListZonesRequest

IsReverseZoneEq mocks base method.

func (*MockApiListZonesRequest) LabelKeyEq

func (m *MockApiListZonesRequest) LabelKeyEq(labelKeyEq []string) dns.ApiListZonesRequest

LabelKeyEq mocks base method.

func (*MockApiListZonesRequest) LabelValueEq

func (m *MockApiListZonesRequest) LabelValueEq(labelValueEq []string) dns.ApiListZonesRequest

LabelValueEq mocks base method.

func (*MockApiListZonesRequest) NameEq

NameEq mocks base method.

func (*MockApiListZonesRequest) NameLike

func (m *MockApiListZonesRequest) NameLike(nameLike string) dns.ApiListZonesRequest

NameLike mocks base method.

func (*MockApiListZonesRequest) NameNeq

NameNeq mocks base method.

func (*MockApiListZonesRequest) OrderByCreationFinished

func (m *MockApiListZonesRequest) OrderByCreationFinished(orderByCreationFinished string) dns.ApiListZonesRequest

OrderByCreationFinished mocks base method.

func (*MockApiListZonesRequest) OrderByCreationStarted

func (m *MockApiListZonesRequest) OrderByCreationStarted(orderByCreationStarted string) dns.ApiListZonesRequest

OrderByCreationStarted mocks base method.

func (*MockApiListZonesRequest) OrderByDescription

func (m *MockApiListZonesRequest) OrderByDescription(orderByDescription string) dns.ApiListZonesRequest

OrderByDescription mocks base method.

func (*MockApiListZonesRequest) OrderByDnsName

func (m *MockApiListZonesRequest) OrderByDnsName(orderByDnsName string) dns.ApiListZonesRequest

OrderByDnsName mocks base method.

func (*MockApiListZonesRequest) OrderByName

func (m *MockApiListZonesRequest) OrderByName(orderByName string) dns.ApiListZonesRequest

OrderByName mocks base method.

func (*MockApiListZonesRequest) OrderByRecordCount

func (m *MockApiListZonesRequest) OrderByRecordCount(orderByRecordCount string) dns.ApiListZonesRequest

OrderByRecordCount mocks base method.

func (*MockApiListZonesRequest) OrderByType

func (m *MockApiListZonesRequest) OrderByType(orderByType string) dns.ApiListZonesRequest

OrderByType mocks base method.

func (*MockApiListZonesRequest) OrderByUpdateFinished

func (m *MockApiListZonesRequest) OrderByUpdateFinished(orderByUpdateFinished string) dns.ApiListZonesRequest

OrderByUpdateFinished mocks base method.

func (*MockApiListZonesRequest) OrderByUpdateStarted

func (m *MockApiListZonesRequest) OrderByUpdateStarted(orderByUpdateStarted string) dns.ApiListZonesRequest

OrderByUpdateStarted mocks base method.

func (*MockApiListZonesRequest) Page

Page mocks base method.

func (*MockApiListZonesRequest) PageSize

func (m *MockApiListZonesRequest) PageSize(pageSize int32) dns.ApiListZonesRequest

PageSize mocks base method.

func (*MockApiListZonesRequest) PrimaryNameServerEq

func (m *MockApiListZonesRequest) PrimaryNameServerEq(primaryNameServerEq string) dns.ApiListZonesRequest

PrimaryNameServerEq mocks base method.

func (*MockApiListZonesRequest) PrimaryNameServerLike

func (m *MockApiListZonesRequest) PrimaryNameServerLike(primaryNameServerLike string) dns.ApiListZonesRequest

PrimaryNameServerLike mocks base method.

func (*MockApiListZonesRequest) StateEq

StateEq mocks base method.

func (*MockApiListZonesRequest) StateNeq

func (m *MockApiListZonesRequest) StateNeq(stateNeq string) dns.ApiListZonesRequest

StateNeq mocks base method.

func (*MockApiListZonesRequest) TypeEq

TypeEq mocks base method.

func (*MockApiListZonesRequest) UpdateFinishedGt

func (m *MockApiListZonesRequest) UpdateFinishedGt(updateFinishedGt string) dns.ApiListZonesRequest

UpdateFinishedGt mocks base method.

func (*MockApiListZonesRequest) UpdateFinishedGte

func (m *MockApiListZonesRequest) UpdateFinishedGte(updateFinishedGte string) dns.ApiListZonesRequest

UpdateFinishedGte mocks base method.

func (*MockApiListZonesRequest) UpdateFinishedLt

func (m *MockApiListZonesRequest) UpdateFinishedLt(updateFinishedLt string) dns.ApiListZonesRequest

UpdateFinishedLt mocks base method.

func (*MockApiListZonesRequest) UpdateFinishedLte

func (m *MockApiListZonesRequest) UpdateFinishedLte(updateFinishedLte string) dns.ApiListZonesRequest

UpdateFinishedLte mocks base method.

func (*MockApiListZonesRequest) UpdateStartedGt

func (m *MockApiListZonesRequest) UpdateStartedGt(updateStartedGt string) dns.ApiListZonesRequest

UpdateStartedGt mocks base method.

func (*MockApiListZonesRequest) UpdateStartedGte

func (m *MockApiListZonesRequest) UpdateStartedGte(updateStartedGte string) dns.ApiListZonesRequest

UpdateStartedGte mocks base method.

func (*MockApiListZonesRequest) UpdateStartedLt

func (m *MockApiListZonesRequest) UpdateStartedLt(updateStartedLt string) dns.ApiListZonesRequest

UpdateStartedLt mocks base method.

func (*MockApiListZonesRequest) UpdateStartedLte

func (m *MockApiListZonesRequest) UpdateStartedLte(updateStartedLte string) dns.ApiListZonesRequest

UpdateStartedLte mocks base method.

type MockApiListZonesRequestMockRecorder

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

MockApiListZonesRequestMockRecorder is the mock recorder for MockApiListZonesRequest.

func (*MockApiListZonesRequestMockRecorder) ActiveEq

func (mr *MockApiListZonesRequestMockRecorder) ActiveEq(activeEq any) *gomock.Call

ActiveEq indicates an expected call of ActiveEq.

func (*MockApiListZonesRequestMockRecorder) CreationFinishedGt

func (mr *MockApiListZonesRequestMockRecorder) CreationFinishedGt(creationFinishedGt any) *gomock.Call

CreationFinishedGt indicates an expected call of CreationFinishedGt.

func (*MockApiListZonesRequestMockRecorder) CreationFinishedGte

func (mr *MockApiListZonesRequestMockRecorder) CreationFinishedGte(creationFinishedGte any) *gomock.Call

CreationFinishedGte indicates an expected call of CreationFinishedGte.

func (*MockApiListZonesRequestMockRecorder) CreationFinishedLt

func (mr *MockApiListZonesRequestMockRecorder) CreationFinishedLt(creationFinishedLt any) *gomock.Call

CreationFinishedLt indicates an expected call of CreationFinishedLt.

func (*MockApiListZonesRequestMockRecorder) CreationFinishedLte

func (mr *MockApiListZonesRequestMockRecorder) CreationFinishedLte(creationFinishedLte any) *gomock.Call

CreationFinishedLte indicates an expected call of CreationFinishedLte.

func (*MockApiListZonesRequestMockRecorder) CreationStartedGt

func (mr *MockApiListZonesRequestMockRecorder) CreationStartedGt(creationStartedGt any) *gomock.Call

CreationStartedGt indicates an expected call of CreationStartedGt.

func (*MockApiListZonesRequestMockRecorder) CreationStartedGte

func (mr *MockApiListZonesRequestMockRecorder) CreationStartedGte(creationStartedGte any) *gomock.Call

CreationStartedGte indicates an expected call of CreationStartedGte.

func (*MockApiListZonesRequestMockRecorder) CreationStartedLt

func (mr *MockApiListZonesRequestMockRecorder) CreationStartedLt(creationStartedLt any) *gomock.Call

CreationStartedLt indicates an expected call of CreationStartedLt.

func (*MockApiListZonesRequestMockRecorder) CreationStartedLte

func (mr *MockApiListZonesRequestMockRecorder) CreationStartedLte(creationStartedLte any) *gomock.Call

CreationStartedLte indicates an expected call of CreationStartedLte.

func (*MockApiListZonesRequestMockRecorder) DescriptionEq

func (mr *MockApiListZonesRequestMockRecorder) DescriptionEq(descriptionEq any) *gomock.Call

DescriptionEq indicates an expected call of DescriptionEq.

func (*MockApiListZonesRequestMockRecorder) DescriptionLike

func (mr *MockApiListZonesRequestMockRecorder) DescriptionLike(descriptionLike any) *gomock.Call

DescriptionLike indicates an expected call of DescriptionLike.

func (*MockApiListZonesRequestMockRecorder) DescriptionNeq

func (mr *MockApiListZonesRequestMockRecorder) DescriptionNeq(descriptionNeq any) *gomock.Call

DescriptionNeq indicates an expected call of DescriptionNeq.

func (*MockApiListZonesRequestMockRecorder) DnsNameEq

func (mr *MockApiListZonesRequestMockRecorder) DnsNameEq(dnsNameEq any) *gomock.Call

DnsNameEq indicates an expected call of DnsNameEq.

func (*MockApiListZonesRequestMockRecorder) DnsNameLike

func (mr *MockApiListZonesRequestMockRecorder) DnsNameLike(dnsNameLike any) *gomock.Call

DnsNameLike indicates an expected call of DnsNameLike.

func (*MockApiListZonesRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockApiListZonesRequestMockRecorder) IsReverseZoneEq

func (mr *MockApiListZonesRequestMockRecorder) IsReverseZoneEq(isReverseZoneEq any) *gomock.Call

IsReverseZoneEq indicates an expected call of IsReverseZoneEq.

func (*MockApiListZonesRequestMockRecorder) LabelKeyEq

func (mr *MockApiListZonesRequestMockRecorder) LabelKeyEq(labelKeyEq any) *gomock.Call

LabelKeyEq indicates an expected call of LabelKeyEq.

func (*MockApiListZonesRequestMockRecorder) LabelValueEq

func (mr *MockApiListZonesRequestMockRecorder) LabelValueEq(labelValueEq any) *gomock.Call

LabelValueEq indicates an expected call of LabelValueEq.

func (*MockApiListZonesRequestMockRecorder) NameEq

func (mr *MockApiListZonesRequestMockRecorder) NameEq(nameEq any) *gomock.Call

NameEq indicates an expected call of NameEq.

func (*MockApiListZonesRequestMockRecorder) NameLike

func (mr *MockApiListZonesRequestMockRecorder) NameLike(nameLike any) *gomock.Call

NameLike indicates an expected call of NameLike.

func (*MockApiListZonesRequestMockRecorder) NameNeq

func (mr *MockApiListZonesRequestMockRecorder) NameNeq(nameNeq any) *gomock.Call

NameNeq indicates an expected call of NameNeq.

func (*MockApiListZonesRequestMockRecorder) OrderByCreationFinished

func (mr *MockApiListZonesRequestMockRecorder) OrderByCreationFinished(orderByCreationFinished any) *gomock.Call

OrderByCreationFinished indicates an expected call of OrderByCreationFinished.

func (*MockApiListZonesRequestMockRecorder) OrderByCreationStarted

func (mr *MockApiListZonesRequestMockRecorder) OrderByCreationStarted(orderByCreationStarted any) *gomock.Call

OrderByCreationStarted indicates an expected call of OrderByCreationStarted.

func (*MockApiListZonesRequestMockRecorder) OrderByDescription

func (mr *MockApiListZonesRequestMockRecorder) OrderByDescription(orderByDescription any) *gomock.Call

OrderByDescription indicates an expected call of OrderByDescription.

func (*MockApiListZonesRequestMockRecorder) OrderByDnsName

func (mr *MockApiListZonesRequestMockRecorder) OrderByDnsName(orderByDnsName any) *gomock.Call

OrderByDnsName indicates an expected call of OrderByDnsName.

func (*MockApiListZonesRequestMockRecorder) OrderByName

func (mr *MockApiListZonesRequestMockRecorder) OrderByName(orderByName any) *gomock.Call

OrderByName indicates an expected call of OrderByName.

func (*MockApiListZonesRequestMockRecorder) OrderByRecordCount

func (mr *MockApiListZonesRequestMockRecorder) OrderByRecordCount(orderByRecordCount any) *gomock.Call

OrderByRecordCount indicates an expected call of OrderByRecordCount.

func (*MockApiListZonesRequestMockRecorder) OrderByType

func (mr *MockApiListZonesRequestMockRecorder) OrderByType(orderByType any) *gomock.Call

OrderByType indicates an expected call of OrderByType.

func (*MockApiListZonesRequestMockRecorder) OrderByUpdateFinished

func (mr *MockApiListZonesRequestMockRecorder) OrderByUpdateFinished(orderByUpdateFinished any) *gomock.Call

OrderByUpdateFinished indicates an expected call of OrderByUpdateFinished.

func (*MockApiListZonesRequestMockRecorder) OrderByUpdateStarted

func (mr *MockApiListZonesRequestMockRecorder) OrderByUpdateStarted(orderByUpdateStarted any) *gomock.Call

OrderByUpdateStarted indicates an expected call of OrderByUpdateStarted.

func (*MockApiListZonesRequestMockRecorder) Page

Page indicates an expected call of Page.

func (*MockApiListZonesRequestMockRecorder) PageSize

func (mr *MockApiListZonesRequestMockRecorder) PageSize(pageSize any) *gomock.Call

PageSize indicates an expected call of PageSize.

func (*MockApiListZonesRequestMockRecorder) PrimaryNameServerEq

func (mr *MockApiListZonesRequestMockRecorder) PrimaryNameServerEq(primaryNameServerEq any) *gomock.Call

PrimaryNameServerEq indicates an expected call of PrimaryNameServerEq.

func (*MockApiListZonesRequestMockRecorder) PrimaryNameServerLike

func (mr *MockApiListZonesRequestMockRecorder) PrimaryNameServerLike(primaryNameServerLike any) *gomock.Call

PrimaryNameServerLike indicates an expected call of PrimaryNameServerLike.

func (*MockApiListZonesRequestMockRecorder) StateEq

func (mr *MockApiListZonesRequestMockRecorder) StateEq(stateEq any) *gomock.Call

StateEq indicates an expected call of StateEq.

func (*MockApiListZonesRequestMockRecorder) StateNeq

func (mr *MockApiListZonesRequestMockRecorder) StateNeq(stateNeq any) *gomock.Call

StateNeq indicates an expected call of StateNeq.

func (*MockApiListZonesRequestMockRecorder) TypeEq

func (mr *MockApiListZonesRequestMockRecorder) TypeEq(typeEq any) *gomock.Call

TypeEq indicates an expected call of TypeEq.

func (*MockApiListZonesRequestMockRecorder) UpdateFinishedGt

func (mr *MockApiListZonesRequestMockRecorder) UpdateFinishedGt(updateFinishedGt any) *gomock.Call

UpdateFinishedGt indicates an expected call of UpdateFinishedGt.

func (*MockApiListZonesRequestMockRecorder) UpdateFinishedGte

func (mr *MockApiListZonesRequestMockRecorder) UpdateFinishedGte(updateFinishedGte any) *gomock.Call

UpdateFinishedGte indicates an expected call of UpdateFinishedGte.

func (*MockApiListZonesRequestMockRecorder) UpdateFinishedLt

func (mr *MockApiListZonesRequestMockRecorder) UpdateFinishedLt(updateFinishedLt any) *gomock.Call

UpdateFinishedLt indicates an expected call of UpdateFinishedLt.

func (*MockApiListZonesRequestMockRecorder) UpdateFinishedLte

func (mr *MockApiListZonesRequestMockRecorder) UpdateFinishedLte(updateFinishedLte any) *gomock.Call

UpdateFinishedLte indicates an expected call of UpdateFinishedLte.

func (*MockApiListZonesRequestMockRecorder) UpdateStartedGt

func (mr *MockApiListZonesRequestMockRecorder) UpdateStartedGt(updateStartedGt any) *gomock.Call

UpdateStartedGt indicates an expected call of UpdateStartedGt.

func (*MockApiListZonesRequestMockRecorder) UpdateStartedGte

func (mr *MockApiListZonesRequestMockRecorder) UpdateStartedGte(updateStartedGte any) *gomock.Call

UpdateStartedGte indicates an expected call of UpdateStartedGte.

func (*MockApiListZonesRequestMockRecorder) UpdateStartedLt

func (mr *MockApiListZonesRequestMockRecorder) UpdateStartedLt(updateStartedLt any) *gomock.Call

UpdateStartedLt indicates an expected call of UpdateStartedLt.

func (*MockApiListZonesRequestMockRecorder) UpdateStartedLte

func (mr *MockApiListZonesRequestMockRecorder) UpdateStartedLte(updateStartedLte any) *gomock.Call

UpdateStartedLte indicates an expected call of UpdateStartedLte.

type MockApiMoveZoneRequest

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

MockApiMoveZoneRequest is a mock of ApiMoveZoneRequest interface.

func NewMockApiMoveZoneRequest

func NewMockApiMoveZoneRequest(ctrl *gomock.Controller) *MockApiMoveZoneRequest

NewMockApiMoveZoneRequest creates a new mock instance.

func (*MockApiMoveZoneRequest) EXPECT

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

func (*MockApiMoveZoneRequest) Execute

func (m *MockApiMoveZoneRequest) Execute() (*dns.Message, error)

Execute mocks base method.

func (*MockApiMoveZoneRequest) MoveZonePayload

func (m *MockApiMoveZoneRequest) MoveZonePayload(moveZonePayload dns.MoveZonePayload) dns.ApiMoveZoneRequest

MoveZonePayload mocks base method.

type MockApiMoveZoneRequestMockRecorder

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

MockApiMoveZoneRequestMockRecorder is the mock recorder for MockApiMoveZoneRequest.

func (*MockApiMoveZoneRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockApiMoveZoneRequestMockRecorder) MoveZonePayload

func (mr *MockApiMoveZoneRequestMockRecorder) MoveZonePayload(moveZonePayload any) *gomock.Call

MoveZonePayload indicates an expected call of MoveZonePayload.

type MockApiPartialUpdateRecordRequest

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

MockApiPartialUpdateRecordRequest is a mock of ApiPartialUpdateRecordRequest interface.

func NewMockApiPartialUpdateRecordRequest

func NewMockApiPartialUpdateRecordRequest(ctrl *gomock.Controller) *MockApiPartialUpdateRecordRequest

NewMockApiPartialUpdateRecordRequest creates a new mock instance.

func (*MockApiPartialUpdateRecordRequest) EXPECT

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

func (*MockApiPartialUpdateRecordRequest) Execute

Execute mocks base method.

func (*MockApiPartialUpdateRecordRequest) PartialUpdateRecordPayload

func (m *MockApiPartialUpdateRecordRequest) PartialUpdateRecordPayload(partialUpdateRecordPayload dns.PartialUpdateRecordPayload) dns.ApiPartialUpdateRecordRequest

PartialUpdateRecordPayload mocks base method.

type MockApiPartialUpdateRecordRequestMockRecorder

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

MockApiPartialUpdateRecordRequestMockRecorder is the mock recorder for MockApiPartialUpdateRecordRequest.

func (*MockApiPartialUpdateRecordRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockApiPartialUpdateRecordRequestMockRecorder) PartialUpdateRecordPayload

func (mr *MockApiPartialUpdateRecordRequestMockRecorder) PartialUpdateRecordPayload(partialUpdateRecordPayload any) *gomock.Call

PartialUpdateRecordPayload indicates an expected call of PartialUpdateRecordPayload.

type MockApiPartialUpdateRecordSetRequest

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

MockApiPartialUpdateRecordSetRequest is a mock of ApiPartialUpdateRecordSetRequest interface.

func NewMockApiPartialUpdateRecordSetRequest

func NewMockApiPartialUpdateRecordSetRequest(ctrl *gomock.Controller) *MockApiPartialUpdateRecordSetRequest

NewMockApiPartialUpdateRecordSetRequest creates a new mock instance.

func (*MockApiPartialUpdateRecordSetRequest) EXPECT

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

func (*MockApiPartialUpdateRecordSetRequest) Execute

Execute mocks base method.

func (*MockApiPartialUpdateRecordSetRequest) PartialUpdateRecordSetPayload

func (m *MockApiPartialUpdateRecordSetRequest) PartialUpdateRecordSetPayload(partialUpdateRecordSetPayload dns.PartialUpdateRecordSetPayload) dns.ApiPartialUpdateRecordSetRequest

PartialUpdateRecordSetPayload mocks base method.

type MockApiPartialUpdateRecordSetRequestMockRecorder

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

MockApiPartialUpdateRecordSetRequestMockRecorder is the mock recorder for MockApiPartialUpdateRecordSetRequest.

func (*MockApiPartialUpdateRecordSetRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockApiPartialUpdateRecordSetRequestMockRecorder) PartialUpdateRecordSetPayload

func (mr *MockApiPartialUpdateRecordSetRequestMockRecorder) PartialUpdateRecordSetPayload(partialUpdateRecordSetPayload any) *gomock.Call

PartialUpdateRecordSetPayload indicates an expected call of PartialUpdateRecordSetPayload.

type MockApiPartialUpdateZoneRequest

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

MockApiPartialUpdateZoneRequest is a mock of ApiPartialUpdateZoneRequest interface.

func NewMockApiPartialUpdateZoneRequest

func NewMockApiPartialUpdateZoneRequest(ctrl *gomock.Controller) *MockApiPartialUpdateZoneRequest

NewMockApiPartialUpdateZoneRequest creates a new mock instance.

func (*MockApiPartialUpdateZoneRequest) EXPECT

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

func (*MockApiPartialUpdateZoneRequest) Execute

Execute mocks base method.

func (*MockApiPartialUpdateZoneRequest) PartialUpdateZonePayload

func (m *MockApiPartialUpdateZoneRequest) PartialUpdateZonePayload(partialUpdateZonePayload dns.PartialUpdateZonePayload) dns.ApiPartialUpdateZoneRequest

PartialUpdateZonePayload mocks base method.

type MockApiPartialUpdateZoneRequestMockRecorder

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

MockApiPartialUpdateZoneRequestMockRecorder is the mock recorder for MockApiPartialUpdateZoneRequest.

func (*MockApiPartialUpdateZoneRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockApiPartialUpdateZoneRequestMockRecorder) PartialUpdateZonePayload

func (mr *MockApiPartialUpdateZoneRequestMockRecorder) PartialUpdateZonePayload(partialUpdateZonePayload any) *gomock.Call

PartialUpdateZonePayload indicates an expected call of PartialUpdateZonePayload.

type MockApiRestoreRecordSetRequest

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

MockApiRestoreRecordSetRequest is a mock of ApiRestoreRecordSetRequest interface.

func NewMockApiRestoreRecordSetRequest

func NewMockApiRestoreRecordSetRequest(ctrl *gomock.Controller) *MockApiRestoreRecordSetRequest

NewMockApiRestoreRecordSetRequest creates a new mock instance.

func (*MockApiRestoreRecordSetRequest) EXPECT

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

func (*MockApiRestoreRecordSetRequest) Execute

Execute mocks base method.

type MockApiRestoreRecordSetRequestMockRecorder

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

MockApiRestoreRecordSetRequestMockRecorder is the mock recorder for MockApiRestoreRecordSetRequest.

func (*MockApiRestoreRecordSetRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

type MockApiRestoreZoneRequest

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

MockApiRestoreZoneRequest is a mock of ApiRestoreZoneRequest interface.

func NewMockApiRestoreZoneRequest

func NewMockApiRestoreZoneRequest(ctrl *gomock.Controller) *MockApiRestoreZoneRequest

NewMockApiRestoreZoneRequest creates a new mock instance.

func (*MockApiRestoreZoneRequest) EXPECT

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

func (*MockApiRestoreZoneRequest) Execute

func (m *MockApiRestoreZoneRequest) Execute() (*dns.Message, error)

Execute mocks base method.

type MockApiRestoreZoneRequestMockRecorder

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

MockApiRestoreZoneRequestMockRecorder is the mock recorder for MockApiRestoreZoneRequest.

func (*MockApiRestoreZoneRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

type MockApiRetrieveZoneRequest

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

MockApiRetrieveZoneRequest is a mock of ApiRetrieveZoneRequest interface.

func NewMockApiRetrieveZoneRequest

func NewMockApiRetrieveZoneRequest(ctrl *gomock.Controller) *MockApiRetrieveZoneRequest

NewMockApiRetrieveZoneRequest creates a new mock instance.

func (*MockApiRetrieveZoneRequest) EXPECT

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

func (*MockApiRetrieveZoneRequest) Execute

func (m *MockApiRetrieveZoneRequest) Execute() (*dns.Message, error)

Execute mocks base method.

type MockApiRetrieveZoneRequestMockRecorder

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

MockApiRetrieveZoneRequestMockRecorder is the mock recorder for MockApiRetrieveZoneRequest.

func (*MockApiRetrieveZoneRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

type MockApiValidateMoveCodeRequest

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

MockApiValidateMoveCodeRequest is a mock of ApiValidateMoveCodeRequest interface.

func NewMockApiValidateMoveCodeRequest

func NewMockApiValidateMoveCodeRequest(ctrl *gomock.Controller) *MockApiValidateMoveCodeRequest

NewMockApiValidateMoveCodeRequest creates a new mock instance.

func (*MockApiValidateMoveCodeRequest) EXPECT

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

func (*MockApiValidateMoveCodeRequest) Execute

Execute mocks base method.

func (*MockApiValidateMoveCodeRequest) ValidateMoveCodePayload

func (m *MockApiValidateMoveCodeRequest) ValidateMoveCodePayload(validateMoveCodePayload dns.ValidateMoveCodePayload) dns.ApiValidateMoveCodeRequest

ValidateMoveCodePayload mocks base method.

type MockApiValidateMoveCodeRequestMockRecorder

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

MockApiValidateMoveCodeRequestMockRecorder is the mock recorder for MockApiValidateMoveCodeRequest.

func (*MockApiValidateMoveCodeRequestMockRecorder) Execute

Execute indicates an expected call of Execute.

func (*MockApiValidateMoveCodeRequestMockRecorder) ValidateMoveCodePayload

func (mr *MockApiValidateMoveCodeRequestMockRecorder) ValidateMoveCodePayload(validateMoveCodePayload any) *gomock.Call

ValidateMoveCodePayload indicates an expected call of ValidateMoveCodePayload.

type MockDefaultApi

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

MockDefaultApi is a mock of DefaultApi interface.

func NewMockDefaultApi

func NewMockDefaultApi(ctrl *gomock.Controller) *MockDefaultApi

NewMockDefaultApi creates a new mock instance.

func (*MockDefaultApi) CloneZone

func (m *MockDefaultApi) CloneZone(ctx context.Context, projectId, zoneId string) dns.ApiCloneZoneRequest

CloneZone mocks base method.

func (*MockDefaultApi) CloneZoneExecute

func (m *MockDefaultApi) CloneZoneExecute(ctx context.Context, projectId, zoneId string) (*dns.ZoneResponse, error)

CloneZoneExecute mocks base method.

func (*MockDefaultApi) CreateLabel

func (m *MockDefaultApi) CreateLabel(ctx context.Context, projectId, zoneId string) dns.ApiCreateLabelRequest

CreateLabel mocks base method.

func (*MockDefaultApi) CreateLabelExecute

func (m *MockDefaultApi) CreateLabelExecute(ctx context.Context, projectId, zoneId string) (*dns.CreateLabelResponse, error)

CreateLabelExecute mocks base method.

func (*MockDefaultApi) CreateMoveCode

func (m *MockDefaultApi) CreateMoveCode(ctx context.Context, projectId, zoneId string) dns.ApiCreateMoveCodeRequest

CreateMoveCode mocks base method.

func (*MockDefaultApi) CreateMoveCodeExecute

func (m *MockDefaultApi) CreateMoveCodeExecute(ctx context.Context, projectId, zoneId string) (*dns.MoveCodeResponse, error)

CreateMoveCodeExecute mocks base method.

func (*MockDefaultApi) CreateRecordSet

func (m *MockDefaultApi) CreateRecordSet(ctx context.Context, projectId, zoneId string) dns.ApiCreateRecordSetRequest

CreateRecordSet mocks base method.

func (*MockDefaultApi) CreateRecordSetExecute

func (m *MockDefaultApi) CreateRecordSetExecute(ctx context.Context, projectId, zoneId string) (*dns.RecordSetResponse, error)

CreateRecordSetExecute mocks base method.

func (*MockDefaultApi) CreateZone

func (m *MockDefaultApi) CreateZone(ctx context.Context, projectId string) dns.ApiCreateZoneRequest

CreateZone mocks base method.

func (*MockDefaultApi) CreateZoneExecute

func (m *MockDefaultApi) CreateZoneExecute(ctx context.Context, projectId string) (*dns.ZoneResponse, error)

CreateZoneExecute mocks base method.

func (*MockDefaultApi) DeleteLabel

func (m *MockDefaultApi) DeleteLabel(ctx context.Context, projectId, zoneId, key string) dns.ApiDeleteLabelRequest

DeleteLabel mocks base method.

func (*MockDefaultApi) DeleteLabelExecute

func (m *MockDefaultApi) DeleteLabelExecute(ctx context.Context, projectId, zoneId, key string) (*dns.DeleteLabelResponse, error)

DeleteLabelExecute mocks base method.

func (*MockDefaultApi) DeleteMoveCode

func (m *MockDefaultApi) DeleteMoveCode(ctx context.Context, projectId, zoneId string) dns.ApiDeleteMoveCodeRequest

DeleteMoveCode mocks base method.

func (*MockDefaultApi) DeleteMoveCodeExecute

func (m *MockDefaultApi) DeleteMoveCodeExecute(ctx context.Context, projectId, zoneId string) (*dns.Message, error)

DeleteMoveCodeExecute mocks base method.

func (*MockDefaultApi) DeleteRecordSet

func (m *MockDefaultApi) DeleteRecordSet(ctx context.Context, projectId, zoneId, rrSetId string) dns.ApiDeleteRecordSetRequest

DeleteRecordSet mocks base method.

func (*MockDefaultApi) DeleteRecordSetExecute

func (m *MockDefaultApi) DeleteRecordSetExecute(ctx context.Context, projectId, zoneId, rrSetId string) (*dns.Message, error)

DeleteRecordSetExecute mocks base method.

func (*MockDefaultApi) DeleteZone

func (m *MockDefaultApi) DeleteZone(ctx context.Context, projectId, zoneId string) dns.ApiDeleteZoneRequest

DeleteZone mocks base method.

func (*MockDefaultApi) DeleteZoneExecute

func (m *MockDefaultApi) DeleteZoneExecute(ctx context.Context, projectId, zoneId string) (*dns.Message, error)

DeleteZoneExecute mocks base method.

func (*MockDefaultApi) EXPECT

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

func (*MockDefaultApi) ExportRecordSets

func (m *MockDefaultApi) ExportRecordSets(ctx context.Context, projectId, zoneId string) dns.ApiExportRecordSetsRequest

ExportRecordSets mocks base method.

func (*MockDefaultApi) ExportRecordSetsExecute

func (m *MockDefaultApi) ExportRecordSetsExecute(ctx context.Context, projectId, zoneId string) (*dns.ZoneDataExchange, error)

ExportRecordSetsExecute mocks base method.

func (*MockDefaultApi) GetRecordSet

func (m *MockDefaultApi) GetRecordSet(ctx context.Context, projectId, zoneId, rrSetId string) dns.ApiGetRecordSetRequest

GetRecordSet mocks base method.

func (*MockDefaultApi) GetRecordSetExecute

func (m *MockDefaultApi) GetRecordSetExecute(ctx context.Context, projectId, zoneId, rrSetId string) (*dns.RecordSetResponse, error)

GetRecordSetExecute mocks base method.

func (*MockDefaultApi) GetZone

func (m *MockDefaultApi) GetZone(ctx context.Context, projectId, zoneId string) dns.ApiGetZoneRequest

GetZone mocks base method.

func (*MockDefaultApi) GetZoneExecute

func (m *MockDefaultApi) GetZoneExecute(ctx context.Context, projectId, zoneId string) (*dns.ZoneResponse, error)

GetZoneExecute mocks base method.

func (*MockDefaultApi) ImportRecordSets

func (m *MockDefaultApi) ImportRecordSets(ctx context.Context, projectId, zoneId string) dns.ApiImportRecordSetsRequest

ImportRecordSets mocks base method.

func (*MockDefaultApi) ImportRecordSetsExecute

func (m *MockDefaultApi) ImportRecordSetsExecute(ctx context.Context, projectId, zoneId string) (*dns.ImportRecordSetsResponse, error)

ImportRecordSetsExecute mocks base method.

func (*MockDefaultApi) ListLabels

func (m *MockDefaultApi) ListLabels(ctx context.Context, projectId, zoneId string) dns.ApiListLabelsRequest

ListLabels mocks base method.

func (*MockDefaultApi) ListLabelsExecute

func (m *MockDefaultApi) ListLabelsExecute(ctx context.Context, projectId, zoneId string) (*dns.ListLabelsResponse, error)

ListLabelsExecute mocks base method.

func (*MockDefaultApi) ListRecordSets

func (m *MockDefaultApi) ListRecordSets(ctx context.Context, projectId, zoneId string) dns.ApiListRecordSetsRequest

ListRecordSets mocks base method.

func (*MockDefaultApi) ListRecordSetsExecute

func (m *MockDefaultApi) ListRecordSetsExecute(ctx context.Context, projectId, zoneId string) (*dns.ListRecordSetsResponse, error)

ListRecordSetsExecute mocks base method.

func (*MockDefaultApi) ListZones

func (m *MockDefaultApi) ListZones(ctx context.Context, projectId string) dns.ApiListZonesRequest

ListZones mocks base method.

func (*MockDefaultApi) ListZonesExecute

func (m *MockDefaultApi) ListZonesExecute(ctx context.Context, projectId string) (*dns.ListZonesResponse, error)

ListZonesExecute mocks base method.

func (*MockDefaultApi) MoveZone

func (m *MockDefaultApi) MoveZone(ctx context.Context, projectId string) dns.ApiMoveZoneRequest

MoveZone mocks base method.

func (*MockDefaultApi) MoveZoneExecute

func (m *MockDefaultApi) MoveZoneExecute(ctx context.Context, projectId string) (*dns.Message, error)

MoveZoneExecute mocks base method.

func (*MockDefaultApi) PartialUpdateRecord

func (m *MockDefaultApi) PartialUpdateRecord(ctx context.Context, projectId, zoneId, rrSetId string) dns.ApiPartialUpdateRecordRequest

PartialUpdateRecord mocks base method.

func (*MockDefaultApi) PartialUpdateRecordExecute

func (m *MockDefaultApi) PartialUpdateRecordExecute(ctx context.Context, projectId, zoneId, rrSetId string) (*dns.Message, error)

PartialUpdateRecordExecute mocks base method.

func (*MockDefaultApi) PartialUpdateRecordSet

func (m *MockDefaultApi) PartialUpdateRecordSet(ctx context.Context, projectId, zoneId, rrSetId string) dns.ApiPartialUpdateRecordSetRequest

PartialUpdateRecordSet mocks base method.

func (*MockDefaultApi) PartialUpdateRecordSetExecute

func (m *MockDefaultApi) PartialUpdateRecordSetExecute(ctx context.Context, projectId, zoneId, rrSetId string) (*dns.Message, error)

PartialUpdateRecordSetExecute mocks base method.

func (*MockDefaultApi) PartialUpdateZone

func (m *MockDefaultApi) PartialUpdateZone(ctx context.Context, projectId, zoneId string) dns.ApiPartialUpdateZoneRequest

PartialUpdateZone mocks base method.

func (*MockDefaultApi) PartialUpdateZoneExecute

func (m *MockDefaultApi) PartialUpdateZoneExecute(ctx context.Context, projectId, zoneId string) (*dns.ZoneResponse, error)

PartialUpdateZoneExecute mocks base method.

func (*MockDefaultApi) RestoreRecordSet

func (m *MockDefaultApi) RestoreRecordSet(ctx context.Context, projectId, zoneId, rrSetId string) dns.ApiRestoreRecordSetRequest

RestoreRecordSet mocks base method.

func (*MockDefaultApi) RestoreRecordSetExecute

func (m *MockDefaultApi) RestoreRecordSetExecute(ctx context.Context, projectId, zoneId, rrSetId string) (*dns.Message, error)

RestoreRecordSetExecute mocks base method.

func (*MockDefaultApi) RestoreZone

func (m *MockDefaultApi) RestoreZone(ctx context.Context, projectId, zoneId string) dns.ApiRestoreZoneRequest

RestoreZone mocks base method.

func (*MockDefaultApi) RestoreZoneExecute

func (m *MockDefaultApi) RestoreZoneExecute(ctx context.Context, projectId, zoneId string) (*dns.Message, error)

RestoreZoneExecute mocks base method.

func (*MockDefaultApi) RetrieveZone

func (m *MockDefaultApi) RetrieveZone(ctx context.Context, projectId, zoneId string) dns.ApiRetrieveZoneRequest

RetrieveZone mocks base method.

func (*MockDefaultApi) RetrieveZoneExecute

func (m *MockDefaultApi) RetrieveZoneExecute(ctx context.Context, projectId, zoneId string) (*dns.Message, error)

RetrieveZoneExecute mocks base method.

func (*MockDefaultApi) ValidateMoveCode

func (m *MockDefaultApi) ValidateMoveCode(ctx context.Context, projectId, zoneId string) dns.ApiValidateMoveCodeRequest

ValidateMoveCode mocks base method.

func (*MockDefaultApi) ValidateMoveCodeExecute

func (m *MockDefaultApi) ValidateMoveCodeExecute(ctx context.Context, projectId, zoneId string) (*dns.Message, error)

ValidateMoveCodeExecute mocks base method.

type MockDefaultApiMockRecorder

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

MockDefaultApiMockRecorder is the mock recorder for MockDefaultApi.

func (*MockDefaultApiMockRecorder) CloneZone

func (mr *MockDefaultApiMockRecorder) CloneZone(ctx, projectId, zoneId any) *gomock.Call

CloneZone indicates an expected call of CloneZone.

func (*MockDefaultApiMockRecorder) CloneZoneExecute

func (mr *MockDefaultApiMockRecorder) CloneZoneExecute(ctx, projectId, zoneId any) *gomock.Call

CloneZoneExecute indicates an expected call of CloneZoneExecute.

func (*MockDefaultApiMockRecorder) CreateLabel

func (mr *MockDefaultApiMockRecorder) CreateLabel(ctx, projectId, zoneId any) *gomock.Call

CreateLabel indicates an expected call of CreateLabel.

func (*MockDefaultApiMockRecorder) CreateLabelExecute

func (mr *MockDefaultApiMockRecorder) CreateLabelExecute(ctx, projectId, zoneId any) *gomock.Call

CreateLabelExecute indicates an expected call of CreateLabelExecute.

func (*MockDefaultApiMockRecorder) CreateMoveCode

func (mr *MockDefaultApiMockRecorder) CreateMoveCode(ctx, projectId, zoneId any) *gomock.Call

CreateMoveCode indicates an expected call of CreateMoveCode.

func (*MockDefaultApiMockRecorder) CreateMoveCodeExecute

func (mr *MockDefaultApiMockRecorder) CreateMoveCodeExecute(ctx, projectId, zoneId any) *gomock.Call

CreateMoveCodeExecute indicates an expected call of CreateMoveCodeExecute.

func (*MockDefaultApiMockRecorder) CreateRecordSet

func (mr *MockDefaultApiMockRecorder) CreateRecordSet(ctx, projectId, zoneId any) *gomock.Call

CreateRecordSet indicates an expected call of CreateRecordSet.

func (*MockDefaultApiMockRecorder) CreateRecordSetExecute

func (mr *MockDefaultApiMockRecorder) CreateRecordSetExecute(ctx, projectId, zoneId any) *gomock.Call

CreateRecordSetExecute indicates an expected call of CreateRecordSetExecute.

func (*MockDefaultApiMockRecorder) CreateZone

func (mr *MockDefaultApiMockRecorder) CreateZone(ctx, projectId any) *gomock.Call

CreateZone indicates an expected call of CreateZone.

func (*MockDefaultApiMockRecorder) CreateZoneExecute

func (mr *MockDefaultApiMockRecorder) CreateZoneExecute(ctx, projectId any) *gomock.Call

CreateZoneExecute indicates an expected call of CreateZoneExecute.

func (*MockDefaultApiMockRecorder) DeleteLabel

func (mr *MockDefaultApiMockRecorder) DeleteLabel(ctx, projectId, zoneId, key any) *gomock.Call

DeleteLabel indicates an expected call of DeleteLabel.

func (*MockDefaultApiMockRecorder) DeleteLabelExecute

func (mr *MockDefaultApiMockRecorder) DeleteLabelExecute(ctx, projectId, zoneId, key any) *gomock.Call

DeleteLabelExecute indicates an expected call of DeleteLabelExecute.

func (*MockDefaultApiMockRecorder) DeleteMoveCode

func (mr *MockDefaultApiMockRecorder) DeleteMoveCode(ctx, projectId, zoneId any) *gomock.Call

DeleteMoveCode indicates an expected call of DeleteMoveCode.

func (*MockDefaultApiMockRecorder) DeleteMoveCodeExecute

func (mr *MockDefaultApiMockRecorder) DeleteMoveCodeExecute(ctx, projectId, zoneId any) *gomock.Call

DeleteMoveCodeExecute indicates an expected call of DeleteMoveCodeExecute.

func (*MockDefaultApiMockRecorder) DeleteRecordSet

func (mr *MockDefaultApiMockRecorder) DeleteRecordSet(ctx, projectId, zoneId, rrSetId any) *gomock.Call

DeleteRecordSet indicates an expected call of DeleteRecordSet.

func (*MockDefaultApiMockRecorder) DeleteRecordSetExecute

func (mr *MockDefaultApiMockRecorder) DeleteRecordSetExecute(ctx, projectId, zoneId, rrSetId any) *gomock.Call

DeleteRecordSetExecute indicates an expected call of DeleteRecordSetExecute.

func (*MockDefaultApiMockRecorder) DeleteZone

func (mr *MockDefaultApiMockRecorder) DeleteZone(ctx, projectId, zoneId any) *gomock.Call

DeleteZone indicates an expected call of DeleteZone.

func (*MockDefaultApiMockRecorder) DeleteZoneExecute

func (mr *MockDefaultApiMockRecorder) DeleteZoneExecute(ctx, projectId, zoneId any) *gomock.Call

DeleteZoneExecute indicates an expected call of DeleteZoneExecute.

func (*MockDefaultApiMockRecorder) ExportRecordSets

func (mr *MockDefaultApiMockRecorder) ExportRecordSets(ctx, projectId, zoneId any) *gomock.Call

ExportRecordSets indicates an expected call of ExportRecordSets.

func (*MockDefaultApiMockRecorder) ExportRecordSetsExecute

func (mr *MockDefaultApiMockRecorder) ExportRecordSetsExecute(ctx, projectId, zoneId any) *gomock.Call

ExportRecordSetsExecute indicates an expected call of ExportRecordSetsExecute.

func (*MockDefaultApiMockRecorder) GetRecordSet

func (mr *MockDefaultApiMockRecorder) GetRecordSet(ctx, projectId, zoneId, rrSetId any) *gomock.Call

GetRecordSet indicates an expected call of GetRecordSet.

func (*MockDefaultApiMockRecorder) GetRecordSetExecute

func (mr *MockDefaultApiMockRecorder) GetRecordSetExecute(ctx, projectId, zoneId, rrSetId any) *gomock.Call

GetRecordSetExecute indicates an expected call of GetRecordSetExecute.

func (*MockDefaultApiMockRecorder) GetZone

func (mr *MockDefaultApiMockRecorder) GetZone(ctx, projectId, zoneId any) *gomock.Call

GetZone indicates an expected call of GetZone.

func (*MockDefaultApiMockRecorder) GetZoneExecute

func (mr *MockDefaultApiMockRecorder) GetZoneExecute(ctx, projectId, zoneId any) *gomock.Call

GetZoneExecute indicates an expected call of GetZoneExecute.

func (*MockDefaultApiMockRecorder) ImportRecordSets

func (mr *MockDefaultApiMockRecorder) ImportRecordSets(ctx, projectId, zoneId any) *gomock.Call

ImportRecordSets indicates an expected call of ImportRecordSets.

func (*MockDefaultApiMockRecorder) ImportRecordSetsExecute

func (mr *MockDefaultApiMockRecorder) ImportRecordSetsExecute(ctx, projectId, zoneId any) *gomock.Call

ImportRecordSetsExecute indicates an expected call of ImportRecordSetsExecute.

func (*MockDefaultApiMockRecorder) ListLabels

func (mr *MockDefaultApiMockRecorder) ListLabels(ctx, projectId, zoneId any) *gomock.Call

ListLabels indicates an expected call of ListLabels.

func (*MockDefaultApiMockRecorder) ListLabelsExecute

func (mr *MockDefaultApiMockRecorder) ListLabelsExecute(ctx, projectId, zoneId any) *gomock.Call

ListLabelsExecute indicates an expected call of ListLabelsExecute.

func (*MockDefaultApiMockRecorder) ListRecordSets

func (mr *MockDefaultApiMockRecorder) ListRecordSets(ctx, projectId, zoneId any) *gomock.Call

ListRecordSets indicates an expected call of ListRecordSets.

func (*MockDefaultApiMockRecorder) ListRecordSetsExecute

func (mr *MockDefaultApiMockRecorder) ListRecordSetsExecute(ctx, projectId, zoneId any) *gomock.Call

ListRecordSetsExecute indicates an expected call of ListRecordSetsExecute.

func (*MockDefaultApiMockRecorder) ListZones

func (mr *MockDefaultApiMockRecorder) ListZones(ctx, projectId any) *gomock.Call

ListZones indicates an expected call of ListZones.

func (*MockDefaultApiMockRecorder) ListZonesExecute

func (mr *MockDefaultApiMockRecorder) ListZonesExecute(ctx, projectId any) *gomock.Call

ListZonesExecute indicates an expected call of ListZonesExecute.

func (*MockDefaultApiMockRecorder) MoveZone

func (mr *MockDefaultApiMockRecorder) MoveZone(ctx, projectId any) *gomock.Call

MoveZone indicates an expected call of MoveZone.

func (*MockDefaultApiMockRecorder) MoveZoneExecute

func (mr *MockDefaultApiMockRecorder) MoveZoneExecute(ctx, projectId any) *gomock.Call

MoveZoneExecute indicates an expected call of MoveZoneExecute.

func (*MockDefaultApiMockRecorder) PartialUpdateRecord

func (mr *MockDefaultApiMockRecorder) PartialUpdateRecord(ctx, projectId, zoneId, rrSetId any) *gomock.Call

PartialUpdateRecord indicates an expected call of PartialUpdateRecord.

func (*MockDefaultApiMockRecorder) PartialUpdateRecordExecute

func (mr *MockDefaultApiMockRecorder) PartialUpdateRecordExecute(ctx, projectId, zoneId, rrSetId any) *gomock.Call

PartialUpdateRecordExecute indicates an expected call of PartialUpdateRecordExecute.

func (*MockDefaultApiMockRecorder) PartialUpdateRecordSet

func (mr *MockDefaultApiMockRecorder) PartialUpdateRecordSet(ctx, projectId, zoneId, rrSetId any) *gomock.Call

PartialUpdateRecordSet indicates an expected call of PartialUpdateRecordSet.

func (*MockDefaultApiMockRecorder) PartialUpdateRecordSetExecute

func (mr *MockDefaultApiMockRecorder) PartialUpdateRecordSetExecute(ctx, projectId, zoneId, rrSetId any) *gomock.Call

PartialUpdateRecordSetExecute indicates an expected call of PartialUpdateRecordSetExecute.

func (*MockDefaultApiMockRecorder) PartialUpdateZone

func (mr *MockDefaultApiMockRecorder) PartialUpdateZone(ctx, projectId, zoneId any) *gomock.Call

PartialUpdateZone indicates an expected call of PartialUpdateZone.

func (*MockDefaultApiMockRecorder) PartialUpdateZoneExecute

func (mr *MockDefaultApiMockRecorder) PartialUpdateZoneExecute(ctx, projectId, zoneId any) *gomock.Call

PartialUpdateZoneExecute indicates an expected call of PartialUpdateZoneExecute.

func (*MockDefaultApiMockRecorder) RestoreRecordSet

func (mr *MockDefaultApiMockRecorder) RestoreRecordSet(ctx, projectId, zoneId, rrSetId any) *gomock.Call

RestoreRecordSet indicates an expected call of RestoreRecordSet.

func (*MockDefaultApiMockRecorder) RestoreRecordSetExecute

func (mr *MockDefaultApiMockRecorder) RestoreRecordSetExecute(ctx, projectId, zoneId, rrSetId any) *gomock.Call

RestoreRecordSetExecute indicates an expected call of RestoreRecordSetExecute.

func (*MockDefaultApiMockRecorder) RestoreZone

func (mr *MockDefaultApiMockRecorder) RestoreZone(ctx, projectId, zoneId any) *gomock.Call

RestoreZone indicates an expected call of RestoreZone.

func (*MockDefaultApiMockRecorder) RestoreZoneExecute

func (mr *MockDefaultApiMockRecorder) RestoreZoneExecute(ctx, projectId, zoneId any) *gomock.Call

RestoreZoneExecute indicates an expected call of RestoreZoneExecute.

func (*MockDefaultApiMockRecorder) RetrieveZone

func (mr *MockDefaultApiMockRecorder) RetrieveZone(ctx, projectId, zoneId any) *gomock.Call

RetrieveZone indicates an expected call of RetrieveZone.

func (*MockDefaultApiMockRecorder) RetrieveZoneExecute

func (mr *MockDefaultApiMockRecorder) RetrieveZoneExecute(ctx, projectId, zoneId any) *gomock.Call

RetrieveZoneExecute indicates an expected call of RetrieveZoneExecute.

func (*MockDefaultApiMockRecorder) ValidateMoveCode

func (mr *MockDefaultApiMockRecorder) ValidateMoveCode(ctx, projectId, zoneId any) *gomock.Call

ValidateMoveCode indicates an expected call of ValidateMoveCode.

func (*MockDefaultApiMockRecorder) ValidateMoveCodeExecute

func (mr *MockDefaultApiMockRecorder) ValidateMoveCodeExecute(ctx, projectId, zoneId any) *gomock.Call

ValidateMoveCodeExecute indicates an expected call of ValidateMoveCodeExecute.

Jump to

Keyboard shortcuts

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