mock

package
v0.1.0-alpha.4 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mock 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 of Client interface.

func NewMockClient

func NewMockClient(ctrl *gomock.Controller) *MockClient

NewMockClient creates a new mock instance.

func (*MockClient) AddBackendServers

AddBackendServers mocks base method.

func (*MockClient) AddVServerGroupBackendServers

AddVServerGroupBackendServers mocks base method.

func (*MockClient) AllocateEipAddress

AllocateEipAddress mocks base method.

func (*MockClient) AllocatePublicIPAddress

AllocatePublicIPAddress mocks base method.

func (*MockClient) AssociateEipAddress

AssociateEipAddress mocks base method.

func (*MockClient) AttachDisk

func (m *MockClient) AttachDisk(arg0 *ecs.AttachDiskRequest) (*ecs.AttachDiskResponse, error)

AttachDisk mocks base method.

func (*MockClient) AttachInstanceRAMRole

AttachInstanceRAMRole mocks base method.

func (*MockClient) AuthorizeSecurityGroup

AuthorizeSecurityGroup mocks base method.

func (*MockClient) AuthorizeSecurityGroupEgress

AuthorizeSecurityGroupEgress mocks base method.

func (*MockClient) CreateDisk

func (m *MockClient) CreateDisk(arg0 *ecs.CreateDiskRequest) (*ecs.CreateDiskResponse, error)

CreateDisk mocks base method.

func (*MockClient) CreateInstance

func (m *MockClient) CreateInstance(arg0 *ecs.CreateInstanceRequest) (*ecs.CreateInstanceResponse, error)

CreateInstance mocks base method.

func (*MockClient) CreateLoadBalancer

CreateLoadBalancer mocks base method.

func (*MockClient) CreateLoadBalancerHTTPListener

CreateLoadBalancerHTTPListener mocks base method.

func (*MockClient) CreateLoadBalancerHTTPSListener

CreateLoadBalancerHTTPSListener mocks base method.

func (*MockClient) CreateLoadBalancerTCPListener

CreateLoadBalancerTCPListener mocks base method.

func (*MockClient) CreateLoadBalancerUDPListener

CreateLoadBalancerUDPListener mocks base method.

func (*MockClient) CreateNatGateway

CreateNatGateway mocks base method.

func (*MockClient) CreateSecurityGroup

CreateSecurityGroup mocks base method.

func (*MockClient) CreateVServerGroup

CreateVServerGroup mocks base method.

func (*MockClient) CreateVSwitch

func (m *MockClient) CreateVSwitch(arg0 *vpc.CreateVSwitchRequest) (*vpc.CreateVSwitchResponse, error)

CreateVSwitch mocks base method.

func (*MockClient) CreateVpc

func (m *MockClient) CreateVpc(arg0 *vpc.CreateVpcRequest) (*vpc.CreateVpcResponse, error)

CreateVpc mocks base method.

func (*MockClient) DeleteDisk

func (m *MockClient) DeleteDisk(arg0 *ecs.DeleteDiskRequest) (*ecs.DeleteDiskResponse, error)

DeleteDisk mocks base method.

func (*MockClient) DeleteInstance

func (m *MockClient) DeleteInstance(arg0 *ecs.DeleteInstanceRequest) (*ecs.DeleteInstanceResponse, error)

DeleteInstance mocks base method.

func (*MockClient) DeleteInstances

func (m *MockClient) DeleteInstances(arg0 *ecs.DeleteInstancesRequest) (*ecs.DeleteInstancesResponse, error)

DeleteInstances mocks base method.

func (*MockClient) DeleteLoadBalancer

DeleteLoadBalancer mocks base method.

func (*MockClient) DeleteLoadBalancerListener

DeleteLoadBalancerListener mocks base method.

func (*MockClient) DeleteNatGateway

DeleteNatGateway mocks base method.

func (*MockClient) DeleteSecurityGroup

DeleteSecurityGroup mocks base method.

func (*MockClient) DeleteVServerGroup

DeleteVServerGroup mocks base method.

func (*MockClient) DeleteVSwitch

func (m *MockClient) DeleteVSwitch(arg0 *vpc.DeleteVSwitchRequest) (*vpc.DeleteVSwitchResponse, error)

DeleteVSwitch mocks base method.

func (*MockClient) DeleteVpc

func (m *MockClient) DeleteVpc(arg0 *vpc.DeleteVpcRequest) (*vpc.DeleteVpcResponse, error)

DeleteVpc mocks base method.

func (*MockClient) DescribeDisks

func (m *MockClient) DescribeDisks(arg0 *ecs.DescribeDisksRequest) (*ecs.DescribeDisksResponse, error)

DescribeDisks mocks base method.

func (*MockClient) DescribeEipAddresses

DescribeEipAddresses mocks base method.

func (*MockClient) DescribeHealthStatus

DescribeHealthStatus mocks base method.

