Versions in this module Expand all Collapse all v0 v0.4.2 Jan 9, 2023 Changes in this version + type Client struct + func (a *Client) Create(params *CreateParams, opts ...ClientOption) (*CreateOK, error) + func (a *Client) Delete(params *DeleteParams, opts ...ClientOption) (*DeleteOK, error) + func (a *Client) Get(params *GetParams, opts ...ClientOption) (*GetOK, error) + func (a *Client) List(params *ListParams, opts ...ClientOption) (*ListOK, error) + func (a *Client) Modify(params *ModifyParams, opts ...ClientOption) (*ModifyOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) Start(params *StartParams, opts ...ClientOption) (*StartOK, error) + func (a *Client) Stop(params *StopParams, opts ...ClientOption) (*StopOK, error) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + Create func(params *CreateParams, opts ...ClientOption) (*CreateOK, error) + Delete func(params *DeleteParams, opts ...ClientOption) (*DeleteOK, error) + Get func(params *GetParams, opts ...ClientOption) (*GetOK, error) + List func(params *ListParams, opts ...ClientOption) (*ListOK, error) + Modify func(params *ModifyParams, opts ...ClientOption) (*ModifyOK, error) + SetTransport func(transport runtime.ClientTransport) + Start func(params *StartParams, opts ...ClientOption) (*StartOK, error) + Stop func(params *StopParams, opts ...ClientOption) (*StopOK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type CreateBadRequest struct + Payload *CreateBadRequestBody + func NewCreateBadRequest() *CreateBadRequest + func (o *CreateBadRequest) Error() string + func (o *CreateBadRequest) GetPayload() *CreateBadRequestBody + type CreateBadRequestBody struct + Message *string + func (o *CreateBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateBadRequestBody) MarshalBinary() ([]byte, error) + func (o *CreateBadRequestBody) UnmarshalBinary(b []byte) error + func (o *CreateBadRequestBody) Validate(formats strfmt.Registry) error + type CreateForbidden struct + Payload *CreateForbiddenBody + func NewCreateForbidden() *CreateForbidden + func (o *CreateForbidden) Error() string + func (o *CreateForbidden) GetPayload() *CreateForbiddenBody + type CreateForbiddenBody struct + Message *string + func (o *CreateForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateForbiddenBody) MarshalBinary() ([]byte, error) + func (o *CreateForbiddenBody) UnmarshalBinary(b []byte) error + func (o *CreateForbiddenBody) Validate(formats strfmt.Registry) error + type CreateInternalServerError struct + Payload interface{} + func NewCreateInternalServerError() *CreateInternalServerError + func (o *CreateInternalServerError) Error() string + func (o *CreateInternalServerError) GetPayload() interface{} + type CreateNotFound struct + Payload *CreateNotFoundBody + func NewCreateNotFound() *CreateNotFound + func (o *CreateNotFound) Error() string + func (o *CreateNotFound) GetPayload() *CreateNotFoundBody + type CreateNotFoundBody struct + Error *string + Status *string + func (o *CreateNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *CreateNotFoundBody) MarshalBinary() ([]byte, error) + func (o *CreateNotFoundBody) UnmarshalBinary(b []byte) error + func (o *CreateNotFoundBody) Validate(formats strfmt.Registry) error + type CreateOK struct + Payload *models.Instance + func NewCreateOK() *CreateOK + func (o *CreateOK) Error() string + func (o *CreateOK) GetPayload() *models.Instance + type CreateParams struct + Config *models.InstanceConfig + Context context.Context + HTTPClient *http.Client + func NewCreateParams() *CreateParams + func NewCreateParamsWithContext(ctx context.Context) *CreateParams + func NewCreateParamsWithHTTPClient(client *http.Client) *CreateParams + func NewCreateParamsWithTimeout(timeout time.Duration) *CreateParams + func (o *CreateParams) SetConfig(config *models.InstanceConfig) + func (o *CreateParams) SetContext(ctx context.Context) + func (o *CreateParams) SetDefaults() + func (o *CreateParams) SetHTTPClient(client *http.Client) + func (o *CreateParams) SetTimeout(timeout time.Duration) + func (o *CreateParams) WithConfig(config *models.InstanceConfig) *CreateParams + func (o *CreateParams) WithContext(ctx context.Context) *CreateParams + func (o *CreateParams) WithDefaults() *CreateParams + func (o *CreateParams) WithHTTPClient(client *http.Client) *CreateParams + func (o *CreateParams) WithTimeout(timeout time.Duration) *CreateParams + func (o *CreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateReader struct + func (o *CreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateUnauthorized struct + Payload interface{} + func NewCreateUnauthorized() *CreateUnauthorized + func (o *CreateUnauthorized) Error() string + func (o *CreateUnauthorized) GetPayload() interface{} + type DeleteBadRequest struct + Payload *DeleteBadRequestBody + func NewDeleteBadRequest() *DeleteBadRequest + func (o *DeleteBadRequest) Error() string + func (o *DeleteBadRequest) GetPayload() *DeleteBadRequestBody + type DeleteBadRequestBody struct + Message *string + func (o *DeleteBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteBadRequestBody) MarshalBinary() ([]byte, error) + func (o *DeleteBadRequestBody) UnmarshalBinary(b []byte) error + func (o *DeleteBadRequestBody) Validate(formats strfmt.Registry) error + type DeleteForbidden struct + Payload *DeleteForbiddenBody + func NewDeleteForbidden() *DeleteForbidden + func (o *DeleteForbidden) Error() string + func (o *DeleteForbidden) GetPayload() *DeleteForbiddenBody + type DeleteForbiddenBody struct + Message *string + func (o *DeleteForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteForbiddenBody) MarshalBinary() ([]byte, error) + func (o *DeleteForbiddenBody) UnmarshalBinary(b []byte) error + func (o *DeleteForbiddenBody) Validate(formats strfmt.Registry) error + type DeleteInternalServerError struct + Payload interface{} + func NewDeleteInternalServerError() *DeleteInternalServerError + func (o *DeleteInternalServerError) Error() string + func (o *DeleteInternalServerError) GetPayload() interface{} + type DeleteNotFound struct + Payload *DeleteNotFoundBody + func NewDeleteNotFound() *DeleteNotFound + func (o *DeleteNotFound) Error() string + func (o *DeleteNotFound) GetPayload() *DeleteNotFoundBody + type DeleteNotFoundBody struct + Error *string + Status *string + func (o *DeleteNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *DeleteNotFoundBody) MarshalBinary() ([]byte, error) + func (o *DeleteNotFoundBody) UnmarshalBinary(b []byte) error + func (o *DeleteNotFoundBody) Validate(formats strfmt.Registry) error + type DeleteOK struct + Payload interface{} + func NewDeleteOK() *DeleteOK + func (o *DeleteOK) Error() string + func (o *DeleteOK) GetPayload() interface{} + type DeleteParams struct + Context context.Context + HTTPClient *http.Client + Name string + func NewDeleteParams() *DeleteParams + func NewDeleteParamsWithContext(ctx context.Context) *DeleteParams + func NewDeleteParamsWithHTTPClient(client *http.Client) *DeleteParams + func NewDeleteParamsWithTimeout(timeout time.Duration) *DeleteParams + func (o *DeleteParams) SetContext(ctx context.Context) + func (o *DeleteParams) SetDefaults() + func (o *DeleteParams) SetHTTPClient(client *http.Client) + func (o *DeleteParams) SetName(name string) + func (o *DeleteParams) SetTimeout(timeout time.Duration) + func (o *DeleteParams) WithContext(ctx context.Context) *DeleteParams + func (o *DeleteParams) WithDefaults() *DeleteParams + func (o *DeleteParams) WithHTTPClient(client *http.Client) *DeleteParams + func (o *DeleteParams) WithName(name string) *DeleteParams + func (o *DeleteParams) WithTimeout(timeout time.Duration) *DeleteParams + func (o *DeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteReader struct + func (o *DeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteUnauthorized struct + Payload interface{} + func NewDeleteUnauthorized() *DeleteUnauthorized + func (o *DeleteUnauthorized) Error() string + func (o *DeleteUnauthorized) GetPayload() interface{} + type GetBadRequest struct + Payload *GetBadRequestBody + func NewGetBadRequest() *GetBadRequest + func (o *GetBadRequest) Error() string + func (o *GetBadRequest) GetPayload() *GetBadRequestBody + type GetBadRequestBody struct + Message *string + func (o *GetBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetBadRequestBody) MarshalBinary() ([]byte, error) + func (o *GetBadRequestBody) UnmarshalBinary(b []byte) error + func (o *GetBadRequestBody) Validate(formats strfmt.Registry) error + type GetForbidden struct + Payload *GetForbiddenBody + func NewGetForbidden() *GetForbidden + func (o *GetForbidden) Error() string + func (o *GetForbidden) GetPayload() *GetForbiddenBody + type GetForbiddenBody struct + Message *string + func (o *GetForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetForbiddenBody) MarshalBinary() ([]byte, error) + func (o *GetForbiddenBody) UnmarshalBinary(b []byte) error + func (o *GetForbiddenBody) Validate(formats strfmt.Registry) error + type GetInternalServerError struct + Payload interface{} + func NewGetInternalServerError() *GetInternalServerError + func (o *GetInternalServerError) Error() string + func (o *GetInternalServerError) GetPayload() interface{} + type GetNotFound struct + Payload *GetNotFoundBody + func NewGetNotFound() *GetNotFound + func (o *GetNotFound) Error() string + func (o *GetNotFound) GetPayload() *GetNotFoundBody + type GetNotFoundBody struct + Error *string + Status *string + func (o *GetNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *GetNotFoundBody) MarshalBinary() ([]byte, error) + func (o *GetNotFoundBody) UnmarshalBinary(b []byte) error + func (o *GetNotFoundBody) Validate(formats strfmt.Registry) error + type GetOK struct + Payload *models.Instance + func NewGetOK() *GetOK + func (o *GetOK) Error() string + func (o *GetOK) GetPayload() *models.Instance + type GetParams struct + Context context.Context + HTTPClient *http.Client + Name string + func NewGetParams() *GetParams + func NewGetParamsWithContext(ctx context.Context) *GetParams + func NewGetParamsWithHTTPClient(client *http.Client) *GetParams + func NewGetParamsWithTimeout(timeout time.Duration) *GetParams + func (o *GetParams) SetContext(ctx context.Context) + func (o *GetParams) SetDefaults() + func (o *GetParams) SetHTTPClient(client *http.Client) + func (o *GetParams) SetName(name string) + func (o *GetParams) SetTimeout(timeout time.Duration) + func (o *GetParams) WithContext(ctx context.Context) *GetParams + func (o *GetParams) WithDefaults() *GetParams + func (o *GetParams) WithHTTPClient(client *http.Client) *GetParams + func (o *GetParams) WithName(name string) *GetParams + func (o *GetParams) WithTimeout(timeout time.Duration) *GetParams + func (o *GetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetReader struct + func (o *GetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetUnauthorized struct + Payload interface{} + func NewGetUnauthorized() *GetUnauthorized + func (o *GetUnauthorized) Error() string + func (o *GetUnauthorized) GetPayload() interface{} + type ListBadRequest struct + Payload *ListBadRequestBody + func NewListBadRequest() *ListBadRequest + func (o *ListBadRequest) Error() string + func (o *ListBadRequest) GetPayload() *ListBadRequestBody + type ListBadRequestBody struct + Message *string + func (o *ListBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ListBadRequestBody) MarshalBinary() ([]byte, error) + func (o *ListBadRequestBody) UnmarshalBinary(b []byte) error + func (o *ListBadRequestBody) Validate(formats strfmt.Registry) error + type ListForbidden struct + Payload *ListForbiddenBody + func NewListForbidden() *ListForbidden + func (o *ListForbidden) Error() string + func (o *ListForbidden) GetPayload() *ListForbiddenBody + type ListForbiddenBody struct + Message *string + func (o *ListForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ListForbiddenBody) MarshalBinary() ([]byte, error) + func (o *ListForbiddenBody) UnmarshalBinary(b []byte) error + func (o *ListForbiddenBody) Validate(formats strfmt.Registry) error + type ListInternalServerError struct + Payload interface{} + func NewListInternalServerError() *ListInternalServerError + func (o *ListInternalServerError) Error() string + func (o *ListInternalServerError) GetPayload() interface{} + type ListNotFound struct + Payload *ListNotFoundBody + func NewListNotFound() *ListNotFound + func (o *ListNotFound) Error() string + func (o *ListNotFound) GetPayload() *ListNotFoundBody + type ListNotFoundBody struct + Error *string + Status *string + func (o *ListNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ListNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ListNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ListNotFoundBody) Validate(formats strfmt.Registry) error + type ListOK struct + Payload []*models.Instance + func NewListOK() *ListOK + func (o *ListOK) Error() string + func (o *ListOK) GetPayload() []*models.Instance + type ListParams struct + Context context.Context + HTTPClient *http.Client + Name *string + func NewListParams() *ListParams + func NewListParamsWithContext(ctx context.Context) *ListParams + func NewListParamsWithHTTPClient(client *http.Client) *ListParams + func NewListParamsWithTimeout(timeout time.Duration) *ListParams + func (o *ListParams) SetContext(ctx context.Context) + func (o *ListParams) SetDefaults() + func (o *ListParams) SetHTTPClient(client *http.Client) + func (o *ListParams) SetName(name *string) + func (o *ListParams) SetTimeout(timeout time.Duration) + func (o *ListParams) WithContext(ctx context.Context) *ListParams + func (o *ListParams) WithDefaults() *ListParams + func (o *ListParams) WithHTTPClient(client *http.Client) *ListParams + func (o *ListParams) WithName(name *string) *ListParams + func (o *ListParams) WithTimeout(timeout time.Duration) *ListParams + func (o *ListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListReader struct + func (o *ListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListUnauthorized struct + Payload interface{} + func NewListUnauthorized() *ListUnauthorized + func (o *ListUnauthorized) Error() string + func (o *ListUnauthorized) GetPayload() interface{} + type ModifyBadRequest struct + Payload *ModifyBadRequestBody + func NewModifyBadRequest() *ModifyBadRequest + func (o *ModifyBadRequest) Error() string + func (o *ModifyBadRequest) GetPayload() *ModifyBadRequestBody + type ModifyBadRequestBody struct + Message *string + func (o *ModifyBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ModifyBadRequestBody) MarshalBinary() ([]byte, error) + func (o *ModifyBadRequestBody) UnmarshalBinary(b []byte) error + func (o *ModifyBadRequestBody) Validate(formats strfmt.Registry) error + type ModifyForbidden struct + Payload *ModifyForbiddenBody + func NewModifyForbidden() *ModifyForbidden + func (o *ModifyForbidden) Error() string + func (o *ModifyForbidden) GetPayload() *ModifyForbiddenBody + type ModifyForbiddenBody struct + Message *string + func (o *ModifyForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ModifyForbiddenBody) MarshalBinary() ([]byte, error) + func (o *ModifyForbiddenBody) UnmarshalBinary(b []byte) error + func (o *ModifyForbiddenBody) Validate(formats strfmt.Registry) error + type ModifyInternalServerError struct + Payload interface{} + func NewModifyInternalServerError() *ModifyInternalServerError + func (o *ModifyInternalServerError) Error() string + func (o *ModifyInternalServerError) GetPayload() interface{} + type ModifyNotFound struct + Payload *ModifyNotFoundBody + func NewModifyNotFound() *ModifyNotFound + func (o *ModifyNotFound) Error() string + func (o *ModifyNotFound) GetPayload() *ModifyNotFoundBody + type ModifyNotFoundBody struct + Error *string + Status *string + func (o *ModifyNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ModifyNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ModifyNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ModifyNotFoundBody) Validate(formats strfmt.Registry) error + type ModifyOK struct + Payload *models.Instance + func NewModifyOK() *ModifyOK + func (o *ModifyOK) Error() string + func (o *ModifyOK) GetPayload() *models.Instance + type ModifyParams struct + Config *models.InstanceConfig + Context context.Context + HTTPClient *http.Client + func NewModifyParams() *ModifyParams + func NewModifyParamsWithContext(ctx context.Context) *ModifyParams + func NewModifyParamsWithHTTPClient(client *http.Client) *ModifyParams + func NewModifyParamsWithTimeout(timeout time.Duration) *ModifyParams + func (o *ModifyParams) SetConfig(config *models.InstanceConfig) + func (o *ModifyParams) SetContext(ctx context.Context) + func (o *ModifyParams) SetDefaults() + func (o *ModifyParams) SetHTTPClient(client *http.Client) + func (o *ModifyParams) SetTimeout(timeout time.Duration) + func (o *ModifyParams) WithConfig(config *models.InstanceConfig) *ModifyParams + func (o *ModifyParams) WithContext(ctx context.Context) *ModifyParams + func (o *ModifyParams) WithDefaults() *ModifyParams + func (o *ModifyParams) WithHTTPClient(client *http.Client) *ModifyParams + func (o *ModifyParams) WithTimeout(timeout time.Duration) *ModifyParams + func (o *ModifyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ModifyReader struct + func (o *ModifyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ModifyUnauthorized struct + Payload interface{} + func NewModifyUnauthorized() *ModifyUnauthorized + func (o *ModifyUnauthorized) Error() string + func (o *ModifyUnauthorized) GetPayload() interface{} + type StartBadRequest struct + Payload *StartBadRequestBody + func NewStartBadRequest() *StartBadRequest + func (o *StartBadRequest) Error() string + func (o *StartBadRequest) GetPayload() *StartBadRequestBody + type StartBadRequestBody struct + Message *string + func (o *StartBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *StartBadRequestBody) MarshalBinary() ([]byte, error) + func (o *StartBadRequestBody) UnmarshalBinary(b []byte) error + func (o *StartBadRequestBody) Validate(formats strfmt.Registry) error + type StartForbidden struct + Payload *StartForbiddenBody + func NewStartForbidden() *StartForbidden + func (o *StartForbidden) Error() string + func (o *StartForbidden) GetPayload() *StartForbiddenBody + type StartForbiddenBody struct + Message *string + func (o *StartForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *StartForbiddenBody) MarshalBinary() ([]byte, error) + func (o *StartForbiddenBody) UnmarshalBinary(b []byte) error + func (o *StartForbiddenBody) Validate(formats strfmt.Registry) error + type StartInternalServerError struct + Payload interface{} + func NewStartInternalServerError() *StartInternalServerError + func (o *StartInternalServerError) Error() string + func (o *StartInternalServerError) GetPayload() interface{} + type StartNotFound struct + Payload *StartNotFoundBody + func NewStartNotFound() *StartNotFound + func (o *StartNotFound) Error() string + func (o *StartNotFound) GetPayload() *StartNotFoundBody + type StartNotFoundBody struct + Error *string + Status *string + func (o *StartNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *StartNotFoundBody) MarshalBinary() ([]byte, error) + func (o *StartNotFoundBody) UnmarshalBinary(b []byte) error + func (o *StartNotFoundBody) Validate(formats strfmt.Registry) error + type StartOK struct + Payload *models.Instance + func NewStartOK() *StartOK + func (o *StartOK) Error() string + func (o *StartOK) GetPayload() *models.Instance + type StartParams struct + Context context.Context + HTTPClient *http.Client + Name string + func NewStartParams() *StartParams + func NewStartParamsWithContext(ctx context.Context) *StartParams + func NewStartParamsWithHTTPClient(client *http.Client) *StartParams + func NewStartParamsWithTimeout(timeout time.Duration) *StartParams + func (o *StartParams) SetContext(ctx context.Context) + func (o *StartParams) SetDefaults() + func (o *StartParams) SetHTTPClient(client *http.Client) + func (o *StartParams) SetName(name string) + func (o *StartParams) SetTimeout(timeout time.Duration) + func (o *StartParams) WithContext(ctx context.Context) *StartParams + func (o *StartParams) WithDefaults() *StartParams + func (o *StartParams) WithHTTPClient(client *http.Client) *StartParams + func (o *StartParams) WithName(name string) *StartParams + func (o *StartParams) WithTimeout(timeout time.Duration) *StartParams + func (o *StartParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type StartReader struct + func (o *StartReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type StartUnauthorized struct + Payload interface{} + func NewStartUnauthorized() *StartUnauthorized + func (o *StartUnauthorized) Error() string + func (o *StartUnauthorized) GetPayload() interface{} + type StopBadRequest struct + Payload *StopBadRequestBody + func NewStopBadRequest() *StopBadRequest + func (o *StopBadRequest) Error() string + func (o *StopBadRequest) GetPayload() *StopBadRequestBody + type StopBadRequestBody struct + Message *string + func (o *StopBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *StopBadRequestBody) MarshalBinary() ([]byte, error) + func (o *StopBadRequestBody) UnmarshalBinary(b []byte) error + func (o *StopBadRequestBody) Validate(formats strfmt.Registry) error + type StopForbidden struct + Payload *StopForbiddenBody + func NewStopForbidden() *StopForbidden + func (o *StopForbidden) Error() string + func (o *StopForbidden) GetPayload() *StopForbiddenBody + type StopForbiddenBody struct + Message *string + func (o *StopForbiddenBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *StopForbiddenBody) MarshalBinary() ([]byte, error) + func (o *StopForbiddenBody) UnmarshalBinary(b []byte) error + func (o *StopForbiddenBody) Validate(formats strfmt.Registry) error + type StopInternalServerError struct + Payload interface{} + func NewStopInternalServerError() *StopInternalServerError + func (o *StopInternalServerError) Error() string + func (o *StopInternalServerError) GetPayload() interface{} + type StopNotFound struct + Payload *StopNotFoundBody + func NewStopNotFound() *StopNotFound + func (o *StopNotFound) Error() string + func (o *StopNotFound) GetPayload() *StopNotFoundBody + type StopNotFoundBody struct + Error *string + Status *string + func (o *StopNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *StopNotFoundBody) MarshalBinary() ([]byte, error) + func (o *StopNotFoundBody) UnmarshalBinary(b []byte) error + func (o *StopNotFoundBody) Validate(formats strfmt.Registry) error + type StopOK struct + Payload *models.Instance + func NewStopOK() *StopOK + func (o *StopOK) Error() string + func (o *StopOK) GetPayload() *models.Instance + type StopParams struct + Context context.Context + HTTPClient *http.Client + Name string + func NewStopParams() *StopParams + func NewStopParamsWithContext(ctx context.Context) *StopParams + func NewStopParamsWithHTTPClient(client *http.Client) *StopParams + func NewStopParamsWithTimeout(timeout time.Duration) *StopParams + func (o *StopParams) SetContext(ctx context.Context) + func (o *StopParams) SetDefaults() + func (o *StopParams) SetHTTPClient(client *http.Client) + func (o *StopParams) SetName(name string) + func (o *StopParams) SetTimeout(timeout time.Duration) + func (o *StopParams) WithContext(ctx context.Context) *StopParams + func (o *StopParams) WithDefaults() *StopParams + func (o *StopParams) WithHTTPClient(client *http.Client) *StopParams + func (o *StopParams) WithName(name string) *StopParams + func (o *StopParams) WithTimeout(timeout time.Duration) *StopParams + func (o *StopParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type StopReader struct + func (o *StopReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type StopUnauthorized struct + Payload interface{} + func NewStopUnauthorized() *StopUnauthorized + func (o *StopUnauthorized) Error() string + func (o *StopUnauthorized) GetPayload() interface{}