Documentation ¶
Index ¶
- type ClientOption
- type ClientService
- func (_m *ClientService) AllocateIP(params *ip.AllocateIPParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ip.AllocateIPCreated, error)
- func (_m *ClientService) AllocateSpecificIP(params *ip.AllocateSpecificIPParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ip.AllocateSpecificIPCreated, error)
- func (_m *ClientService) FindIP(params *ip.FindIPParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ip.FindIPOK, error)
- func (_m *ClientService) FindIPs(params *ip.FindIPsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ip.FindIPsOK, error)
- func (_m *ClientService) FreeIP(params *ip.FreeIPParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ip.FreeIPOK, error)
- func (_m *ClientService) FreeIPDeprecated(params *ip.FreeIPDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ip.FreeIPDeprecatedOK, error)
- func (_m *ClientService) ListIPs(params *ip.ListIPsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ip.ListIPsOK, error)
- func (_m *ClientService) SetTransport(transport runtime.ClientTransport)
- func (_m *ClientService) UpdateIP(params *ip.UpdateIPParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ip.UpdateIPOK, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientOption ¶
ClientOption is an autogenerated mock type for the ClientOption type
func (*ClientOption) Execute ¶
func (_m *ClientOption) Execute(_a0 *runtime.ClientOperation)
Execute provides a mock function with given fields: _a0
type ClientService ¶
ClientService is an autogenerated mock type for the ClientService type
func (*ClientService) AllocateIP ¶
func (_m *ClientService) AllocateIP(params *ip.AllocateIPParams, authInfo runtime.ClientAuthInfoWriter, opts ...ip.ClientOption) (*ip.AllocateIPCreated, error)
AllocateIP provides a mock function with given fields: params, authInfo, opts
func (*ClientService) AllocateSpecificIP ¶
func (_m *ClientService) AllocateSpecificIP(params *ip.AllocateSpecificIPParams, authInfo runtime.ClientAuthInfoWriter, opts ...ip.ClientOption) (*ip.AllocateSpecificIPCreated, error)
AllocateSpecificIP provides a mock function with given fields: params, authInfo, opts
func (*ClientService) FindIP ¶
func (_m *ClientService) FindIP(params *ip.FindIPParams, authInfo runtime.ClientAuthInfoWriter, opts ...ip.ClientOption) (*ip.FindIPOK, error)
FindIP provides a mock function with given fields: params, authInfo, opts
func (*ClientService) FindIPs ¶
func (_m *ClientService) FindIPs(params *ip.FindIPsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ip.ClientOption) (*ip.FindIPsOK, error)
FindIPs provides a mock function with given fields: params, authInfo, opts
func (*ClientService) FreeIP ¶
func (_m *ClientService) FreeIP(params *ip.FreeIPParams, authInfo runtime.ClientAuthInfoWriter, opts ...ip.ClientOption) (*ip.FreeIPOK, error)
FreeIP provides a mock function with given fields: params, authInfo, opts
func (*ClientService) FreeIPDeprecated ¶ added in v0.16.5
func (_m *ClientService) FreeIPDeprecated(params *ip.FreeIPDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ip.ClientOption) (*ip.FreeIPDeprecatedOK, error)
FreeIPDeprecated provides a mock function with given fields: params, authInfo, opts
func (*ClientService) ListIPs ¶
func (_m *ClientService) ListIPs(params *ip.ListIPsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ip.ClientOption) (*ip.ListIPsOK, error)
ListIPs provides a mock function with given fields: params, authInfo, opts
func (*ClientService) SetTransport ¶
func (_m *ClientService) SetTransport(transport runtime.ClientTransport)
SetTransport provides a mock function with given fields: transport
func (*ClientService) UpdateIP ¶
func (_m *ClientService) UpdateIP(params *ip.UpdateIPParams, authInfo runtime.ClientAuthInfoWriter, opts ...ip.ClientOption) (*ip.UpdateIPOK, error)
UpdateIP provides a mock function with given fields: params, authInfo, opts