func (*MockClient) DescribeImages

func (m *MockClient) DescribeImages(arg0 *ecs.DescribeImagesRequest) (*ecs.DescribeImagesResponse, error)

DescribeImages mocks base method.

func (*MockClient) DescribeInstanceStatus

DescribeInstanceStatus mocks base method.

func (*MockClient) DescribeInstanceTypes

DescribeInstanceTypes mocks base method.

func (*MockClient) DescribeInstances

DescribeInstances mocks base method.

func (*MockClient) DescribeLoadBalancerHTTPListenerAttribute

DescribeLoadBalancerHTTPListenerAttribute mocks base method.

func (*MockClient) DescribeLoadBalancerHTTPSListenerAttribute

DescribeLoadBalancerHTTPSListenerAttribute mocks base method.

func (*MockClient) DescribeLoadBalancerListeners

DescribeLoadBalancerListeners mocks base method.

func (*MockClient) DescribeLoadBalancerTCPListenerAttribute

DescribeLoadBalancerTCPListenerAttribute mocks base method.

func (*MockClient) DescribeLoadBalancerUDPListenerAttribute

DescribeLoadBalancerUDPListenerAttribute mocks base method.

func (*MockClient) DescribeLoadBalancers

DescribeLoadBalancers mocks base method.

func (*MockClient) DescribeNatGateways

DescribeNatGateways mocks base method.

func (*MockClient) DescribeRegions

func (m *MockClient) DescribeRegions(arg0 *ecs.DescribeRegionsRequest) (*ecs.DescribeRegionsResponse, error)

DescribeRegions mocks base method.

func (*MockClient) DescribeSecurityGroupAttribute

DescribeSecurityGroupAttribute mocks base method.

func (*MockClient) DescribeSecurityGroupReferences

DescribeSecurityGroupReferences mocks base method.

func (*MockClient) DescribeSecurityGroups

DescribeSecurityGroups mocks base method.

func (*MockClient) DescribeUserData

DescribeUserData mocks base method.

func (*MockClient) DescribeVServerGroupAttribute

DescribeVServerGroupAttribute mocks base method.

func (*MockClient) DescribeVServerGroups

DescribeVServerGroups mocks base method.

func (*MockClient) DescribeVSwitches

DescribeVSwitches mocks base method.

func (*MockClient) DescribeVpcs

func (m *MockClient) DescribeVpcs(arg0 *vpc.DescribeVpcsRequest) (*vpc.DescribeVpcsResponse, error)

DescribeVpcs mocks base method.

func (*MockClient) DescribeZones

func (m *MockClient) DescribeZones(arg0 *ecs.DescribeZonesRequest) (*ecs.DescribeZonesResponse, error)

DescribeZones mocks base method.

func (*MockClient) DetachDisk

func (m *MockClient) DetachDisk(arg0 *ecs.DetachDiskRequest) (*ecs.DetachDiskResponse, error)

DetachDisk mocks base method.

func (*MockClient) DetachInstanceRAMRole

DetachInstanceRAMRole 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) JoinSecurityGroup

JoinSecurityGroup mocks base method.

func (*MockClient) LeaveSecurityGroup

LeaveSecurityGroup mocks base method.

func (*MockClient) ListTagResources

ListTagResources mocks base method.

func (*MockClient) ModifyDiskAttribute

ModifyDiskAttribute mocks base method.

func (*MockClient) ModifyDiskChargeType

ModifyDiskChargeType mocks base method.

func (*MockClient) ModifyDiskSpec

func (m *MockClient) ModifyDiskSpec(arg0 *ecs.ModifyDiskSpecRequest) (*ecs.ModifyDiskSpecResponse, error)

ModifyDiskSpec mocks base method.

func (*MockClient) ModifyEipAddressAttribute

ModifyEipAddressAttribute mocks base method.

func (*MockClient) ModifyInstanceAttribute

ModifyInstanceAttribute mocks base method.

func (*MockClient) ModifyInstanceMetadataOptions

ModifyInstanceMetadataOptions mocks base method.

func (*MockClient) ModifySecurityGroupAttribute

ModifySecurityGroupAttribute mocks base method.

func (*MockClient) ModifySecurityGroupEgressRule

ModifySecurityGroupEgressRule mocks base method.

func (*MockClient) ModifySecurityGroupPolicy

ModifySecurityGroupPolicy mocks base method.

func (*MockClient) ModifySecurityGroupRule

ModifySecurityGroupRule mocks base method.

func (*MockClient) ModifyVServerGroupBackendServers

ModifyVServerGroupBackendServers mocks base method.

func (*MockClient) ReActivateInstances

ReActivateInstances mocks base method.

func (*MockClient) ReInitDisk

func (m *MockClient) ReInitDisk(arg0 *ecs.ReInitDiskRequest) (*ecs.ReInitDiskResponse, error)

ReInitDisk mocks base method.

