sos

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: BSD-2-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for sos API

func (*Client) Gethealthsummary

func (a *Client) Gethealthsummary(params *GethealthsummaryParams, opts ...ClientOption) (*GethealthsummaryOK, error)

Gethealthsummary fetches the progress of a health summary task

func (*Client) Gethealthsummarytasks

func (a *Client) Gethealthsummarytasks(params *GethealthsummarytasksParams, opts ...ClientOption) (*GethealthsummarytasksOK, error)

Gethealthsummarytasks fetches all health summary tasks

func (*Client) GetsupportBundle

func (a *Client) GetsupportBundle(params *GetsupportBundleParams, opts ...ClientOption) (*GetsupportBundleOK, error)

GetsupportBundle fetches the progress of support bundle task

func (*Client) GetsupportBundleTasks

func (a *Client) GetsupportBundleTasks(params *GetsupportBundleTasksParams, opts ...ClientOption) (*GetsupportBundleTasksOK, error)

GetsupportBundleTasks fetches all support bundle tasks

func (*Client) HealthSummary

func (a *Client) HealthSummary(params *HealthSummaryParams, opts ...ClientOption) (*HealthSummaryOK, *HealthSummaryAccepted, error)

HealthSummary initiates health summary checks

func (*Client) Healthsummarydata

func (a *Client) Healthsummarydata(params *HealthsummarydataParams, opts ...ClientOption) (*HealthsummarydataOK, error)

Healthsummarydata downloads health summary bundle

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) SupportBundledata

func (a *Client) SupportBundledata(params *SupportBundledataParams, opts ...ClientOption) (*SupportBundledataOK, error)

SupportBundledata downloads support bundles

func (*Client) Supportbundles

func (a *Client) Supportbundles(params *SupportbundlesParams, opts ...ClientOption) (*SupportbundlesOK, *SupportbundlesAccepted, error)

