Documentation ¶
Overview ¶
Package mock_armnetwork is a generated GoMock package.
Package mock_armnetwork is a generated GoMock package.
Index ¶
- type MockInterfacesClient
- func (m *MockInterfacesClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 armnetwork.Interface, ...) error
- func (m *MockInterfacesClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string, ...) error
- func (m *MockInterfacesClient) EXPECT() *MockInterfacesClientMockRecorder
- func (m *MockInterfacesClient) Get(arg0 context.Context, arg1, arg2 string, ...) (armnetwork.InterfacesClientGetResponse, error)
- type MockInterfacesClientMockRecorder
- func (mr *MockInterfacesClientMockRecorder) CreateOrUpdateAndWait(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockInterfacesClientMockRecorder) DeleteAndWait(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockInterfacesClientMockRecorder) Get(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- type MockLoadBalancerBackendAddressPoolsClient
- type MockLoadBalancerBackendAddressPoolsClientMockRecorder
- type MockLoadBalancersClient
- func (m *MockLoadBalancersClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 armnetwork.LoadBalancer, ...) error
- func (m *MockLoadBalancersClient) EXPECT() *MockLoadBalancersClientMockRecorder
- func (m *MockLoadBalancersClient) Get(arg0 context.Context, arg1, arg2 string, ...) (armnetwork.LoadBalancersClientGetResponse, error)
- type MockLoadBalancersClientMockRecorder
- type MockPublicIPAddressesClient
- func (m *MockPublicIPAddressesClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 armnetwork.PublicIPAddress, ...) error
- func (m *MockPublicIPAddressesClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string, ...) error
- func (m *MockPublicIPAddressesClient) EXPECT() *MockPublicIPAddressesClientMockRecorder
- func (m *MockPublicIPAddressesClient) Get(arg0 context.Context, arg1, arg2 string, ...) (armnetwork.PublicIPAddressesClientGetResponse, error)
- func (m *MockPublicIPAddressesClient) List(arg0 context.Context, arg1 string, ...) ([]*armnetwork.PublicIPAddress, error)
- type MockPublicIPAddressesClientMockRecorder
- func (mr *MockPublicIPAddressesClientMockRecorder) CreateOrUpdateAndWait(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockPublicIPAddressesClientMockRecorder) DeleteAndWait(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockPublicIPAddressesClientMockRecorder) Get(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockPublicIPAddressesClientMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call
- type MockSubnetsClient
- type MockSubnetsClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterfacesClient ¶
type MockInterfacesClient struct {
// contains filtered or unexported fields
}
MockInterfacesClient is a mock of InterfacesClient interface.
func NewMockInterfacesClient ¶
func NewMockInterfacesClient(ctrl *gomock.Controller) *MockInterfacesClient
NewMockInterfacesClient creates a new mock instance.
func (*MockInterfacesClient) CreateOrUpdateAndWait ¶
func (m *MockInterfacesClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 armnetwork.Interface, arg4 *armnetwork.InterfacesClientBeginCreateOrUpdateOptions) error
CreateOrUpdateAndWait mocks base method.
func (*MockInterfacesClient) DeleteAndWait ¶
func (m *MockInterfacesClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string, arg3 *armnetwork.InterfacesClientBeginDeleteOptions) error
DeleteAndWait mocks base method.
func (*MockInterfacesClient) EXPECT ¶
func (m *MockInterfacesClient) EXPECT() *MockInterfacesClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInterfacesClient) Get ¶
func (m *MockInterfacesClient) Get(arg0 context.Context, arg1, arg2 string, arg3 *armnetwork.InterfacesClientGetOptions) (armnetwork.InterfacesClientGetResponse, error)
Get mocks base method.
type MockInterfacesClientMockRecorder ¶
type MockInterfacesClientMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfacesClientMockRecorder is the mock recorder for MockInterfacesClient.
func (*MockInterfacesClientMockRecorder) CreateOrUpdateAndWait ¶
func (mr *MockInterfacesClientMockRecorder) CreateOrUpdateAndWait(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait.
func (*MockInterfacesClientMockRecorder) DeleteAndWait ¶
func (mr *MockInterfacesClientMockRecorder) DeleteAndWait(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteAndWait indicates an expected call of DeleteAndWait.
func (*MockInterfacesClientMockRecorder) Get ¶
func (mr *MockInterfacesClientMockRecorder) Get(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Get indicates an expected call of Get.
type MockLoadBalancerBackendAddressPoolsClient ¶
type MockLoadBalancerBackendAddressPoolsClient struct {
// contains filtered or unexported fields
}
MockLoadBalancerBackendAddressPoolsClient is a mock of LoadBalancerBackendAddressPoolsClient interface.
func NewMockLoadBalancerBackendAddressPoolsClient ¶
func NewMockLoadBalancerBackendAddressPoolsClient(ctrl *gomock.Controller) *MockLoadBalancerBackendAddressPoolsClient
NewMockLoadBalancerBackendAddressPoolsClient creates a new mock instance.
func (*MockLoadBalancerBackendAddressPoolsClient) EXPECT ¶
func (m *MockLoadBalancerBackendAddressPoolsClient) EXPECT() *MockLoadBalancerBackendAddressPoolsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLoadBalancerBackendAddressPoolsClient) Get ¶
func (m *MockLoadBalancerBackendAddressPoolsClient) Get(arg0 context.Context, arg1, arg2, arg3 string, arg4 *armnetwork.LoadBalancerBackendAddressPoolsClientGetOptions) (armnetwork.LoadBalancerBackendAddressPoolsClientGetResponse, error)
Get mocks base method.
type MockLoadBalancerBackendAddressPoolsClientMockRecorder ¶
type MockLoadBalancerBackendAddressPoolsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockLoadBalancerBackendAddressPoolsClientMockRecorder is the mock recorder for MockLoadBalancerBackendAddressPoolsClient.
func (*MockLoadBalancerBackendAddressPoolsClientMockRecorder) Get ¶
func (mr *MockLoadBalancerBackendAddressPoolsClientMockRecorder) Get(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
Get indicates an expected call of Get.
type MockLoadBalancersClient ¶
type MockLoadBalancersClient struct {
// contains filtered or unexported fields
}
MockLoadBalancersClient is a mock of LoadBalancersClient interface.
func NewMockLoadBalancersClient ¶
func NewMockLoadBalancersClient(ctrl *gomock.Controller) *MockLoadBalancersClient
NewMockLoadBalancersClient creates a new mock instance.
func (*MockLoadBalancersClient) CreateOrUpdateAndWait ¶
func (m *MockLoadBalancersClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 armnetwork.LoadBalancer, arg4 *armnetwork.LoadBalancersClientBeginCreateOrUpdateOptions) error
CreateOrUpdateAndWait mocks base method.
func (*MockLoadBalancersClient) EXPECT ¶
func (m *MockLoadBalancersClient) EXPECT() *MockLoadBalancersClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLoadBalancersClient) Get ¶
func (m *MockLoadBalancersClient) Get(arg0 context.Context, arg1, arg2 string, arg3 *armnetwork.LoadBalancersClientGetOptions) (armnetwork.LoadBalancersClientGetResponse, error)
Get mocks base method.
type MockLoadBalancersClientMockRecorder ¶
type MockLoadBalancersClientMockRecorder struct {
// contains filtered or unexported fields
}
MockLoadBalancersClientMockRecorder is the mock recorder for MockLoadBalancersClient.
func (*MockLoadBalancersClientMockRecorder) CreateOrUpdateAndWait ¶
func (mr *MockLoadBalancersClientMockRecorder) CreateOrUpdateAndWait(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait.
func (*MockLoadBalancersClientMockRecorder) Get ¶
func (mr *MockLoadBalancersClientMockRecorder) Get(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Get indicates an expected call of Get.
type MockPublicIPAddressesClient ¶
type MockPublicIPAddressesClient struct {
// contains filtered or unexported fields
}
MockPublicIPAddressesClient is a mock of PublicIPAddressesClient interface.
func NewMockPublicIPAddressesClient ¶
func NewMockPublicIPAddressesClient(ctrl *gomock.Controller) *MockPublicIPAddressesClient
NewMockPublicIPAddressesClient creates a new mock instance.
func (*MockPublicIPAddressesClient) CreateOrUpdateAndWait ¶
func (m *MockPublicIPAddressesClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 armnetwork.PublicIPAddress, arg4 *armnetwork.PublicIPAddressesClientBeginCreateOrUpdateOptions) error
CreateOrUpdateAndWait mocks base method.
func (*MockPublicIPAddressesClient) DeleteAndWait ¶
func (m *MockPublicIPAddressesClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string, arg3 *armnetwork.PublicIPAddressesClientBeginDeleteOptions) error
DeleteAndWait mocks base method.
func (*MockPublicIPAddressesClient) EXPECT ¶
func (m *MockPublicIPAddressesClient) EXPECT() *MockPublicIPAddressesClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPublicIPAddressesClient) Get ¶
func (m *MockPublicIPAddressesClient) Get(arg0 context.Context, arg1, arg2 string, arg3 *armnetwork.PublicIPAddressesClientGetOptions) (armnetwork.PublicIPAddressesClientGetResponse, error)
Get mocks base method.
func (*MockPublicIPAddressesClient) List ¶
func (m *MockPublicIPAddressesClient) List(arg0 context.Context, arg1 string, arg2 *armnetwork.PublicIPAddressesClientListOptions) ([]*armnetwork.PublicIPAddress, error)
List mocks base method.
type MockPublicIPAddressesClientMockRecorder ¶
type MockPublicIPAddressesClientMockRecorder struct {
// contains filtered or unexported fields
}
MockPublicIPAddressesClientMockRecorder is the mock recorder for MockPublicIPAddressesClient.
func (*MockPublicIPAddressesClientMockRecorder) CreateOrUpdateAndWait ¶
func (mr *MockPublicIPAddressesClientMockRecorder) CreateOrUpdateAndWait(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait.
func (*MockPublicIPAddressesClientMockRecorder) DeleteAndWait ¶
func (mr *MockPublicIPAddressesClientMockRecorder) DeleteAndWait(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteAndWait indicates an expected call of DeleteAndWait.
func (*MockPublicIPAddressesClientMockRecorder) Get ¶
func (mr *MockPublicIPAddressesClientMockRecorder) Get(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockPublicIPAddressesClientMockRecorder) List ¶
func (mr *MockPublicIPAddressesClientMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call
List indicates an expected call of List.
type MockSubnetsClient ¶
type MockSubnetsClient struct {
// contains filtered or unexported fields
}
MockSubnetsClient is a mock of SubnetsClient interface.
func NewMockSubnetsClient ¶
func NewMockSubnetsClient(ctrl *gomock.Controller) *MockSubnetsClient
NewMockSubnetsClient creates a new mock instance.
func (*MockSubnetsClient) EXPECT ¶
func (m *MockSubnetsClient) EXPECT() *MockSubnetsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSubnetsClient) Get ¶
func (m *MockSubnetsClient) Get(ctx context.Context, resourceGroupName, virtualNetworkName, subnetName string, options *armnetwork.SubnetsClientGetOptions) (armnetwork.SubnetsClientGetResponse, error)
Get mocks base method.
type MockSubnetsClientMockRecorder ¶
type MockSubnetsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockSubnetsClientMockRecorder is the mock recorder for MockSubnetsClient.
func (*MockSubnetsClientMockRecorder) Get ¶
func (mr *MockSubnetsClientMockRecorder) Get(ctx, resourceGroupName, virtualNetworkName, subnetName, options interface{}) *gomock.Call
Get indicates an expected call of Get.