func (*MockClient) RebootInstance

func (m *MockClient) RebootInstance(request *ecs.RebootInstanceRequest) (*ecs.RebootInstanceResponse, error)

RebootInstance mocks base method.

func (*MockClient) RebootInstances

func (m *MockClient) RebootInstances(request *ecs.RebootInstancesRequest) (*ecs.RebootInstancesResponse, error)

RebootInstances mocks base method.

func (*MockClient) ReleaseEipAddress

ReleaseEipAddress mocks base method.

func (*MockClient) RemoveBackendServers

RemoveBackendServers mocks base method.

func (*MockClient) RemoveVServerGroupBackendServers

RemoveVServerGroupBackendServers mocks base method.

func (*MockClient) ReplaceSystemDisk

ReplaceSystemDisk mocks base method.

func (*MockClient) ResetDisk

func (m *MockClient) ResetDisk(arg0 *ecs.ResetDiskRequest) (*ecs.ResetDiskResponse, error)

ResetDisk mocks base method.

func (*MockClient) ResizeDisk

func (m *MockClient) ResizeDisk(arg0 *ecs.ResizeDiskRequest) (*ecs.ResizeDiskResponse, error)

ResizeDisk mocks base method.

func (*MockClient) RevokeSecurityGroup

RevokeSecurityGroup mocks base method.

func (*MockClient) RevokeSecurityGroupEgress

RevokeSecurityGroupEgress mocks base method.

func (*MockClient) RunInstances

func (m *MockClient) RunInstances(arg0 *ecs.RunInstancesRequest) (*ecs.RunInstancesResponse, error)

RunInstances mocks base method.

func (*MockClient) SetBackendServers

SetBackendServers mocks base method.

func (*MockClient) SetLoadBalancerHTTPListenerAttribute

SetLoadBalancerHTTPListenerAttribute mocks base method.

func (*MockClient) SetLoadBalancerHTTPSListenerAttribute

SetLoadBalancerHTTPSListenerAttribute mocks base method.

func (*MockClient) SetLoadBalancerTCPListenerAttribute

SetLoadBalancerTCPListenerAttribute mocks base method.

func (*MockClient) SetLoadBalancerUDPListenerAttribute

SetLoadBalancerUDPListenerAttribute mocks base method.

func (*MockClient) SetVServerGroupAttribute

SetVServerGroupAttribute mocks base method.

func (*MockClient) StartInstance

func (m *MockClient) StartInstance(arg0 *ecs.StartInstanceRequest) (*ecs.StartInstanceResponse, error)

StartInstance mocks base method.

func (*MockClient) StartInstances

func (m *MockClient) StartInstances(arg0 *ecs.StartInstancesRequest) (*ecs.StartInstancesResponse, error)

StartInstances mocks base method.

func (*MockClient) StartLoadBalancerListener

StartLoadBalancerListener mocks base method.

func (*MockClient) StopInstance

func (m *MockClient) StopInstance(arg0 *ecs.StopInstanceRequest) (*ecs.StopInstanceResponse, error)

StopInstance mocks base method.

func (*MockClient) StopInstances

func (m *MockClient) StopInstances(arg0 *ecs.StopInstancesRequest) (*ecs.StopInstancesResponse, error)

StopInstances mocks base method.

func (*MockClient) StopLoadBalancerListener

StopLoadBalancerListener mocks base method.

func (*MockClient) TagResources

func (m *MockClient) TagResources(arg0 *ecs.TagResourcesRequest) (*ecs.TagResourcesResponse, error)

TagResources mocks base method.

func (*MockClient) UnassociateEipAddress

UnassociateEipAddress mocks base method.

func (*MockClient) UntagResources

func (m *MockClient) UntagResources(arg0 *ecs.UntagResourcesRequest) (*ecs.UntagResourcesResponse, error)

UntagResources mocks base method.

type MockClientMockRecorder

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

MockClientMockRecorder is the mock recorder for MockClient.

func (*MockClientMockRecorder) AddBackendServers

func (mr *MockClientMockRecorder) AddBackendServers(arg0 interface{}) *gomock.Call

AddBackendServers indicates an expected call of AddBackendServers.

func (*MockClientMockRecorder) AddVServerGroupBackendServers

func (mr *MockClientMockRecorder) AddVServerGroupBackendServers(arg0 interface{}) *gomock.Call

AddVServerGroupBackendServers indicates an expected call of AddVServerGroupBackendServers.

func (*MockClientMockRecorder) AllocateEipAddress

func (mr *MockClientMockRecorder) AllocateEipAddress(arg0 interface{}) *gomock.Call

AllocateEipAddress indicates an expected call of AllocateEipAddress.

func (*MockClientMockRecorder) AllocatePublicIPAddress

func (mr *MockClientMockRecorder) AllocatePublicIPAddress(arg0 interface{}) *gomock.Call

AllocatePublicIPAddress indicates an expected call of AllocatePublicIPAddress.