Supportbundles initiates support bundle download

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	Gethealthsummary(params *GethealthsummaryParams, opts ...ClientOption) (*GethealthsummaryOK, error)

	Gethealthsummarytasks(params *GethealthsummarytasksParams, opts ...ClientOption) (*GethealthsummarytasksOK, error)

	GetsupportBundle(params *GetsupportBundleParams, opts ...ClientOption) (*GetsupportBundleOK, error)

	GetsupportBundleTasks(params *GetsupportBundleTasksParams, opts ...ClientOption) (*GetsupportBundleTasksOK, error)

	HealthSummary(params *HealthSummaryParams, opts ...ClientOption) (*HealthSummaryOK, *HealthSummaryAccepted, error)

	Healthsummarydata(params *HealthsummarydataParams, opts ...ClientOption) (*HealthsummarydataOK, error)

	SupportBundledata(params *SupportBundledataParams, opts ...ClientOption) (*SupportBundledataOK, error)

	Supportbundles(params *SupportbundlesParams, opts ...ClientOption) (*SupportbundlesOK, *SupportbundlesAccepted, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new sos API client.

type GethealthsummaryBadRequest

type GethealthsummaryBadRequest struct {
	Payload *models.Error
}

GethealthsummaryBadRequest describes a response with status code 400, with default header values.

Bad request! Invalid Headers or Data. Error: {error}

func NewGethealthsummaryBadRequest

func NewGethealthsummaryBadRequest() *GethealthsummaryBadRequest

NewGethealthsummaryBadRequest creates a GethealthsummaryBadRequest with default headers values

func (*GethealthsummaryBadRequest) Error

func (*GethealthsummaryBadRequest) GetPayload

func (o *GethealthsummaryBadRequest) GetPayload() *models.Error

func (*GethealthsummaryBadRequest) IsClientError

func (o *GethealthsummaryBadRequest) IsClientError() bool

IsClientError returns true when this gethealthsummary bad request response has a 4xx status code

func (*GethealthsummaryBadRequest) IsCode

func (o *GethealthsummaryBadRequest) IsCode(code int) bool

IsCode returns true when this gethealthsummary bad request response a status code equal to that given

func (*GethealthsummaryBadRequest) IsRedirect

func (o *GethealthsummaryBadRequest) IsRedirect() bool

IsRedirect returns true when this gethealthsummary bad request response has a 3xx status code

func (*GethealthsummaryBadRequest) IsServerError

func (o *GethealthsummaryBadRequest) IsServerError() bool

IsServerError returns true when this gethealthsummary bad request response has a 5xx status code

func (*GethealthsummaryBadRequest) IsSuccess

func (o *GethealthsummaryBadRequest) IsSuccess() bool

IsSuccess returns true when this gethealthsummary bad request response has a 2xx status code

func (*GethealthsummaryBadRequest) String

func (o *GethealthsummaryBadRequest) String() string

type GethealthsummaryInternalServerError

type GethealthsummaryInternalServerError struct {
	Payload *models.Error
}

GethealthsummaryInternalServerError describes a response with status code 500, with default header values.

Something went wrong. Internal server error occurred. Error {error}

func NewGethealthsummaryInternalServerError

func NewGethealthsummaryInternalServerError() *GethealthsummaryInternalServerError

NewGethealthsummaryInternalServerError creates a GethealthsummaryInternalServerError with default headers values

func (*GethealthsummaryInternalServerError) Error

func (*GethealthsummaryInternalServerError) GetPayload

func (*GethealthsummaryInternalServerError) IsClientError

func (o *GethealthsummaryInternalServerError) IsClientError() bool

IsClientError returns true when this gethealthsummary internal server error response has a 4xx status code

func (*GethealthsummaryInternalServerError) IsCode

IsCode returns true when this gethealthsummary internal server error response a status code equal to that given

func (*GethealthsummaryInternalServerError) IsRedirect

func (o *GethealthsummaryInternalServerError) IsRedirect() bool

IsRedirect returns true when this gethealthsummary internal server error response has a 3xx status code

func (*GethealthsummaryInternalServerError) IsServerError

func (o *GethealthsummaryInternalServerError) IsServerError() bool

IsServerError returns true when this gethealthsummary internal server error response has a 5xx status code

func (*GethealthsummaryInternalServerError) IsSuccess

IsSuccess returns true when this gethealthsummary internal server error response has a 2xx status code

func (*GethealthsummaryInternalServerError) String

type GethealthsummaryOK

type GethealthsummaryOK struct {
	Payload *models.HealthSummary
}

GethealthsummaryOK describes a response with status code 200, with default header values.

Ok

func NewGethealthsummaryOK

func NewGethealthsummaryOK() *GethealthsummaryOK

NewGethealthsummaryOK creates a GethealthsummaryOK with default headers values

func (*GethealthsummaryOK) Error

func (o *GethealthsummaryOK) Error() string

func (*GethealthsummaryOK) GetPayload

func (o *GethealthsummaryOK) GetPayload() *models.HealthSummary

func (*GethealthsummaryOK) IsClientError

func (o *GethealthsummaryOK) IsClientError() bool

IsClientError returns true when this gethealthsummary o k response has a 4xx status code

func (*GethealthsummaryOK) IsCode

func (o *GethealthsummaryOK) IsCode(code int) bool

IsCode returns true when this gethealthsummary o k response a status code equal to that given

func (*GethealthsummaryOK) IsRedirect

func (o *GethealthsummaryOK) IsRedirect() bool

IsRedirect returns true when this gethealthsummary o k response has a 3xx status code

func (*GethealthsummaryOK) IsServerError

func (o *GethealthsummaryOK) IsServerError() bool

IsServerError returns true when this gethealthsummary o k response has a 5xx status code

func (*GethealthsummaryOK) IsSuccess

func (o *GethealthsummaryOK) IsSuccess() bool

IsSuccess returns true when this gethealthsummary o k response has a 2xx status code

func (*GethealthsummaryOK) String

func (o *GethealthsummaryOK) String() string

type GethealthsummaryParams

type GethealthsummaryParams struct {

	/* ID.

	   The Health Summary Id
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GethealthsummaryParams contains all the parameters to send to the API endpoint

for the gethealthsummary operation.

Typically these are written to a http.Request.

func NewGethealthsummaryParams

func NewGethealthsummaryParams() *GethealthsummaryParams

NewGethealthsummaryParams creates a new GethealthsummaryParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGethealthsummaryParamsWithContext

func NewGethealthsummaryParamsWithContext(ctx context.Context) *GethealthsummaryParams

NewGethealthsummaryParamsWithContext creates a new GethealthsummaryParams object with the ability to set a context for a request.

func NewGethealthsummaryParamsWithHTTPClient

func NewGethealthsummaryParamsWithHTTPClient(client *http.Client) *GethealthsummaryParams

NewGethealthsummaryParamsWithHTTPClient creates a new GethealthsummaryParams object with the ability to set a custom HTTPClient for a request.

func NewGethealthsummaryParamsWithTimeout

func NewGethealthsummaryParamsWithTimeout(timeout time.Duration) *GethealthsummaryParams

NewGethealthsummaryParamsWithTimeout creates a new GethealthsummaryParams object with the ability to set a timeout on a request.

func (*GethealthsummaryParams) SetContext

func (o *GethealthsummaryParams) SetContext(ctx context.Context)

SetContext adds the context to the gethealthsummary params

func (*GethealthsummaryParams) SetDefaults

func (o *GethealthsummaryParams) SetDefaults()

SetDefaults hydrates default values in the gethealthsummary params (not the query body).

All values with no default are reset to their zero value.

func (*GethealthsummaryParams) SetHTTPClient

func (o *GethealthsummaryParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the gethealthsummary params

func (*GethealthsummaryParams) SetID

func (o *GethealthsummaryParams) SetID(id string)

SetID adds the id to the gethealthsummary params

func (*GethealthsummaryParams) SetTimeout

func (o *GethealthsummaryParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the gethealthsummary params

func (*GethealthsummaryParams) WithContext

WithContext adds the context to the gethealthsummary params

func (*GethealthsummaryParams) WithDefaults

WithDefaults hydrates default values in the gethealthsummary params (not the query body).

All values with no default are reset to their zero value.

func (*GethealthsummaryParams) WithHTTPClient

func (o *GethealthsummaryParams) WithHTTPClient(client *http.Client) *GethealthsummaryParams

WithHTTPClient adds the HTTPClient to the gethealthsummary params

func (*GethealthsummaryParams) WithID

WithID adds the id to the gethealthsummary params

func (*GethealthsummaryParams) WithTimeout

WithTimeout adds the timeout to the gethealthsummary params

func (*GethealthsummaryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GethealthsummaryReader

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

GethealthsummaryReader is a Reader for the Gethealthsummary structure.

func (*GethealthsummaryReader) ReadResponse

func (o *GethealthsummaryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GethealthsummaryUnauthorized

type GethealthsummaryUnauthorized struct {
	Payload *models.Error
}

GethealthsummaryUnauthorized describes a response with status code 401, with default header values.

Bad request! Authorization Header is missing or not in correct format.

func NewGethealthsummaryUnauthorized

func NewGethealthsummaryUnauthorized() *GethealthsummaryUnauthorized

NewGethealthsummaryUnauthorized creates a GethealthsummaryUnauthorized with default headers values

func (*GethealthsummaryUnauthorized) Error

func (*GethealthsummaryUnauthorized) GetPayload

func (o *GethealthsummaryUnauthorized) GetPayload() *models.Error

func (*GethealthsummaryUnauthorized) IsClientError

func (o *GethealthsummaryUnauthorized) IsClientError() bool

IsClientError returns true when this gethealthsummary unauthorized response has a 4xx status code

func (*GethealthsummaryUnauthorized) IsCode

func (o *GethealthsummaryUnauthorized) IsCode(code int) bool

IsCode returns true when this gethealthsummary unauthorized response a status code equal to that given

func (*GethealthsummaryUnauthorized) IsRedirect

func (o *GethealthsummaryUnauthorized) IsRedirect() bool

IsRedirect returns true when this gethealthsummary unauthorized response has a 3xx status code

func (*GethealthsummaryUnauthorized) IsServerError

func (o *GethealthsummaryUnauthorized) IsServerError() bool

IsServerError returns true when this gethealthsummary unauthorized response has a 5xx status code

func (*GethealthsummaryUnauthorized) IsSuccess

func (o *GethealthsummaryUnauthorized) IsSuccess() bool

IsSuccess returns true when this gethealthsummary unauthorized response has a 2xx status code

func (*GethealthsummaryUnauthorized) String

type GethealthsummarytasksBadRequest

type GethealthsummarytasksBadRequest struct {
	Payload *models.Error
}

GethealthsummarytasksBadRequest describes a response with status code 400, with default header values.

Bad request! Invalid Headers or Data. Error: {error}

func NewGethealthsummarytasksBadRequest

func NewGethealthsummarytasksBadRequest() *GethealthsummarytasksBadRequest

NewGethealthsummarytasksBadRequest creates a GethealthsummarytasksBadRequest with default headers values

func (*GethealthsummarytasksBadRequest) Error

func (*GethealthsummarytasksBadRequest) GetPayload

func (o *GethealthsummarytasksBadRequest) GetPayload() *models.Error

func (*GethealthsummarytasksBadRequest) IsClientError

func (o *GethealthsummarytasksBadRequest) IsClientError() bool

IsClientError returns true when this gethealthsummarytasks bad request response has a 4xx status code

func (*GethealthsummarytasksBadRequest) IsCode

func (o *GethealthsummarytasksBadRequest) IsCode(code int) bool

IsCode returns true when this gethealthsummarytasks bad request response a status code equal to that given

func (*GethealthsummarytasksBadRequest) IsRedirect

func (o *GethealthsummarytasksBadRequest) IsRedirect() bool

IsRedirect returns true when this gethealthsummarytasks bad request response has a 3xx status code

func (*GethealthsummarytasksBadRequest) IsServerError

func (o *GethealthsummarytasksBadRequest) IsServerError() bool

IsServerError returns true when this gethealthsummarytasks bad request response has a 5xx status code

func (*GethealthsummarytasksBadRequest) IsSuccess

func (o *GethealthsummarytasksBadRequest) IsSuccess() bool

IsSuccess returns true when this gethealthsummarytasks bad request response has a 2xx status code

func (*GethealthsummarytasksBadRequest) String

type GethealthsummarytasksInternalServerError

type GethealthsummarytasksInternalServerError struct {
	Payload *models.Error
}

GethealthsummarytasksInternalServerError describes a response with status code 500, with default header values.

Something went wrong. Internal server error occurred. Error {error}

func NewGethealthsummarytasksInternalServerError

func NewGethealthsummarytasksInternalServerError() *GethealthsummarytasksInternalServerError

NewGethealthsummarytasksInternalServerError creates a GethealthsummarytasksInternalServerError with default headers values

func (*GethealthsummarytasksInternalServerError) Error

func (*GethealthsummarytasksInternalServerError) GetPayload

func (*GethealthsummarytasksInternalServerError) IsClientError

IsClientError returns true when this gethealthsummarytasks internal server error response has a 4xx status code

func (*GethealthsummarytasksInternalServerError) IsCode

IsCode returns true when this gethealthsummarytasks internal server error response a status code equal to that given

func (*GethealthsummarytasksInternalServerError) IsRedirect

IsRedirect returns true when this gethealthsummarytasks internal server error response has a 3xx status code

func (*GethealthsummarytasksInternalServerError) IsServerError

IsServerError returns true when this gethealthsummarytasks internal server error response has a 5xx status code

func (*GethealthsummarytasksInternalServerError) IsSuccess

IsSuccess returns true when this gethealthsummarytasks internal server error response has a 2xx status code

func (*GethealthsummarytasksInternalServerError) String

type GethealthsummarytasksOK

type GethealthsummarytasksOK struct {
	Payload *models.PageOfHealthSummary
}

GethealthsummarytasksOK describes a response with status code 200, with default header values.

Ok

func NewGethealthsummarytasksOK

func NewGethealthsummarytasksOK() *GethealthsummarytasksOK

NewGethealthsummarytasksOK creates a GethealthsummarytasksOK with default headers values

func (*GethealthsummarytasksOK) Error

func (o *GethealthsummarytasksOK) Error() string

func (*GethealthsummarytasksOK) GetPayload

func (*GethealthsummarytasksOK) IsClientError

func (o *GethealthsummarytasksOK) IsClientError() bool

IsClientError returns true when this gethealthsummarytasks o k response has a 4xx status code

func (*GethealthsummarytasksOK) IsCode

func (o *GethealthsummarytasksOK) IsCode(code int) bool

IsCode returns true when this gethealthsummarytasks o k response a status code equal to that given

func (*GethealthsummarytasksOK) IsRedirect

func (o *GethealthsummarytasksOK) IsRedirect() bool

IsRedirect returns true when this gethealthsummarytasks o k response has a 3xx status code

func (*GethealthsummarytasksOK) IsServerError

func (o *GethealthsummarytasksOK) IsServerError() bool

IsServerError returns true when this gethealthsummarytasks o k response has a 5xx status code

func (*GethealthsummarytasksOK) IsSuccess

func (o *GethealthsummarytasksOK) IsSuccess() bool

IsSuccess returns true when this gethealthsummarytasks o k response has a 2xx status code

func (*GethealthsummarytasksOK) String

func (o *GethealthsummarytasksOK) String() string

type GethealthsummarytasksParams

type GethealthsummarytasksParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GethealthsummarytasksParams contains all the parameters to send to the API endpoint

for the gethealthsummarytasks operation.

Typically these are written to a http.Request.

func NewGethealthsummarytasksParams

func NewGethealthsummarytasksParams() *GethealthsummarytasksParams

NewGethealthsummarytasksParams creates a new GethealthsummarytasksParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGethealthsummarytasksParamsWithContext

func NewGethealthsummarytasksParamsWithContext(ctx context.Context) *GethealthsummarytasksParams

NewGethealthsummarytasksParamsWithContext creates a new GethealthsummarytasksParams object with the ability to set a context for a request.

func NewGethealthsummarytasksParamsWithHTTPClient

func NewGethealthsummarytasksParamsWithHTTPClient(client *http.Client) *GethealthsummarytasksParams

NewGethealthsummarytasksParamsWithHTTPClient creates a new GethealthsummarytasksParams object with the ability to set a custom HTTPClient for a request.

func NewGethealthsummarytasksParamsWithTimeout

func NewGethealthsummarytasksParamsWithTimeout(timeout time.Duration) *GethealthsummarytasksParams

NewGethealthsummarytasksParamsWithTimeout creates a new GethealthsummarytasksParams object with the ability to set a timeout on a request.

func (*GethealthsummarytasksParams) SetContext

func (o *GethealthsummarytasksParams) SetContext(ctx context.Context)

SetContext adds the context to the gethealthsummarytasks params

func (*GethealthsummarytasksParams) SetDefaults

func (o *GethealthsummarytasksParams) SetDefaults()

SetDefaults hydrates default values in the gethealthsummarytasks params (not the query body).

All values with no default are reset to their zero value.

func (*GethealthsummarytasksParams) SetHTTPClient

func (o *GethealthsummarytasksParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the gethealthsummarytasks params

func (*GethealthsummarytasksParams) SetTimeout

func (o *GethealthsummarytasksParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the gethealthsummarytasks params

func (*GethealthsummarytasksParams) WithContext

WithContext adds the context to the gethealthsummarytasks params

func (*GethealthsummarytasksParams) WithDefaults

WithDefaults hydrates default values in the gethealthsummarytasks params (not the query body).

All values with no default are reset to their zero value.

func (*GethealthsummarytasksParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the gethealthsummarytasks params

func (*GethealthsummarytasksParams) WithTimeout

WithTimeout adds the timeout to the gethealthsummarytasks params

func (*GethealthsummarytasksParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GethealthsummarytasksReader

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

GethealthsummarytasksReader is a Reader for the Gethealthsummarytasks structure.

func (*GethealthsummarytasksReader) ReadResponse

func (o *GethealthsummarytasksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GethealthsummarytasksUnauthorized

type GethealthsummarytasksUnauthorized struct {
	Payload *models.Error
}

GethealthsummarytasksUnauthorized describes a response with status code 401, with default header values.

Bad request! Authorization Header is missing or not in correct format.

func NewGethealthsummarytasksUnauthorized

func NewGethealthsummarytasksUnauthorized() *GethealthsummarytasksUnauthorized

NewGethealthsummarytasksUnauthorized creates a GethealthsummarytasksUnauthorized with default headers values

func (*GethealthsummarytasksUnauthorized) Error

func (*GethealthsummarytasksUnauthorized) GetPayload

func (*GethealthsummarytasksUnauthorized) IsClientError

func (o *GethealthsummarytasksUnauthorized) IsClientError() bool

IsClientError returns true when this gethealthsummarytasks unauthorized response has a 4xx status code

func (*GethealthsummarytasksUnauthorized) IsCode

func (o *GethealthsummarytasksUnauthorized) IsCode(code int) bool

IsCode returns true when this gethealthsummarytasks unauthorized response a status code equal to that given

func (*GethealthsummarytasksUnauthorized) IsRedirect

func (o *GethealthsummarytasksUnauthorized) IsRedirect() bool

IsRedirect returns true when this gethealthsummarytasks unauthorized response has a 3xx status code

func (*GethealthsummarytasksUnauthorized) IsServerError

func (o *GethealthsummarytasksUnauthorized) IsServerError() bool

IsServerError returns true when this gethealthsummarytasks unauthorized response has a 5xx status code

func (*GethealthsummarytasksUnauthorized) IsSuccess

func (o *GethealthsummarytasksUnauthorized) IsSuccess() bool

IsSuccess returns true when this gethealthsummarytasks unauthorized response has a 2xx status code

func (*GethealthsummarytasksUnauthorized) String

type GetsupportBundleBadRequest

type GetsupportBundleBadRequest struct {
	Payload *models.Error
}

GetsupportBundleBadRequest describes a response with status code 400, with default header values.

Bad request! Invalid Headers or Data. Error: {error}

func NewGetsupportBundleBadRequest

func NewGetsupportBundleBadRequest() *GetsupportBundleBadRequest

NewGetsupportBundleBadRequest creates a GetsupportBundleBadRequest with default headers values

func (*GetsupportBundleBadRequest) Error

func (*GetsupportBundleBadRequest) GetPayload

func (o *GetsupportBundleBadRequest) GetPayload() *models.Error

func (*GetsupportBundleBadRequest) IsClientError

func (o *GetsupportBundleBadRequest) IsClientError() bool

IsClientError returns true when this getsupport bundle bad request response has a 4xx status code

func (*GetsupportBundleBadRequest) IsCode

func (o *GetsupportBundleBadRequest) IsCode(code int) bool

IsCode returns true when this getsupport bundle bad request response a status code equal to that given

func (*GetsupportBundleBadRequest) IsRedirect

func (o *GetsupportBundleBadRequest) IsRedirect() bool

IsRedirect returns true when this getsupport bundle bad request response has a 3xx status code

func (*GetsupportBundleBadRequest) IsServerError

func (o *GetsupportBundleBadRequest) IsServerError() bool

IsServerError returns true when this getsupport bundle bad request response has a 5xx status code

func (*GetsupportBundleBadRequest) IsSuccess

func (o *GetsupportBundleBadRequest) IsSuccess() bool

IsSuccess returns true when this getsupport bundle bad request response has a 2xx status code

func (*GetsupportBundleBadRequest) String

func (o *GetsupportBundleBadRequest) String() string

type GetsupportBundleInternalServerError

type GetsupportBundleInternalServerError struct {
	Payload *models.Error
}

GetsupportBundleInternalServerError describes a response with status code 500, with default header values.

Something went wrong. Internal server error occurred. Error {error}

func NewGetsupportBundleInternalServerError

func NewGetsupportBundleInternalServerError() *GetsupportBundleInternalServerError

NewGetsupportBundleInternalServerError creates a GetsupportBundleInternalServerError with default headers values

func (*GetsupportBundleInternalServerError) Error

func (*GetsupportBundleInternalServerError) GetPayload

func (*GetsupportBundleInternalServerError) IsClientError

func (o *GetsupportBundleInternalServerError) IsClientError() bool

IsClientError returns true when this getsupport bundle internal server error response has a 4xx status code

func (*GetsupportBundleInternalServerError) IsCode

IsCode returns true when this getsupport bundle internal server error response a status code equal to that given

func (*GetsupportBundleInternalServerError) IsRedirect

func (o *GetsupportBundleInternalServerError) IsRedirect() bool

IsRedirect returns true when this getsupport bundle internal server error response has a 3xx status code

func (*GetsupportBundleInternalServerError) IsServerError

func (o *GetsupportBundleInternalServerError) IsServerError() bool

IsServerError returns true when this getsupport bundle internal server error response has a 5xx status code

func (*GetsupportBundleInternalServerError) IsSuccess

IsSuccess returns true when this getsupport bundle internal server error response has a 2xx status code

func (*GetsupportBundleInternalServerError) String

type GetsupportBundleOK

type GetsupportBundleOK struct {
	Payload *models.SupportBundle
}

GetsupportBundleOK describes a response with status code 200, with default header values.

Ok

func NewGetsupportBundleOK

func NewGetsupportBundleOK() *GetsupportBundleOK

NewGetsupportBundleOK creates a GetsupportBundleOK with default headers values

func (*GetsupportBundleOK) Error

func (o *GetsupportBundleOK) Error() string

func (*GetsupportBundleOK) GetPayload

func (o *GetsupportBundleOK) GetPayload() *models.SupportBundle

func (*GetsupportBundleOK) IsClientError

func (o *GetsupportBundleOK) IsClientError() bool

IsClientError returns true when this getsupport bundle o k response has a 4xx status code

func (*GetsupportBundleOK) IsCode

func (o *GetsupportBundleOK) IsCode(code int) bool

IsCode returns true when this getsupport bundle o k response a status code equal to that given

func (*GetsupportBundleOK) IsRedirect

func (o *GetsupportBundleOK) IsRedirect() bool

IsRedirect returns true when this getsupport bundle o k response has a 3xx status code

func (*GetsupportBundleOK) IsServerError

func (o *GetsupportBundleOK) IsServerError() bool

IsServerError returns true when this getsupport bundle o k response has a 5xx status code

func (*GetsupportBundleOK) IsSuccess

func (o *GetsupportBundleOK) IsSuccess() bool

IsSuccess returns true when this getsupport bundle o k response has a 2xx status code

func (*GetsupportBundleOK) String

func (o *GetsupportBundleOK) String() string

type GetsupportBundleParams

type GetsupportBundleParams struct {

	/* ID.

	   The Support Bundle ID
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetsupportBundleParams contains all the parameters to send to the API endpoint

for the getsupport bundle operation.

Typically these are written to a http.Request.

func NewGetsupportBundleParams

func NewGetsupportBundleParams() *GetsupportBundleParams

NewGetsupportBundleParams creates a new GetsupportBundleParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetsupportBundleParamsWithContext

func NewGetsupportBundleParamsWithContext(ctx context.Context) *GetsupportBundleParams

NewGetsupportBundleParamsWithContext creates a new GetsupportBundleParams object with the ability to set a context for a request.

func NewGetsupportBundleParamsWithHTTPClient

func NewGetsupportBundleParamsWithHTTPClient(client *http.Client) *GetsupportBundleParams

NewGetsupportBundleParamsWithHTTPClient creates a new GetsupportBundleParams object with the ability to set a custom HTTPClient for a request.

func NewGetsupportBundleParamsWithTimeout

func NewGetsupportBundleParamsWithTimeout(timeout time.Duration) *GetsupportBundleParams

NewGetsupportBundleParamsWithTimeout creates a new GetsupportBundleParams object with the ability to set a timeout on a request.

func (*GetsupportBundleParams) SetContext

func (o *GetsupportBundleParams) SetContext(ctx context.Context)

SetContext adds the context to the getsupport bundle params

func (*GetsupportBundleParams) SetDefaults

func (o *GetsupportBundleParams) SetDefaults()

SetDefaults hydrates default values in the getsupport bundle params (not the query body).

All values with no default are reset to their zero value.

func (*GetsupportBundleParams) SetHTTPClient

func (o *GetsupportBundleParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the getsupport bundle params

func (*GetsupportBundleParams) SetID

func (o *GetsupportBundleParams) SetID(id string)

SetID adds the id to the getsupport bundle params

func (*GetsupportBundleParams) SetTimeout

func (o *GetsupportBundleParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the getsupport bundle params

func (*GetsupportBundleParams) WithContext

WithContext adds the context to the getsupport bundle params

func (*GetsupportBundleParams) WithDefaults

WithDefaults hydrates default values in the getsupport bundle params (not the query body).

All values with no default are reset to their zero value.

func (*GetsupportBundleParams) WithHTTPClient

func (o *GetsupportBundleParams) WithHTTPClient(client *http.Client) *GetsupportBundleParams

WithHTTPClient adds the HTTPClient to the getsupport bundle params

func (*GetsupportBundleParams) WithID

WithID adds the id to the getsupport bundle params

func (*GetsupportBundleParams) WithTimeout

WithTimeout adds the timeout to the getsupport bundle params

func (*GetsupportBundleParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetsupportBundleReader

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

GetsupportBundleReader is a Reader for the GetsupportBundle structure.

func (*GetsupportBundleReader) ReadResponse

func (o *GetsupportBundleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetsupportBundleTasksBadRequest

type GetsupportBundleTasksBadRequest struct {
	Payload *models.Error
}

GetsupportBundleTasksBadRequest describes a response with status code 400, with default header values.

Bad request! Invalid Headers or Data. Error: {error}

func NewGetsupportBundleTasksBadRequest

func NewGetsupportBundleTasksBadRequest() *GetsupportBundleTasksBadRequest

NewGetsupportBundleTasksBadRequest creates a GetsupportBundleTasksBadRequest with default headers values

func (*GetsupportBundleTasksBadRequest) Error

func (*GetsupportBundleTasksBadRequest) GetPayload

func (o *GetsupportBundleTasksBadRequest) GetPayload() *models.Error

func (*GetsupportBundleTasksBadRequest) IsClientError

func (o *GetsupportBundleTasksBadRequest) IsClientError() bool

IsClientError returns true when this getsupport bundle tasks bad request response has a 4xx status code

func (*GetsupportBundleTasksBadRequest) IsCode

func (o *GetsupportBundleTasksBadRequest) IsCode(code int) bool

IsCode returns true when this getsupport bundle tasks bad request response a status code equal to that given

func (*GetsupportBundleTasksBadRequest) IsRedirect

func (o *GetsupportBundleTasksBadRequest) IsRedirect() bool

IsRedirect returns true when this getsupport bundle tasks bad request response has a 3xx status code

func (*GetsupportBundleTasksBadRequest) IsServerError

func (o *GetsupportBundleTasksBadRequest) IsServerError() bool

IsServerError returns true when this getsupport bundle tasks bad request response has a 5xx status code

func (*GetsupportBundleTasksBadRequest) IsSuccess

func (o *GetsupportBundleTasksBadRequest) IsSuccess() bool

IsSuccess returns true when this getsupport bundle tasks bad request response has a 2xx status code

func (*GetsupportBundleTasksBadRequest) String

type GetsupportBundleTasksInternalServerError

type GetsupportBundleTasksInternalServerError struct {
	Payload *models.Error
}

GetsupportBundleTasksInternalServerError describes a response with status code 500, with default header values.

Something went wrong. Internal server error occurred. Error {error}

func NewGetsupportBundleTasksInternalServerError

func NewGetsupportBundleTasksInternalServerError() *GetsupportBundleTasksInternalServerError

NewGetsupportBundleTasksInternalServerError creates a GetsupportBundleTasksInternalServerError with default headers values

func (*GetsupportBundleTasksInternalServerError) Error

func (*GetsupportBundleTasksInternalServerError) GetPayload

func (*GetsupportBundleTasksInternalServerError) IsClientError

IsClientError returns true when this getsupport bundle tasks internal server error response has a 4xx status code

func (*GetsupportBundleTasksInternalServerError) IsCode

IsCode returns true when this getsupport bundle tasks internal server error response a status code equal to that given

func (*GetsupportBundleTasksInternalServerError) IsRedirect

IsRedirect returns true when this getsupport bundle tasks internal server error response has a 3xx status code

func (*GetsupportBundleTasksInternalServerError) IsServerError

IsServerError returns true when this getsupport bundle tasks internal server error response has a 5xx status code

func (*GetsupportBundleTasksInternalServerError) IsSuccess

IsSuccess returns true when this getsupport bundle tasks internal server error response has a 2xx status code

func (*GetsupportBundleTasksInternalServerError) String

type GetsupportBundleTasksOK

type GetsupportBundleTasksOK struct {
	Payload *models.PageOfSupportBundle
}

GetsupportBundleTasksOK describes a response with status code 200, with default header values.

Ok

func NewGetsupportBundleTasksOK

func NewGetsupportBundleTasksOK() *GetsupportBundleTasksOK

NewGetsupportBundleTasksOK creates a GetsupportBundleTasksOK with default headers values

func (*GetsupportBundleTasksOK) Error

func (o *GetsupportBundleTasksOK) Error() string

func (*GetsupportBundleTasksOK) GetPayload

func (*GetsupportBundleTasksOK) IsClientError

func (o *GetsupportBundleTasksOK) IsClientError() bool

IsClientError returns true when this getsupport bundle tasks o k response has a 4xx status code

func (*GetsupportBundleTasksOK) IsCode

func (o *GetsupportBundleTasksOK) IsCode(code int) bool

IsCode returns true when this getsupport bundle tasks o k response a status code equal to that given

func (*GetsupportBundleTasksOK) IsRedirect

func (o *GetsupportBundleTasksOK) IsRedirect() bool

IsRedirect returns true when this getsupport bundle tasks o k response has a 3xx status code

func (*GetsupportBundleTasksOK) IsServerError

func (o *GetsupportBundleTasksOK) IsServerError() bool

IsServerError returns true when this getsupport bundle tasks o k response has a 5xx status code

func (*GetsupportBundleTasksOK) IsSuccess

func (o *GetsupportBundleTasksOK) IsSuccess() bool

IsSuccess returns true when this getsupport bundle tasks o k response has a 2xx status code

func (*GetsupportBundleTasksOK) String

func (o *GetsupportBundleTasksOK) String() string

type GetsupportBundleTasksParams

type GetsupportBundleTasksParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetsupportBundleTasksParams contains all the parameters to send to the API endpoint

for the getsupport bundle tasks operation.

Typically these are written to a http.Request.

func NewGetsupportBundleTasksParams

func NewGetsupportBundleTasksParams() *GetsupportBundleTasksParams

NewGetsupportBundleTasksParams creates a new GetsupportBundleTasksParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetsupportBundleTasksParamsWithContext

func NewGetsupportBundleTasksParamsWithContext(ctx context.Context) *GetsupportBundleTasksParams

NewGetsupportBundleTasksParamsWithContext creates a new GetsupportBundleTasksParams object with the ability to set a context for a request.

func NewGetsupportBundleTasksParamsWithHTTPClient

func NewGetsupportBundleTasksParamsWithHTTPClient(client *http.Client) *GetsupportBundleTasksParams

NewGetsupportBundleTasksParamsWithHTTPClient creates a new GetsupportBundleTasksParams object with the ability to set a custom HTTPClient for a request.

func NewGetsupportBundleTasksParamsWithTimeout

func NewGetsupportBundleTasksParamsWithTimeout(timeout time.Duration) *GetsupportBundleTasksParams

NewGetsupportBundleTasksParamsWithTimeout creates a new GetsupportBundleTasksParams object with the ability to set a timeout on a request.

func (*GetsupportBundleTasksParams) SetContext

func (o *GetsupportBundleTasksParams) SetContext(ctx context.Context)

SetContext adds the context to the getsupport bundle tasks params

func (*GetsupportBundleTasksParams) SetDefaults

func (o *GetsupportBundleTasksParams) SetDefaults()

SetDefaults hydrates default values in the getsupport bundle tasks params (not the query body).

All values with no default are reset to their zero value.

func (*GetsupportBundleTasksParams) SetHTTPClient

func (o *GetsupportBundleTasksParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the getsupport bundle tasks params

func (*GetsupportBundleTasksParams) SetTimeout

func (o *GetsupportBundleTasksParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the getsupport bundle tasks params

func (*GetsupportBundleTasksParams) WithContext

WithContext adds the context to the getsupport bundle tasks params

func (*GetsupportBundleTasksParams) WithDefaults

WithDefaults hydrates default values in the getsupport bundle tasks params (not the query body).

All values with no default are reset to their zero value.

func (*GetsupportBundleTasksParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the getsupport bundle tasks params

func (*GetsupportBundleTasksParams) WithTimeout

WithTimeout adds the timeout to the getsupport bundle tasks params

func (*GetsupportBundleTasksParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetsupportBundleTasksReader

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

GetsupportBundleTasksReader is a Reader for the GetsupportBundleTasks structure.

func (*GetsupportBundleTasksReader) ReadResponse

func (o *GetsupportBundleTasksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetsupportBundleTasksUnauthorized

type GetsupportBundleTasksUnauthorized struct {
	Payload *models.Error
}

GetsupportBundleTasksUnauthorized describes a response with status code 401, with default header values.

Bad request! Authorization Header is missing or not in correct format.

func NewGetsupportBundleTasksUnauthorized

func NewGetsupportBundleTasksUnauthorized() *GetsupportBundleTasksUnauthorized

NewGetsupportBundleTasksUnauthorized creates a GetsupportBundleTasksUnauthorized with default headers values

func (*GetsupportBundleTasksUnauthorized) Error

func (*GetsupportBundleTasksUnauthorized) GetPayload

func (*GetsupportBundleTasksUnauthorized) IsClientError

func (o *GetsupportBundleTasksUnauthorized) IsClientError() bool

IsClientError returns true when this getsupport bundle tasks unauthorized response has a 4xx status code

func (*GetsupportBundleTasksUnauthorized) IsCode

func (o *GetsupportBundleTasksUnauthorized) IsCode(code int) bool

IsCode returns true when this getsupport bundle tasks unauthorized response a status code equal to that given

func (*GetsupportBundleTasksUnauthorized) IsRedirect

func (o *GetsupportBundleTasksUnauthorized) IsRedirect() bool

IsRedirect returns true when this getsupport bundle tasks unauthorized response has a 3xx status code

func (*GetsupportBundleTasksUnauthorized) IsServerError

func (o *GetsupportBundleTasksUnauthorized) IsServerError() bool

IsServerError returns true when this getsupport bundle tasks unauthorized response has a 5xx status code

func (*GetsupportBundleTasksUnauthorized) IsSuccess

func (o *GetsupportBundleTasksUnauthorized) IsSuccess() bool

IsSuccess returns true when this getsupport bundle tasks unauthorized response has a 2xx status code

func (*GetsupportBundleTasksUnauthorized) String

type GetsupportBundleUnauthorized

type GetsupportBundleUnauthorized struct {
	Payload *models.Error
}

GetsupportBundleUnauthorized describes a response with status code 401, with default header values.

Bad request! Authorization Header is missing or not in correct format.

func NewGetsupportBundleUnauthorized

func NewGetsupportBundleUnauthorized() *GetsupportBundleUnauthorized

NewGetsupportBundleUnauthorized creates a GetsupportBundleUnauthorized with default headers values

func (*GetsupportBundleUnauthorized) Error

func (*GetsupportBundleUnauthorized) GetPayload

func (o *GetsupportBundleUnauthorized) GetPayload() *models.Error

func (*GetsupportBundleUnauthorized) IsClientError

func (o *GetsupportBundleUnauthorized) IsClientError() bool

IsClientError returns true when this getsupport bundle unauthorized response has a 4xx status code

func (*GetsupportBundleUnauthorized) IsCode

func (o *GetsupportBundleUnauthorized) IsCode(code int) bool

IsCode returns true when this getsupport bundle unauthorized response a status code equal to that given

func (*GetsupportBundleUnauthorized) IsRedirect

func (o *GetsupportBundleUnauthorized) IsRedirect() bool

IsRedirect returns true when this getsupport bundle unauthorized response has a 3xx status code

func (*GetsupportBundleUnauthorized) IsServerError

func (o *GetsupportBundleUnauthorized) IsServerError() bool

IsServerError returns true when this getsupport bundle unauthorized response has a 5xx status code

func (*GetsupportBundleUnauthorized) IsSuccess

func (o *GetsupportBundleUnauthorized) IsSuccess() bool

IsSuccess returns true when this getsupport bundle unauthorized response has a 2xx status code

func (*GetsupportBundleUnauthorized) String

type HealthSummaryAccepted

type HealthSummaryAccepted struct {
	Payload *models.HealthSummary
}

HealthSummaryAccepted describes a response with status code 202, with default header values.

Accepted

func NewHealthSummaryAccepted

func NewHealthSummaryAccepted() *HealthSummaryAccepted

NewHealthSummaryAccepted creates a HealthSummaryAccepted with default headers values

func (*HealthSummaryAccepted) Error

func (o *HealthSummaryAccepted) Error() string

func (*HealthSummaryAccepted) GetPayload

func (o *HealthSummaryAccepted) GetPayload() *models.HealthSummary

func (*HealthSummaryAccepted) IsClientError

func (o *HealthSummaryAccepted) IsClientError() bool

IsClientError returns true when this health summary accepted response has a 4xx status code

func (*HealthSummaryAccepted) IsCode

func (o *HealthSummaryAccepted) IsCode(code int) bool

IsCode returns true when this health summary accepted response a status code equal to that given

func (*HealthSummaryAccepted) IsRedirect

func (o *HealthSummaryAccepted) IsRedirect() bool

IsRedirect returns true when this health summary accepted response has a 3xx status code

func (*HealthSummaryAccepted) IsServerError

func (o *HealthSummaryAccepted) IsServerError() bool

IsServerError returns true when this health summary accepted response has a 5xx status code

func (*HealthSummaryAccepted) IsSuccess

func (o *HealthSummaryAccepted) IsSuccess() bool

IsSuccess returns true when this health summary accepted response has a 2xx status code

func (*HealthSummaryAccepted) String

func (o *HealthSummaryAccepted) String() string

type HealthSummaryBadRequest

type HealthSummaryBadRequest struct {
	Payload *models.Error
}

HealthSummaryBadRequest describes a response with status code 400, with default header values.

Bad request! Invalid Headers or Data. Error: {error}

func NewHealthSummaryBadRequest

func NewHealthSummaryBadRequest() *HealthSummaryBadRequest

NewHealthSummaryBadRequest creates a HealthSummaryBadRequest with default headers values

func (*HealthSummaryBadRequest) Error

func (o *HealthSummaryBadRequest) Error() string

func (*HealthSummaryBadRequest) GetPayload

func (o *HealthSummaryBadRequest) GetPayload() *models.Error

func (*HealthSummaryBadRequest) IsClientError

func (o *HealthSummaryBadRequest) IsClientError() bool

IsClientError returns true when this health summary bad request response has a 4xx status code

func (*HealthSummaryBadRequest) IsCode

func (o *HealthSummaryBadRequest) IsCode(code int) bool

IsCode returns true when this health summary bad request response a status code equal to that given

func (*HealthSummaryBadRequest) IsRedirect

func (o *HealthSummaryBadRequest) IsRedirect() bool

IsRedirect returns true when this health summary bad request response has a 3xx status code

func (*HealthSummaryBadRequest) IsServerError

func (o *HealthSummaryBadRequest) IsServerError() bool

IsServerError returns true when this health summary bad request response has a 5xx status code

func (*HealthSummaryBadRequest) IsSuccess

func (o *HealthSummaryBadRequest) IsSuccess() bool

IsSuccess returns true when this health summary bad request response has a 2xx status code

func (*HealthSummaryBadRequest) String

func (o *HealthSummaryBadRequest) String() string

type HealthSummaryConflict

type HealthSummaryConflict struct {
	Payload *models.Error
}

HealthSummaryConflict describes a response with status code 409, with default header values.

Operation is in progress for Id {id}. Wait for the operation to complete.

func NewHealthSummaryConflict

func NewHealthSummaryConflict() *HealthSummaryConflict

NewHealthSummaryConflict creates a HealthSummaryConflict with default headers values

func (*HealthSummaryConflict) Error

func (o *HealthSummaryConflict) Error() string

func (*HealthSummaryConflict) GetPayload

func (o *HealthSummaryConflict) GetPayload() *models.Error

func (*HealthSummaryConflict) IsClientError

func (o *HealthSummaryConflict) IsClientError() bool

IsClientError returns true when this health summary conflict response has a 4xx status code

func (*HealthSummaryConflict) IsCode

func (o *HealthSummaryConflict) IsCode(code int) bool

IsCode returns true when this health summary conflict response a status code equal to that given

func (*HealthSummaryConflict) IsRedirect

func (o *HealthSummaryConflict) IsRedirect() bool

IsRedirect returns true when this health summary conflict response has a 3xx status code

func (*HealthSummaryConflict) IsServerError

func (o *HealthSummaryConflict) IsServerError() bool

IsServerError returns true when this health summary conflict response has a 5xx status code

func (*HealthSummaryConflict) IsSuccess

func (o *HealthSummaryConflict) IsSuccess() bool

IsSuccess returns true when this health summary conflict response has a 2xx status code

func (*HealthSummaryConflict) String

func (o *HealthSummaryConflict) String() string

type HealthSummaryInternalServerError

type HealthSummaryInternalServerError struct {
	Payload *models.Error
}

HealthSummaryInternalServerError describes a response with status code 500, with default header values.

Something went wrong. Internal server error occurred. Error {error}

func NewHealthSummaryInternalServerError

func NewHealthSummaryInternalServerError() *HealthSummaryInternalServerError

NewHealthSummaryInternalServerError creates a HealthSummaryInternalServerError with default headers values

func (*HealthSummaryInternalServerError) Error

func (*HealthSummaryInternalServerError) GetPayload

func (*HealthSummaryInternalServerError) IsClientError

func (o *HealthSummaryInternalServerError) IsClientError() bool

IsClientError returns true when this health summary internal server error response has a 4xx status code

func (*HealthSummaryInternalServerError) IsCode

func (o *HealthSummaryInternalServerError) IsCode(code int) bool

IsCode returns true when this health summary internal server error response a status code equal to that given

func (*HealthSummaryInternalServerError) IsRedirect

func (o *HealthSummaryInternalServerError) IsRedirect() bool

IsRedirect returns true when this health summary internal server error response has a 3xx status code

func (*HealthSummaryInternalServerError) IsServerError

func (o *HealthSummaryInternalServerError) IsServerError() bool

IsServerError returns true when this health summary internal server error response has a 5xx status code

func (*HealthSummaryInternalServerError) IsSuccess

func (o *HealthSummaryInternalServerError) IsSuccess() bool

IsSuccess returns true when this health summary internal server error response has a 2xx status code

func (*HealthSummaryInternalServerError) String

type HealthSummaryOK

type HealthSummaryOK struct {
	Payload *models.HealthSummary
}

HealthSummaryOK describes a response with status code 200, with default header values.

OK

func NewHealthSummaryOK

func NewHealthSummaryOK() *HealthSummaryOK

NewHealthSummaryOK creates a HealthSummaryOK with default headers values

func (*HealthSummaryOK) Error

func (o *HealthSummaryOK) Error() string

func (*HealthSummaryOK) GetPayload

func (o *HealthSummaryOK) GetPayload() *models.HealthSummary

func (*HealthSummaryOK) IsClientError

func (o *HealthSummaryOK) IsClientError() bool

IsClientError returns true when this health summary o k response has a 4xx status code

func (*HealthSummaryOK) IsCode

func (o *HealthSummaryOK) IsCode(code int) bool

IsCode returns true when this health summary o k response a status code equal to that given

func (*HealthSummaryOK) IsRedirect

func (o *HealthSummaryOK) IsRedirect() bool

IsRedirect returns true when this health summary o k response has a 3xx status code

func (*HealthSummaryOK) IsServerError

func (o *HealthSummaryOK) IsServerError() bool

IsServerError returns true when this health summary o k response has a 5xx status code

func (*HealthSummaryOK) IsSuccess

func (o *HealthSummaryOK) IsSuccess() bool

IsSuccess returns true when this health summary o k response has a 2xx status code

func (*HealthSummaryOK) String

func (o *HealthSummaryOK) String() string

type HealthSummaryParams

type HealthSummaryParams struct {

	/* Healthsummaryspec.

	   healthsummaryspec
	*/
	Healthsummaryspec *models.HealthSummarySpec

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

HealthSummaryParams contains all the parameters to send to the API endpoint

for the health summary operation.

Typically these are written to a http.Request.

func NewHealthSummaryParams

func NewHealthSummaryParams() *HealthSummaryParams

NewHealthSummaryParams creates a new HealthSummaryParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewHealthSummaryParamsWithContext

func NewHealthSummaryParamsWithContext(ctx context.Context) *HealthSummaryParams

NewHealthSummaryParamsWithContext creates a new HealthSummaryParams object with the ability to set a context for a request.

func NewHealthSummaryParamsWithHTTPClient

func NewHealthSummaryParamsWithHTTPClient(client *http.Client) *HealthSummaryParams

NewHealthSummaryParamsWithHTTPClient creates a new HealthSummaryParams object with the ability to set a custom HTTPClient for a request.

func NewHealthSummaryParamsWithTimeout

func NewHealthSummaryParamsWithTimeout(timeout time.Duration) *HealthSummaryParams

NewHealthSummaryParamsWithTimeout creates a new HealthSummaryParams object with the ability to set a timeout on a request.

func (*HealthSummaryParams) SetContext

func (o *HealthSummaryParams) SetContext(ctx context.Context)

SetContext adds the context to the health summary params

func (*HealthSummaryParams) SetDefaults

func (o *HealthSummaryParams) SetDefaults()

SetDefaults hydrates default values in the health summary params (not the query body).

All values with no default are reset to their zero value.

func (*HealthSummaryParams) SetHTTPClient

func (o *HealthSummaryParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the health summary params

func (*HealthSummaryParams) SetHealthsummaryspec

func (o *HealthSummaryParams) SetHealthsummaryspec(healthsummaryspec *models.HealthSummarySpec)

SetHealthsummaryspec adds the healthsummaryspec to the health summary params

func (*HealthSummaryParams) SetTimeout

func (o *HealthSummaryParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the health summary params

func (*HealthSummaryParams) WithContext

WithContext adds the context to the health summary params

func (*HealthSummaryParams) WithDefaults

func (o *HealthSummaryParams) WithDefaults() *HealthSummaryParams

WithDefaults hydrates default values in the health summary params (not the query body).

All values with no default are reset to their zero value.

func (*HealthSummaryParams) WithHTTPClient

func (o *HealthSummaryParams) WithHTTPClient(client *http.Client) *HealthSummaryParams

WithHTTPClient adds the HTTPClient to the health summary params

func (*HealthSummaryParams) WithHealthsummaryspec

func (o *HealthSummaryParams) WithHealthsummaryspec(healthsummaryspec *models.HealthSummarySpec) *HealthSummaryParams

WithHealthsummaryspec adds the healthsummaryspec to the health summary params

func (*HealthSummaryParams) WithTimeout

func (o *HealthSummaryParams) WithTimeout(timeout time.Duration) *HealthSummaryParams

WithTimeout adds the timeout to the health summary params

func (*HealthSummaryParams) WriteToRequest

func (o *HealthSummaryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type HealthSummaryReader

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

HealthSummaryReader is a Reader for the HealthSummary structure.

func (*HealthSummaryReader) ReadResponse

func (o *HealthSummaryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type HealthSummaryUnauthorized

type HealthSummaryUnauthorized struct {
	Payload *models.Error
}

HealthSummaryUnauthorized describes a response with status code 401, with default header values.

Bad request! Authorization Header is missing or not in correct format.

func NewHealthSummaryUnauthorized

func NewHealthSummaryUnauthorized() *HealthSummaryUnauthorized

NewHealthSummaryUnauthorized creates a HealthSummaryUnauthorized with default headers values

func (*HealthSummaryUnauthorized) Error

func (o *HealthSummaryUnauthorized) Error() string

func (*HealthSummaryUnauthorized) GetPayload

func (o *HealthSummaryUnauthorized) GetPayload() *models.Error

func (*HealthSummaryUnauthorized) IsClientError

func (o *HealthSummaryUnauthorized) IsClientError() bool

IsClientError returns true when this health summary unauthorized response has a 4xx status code

func (*HealthSummaryUnauthorized) IsCode

func (o *HealthSummaryUnauthorized) IsCode(code int) bool

IsCode returns true when this health summary unauthorized response a status code equal to that given

func (*HealthSummaryUnauthorized) IsRedirect

func (o *HealthSummaryUnauthorized) IsRedirect() bool

IsRedirect returns true when this health summary unauthorized response has a 3xx status code

func (*HealthSummaryUnauthorized) IsServerError

func (o *HealthSummaryUnauthorized) IsServerError() bool

IsServerError returns true when this health summary unauthorized response has a 5xx status code

func (*HealthSummaryUnauthorized) IsSuccess

func (o *HealthSummaryUnauthorized) IsSuccess() bool

IsSuccess returns true when this health summary unauthorized response has a 2xx status code

func (*HealthSummaryUnauthorized) String

func (o *HealthSummaryUnauthorized) String() string

type HealthsummarydataBadRequest

type HealthsummarydataBadRequest struct {
	Payload *models.Error
}

HealthsummarydataBadRequest describes a response with status code 400, with default header values.

Bad request! Invalid Headers or Data. Error: {error}.

func NewHealthsummarydataBadRequest

func NewHealthsummarydataBadRequest() *HealthsummarydataBadRequest

NewHealthsummarydataBadRequest creates a HealthsummarydataBadRequest with default headers values

func (*HealthsummarydataBadRequest) Error

func (*HealthsummarydataBadRequest) GetPayload

func (o *HealthsummarydataBadRequest) GetPayload() *models.Error

func (*HealthsummarydataBadRequest) IsClientError

func (o *HealthsummarydataBadRequest) IsClientError() bool

IsClientError returns true when this healthsummarydata bad request response has a 4xx status code

func (*HealthsummarydataBadRequest) IsCode

func (o *HealthsummarydataBadRequest) IsCode(code int) bool

IsCode returns true when this healthsummarydata bad request response a status code equal to that given

func (*HealthsummarydataBadRequest) IsRedirect

func (o *HealthsummarydataBadRequest) IsRedirect() bool

IsRedirect returns true when this healthsummarydata bad request response has a 3xx status code

func (*HealthsummarydataBadRequest) IsServerError

func (o *HealthsummarydataBadRequest) IsServerError() bool

IsServerError returns true when this healthsummarydata bad request response has a 5xx status code

func (*HealthsummarydataBadRequest) IsSuccess

func (o *HealthsummarydataBadRequest) IsSuccess() bool

IsSuccess returns true when this healthsummarydata bad request response has a 2xx status code

func (*HealthsummarydataBadRequest) String

func (o *HealthsummarydataBadRequest) String() string

type HealthsummarydataInternalServerError

type HealthsummarydataInternalServerError struct {
	Payload *models.Error
}

HealthsummarydataInternalServerError describes a response with status code 500, with default header values.

Something went wrong. Internal server error occurred. Error {error}.

func NewHealthsummarydataInternalServerError

func NewHealthsummarydataInternalServerError() *HealthsummarydataInternalServerError

NewHealthsummarydataInternalServerError creates a HealthsummarydataInternalServerError with default headers values

func (*HealthsummarydataInternalServerError) Error

func (*HealthsummarydataInternalServerError) GetPayload

func (*HealthsummarydataInternalServerError) IsClientError

func (o *HealthsummarydataInternalServerError) IsClientError() bool

IsClientError returns true when this healthsummarydata internal server error response has a 4xx status code

func (*HealthsummarydataInternalServerError) IsCode

IsCode returns true when this healthsummarydata internal server error response a status code equal to that given

func (*HealthsummarydataInternalServerError) IsRedirect

IsRedirect returns true when this healthsummarydata internal server error response has a 3xx status code

func (*HealthsummarydataInternalServerError) IsServerError

func (o *HealthsummarydataInternalServerError) IsServerError() bool

IsServerError returns true when this healthsummarydata internal server error response has a 5xx status code

func (*HealthsummarydataInternalServerError) IsSuccess

IsSuccess returns true when this healthsummarydata internal server error response has a 2xx status code

func (*HealthsummarydataInternalServerError) String

type HealthsummarydataNotFound

type HealthsummarydataNotFound struct {
	Payload *models.Error
}

HealthsummarydataNotFound describes a response with status code 404, with default header values.

Bundle not found or not available for download. Id:{id}.

func NewHealthsummarydataNotFound

func NewHealthsummarydataNotFound() *HealthsummarydataNotFound

NewHealthsummarydataNotFound creates a HealthsummarydataNotFound with default headers values

func (*HealthsummarydataNotFound) Error

func (o *HealthsummarydataNotFound) Error() string

func (*HealthsummarydataNotFound) GetPayload

func (o *HealthsummarydataNotFound) GetPayload() *models.Error

func (*HealthsummarydataNotFound) IsClientError

func (o *HealthsummarydataNotFound) IsClientError() bool

IsClientError returns true when this healthsummarydata not found response has a 4xx status code

func (*HealthsummarydataNotFound) IsCode

func (o *HealthsummarydataNotFound) IsCode(code int) bool

IsCode returns true when this healthsummarydata not found response a status code equal to that given

func (*HealthsummarydataNotFound) IsRedirect

func (o *HealthsummarydataNotFound) IsRedirect() bool

IsRedirect returns true when this healthsummarydata not found response has a 3xx status code

func (*HealthsummarydataNotFound) IsServerError

func (o *HealthsummarydataNotFound) IsServerError() bool

IsServerError returns true when this healthsummarydata not found response has a 5xx status code

func (*HealthsummarydataNotFound) IsSuccess

func (o *HealthsummarydataNotFound) IsSuccess() bool

IsSuccess returns true when this healthsummarydata not found response has a 2xx status code

func (*HealthsummarydataNotFound) String

func (o *HealthsummarydataNotFound) String() string

type HealthsummarydataOK

type HealthsummarydataOK struct {
	Payload strfmt.Base64
}

HealthsummarydataOK describes a response with status code 200, with default header values.

Ok

func NewHealthsummarydataOK

func NewHealthsummarydataOK() *HealthsummarydataOK

NewHealthsummarydataOK creates a HealthsummarydataOK with default headers values

func (*HealthsummarydataOK) Error

func (o *HealthsummarydataOK) Error() string

func (*HealthsummarydataOK) GetPayload

func (o *HealthsummarydataOK) GetPayload() strfmt.Base64

func (*HealthsummarydataOK) IsClientError

func (o *HealthsummarydataOK) IsClientError() bool

IsClientError returns true when this healthsummarydata o k response has a 4xx status code

func (*HealthsummarydataOK) IsCode

func (o *HealthsummarydataOK) IsCode(code int) bool

IsCode returns true when this healthsummarydata o k response a status code equal to that given

func (*HealthsummarydataOK) IsRedirect

func (o *HealthsummarydataOK) IsRedirect() bool

IsRedirect returns true when this healthsummarydata o k response has a 3xx status code

func (*HealthsummarydataOK) IsServerError

func (o *HealthsummarydataOK) IsServerError() bool

IsServerError returns true when this healthsummarydata o k response has a 5xx status code

func (*HealthsummarydataOK) IsSuccess

func (o *HealthsummarydataOK) IsSuccess() bool

IsSuccess returns true when this healthsummarydata o k response has a 2xx status code

func (*HealthsummarydataOK) String

func (o *HealthsummarydataOK) String() string

type HealthsummarydataParams

type HealthsummarydataParams struct {

	/* ID.

	   The Health Summary Id
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

HealthsummarydataParams contains all the parameters to send to the API endpoint

for the healthsummarydata operation.

Typically these are written to a http.Request.

func NewHealthsummarydataParams

func NewHealthsummarydataParams() *HealthsummarydataParams

NewHealthsummarydataParams creates a new HealthsummarydataParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewHealthsummarydataParamsWithContext

func NewHealthsummarydataParamsWithContext(ctx context.Context) *HealthsummarydataParams

NewHealthsummarydataParamsWithContext creates a new HealthsummarydataParams object with the ability to set a context for a request.

func NewHealthsummarydataParamsWithHTTPClient

func NewHealthsummarydataParamsWithHTTPClient(client *http.Client) *HealthsummarydataParams

NewHealthsummarydataParamsWithHTTPClient creates a new HealthsummarydataParams object with the ability to set a custom HTTPClient for a request.

func NewHealthsummarydataParamsWithTimeout

func NewHealthsummarydataParamsWithTimeout(timeout time.Duration) *HealthsummarydataParams

NewHealthsummarydataParamsWithTimeout creates a new HealthsummarydataParams object with the ability to set a timeout on a request.

func (*HealthsummarydataParams) SetContext

func (o *HealthsummarydataParams) SetContext(ctx context.Context)

SetContext adds the context to the healthsummarydata params

func (*HealthsummarydataParams) SetDefaults

func (o *HealthsummarydataParams) SetDefaults()

SetDefaults hydrates default values in the healthsummarydata params (not the query body).

All values with no default are reset to their zero value.

func (*HealthsummarydataParams) SetHTTPClient

func (o *HealthsummarydataParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the healthsummarydata params

func (*HealthsummarydataParams) SetID

func (o *HealthsummarydataParams) SetID(id string)

SetID adds the id to the healthsummarydata params

func (*HealthsummarydataParams) SetTimeout

func (o *HealthsummarydataParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the healthsummarydata params

func (*HealthsummarydataParams) WithContext

WithContext adds the context to the healthsummarydata params

func (*HealthsummarydataParams) WithDefaults

WithDefaults hydrates default values in the healthsummarydata params (not the query body).

All values with no default are reset to their zero value.

func (*HealthsummarydataParams) WithHTTPClient

func (o *HealthsummarydataParams) WithHTTPClient(client *http.Client) *HealthsummarydataParams

WithHTTPClient adds the HTTPClient to the healthsummarydata params

func (*HealthsummarydataParams) WithID

WithID adds the id to the healthsummarydata params

func (*HealthsummarydataParams) WithTimeout

WithTimeout adds the timeout to the healthsummarydata params

func (*HealthsummarydataParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type HealthsummarydataReader

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

HealthsummarydataReader is a Reader for the Healthsummarydata structure.

func (*HealthsummarydataReader) ReadResponse

func (o *HealthsummarydataReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type HealthsummarydataUnauthorized

type HealthsummarydataUnauthorized struct {
	Payload *models.Error
}

HealthsummarydataUnauthorized describes a response with status code 401, with default header values.

Bad request! Authorization Header is missing or not in correct format.

func NewHealthsummarydataUnauthorized

func NewHealthsummarydataUnauthorized() *HealthsummarydataUnauthorized

NewHealthsummarydataUnauthorized creates a HealthsummarydataUnauthorized with default headers values

func (*HealthsummarydataUnauthorized) Error

func (*HealthsummarydataUnauthorized) GetPayload

func (o *HealthsummarydataUnauthorized) GetPayload() *models.Error

func (*HealthsummarydataUnauthorized) IsClientError

func (o *HealthsummarydataUnauthorized) IsClientError() bool

IsClientError returns true when this healthsummarydata unauthorized response has a 4xx status code

func (*HealthsummarydataUnauthorized) IsCode

func (o *HealthsummarydataUnauthorized) IsCode(code int) bool

IsCode returns true when this healthsummarydata unauthorized response a status code equal to that given

func (*HealthsummarydataUnauthorized) IsRedirect

func (o *HealthsummarydataUnauthorized) IsRedirect() bool

IsRedirect returns true when this healthsummarydata unauthorized response has a 3xx status code

func (*HealthsummarydataUnauthorized) IsServerError

func (o *HealthsummarydataUnauthorized) IsServerError() bool

IsServerError returns true when this healthsummarydata unauthorized response has a 5xx status code

func (*HealthsummarydataUnauthorized) IsSuccess

func (o *HealthsummarydataUnauthorized) IsSuccess() bool

IsSuccess returns true when this healthsummarydata unauthorized response has a 2xx status code

func (*HealthsummarydataUnauthorized) String

type SupportBundledataBadRequest

type SupportBundledataBadRequest struct {
	Payload *models.Error
}

SupportBundledataBadRequest describes a response with status code 400, with default header values.

Bad request! Invalid Headers or Data. Error: {error}

func NewSupportBundledataBadRequest

func NewSupportBundledataBadRequest() *SupportBundledataBadRequest

NewSupportBundledataBadRequest creates a SupportBundledataBadRequest with default headers values

func (*SupportBundledataBadRequest) Error

func (*SupportBundledataBadRequest) GetPayload

func (o *SupportBundledataBadRequest) GetPayload() *models.Error

func (*SupportBundledataBadRequest) IsClientError

func (o *SupportBundledataBadRequest) IsClientError() bool

IsClientError returns true when this support bundledata bad request response has a 4xx status code

func (*SupportBundledataBadRequest) IsCode

func (o *SupportBundledataBadRequest) IsCode(code int) bool

IsCode returns true when this support bundledata bad request response a status code equal to that given

func (*SupportBundledataBadRequest) IsRedirect

func (o *SupportBundledataBadRequest) IsRedirect() bool

IsRedirect returns true when this support bundledata bad request response has a 3xx status code

func (*SupportBundledataBadRequest) IsServerError

func (o *SupportBundledataBadRequest) IsServerError() bool

IsServerError returns true when this support bundledata bad request response has a 5xx status code

func (*SupportBundledataBadRequest) IsSuccess

func (o *SupportBundledataBadRequest) IsSuccess() bool

IsSuccess returns true when this support bundledata bad request response has a 2xx status code

func (*SupportBundledataBadRequest) String

func (o *SupportBundledataBadRequest) String() string

type SupportBundledataInternalServerError

type SupportBundledataInternalServerError struct {
	Payload *models.Error
}

SupportBundledataInternalServerError describes a response with status code 500, with default header values.

Something went wrong. Internal server error occurred. Error {error}

func NewSupportBundledataInternalServerError

func NewSupportBundledataInternalServerError() *SupportBundledataInternalServerError

NewSupportBundledataInternalServerError creates a SupportBundledataInternalServerError with default headers values

func (*SupportBundledataInternalServerError) Error

func (*SupportBundledataInternalServerError) GetPayload

func (*SupportBundledataInternalServerError) IsClientError

func (o *SupportBundledataInternalServerError) IsClientError() bool

IsClientError returns true when this support bundledata internal server error response has a 4xx status code

func (*SupportBundledataInternalServerError) IsCode

IsCode returns true when this support bundledata internal server error response a status code equal to that given

func (*SupportBundledataInternalServerError) IsRedirect

IsRedirect returns true when this support bundledata internal server error response has a 3xx status code

func (*SupportBundledataInternalServerError) IsServerError

func (o *SupportBundledataInternalServerError) IsServerError() bool

IsServerError returns true when this support bundledata internal server error response has a 5xx status code

func (*SupportBundledataInternalServerError) IsSuccess

IsSuccess returns true when this support bundledata internal server error response has a 2xx status code

func (*SupportBundledataInternalServerError) String

type SupportBundledataNotFound

type SupportBundledataNotFound struct {
	Payload *models.Error
}

SupportBundledataNotFound describes a response with status code 404, with default header values.

Bundle not found or not available for download. Id:{id}

func NewSupportBundledataNotFound

func NewSupportBundledataNotFound() *SupportBundledataNotFound

NewSupportBundledataNotFound creates a SupportBundledataNotFound with default headers values

func (*SupportBundledataNotFound) Error

func (o *SupportBundledataNotFound) Error() string

func (*SupportBundledataNotFound) GetPayload

func (o *SupportBundledataNotFound) GetPayload() *models.Error

func (*SupportBundledataNotFound) IsClientError

func (o *SupportBundledataNotFound) IsClientError() bool

IsClientError returns true when this support bundledata not found response has a 4xx status code

func (*SupportBundledataNotFound) IsCode

func (o *SupportBundledataNotFound) IsCode(code int) bool

IsCode returns true when this support bundledata not found response a status code equal to that given

func (*SupportBundledataNotFound) IsRedirect

func (o *SupportBundledataNotFound) IsRedirect() bool

IsRedirect returns true when this support bundledata not found response has a 3xx status code

func (*SupportBundledataNotFound) IsServerError

func (o *SupportBundledataNotFound) IsServerError() bool

IsServerError returns true when this support bundledata not found response has a 5xx status code

func (*SupportBundledataNotFound) IsSuccess

func (o *SupportBundledataNotFound) IsSuccess() bool

IsSuccess returns true when this support bundledata not found response has a 2xx status code

func (*SupportBundledataNotFound) String

func (o *SupportBundledataNotFound) String() string

type SupportBundledataOK

type SupportBundledataOK struct {
	Payload strfmt.Base64
}

SupportBundledataOK describes a response with status code 200, with default header values.

Ok

func NewSupportBundledataOK

func NewSupportBundledataOK() *SupportBundledataOK

NewSupportBundledataOK creates a SupportBundledataOK with default headers values

func (*SupportBundledataOK) Error

func (o *SupportBundledataOK) Error() string

func (*SupportBundledataOK) GetPayload

func (o *SupportBundledataOK) GetPayload() strfmt.Base64

func (*SupportBundledataOK) IsClientError

func (o *SupportBundledataOK) IsClientError() bool

IsClientError returns true when this support bundledata o k response has a 4xx status code

func (*SupportBundledataOK) IsCode

func (o *SupportBundledataOK) IsCode(code int) bool

IsCode returns true when this support bundledata o k response a status code equal to that given

func (*SupportBundledataOK) IsRedirect

func (o *SupportBundledataOK) IsRedirect() bool

IsRedirect returns true when this support bundledata o k response has a 3xx status code

func (*SupportBundledataOK) IsServerError

func (o *SupportBundledataOK) IsServerError() bool

IsServerError returns true when this support bundledata o k response has a 5xx status code

func (*SupportBundledataOK) IsSuccess

func (o *SupportBundledataOK) IsSuccess() bool

IsSuccess returns true when this support bundledata o k response has a 2xx status code

func (*SupportBundledataOK) String

func (o *SupportBundledataOK) String() string

type SupportBundledataParams

type SupportBundledataParams struct {

	/* ID.

	   The Support Bundle ID
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SupportBundledataParams contains all the parameters to send to the API endpoint

for the support bundledata operation.

Typically these are written to a http.Request.

func NewSupportBundledataParams

func NewSupportBundledataParams() *SupportBundledataParams

NewSupportBundledataParams creates a new SupportBundledataParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewSupportBundledataParamsWithContext

func NewSupportBundledataParamsWithContext(ctx context.Context) *SupportBundledataParams

NewSupportBundledataParamsWithContext creates a new SupportBundledataParams object with the ability to set a context for a request.

func NewSupportBundledataParamsWithHTTPClient

func NewSupportBundledataParamsWithHTTPClient(client *http.Client) *SupportBundledataParams

NewSupportBundledataParamsWithHTTPClient creates a new SupportBundledataParams object with the ability to set a custom HTTPClient for a request.

func NewSupportBundledataParamsWithTimeout

func NewSupportBundledataParamsWithTimeout(timeout time.Duration) *SupportBundledataParams

NewSupportBundledataParamsWithTimeout creates a new SupportBundledataParams object with the ability to set a timeout on a request.

func (*SupportBundledataParams) SetContext

func (o *SupportBundledataParams) SetContext(ctx context.Context)

SetContext adds the context to the support bundledata params

func (*SupportBundledataParams) SetDefaults

func (o *SupportBundledataParams) SetDefaults()

SetDefaults hydrates default values in the support bundledata params (not the query body).

All values with no default are reset to their zero value.

func (*SupportBundledataParams) SetHTTPClient

func (o *SupportBundledataParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the support bundledata params

func (*SupportBundledataParams) SetID

func (o *SupportBundledataParams) SetID(id string)

SetID adds the id to the support bundledata params

func (*SupportBundledataParams) SetTimeout

func (o *SupportBundledataParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the support bundledata params

func (*SupportBundledataParams) WithContext

WithContext adds the context to the support bundledata params

func (*SupportBundledataParams) WithDefaults

WithDefaults hydrates default values in the support bundledata params (not the query body).

All values with no default are reset to their zero value.

func (*SupportBundledataParams) WithHTTPClient

func (o *SupportBundledataParams) WithHTTPClient(client *http.Client) *SupportBundledataParams

WithHTTPClient adds the HTTPClient to the support bundledata params

func (*SupportBundledataParams) WithID

WithID adds the id to the support bundledata params

func (*SupportBundledataParams) WithTimeout

WithTimeout adds the timeout to the support bundledata params

func (*SupportBundledataParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SupportBundledataReader

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

SupportBundledataReader is a Reader for the SupportBundledata structure.

func (*SupportBundledataReader) ReadResponse

func (o *SupportBundledataReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SupportBundledataUnauthorized

type SupportBundledataUnauthorized struct {
	Payload *models.Error
}

SupportBundledataUnauthorized describes a response with status code 401, with default header values.

Bad request! Authorization Header is missing or not in correct format.

func NewSupportBundledataUnauthorized

func NewSupportBundledataUnauthorized() *SupportBundledataUnauthorized

NewSupportBundledataUnauthorized creates a SupportBundledataUnauthorized with default headers values

func (*SupportBundledataUnauthorized) Error

func (*SupportBundledataUnauthorized) GetPayload

func (o *SupportBundledataUnauthorized) GetPayload() *models.Error

func (*SupportBundledataUnauthorized) IsClientError

func (o *SupportBundledataUnauthorized) IsClientError() bool

IsClientError returns true when this support bundledata unauthorized response has a 4xx status code

func (*SupportBundledataUnauthorized) IsCode

func (o *SupportBundledataUnauthorized) IsCode(code int) bool

IsCode returns true when this support bundledata unauthorized response a status code equal to that given

func (*SupportBundledataUnauthorized) IsRedirect

func (o *SupportBundledataUnauthorized) IsRedirect() bool

IsRedirect returns true when this support bundledata unauthorized response has a 3xx status code

func (*SupportBundledataUnauthorized) IsServerError

func (o *SupportBundledataUnauthorized) IsServerError() bool

IsServerError returns true when this support bundledata unauthorized response has a 5xx status code

func (*SupportBundledataUnauthorized) IsSuccess

func (o *SupportBundledataUnauthorized) IsSuccess() bool

IsSuccess returns true when this support bundledata unauthorized response has a 2xx status code

func (*SupportBundledataUnauthorized) String

type SupportbundlesAccepted

type SupportbundlesAccepted struct {
	Payload *models.SupportBundle
}

SupportbundlesAccepted describes a response with status code 202, with default header values.

Accepted

func NewSupportbundlesAccepted

func NewSupportbundlesAccepted() *SupportbundlesAccepted

NewSupportbundlesAccepted creates a SupportbundlesAccepted with default headers values

func (*SupportbundlesAccepted) Error

func (o *SupportbundlesAccepted) Error() string

func (*SupportbundlesAccepted) GetPayload

func (o *SupportbundlesAccepted) GetPayload() *models.SupportBundle

func (*SupportbundlesAccepted) IsClientError

func (o *SupportbundlesAccepted) IsClientError() bool

IsClientError returns true when this supportbundles accepted response has a 4xx status code

func (*SupportbundlesAccepted) IsCode

func (o *SupportbundlesAccepted) IsCode(code int) bool

IsCode returns true when this supportbundles accepted response a status code equal to that given

func (*SupportbundlesAccepted) IsRedirect

func (o *SupportbundlesAccepted) IsRedirect() bool

IsRedirect returns true when this supportbundles accepted response has a 3xx status code

func (*SupportbundlesAccepted) IsServerError

func (o *SupportbundlesAccepted) IsServerError() bool

IsServerError returns true when this supportbundles accepted response has a 5xx status code

func (*SupportbundlesAccepted) IsSuccess

func (o *SupportbundlesAccepted) IsSuccess() bool

IsSuccess returns true when this supportbundles accepted response has a 2xx status code

func (*SupportbundlesAccepted) String

func (o *SupportbundlesAccepted) String() string

type SupportbundlesBadRequest

type SupportbundlesBadRequest struct {
	Payload *models.Error
}

SupportbundlesBadRequest describes a response with status code 400, with default header values.

Bad request! Invalid Headers or Data. Error: {error}

func NewSupportbundlesBadRequest

func NewSupportbundlesBadRequest() *SupportbundlesBadRequest

NewSupportbundlesBadRequest creates a SupportbundlesBadRequest with default headers values

func (*SupportbundlesBadRequest) Error

func (o *SupportbundlesBadRequest) Error() string

func (*SupportbundlesBadRequest) GetPayload

func (o *SupportbundlesBadRequest) GetPayload() *models.Error

func (*SupportbundlesBadRequest) IsClientError

func (o *SupportbundlesBadRequest) IsClientError() bool

IsClientError returns true when this supportbundles bad request response has a 4xx status code

func (*SupportbundlesBadRequest) IsCode

func (o *SupportbundlesBadRequest) IsCode(code int) bool

IsCode returns true when this supportbundles bad request response a status code equal to that given

func (*SupportbundlesBadRequest) IsRedirect

func (o *SupportbundlesBadRequest) IsRedirect() bool

IsRedirect returns true when this supportbundles bad request response has a 3xx status code

func (*SupportbundlesBadRequest) IsServerError

func (o *SupportbundlesBadRequest) IsServerError() bool

IsServerError returns true when this supportbundles bad request response has a 5xx status code

func (*SupportbundlesBadRequest) IsSuccess

func (o *SupportbundlesBadRequest) IsSuccess() bool

IsSuccess returns true when this supportbundles bad request response has a 2xx status code

func (*SupportbundlesBadRequest) String

func (o *SupportbundlesBadRequest) String() string

type SupportbundlesConflict

type SupportbundlesConflict struct {
	Payload *models.Error
}

SupportbundlesConflict describes a response with status code 409, with default header values.

Operation is in progress for Id {id}. Wait for the operation to complete.

func NewSupportbundlesConflict

func NewSupportbundlesConflict() *SupportbundlesConflict

NewSupportbundlesConflict creates a SupportbundlesConflict with default headers values

func (*SupportbundlesConflict) Error

func (o *SupportbundlesConflict) Error() string

func (*SupportbundlesConflict) GetPayload

func (o *SupportbundlesConflict) GetPayload() *models.Error

func (*SupportbundlesConflict) IsClientError

func (o *SupportbundlesConflict) IsClientError() bool

IsClientError returns true when this supportbundles conflict response has a 4xx status code

func (*SupportbundlesConflict) IsCode

func (o *SupportbundlesConflict) IsCode(code int) bool

IsCode returns true when this supportbundles conflict response a status code equal to that given

func (*SupportbundlesConflict) IsRedirect

func (o *SupportbundlesConflict) IsRedirect() bool

IsRedirect returns true when this supportbundles conflict response has a 3xx status code

func (*SupportbundlesConflict) IsServerError

func (o *SupportbundlesConflict) IsServerError() bool

IsServerError returns true when this supportbundles conflict response has a 5xx status code

func (*SupportbundlesConflict) IsSuccess

func (o *SupportbundlesConflict) IsSuccess() bool

IsSuccess returns true when this supportbundles conflict response has a 2xx status code

func (*SupportbundlesConflict) String

func (o *SupportbundlesConflict) String() string

type SupportbundlesInternalServerError

type SupportbundlesInternalServerError struct {
	Payload *models.Error
}

SupportbundlesInternalServerError describes a response with status code 500, with default header values.

Something went wrong. Internal server error occurred. Error {error}

func NewSupportbundlesInternalServerError

func NewSupportbundlesInternalServerError() *SupportbundlesInternalServerError

NewSupportbundlesInternalServerError creates a SupportbundlesInternalServerError with default headers values

func (*SupportbundlesInternalServerError) Error

func (*SupportbundlesInternalServerError) GetPayload

func (*SupportbundlesInternalServerError) IsClientError

func (o *SupportbundlesInternalServerError) IsClientError() bool

IsClientError returns true when this supportbundles internal server error response has a 4xx status code

func (*SupportbundlesInternalServerError) IsCode

func (o *SupportbundlesInternalServerError) IsCode(code int) bool

IsCode returns true when this supportbundles internal server error response a status code equal to that given

func (*SupportbundlesInternalServerError) IsRedirect

func (o *SupportbundlesInternalServerError) IsRedirect() bool

IsRedirect returns true when this supportbundles internal server error response has a 3xx status code

func (*SupportbundlesInternalServerError) IsServerError

func (o *SupportbundlesInternalServerError) IsServerError() bool

IsServerError returns true when this supportbundles internal server error response has a 5xx status code

func (*SupportbundlesInternalServerError) IsSuccess

func (o *SupportbundlesInternalServerError) IsSuccess() bool

IsSuccess returns true when this supportbundles internal server error response has a 2xx status code

func (*SupportbundlesInternalServerError) String

type SupportbundlesOK

type SupportbundlesOK struct {
	Payload *models.SupportBundle
}

SupportbundlesOK describes a response with status code 200, with default header values.

OK

func NewSupportbundlesOK

func NewSupportbundlesOK() *SupportbundlesOK

NewSupportbundlesOK creates a SupportbundlesOK with default headers values

func (*SupportbundlesOK) Error

func (o *SupportbundlesOK) Error() string

func (*SupportbundlesOK) GetPayload

func (o *SupportbundlesOK) GetPayload() *models.SupportBundle

func (*SupportbundlesOK) IsClientError

func (o *SupportbundlesOK) IsClientError() bool

IsClientError returns true when this supportbundles o k response has a 4xx status code

func (*SupportbundlesOK) IsCode

func (o *SupportbundlesOK) IsCode(code int) bool

IsCode returns true when this supportbundles o k response a status code equal to that given

func (*SupportbundlesOK) IsRedirect

func (o *SupportbundlesOK) IsRedirect() bool

IsRedirect returns true when this supportbundles o k response has a 3xx status code

func (*SupportbundlesOK) IsServerError

func (o *SupportbundlesOK) IsServerError() bool

IsServerError returns true when this supportbundles o k response has a 5xx status code

func (*SupportbundlesOK) IsSuccess

func (o *SupportbundlesOK) IsSuccess() bool

IsSuccess returns true when this supportbundles o k response has a 2xx status code

func (*SupportbundlesOK) String

func (o *SupportbundlesOK) String() string

type SupportbundlesParams

type SupportbundlesParams struct {

	/* Supportbundlespec.

	   supportbundlespec
	*/
	Supportbundlespec *models.SupportBundleSpec

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SupportbundlesParams contains all the parameters to send to the API endpoint

for the supportbundles operation.

Typically these are written to a http.Request.

func NewSupportbundlesParams

func NewSupportbundlesParams() *SupportbundlesParams

NewSupportbundlesParams creates a new SupportbundlesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewSupportbundlesParamsWithContext

func NewSupportbundlesParamsWithContext(ctx context.Context) *SupportbundlesParams

NewSupportbundlesParamsWithContext creates a new SupportbundlesParams object with the ability to set a context for a request.

func NewSupportbundlesParamsWithHTTPClient

func NewSupportbundlesParamsWithHTTPClient(client *http.Client) *SupportbundlesParams

NewSupportbundlesParamsWithHTTPClient creates a new SupportbundlesParams object with the ability to set a custom HTTPClient for a request.

func NewSupportbundlesParamsWithTimeout

func NewSupportbundlesParamsWithTimeout(timeout time.Duration) *SupportbundlesParams

NewSupportbundlesParamsWithTimeout creates a new SupportbundlesParams object with the ability to set a timeout on a request.

func (*SupportbundlesParams) SetContext

func (o *SupportbundlesParams) SetContext(ctx context.Context)

SetContext adds the context to the supportbundles params

func (*SupportbundlesParams) SetDefaults

func (o *SupportbundlesParams) SetDefaults()

SetDefaults hydrates default values in the supportbundles params (not the query body).

All values with no default are reset to their zero value.

func (*SupportbundlesParams) SetHTTPClient

func (o *SupportbundlesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the supportbundles params

func (*SupportbundlesParams) SetSupportbundlespec

func (o *SupportbundlesParams) SetSupportbundlespec(supportbundlespec *models.SupportBundleSpec)

SetSupportbundlespec adds the supportbundlespec to the supportbundles params

func (*SupportbundlesParams) SetTimeout

func (o *SupportbundlesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the supportbundles params

func (*SupportbundlesParams) WithContext

WithContext adds the context to the supportbundles params

func (*SupportbundlesParams) WithDefaults

func (o *SupportbundlesParams) WithDefaults() *SupportbundlesParams

WithDefaults hydrates default values in the supportbundles params (not the query body).

All values with no default are reset to their zero value.

func (*SupportbundlesParams) WithHTTPClient

func (o *SupportbundlesParams) WithHTTPClient(client *http.Client) *SupportbundlesParams

WithHTTPClient adds the HTTPClient to the supportbundles params

func (*SupportbundlesParams) WithSupportbundlespec

func (o *SupportbundlesParams) WithSupportbundlespec(supportbundlespec *models.SupportBundleSpec) *SupportbundlesParams

WithSupportbundlespec adds the supportbundlespec to the supportbundles params

func (*SupportbundlesParams) WithTimeout

func (o *SupportbundlesParams) WithTimeout(timeout time.Duration) *SupportbundlesParams

WithTimeout adds the timeout to the supportbundles params

func (*SupportbundlesParams) WriteToRequest

func (o *SupportbundlesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SupportbundlesReader

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

SupportbundlesReader is a Reader for the Supportbundles structure.

func (*SupportbundlesReader) ReadResponse

func (o *SupportbundlesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SupportbundlesUnauthorized

type SupportbundlesUnauthorized struct {
	Payload *models.Error
}

SupportbundlesUnauthorized describes a response with status code 401, with default header values.

Bad request! Authorization Header is missing or not in correct format.

func NewSupportbundlesUnauthorized

func NewSupportbundlesUnauthorized() *SupportbundlesUnauthorized

NewSupportbundlesUnauthorized creates a SupportbundlesUnauthorized with default headers values

func (*SupportbundlesUnauthorized) Error

func (*SupportbundlesUnauthorized) GetPayload

func (o *SupportbundlesUnauthorized) GetPayload() *models.Error

func (*SupportbundlesUnauthorized) IsClientError

func (o *SupportbundlesUnauthorized) IsClientError() bool

IsClientError returns true when this supportbundles unauthorized response has a 4xx status code

func (*SupportbundlesUnauthorized) IsCode

func (o *SupportbundlesUnauthorized) IsCode(code int) bool

IsCode returns true when this supportbundles unauthorized response a status code equal to that given

func (*SupportbundlesUnauthorized) IsRedirect

func (o *SupportbundlesUnauthorized) IsRedirect() bool

IsRedirect returns true when this supportbundles unauthorized response has a 3xx status code

func (*SupportbundlesUnauthorized) IsServerError

func (o *SupportbundlesUnauthorized) IsServerError() bool

IsServerError returns true when this supportbundles unauthorized response has a 5xx status code

func (*SupportbundlesUnauthorized) IsSuccess

func (o *SupportbundlesUnauthorized) IsSuccess() bool

IsSuccess returns true when this supportbundles unauthorized response has a 2xx status code

func (*SupportbundlesUnauthorized) String

func (o *SupportbundlesUnauthorized) String() string

Jump to

Keyboard shortcuts

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