func (*MockClientMockRecorder) AssociateEipAddress

func (mr *MockClientMockRecorder) AssociateEipAddress(arg0 interface{}) *gomock.Call

AssociateEipAddress indicates an expected call of AssociateEipAddress.

func (*MockClientMockRecorder) AttachDisk

func (mr *MockClientMockRecorder) AttachDisk(arg0 interface{}) *gomock.Call

AttachDisk indicates an expected call of AttachDisk.

func (*MockClientMockRecorder) AttachInstanceRAMRole

func (mr *MockClientMockRecorder) AttachInstanceRAMRole(arg0 interface{}) *gomock.Call

AttachInstanceRAMRole indicates an expected call of AttachInstanceRAMRole.

func (*MockClientMockRecorder) AuthorizeSecurityGroup

func (mr *MockClientMockRecorder) AuthorizeSecurityGroup(arg0 interface{}) *gomock.Call

AuthorizeSecurityGroup indicates an expected call of AuthorizeSecurityGroup.

func (*MockClientMockRecorder) AuthorizeSecurityGroupEgress

func (mr *MockClientMockRecorder) AuthorizeSecurityGroupEgress(arg0 interface{}) *gomock.Call

AuthorizeSecurityGroupEgress indicates an expected call of AuthorizeSecurityGroupEgress.

func (*MockClientMockRecorder) CreateDisk

func (mr *MockClientMockRecorder) CreateDisk(arg0 interface{}) *gomock.Call

CreateDisk indicates an expected call of CreateDisk.

func (*MockClientMockRecorder) CreateInstance

func (mr *MockClientMockRecorder) CreateInstance(arg0 interface{}) *gomock.Call

CreateInstance indicates an expected call of CreateInstance.

func (*MockClientMockRecorder) CreateLoadBalancer

func (mr *MockClientMockRecorder) CreateLoadBalancer(arg0 interface{}) *gomock.Call

CreateLoadBalancer indicates an expected call of CreateLoadBalancer.

func (*MockClientMockRecorder) CreateLoadBalancerHTTPListener

func (mr *MockClientMockRecorder) CreateLoadBalancerHTTPListener(arg0 interface{}) *gomock.Call

CreateLoadBalancerHTTPListener indicates an expected call of CreateLoadBalancerHTTPListener.

func (*MockClientMockRecorder) CreateLoadBalancerHTTPSListener

func (mr *MockClientMockRecorder) CreateLoadBalancerHTTPSListener(arg0 interface{}) *gomock.Call

CreateLoadBalancerHTTPSListener indicates an expected call of CreateLoadBalancerHTTPSListener.

func (*MockClientMockRecorder) CreateLoadBalancerTCPListener

func (mr *MockClientMockRecorder) CreateLoadBalancerTCPListener(arg0 interface{}) *gomock.Call

CreateLoadBalancerTCPListener indicates an expected call of CreateLoadBalancerTCPListener.

func (*MockClientMockRecorder) CreateLoadBalancerUDPListener

func (mr *MockClientMockRecorder) CreateLoadBalancerUDPListener(arg0 interface{}) *gomock.Call

CreateLoadBalancerUDPListener indicates an expected call of CreateLoadBalancerUDPListener.

func (*MockClientMockRecorder) CreateNatGateway

func (mr *MockClientMockRecorder) CreateNatGateway(arg0 interface{}) *gomock.Call

CreateNatGateway indicates an expected call of CreateNatGateway.

func (*MockClientMockRecorder) CreateSecurityGroup

func (mr *MockClientMockRecorder) CreateSecurityGroup(arg0 interface{}) *gomock.Call

CreateSecurityGroup indicates an expected call of CreateSecurityGroup.

func (*MockClientMockRecorder) CreateVServerGroup

func (mr *MockClientMockRecorder) CreateVServerGroup(arg0 interface{}) *gomock.Call

CreateVServerGroup indicates an expected call of CreateVServerGroup.

func (*MockClientMockRecorder) CreateVSwitch

func (mr *MockClientMockRecorder) CreateVSwitch(arg0 interface{}) *gomock.Call

CreateVSwitch indicates an expected call of CreateVSwitch.

func (*MockClientMockRecorder) CreateVpc

func (mr *MockClientMockRecorder) CreateVpc(arg0 interface{}) *gomock.Call

CreateVpc indicates an expected call of CreateVpc.

func (*MockClientMockRecorder) DeleteDisk

func (mr *MockClientMockRecorder) DeleteDisk(arg0 interface{}) *gomock.Call

DeleteDisk indicates an expected call of DeleteDisk.

func (*MockClientMockRecorder) DeleteInstance

func (mr *MockClientMockRecorder) DeleteInstance(arg0 interface{}) *gomock.Call

DeleteInstance indicates an expected call of DeleteInstance.

func (*MockClientMockRecorder) DeleteInstances

func (mr *MockClientMockRecorder) DeleteInstances(arg0 interface{}) *gomock.Call

DeleteInstances indicates an expected call of DeleteInstances.

func (*MockClientMockRecorder) DeleteLoadBalancer

func (mr *MockClientMockRecorder) DeleteLoadBalancer(arg0 interface{}) *gomock.Call

DeleteLoadBalancer indicates an expected call of DeleteLoadBalancer.

func (*MockClientMockRecorder) DeleteLoadBalancerListener

func (mr *MockClientMockRecorder) DeleteLoadBalancerListener(arg0 interface{}) *gomock.Call

DeleteLoadBalancerListener indicates an expected call of DeleteLoadBalancerListener.

func (*MockClientMockRecorder) DeleteNatGateway

func (mr *MockClientMockRecorder) DeleteNatGateway(arg0 interface{}) *gomock.Call

DeleteNatGateway indicates an expected call of DeleteNatGateway.

func (*MockClientMockRecorder) DeleteSecurityGroup

func (mr *MockClientMockRecorder) DeleteSecurityGroup(arg0 interface{}) *gomock.Call

DeleteSecurityGroup indicates an expected call of DeleteSecurityGroup.

func (*MockClientMockRecorder) DeleteVServerGroup

func (mr *MockClientMockRecorder) DeleteVServerGroup(arg0 interface{}) *gomock.Call

DeleteVServerGroup indicates an expected call of DeleteVServerGroup.

func (*MockClientMockRecorder) DeleteVSwitch

func (mr *MockClientMockRecorder) DeleteVSwitch(arg0 interface{}) *gomock.Call

DeleteVSwitch indicates an expected call of DeleteVSwitch.

func (*MockClientMockRecorder) DeleteVpc

func (mr *MockClientMockRecorder) DeleteVpc(arg0 interface{}) *gomock.Call

DeleteVpc indicates an expected call of DeleteVpc.

func (*MockClientMockRecorder) DescribeDisks

func (mr *MockClientMockRecorder) DescribeDisks(arg0 interface{}) *gomock.Call

DescribeDisks indicates an expected call of DescribeDisks.

func (*MockClientMockRecorder) DescribeEipAddresses

func (mr *MockClientMockRecorder) DescribeEipAddresses(arg0 interface{}) *gomock.Call

DescribeEipAddresses indicates an expected call of DescribeEipAddresses.

func (*MockClientMockRecorder) DescribeHealthStatus

func (mr *MockClientMockRecorder) DescribeHealthStatus(arg0 interface{}) *gomock.Call

DescribeHealthStatus indicates an expected call of DescribeHealthStatus.

func (*MockClientMockRecorder) DescribeImages

func (mr *MockClientMockRecorder) DescribeImages(arg0 interface{}) *gomock.Call

DescribeImages indicates an expected call of DescribeImages.

func (*MockClientMockRecorder) DescribeInstanceStatus

func (mr *MockClientMockRecorder) DescribeInstanceStatus(arg0 interface{}) *gomock.Call

DescribeInstanceStatus indicates an expected call of DescribeInstanceStatus.

func (*MockClientMockRecorder) DescribeInstanceTypes

func (mr *MockClientMockRecorder) DescribeInstanceTypes(arg0 interface{}) *gomock.Call

DescribeInstanceTypes indicates an expected call of DescribeInstanceTypes.

func (*MockClientMockRecorder) DescribeInstances

func (mr *MockClientMockRecorder) DescribeInstances(arg0 interface{}) *gomock.Call

DescribeInstances indicates an expected call of DescribeInstances.

func (*MockClientMockRecorder) DescribeLoadBalancerHTTPListenerAttribute

func (mr *MockClientMockRecorder) DescribeLoadBalancerHTTPListenerAttribute(arg0 interface{}) *gomock.Call

DescribeLoadBalancerHTTPListenerAttribute indicates an expected call of DescribeLoadBalancerHTTPListenerAttribute.

func (*MockClientMockRecorder) DescribeLoadBalancerHTTPSListenerAttribute

func (mr *MockClientMockRecorder) DescribeLoadBalancerHTTPSListenerAttribute(arg0 interface{}) *gomock.Call

DescribeLoadBalancerHTTPSListenerAttribute indicates an expected call of DescribeLoadBalancerHTTPSListenerAttribute.

func (*MockClientMockRecorder) DescribeLoadBalancerListeners

func (mr *MockClientMockRecorder) DescribeLoadBalancerListeners(arg0 interface{}) *gomock.Call

DescribeLoadBalancerListeners indicates an expected call of DescribeLoadBalancerListeners.

func (*MockClientMockRecorder) DescribeLoadBalancerTCPListenerAttribute

func (mr *MockClientMockRecorder) DescribeLoadBalancerTCPListenerAttribute(arg0 interface{}) *gomock.Call

DescribeLoadBalancerTCPListenerAttribute indicates an expected call of DescribeLoadBalancerTCPListenerAttribute.

func (*MockClientMockRecorder) DescribeLoadBalancerUDPListenerAttribute

func (mr *MockClientMockRecorder) DescribeLoadBalancerUDPListenerAttribute(arg0 interface{}) *gomock.Call

DescribeLoadBalancerUDPListenerAttribute indicates an expected call of DescribeLoadBalancerUDPListenerAttribute.

func (*MockClientMockRecorder) DescribeLoadBalancers

func (mr *MockClientMockRecorder) DescribeLoadBalancers(arg0 interface{}) *gomock.Call

DescribeLoadBalancers indicates an expected call of DescribeLoadBalancers.

func (*MockClientMockRecorder) DescribeNatGateways

func (mr *MockClientMockRecorder) DescribeNatGateways(arg0 interface{}) *gomock.Call

DescribeNatGateways indicates an expected call of DescribeNatGateways.

func (*MockClientMockRecorder) DescribeRegions

func (mr *MockClientMockRecorder) DescribeRegions(arg0 interface{}) *gomock.Call

DescribeRegions indicates an expected call of DescribeRegions.

func (*MockClientMockRecorder) DescribeSecurityGroupAttribute

func (mr *MockClientMockRecorder) DescribeSecurityGroupAttribute(arg0 interface{}) *gomock.Call

DescribeSecurityGroupAttribute indicates an expected call of DescribeSecurityGroupAttribute.

func (*MockClientMockRecorder) DescribeSecurityGroupReferences

func (mr *MockClientMockRecorder) DescribeSecurityGroupReferences(arg0 interface{}) *gomock.Call

DescribeSecurityGroupReferences indicates an expected call of DescribeSecurityGroupReferences.

func (*MockClientMockRecorder) DescribeSecurityGroups

func (mr *MockClientMockRecorder) DescribeSecurityGroups(arg0 interface{}) *gomock.Call

DescribeSecurityGroups indicates an expected call of DescribeSecurityGroups.

func (*MockClientMockRecorder) DescribeUserData

func (mr *MockClientMockRecorder) DescribeUserData(arg0 interface{}) *gomock.Call

DescribeUserData indicates an expected call of DescribeUserData.

func (*MockClientMockRecorder) DescribeVServerGroupAttribute

func (mr *MockClientMockRecorder) DescribeVServerGroupAttribute(arg0 interface{}) *gomock.Call

DescribeVServerGroupAttribute indicates an expected call of DescribeVServerGroupAttribute.

func (*MockClientMockRecorder) DescribeVServerGroups

func (mr *MockClientMockRecorder) DescribeVServerGroups(arg0 interface{}) *gomock.Call

DescribeVServerGroups indicates an expected call of DescribeVServerGroups.

func (*MockClientMockRecorder) DescribeVSwitches

func (mr *MockClientMockRecorder) DescribeVSwitches(arg0 interface{}) *gomock.Call

DescribeVSwitches indicates an expected call of DescribeVSwitches.

func (*MockClientMockRecorder) DescribeVpcs

func (mr *MockClientMockRecorder) DescribeVpcs(arg0 interface{}) *gomock.Call

DescribeVpcs indicates an expected call of DescribeVpcs.

func (*MockClientMockRecorder) DescribeZones

func (mr *MockClientMockRecorder) DescribeZones(arg0 interface{}) *gomock.Call

DescribeZones indicates an expected call of DescribeZones.

func (*MockClientMockRecorder) DetachDisk

func (mr *MockClientMockRecorder) DetachDisk(arg0 interface{}) *gomock.Call

DetachDisk indicates an expected call of DetachDisk.

func (*MockClientMockRecorder) DetachInstanceRAMRole

func (mr *MockClientMockRecorder) DetachInstanceRAMRole(arg0 interface{}) *gomock.Call

DetachInstanceRAMRole indicates an expected call of DetachInstanceRAMRole.

func (*MockClientMockRecorder) JoinSecurityGroup

func (mr *MockClientMockRecorder) JoinSecurityGroup(arg0 interface{}) *gomock.Call

JoinSecurityGroup indicates an expected call of JoinSecurityGroup.

func (*MockClientMockRecorder) LeaveSecurityGroup

func (mr *MockClientMockRecorder) LeaveSecurityGroup(arg0 interface{}) *gomock.Call

LeaveSecurityGroup indicates an expected call of LeaveSecurityGroup.

func (*MockClientMockRecorder) ListTagResources

func (mr *MockClientMockRecorder) ListTagResources(arg0 interface{}) *gomock.Call

ListTagResources indicates an expected call of ListTagResources.

func (*MockClientMockRecorder) ModifyDiskAttribute

func (mr *MockClientMockRecorder) ModifyDiskAttribute(arg0 interface{}) *gomock.Call

ModifyDiskAttribute indicates an expected call of ModifyDiskAttribute.

func (*MockClientMockRecorder) ModifyDiskChargeType

func (mr *MockClientMockRecorder) ModifyDiskChargeType(arg0 interface{}) *gomock.Call

ModifyDiskChargeType indicates an expected call of ModifyDiskChargeType.

func (*MockClientMockRecorder) ModifyDiskSpec

func (mr *MockClientMockRecorder) ModifyDiskSpec(arg0 interface{}) *gomock.Call

ModifyDiskSpec indicates an expected call of ModifyDiskSpec.

func (*MockClientMockRecorder) ModifyEipAddressAttribute

func (mr *MockClientMockRecorder) ModifyEipAddressAttribute(arg0 interface{}) *gomock.Call

ModifyEipAddressAttribute indicates an expected call of ModifyEipAddressAttribute.

func (*MockClientMockRecorder) ModifyInstanceAttribute

func (mr *MockClientMockRecorder) ModifyInstanceAttribute(arg0 interface{}) *gomock.Call

ModifyInstanceAttribute indicates an expected call of ModifyInstanceAttribute.

func (*MockClientMockRecorder) ModifyInstanceMetadataOptions

func (mr *MockClientMockRecorder) ModifyInstanceMetadataOptions(arg0 interface{}) *gomock.Call

ModifyInstanceMetadataOptions indicates an expected call of ModifyInstanceMetadataOptions.

func (*MockClientMockRecorder) ModifySecurityGroupAttribute

func (mr *MockClientMockRecorder) ModifySecurityGroupAttribute(arg0 interface{}) *gomock.Call

ModifySecurityGroupAttribute indicates an expected call of ModifySecurityGroupAttribute.

func (*MockClientMockRecorder) ModifySecurityGroupEgressRule

func (mr *MockClientMockRecorder) ModifySecurityGroupEgressRule(arg0 interface{}) *gomock.Call

ModifySecurityGroupEgressRule indicates an expected call of ModifySecurityGroupEgressRule.

func (*MockClientMockRecorder) ModifySecurityGroupPolicy

func (mr *MockClientMockRecorder) ModifySecurityGroupPolicy(arg0 interface{}) *gomock.Call

ModifySecurityGroupPolicy indicates an expected call of ModifySecurityGroupPolicy.

func (*MockClientMockRecorder) ModifySecurityGroupRule

func (mr *MockClientMockRecorder) ModifySecurityGroupRule(arg0 interface{}) *gomock.Call

ModifySecurityGroupRule indicates an expected call of ModifySecurityGroupRule.

func (*MockClientMockRecorder) ModifyVServerGroupBackendServers

func (mr *MockClientMockRecorder) ModifyVServerGroupBackendServers(arg0 interface{}) *gomock.Call

ModifyVServerGroupBackendServers indicates an expected call of ModifyVServerGroupBackendServers.

func (*MockClientMockRecorder) ReActivateInstances

func (mr *MockClientMockRecorder) ReActivateInstances(arg0 interface{}) *gomock.Call

ReActivateInstances indicates an expected call of ReActivateInstances.

func (*MockClientMockRecorder) ReInitDisk

func (mr *MockClientMockRecorder) ReInitDisk(arg0 interface{}) *gomock.Call

ReInitDisk indicates an expected call of ReInitDisk.

func (*MockClientMockRecorder) RebootInstance

func (mr *MockClientMockRecorder) RebootInstance(request interface{}) *gomock.Call

RebootInstance indicates an expected call of RebootInstance.

func (*MockClientMockRecorder) RebootInstances

func (mr *MockClientMockRecorder) RebootInstances(request interface{}) *gomock.Call

RebootInstances indicates an expected call of RebootInstances.

func (*MockClientMockRecorder) ReleaseEipAddress

func (mr *MockClientMockRecorder) ReleaseEipAddress(arg0 interface{}) *gomock.Call

ReleaseEipAddress indicates an expected call of ReleaseEipAddress.

func (*MockClientMockRecorder) RemoveBackendServers

func (mr *MockClientMockRecorder) RemoveBackendServers(arg0 interface{}) *gomock.Call

RemoveBackendServers indicates an expected call of RemoveBackendServers.

func (*MockClientMockRecorder) RemoveVServerGroupBackendServers

func (mr *MockClientMockRecorder) RemoveVServerGroupBackendServers(arg0 interface{}) *gomock.Call

RemoveVServerGroupBackendServers indicates an expected call of RemoveVServerGroupBackendServers.

func (*MockClientMockRecorder) ReplaceSystemDisk

func (mr *MockClientMockRecorder) ReplaceSystemDisk(arg0 interface{}) *gomock.Call

ReplaceSystemDisk indicates an expected call of ReplaceSystemDisk.

func (*MockClientMockRecorder) ResetDisk

func (mr *MockClientMockRecorder) ResetDisk(arg0 interface{}) *gomock.Call

ResetDisk indicates an expected call of ResetDisk.

func (*MockClientMockRecorder) ResizeDisk

func (mr *MockClientMockRecorder) ResizeDisk(arg0 interface{}) *gomock.Call

ResizeDisk indicates an expected call of ResizeDisk.

func (*MockClientMockRecorder) RevokeSecurityGroup

func (mr *MockClientMockRecorder) RevokeSecurityGroup(arg0 interface{}) *gomock.Call

RevokeSecurityGroup indicates an expected call of RevokeSecurityGroup.

func (*MockClientMockRecorder) RevokeSecurityGroupEgress

func (mr *MockClientMockRecorder) RevokeSecurityGroupEgress(arg0 interface{}) *gomock.Call

RevokeSecurityGroupEgress indicates an expected call of RevokeSecurityGroupEgress.

func (*MockClientMockRecorder) RunInstances

func (mr *MockClientMockRecorder) RunInstances(arg0 interface{}) *gomock.Call

RunInstances indicates an expected call of RunInstances.

func (*MockClientMockRecorder) SetBackendServers

func (mr *MockClientMockRecorder) SetBackendServers(arg0 interface{}) *gomock.Call

SetBackendServers indicates an expected call of SetBackendServers.

func (*MockClientMockRecorder) SetLoadBalancerHTTPListenerAttribute

func (mr *MockClientMockRecorder) SetLoadBalancerHTTPListenerAttribute(arg0 interface{}) *gomock.Call

SetLoadBalancerHTTPListenerAttribute indicates an expected call of SetLoadBalancerHTTPListenerAttribute.

func (*MockClientMockRecorder) SetLoadBalancerHTTPSListenerAttribute

func (mr *MockClientMockRecorder) SetLoadBalancerHTTPSListenerAttribute(arg0 interface{}) *gomock.Call

SetLoadBalancerHTTPSListenerAttribute indicates an expected call of SetLoadBalancerHTTPSListenerAttribute.

func (*MockClientMockRecorder) SetLoadBalancerTCPListenerAttribute

func (mr *MockClientMockRecorder) SetLoadBalancerTCPListenerAttribute(arg0 interface{}) *gomock.Call

SetLoadBalancerTCPListenerAttribute indicates an expected call of SetLoadBalancerTCPListenerAttribute.

func (*MockClientMockRecorder) SetLoadBalancerUDPListenerAttribute

func (mr *MockClientMockRecorder) SetLoadBalancerUDPListenerAttribute(arg0 interface{}) *gomock.Call

SetLoadBalancerUDPListenerAttribute indicates an expected call of SetLoadBalancerUDPListenerAttribute.

func (*MockClientMockRecorder) SetVServerGroupAttribute

func (mr *MockClientMockRecorder) SetVServerGroupAttribute(arg0 interface{}) *gomock.Call

SetVServerGroupAttribute indicates an expected call of SetVServerGroupAttribute.

func (*MockClientMockRecorder) StartInstance

func (mr *MockClientMockRecorder) StartInstance(arg0 interface{}) *gomock.Call

StartInstance indicates an expected call of StartInstance.

func (*MockClientMockRecorder) StartInstances

func (mr *MockClientMockRecorder) StartInstances(arg0 interface{}) *gomock.Call

StartInstances indicates an expected call of StartInstances.

func (*MockClientMockRecorder) StartLoadBalancerListener

func (mr *MockClientMockRecorder) StartLoadBalancerListener(arg0 interface{}) *gomock.Call

StartLoadBalancerListener indicates an expected call of StartLoadBalancerListener.

func (*MockClientMockRecorder) StopInstance

func (mr *MockClientMockRecorder) StopInstance(arg0 interface{}) *gomock.Call

StopInstance indicates an expected call of StopInstance.

func (*MockClientMockRecorder) StopInstances

func (mr *MockClientMockRecorder) StopInstances(arg0 interface{}) *gomock.Call

StopInstances indicates an expected call of StopInstances.

func (*MockClientMockRecorder) StopLoadBalancerListener

func (mr *MockClientMockRecorder) StopLoadBalancerListener(arg0 interface{}) *gomock.Call

StopLoadBalancerListener indicates an expected call of StopLoadBalancerListener.

func (*MockClientMockRecorder) TagResources

func (mr *MockClientMockRecorder) TagResources(arg0 interface{}) *gomock.Call

TagResources indicates an expected call of TagResources.

func (*MockClientMockRecorder) UnassociateEipAddress

func (mr *MockClientMockRecorder) UnassociateEipAddress(arg0 interface{}) *gomock.Call

UnassociateEipAddress indicates an expected call of UnassociateEipAddress.

func (*MockClientMockRecorder) UntagResources

func (mr *MockClientMockRecorder) UntagResources(arg0 interface{}) *gomock.Call

UntagResources indicates an expected call of UntagResources.

Jump to

Keyboard shortcuts

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