maintenance_window

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2020 License: GPL-3.0 Imports: 11 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 maintenance window API

func (*Client) CreateMaintenanceWindowUsingPOST

CreateMaintenanceWindowUsingPOST creates a maintenance window

func (*Client) DeleteMaintenanceWindowUsingDELETE

DeleteMaintenanceWindowUsingDELETE deletes a maintenance window

func (*Client) GetMaintenanceWindowUsingGET

func (a *Client) GetMaintenanceWindowUsingGET(params *GetMaintenanceWindowUsingGETParams) (*GetMaintenanceWindowUsingGETOK, error)

GetMaintenanceWindowUsingGET retrieves a maintenance window

func (*Client) GetMaintenanceWindowsUsingGET

func (a *Client) GetMaintenanceWindowsUsingGET(params *GetMaintenanceWindowsUsingGETParams) (*GetMaintenanceWindowsUsingGETOK, error)

GetMaintenanceWindowsUsingGET retrieves all maintenance windows

func (*Client) PatchMaintenanceWindowUsingPATCH

PatchMaintenanceWindowUsingPATCH changes a maintenance window

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateMaintenanceWindowUsingPUT

UpdateMaintenanceWindowUsingPUT updates a maintenance window

type ClientService

ClientService is the interface for Client methods

func New

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

New creates a new maintenance window API client.

type CreateMaintenanceWindowUsingPOSTCreated

type CreateMaintenanceWindowUsingPOSTCreated struct {
}

CreateMaintenanceWindowUsingPOSTCreated handles this case with default header values.

Created

func NewCreateMaintenanceWindowUsingPOSTCreated

func NewCreateMaintenanceWindowUsingPOSTCreated() *CreateMaintenanceWindowUsingPOSTCreated

NewCreateMaintenanceWindowUsingPOSTCreated creates a CreateMaintenanceWindowUsingPOSTCreated with default headers values

func (*CreateMaintenanceWindowUsingPOSTCreated) Error

type CreateMaintenanceWindowUsingPOSTForbidden

type CreateMaintenanceWindowUsingPOSTForbidden struct {
}

CreateMaintenanceWindowUsingPOSTForbidden handles this case with default header values.

Forbidden

func NewCreateMaintenanceWindowUsingPOSTForbidden

func NewCreateMaintenanceWindowUsingPOSTForbidden() *CreateMaintenanceWindowUsingPOSTForbidden

NewCreateMaintenanceWindowUsingPOSTForbidden creates a CreateMaintenanceWindowUsingPOSTForbidden with default headers values

func (*CreateMaintenanceWindowUsingPOSTForbidden) Error

type CreateMaintenanceWindowUsingPOSTNotFound

type CreateMaintenanceWindowUsingPOSTNotFound struct {
}

CreateMaintenanceWindowUsingPOSTNotFound handles this case with default header values.

Not Found

func NewCreateMaintenanceWindowUsingPOSTNotFound

func NewCreateMaintenanceWindowUsingPOSTNotFound() *CreateMaintenanceWindowUsingPOSTNotFound

NewCreateMaintenanceWindowUsingPOSTNotFound creates a CreateMaintenanceWindowUsingPOSTNotFound with default headers values

func (*CreateMaintenanceWindowUsingPOSTNotFound) Error

type CreateMaintenanceWindowUsingPOSTOK

type CreateMaintenanceWindowUsingPOSTOK struct {
	Payload *models.MaintenanceWindowDto
}

CreateMaintenanceWindowUsingPOSTOK handles this case with default header values.

OK

func NewCreateMaintenanceWindowUsingPOSTOK

func NewCreateMaintenanceWindowUsingPOSTOK() *CreateMaintenanceWindowUsingPOSTOK

NewCreateMaintenanceWindowUsingPOSTOK creates a CreateMaintenanceWindowUsingPOSTOK with default headers values

func (*CreateMaintenanceWindowUsingPOSTOK) Error

func (*CreateMaintenanceWindowUsingPOSTOK) GetPayload

type CreateMaintenanceWindowUsingPOSTParams

type CreateMaintenanceWindowUsingPOSTParams struct {

	/*MaintenanceWindowDto
	  maintenanceWindowDto

	*/
	MaintenanceWindowDto *models.MaintenanceWindowDto

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

CreateMaintenanceWindowUsingPOSTParams contains all the parameters to send to the API endpoint for the create maintenance window using p o s t operation typically these are written to a http.Request

func NewCreateMaintenanceWindowUsingPOSTParams

func NewCreateMaintenanceWindowUsingPOSTParams() *CreateMaintenanceWindowUsingPOSTParams

NewCreateMaintenanceWindowUsingPOSTParams creates a new CreateMaintenanceWindowUsingPOSTParams object with the default values initialized.

func NewCreateMaintenanceWindowUsingPOSTParamsWithContext

func NewCreateMaintenanceWindowUsingPOSTParamsWithContext(ctx context.Context) *CreateMaintenanceWindowUsingPOSTParams

NewCreateMaintenanceWindowUsingPOSTParamsWithContext creates a new CreateMaintenanceWindowUsingPOSTParams object with the default values initialized, and the ability to set a context for a request

func NewCreateMaintenanceWindowUsingPOSTParamsWithHTTPClient

func NewCreateMaintenanceWindowUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateMaintenanceWindowUsingPOSTParams

NewCreateMaintenanceWindowUsingPOSTParamsWithHTTPClient creates a new CreateMaintenanceWindowUsingPOSTParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateMaintenanceWindowUsingPOSTParamsWithTimeout

func NewCreateMaintenanceWindowUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateMaintenanceWindowUsingPOSTParams

NewCreateMaintenanceWindowUsingPOSTParamsWithTimeout creates a new CreateMaintenanceWindowUsingPOSTParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateMaintenanceWindowUsingPOSTParams) SetContext

SetContext adds the context to the create maintenance window using p o s t params

func (*CreateMaintenanceWindowUsingPOSTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create maintenance window using p o s t params

func (*CreateMaintenanceWindowUsingPOSTParams) SetMaintenanceWindowDto

func (o *CreateMaintenanceWindowUsingPOSTParams) SetMaintenanceWindowDto(maintenanceWindowDto *models.MaintenanceWindowDto)

SetMaintenanceWindowDto adds the maintenanceWindowDto to the create maintenance window using p o s t params

func (*CreateMaintenanceWindowUsingPOSTParams) SetTimeout

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

SetTimeout adds the timeout to the create maintenance window using p o s t params

func (*CreateMaintenanceWindowUsingPOSTParams) WithContext

WithContext adds the context to the create maintenance window using p o s t params

func (*CreateMaintenanceWindowUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create maintenance window using p o s t params

func (*CreateMaintenanceWindowUsingPOSTParams) WithMaintenanceWindowDto

WithMaintenanceWindowDto adds the maintenanceWindowDto to the create maintenance window using p o s t params

func (*CreateMaintenanceWindowUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the create maintenance window using p o s t params

func (*CreateMaintenanceWindowUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateMaintenanceWindowUsingPOSTReader

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

CreateMaintenanceWindowUsingPOSTReader is a Reader for the CreateMaintenanceWindowUsingPOST structure.

func (*CreateMaintenanceWindowUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateMaintenanceWindowUsingPOSTUnauthorized

type CreateMaintenanceWindowUsingPOSTUnauthorized struct {
}

CreateMaintenanceWindowUsingPOSTUnauthorized handles this case with default header values.

Unauthorized

func NewCreateMaintenanceWindowUsingPOSTUnauthorized

func NewCreateMaintenanceWindowUsingPOSTUnauthorized() *CreateMaintenanceWindowUsingPOSTUnauthorized

NewCreateMaintenanceWindowUsingPOSTUnauthorized creates a CreateMaintenanceWindowUsingPOSTUnauthorized with default headers values

func (*CreateMaintenanceWindowUsingPOSTUnauthorized) Error

type DeleteMaintenanceWindowUsingDELETEForbidden

type DeleteMaintenanceWindowUsingDELETEForbidden struct {
}

DeleteMaintenanceWindowUsingDELETEForbidden handles this case with default header values.

Forbidden

func NewDeleteMaintenanceWindowUsingDELETEForbidden

func NewDeleteMaintenanceWindowUsingDELETEForbidden() *DeleteMaintenanceWindowUsingDELETEForbidden

NewDeleteMaintenanceWindowUsingDELETEForbidden creates a DeleteMaintenanceWindowUsingDELETEForbidden with default headers values

func (*DeleteMaintenanceWindowUsingDELETEForbidden) Error

type DeleteMaintenanceWindowUsingDELETENoContent

type DeleteMaintenanceWindowUsingDELETENoContent struct {
}

DeleteMaintenanceWindowUsingDELETENoContent handles this case with default header values.

No Content

func NewDeleteMaintenanceWindowUsingDELETENoContent

func NewDeleteMaintenanceWindowUsingDELETENoContent() *DeleteMaintenanceWindowUsingDELETENoContent

NewDeleteMaintenanceWindowUsingDELETENoContent creates a DeleteMaintenanceWindowUsingDELETENoContent with default headers values

func (*DeleteMaintenanceWindowUsingDELETENoContent) Error

type DeleteMaintenanceWindowUsingDELETEOK

type DeleteMaintenanceWindowUsingDELETEOK struct {
}

DeleteMaintenanceWindowUsingDELETEOK handles this case with default header values.

OK

func NewDeleteMaintenanceWindowUsingDELETEOK

func NewDeleteMaintenanceWindowUsingDELETEOK() *DeleteMaintenanceWindowUsingDELETEOK

NewDeleteMaintenanceWindowUsingDELETEOK creates a DeleteMaintenanceWindowUsingDELETEOK with default headers values

func (*DeleteMaintenanceWindowUsingDELETEOK) Error

type DeleteMaintenanceWindowUsingDELETEParams

type DeleteMaintenanceWindowUsingDELETEParams struct {

	/*MaintenanceWindowID
	  maintenanceWindowId

	*/
	MaintenanceWindowID int64

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

DeleteMaintenanceWindowUsingDELETEParams contains all the parameters to send to the API endpoint for the delete maintenance window using d e l e t e operation typically these are written to a http.Request

func NewDeleteMaintenanceWindowUsingDELETEParams

func NewDeleteMaintenanceWindowUsingDELETEParams() *DeleteMaintenanceWindowUsingDELETEParams

NewDeleteMaintenanceWindowUsingDELETEParams creates a new DeleteMaintenanceWindowUsingDELETEParams object with the default values initialized.

func NewDeleteMaintenanceWindowUsingDELETEParamsWithContext

func NewDeleteMaintenanceWindowUsingDELETEParamsWithContext(ctx context.Context) *DeleteMaintenanceWindowUsingDELETEParams

NewDeleteMaintenanceWindowUsingDELETEParamsWithContext creates a new DeleteMaintenanceWindowUsingDELETEParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteMaintenanceWindowUsingDELETEParamsWithHTTPClient

func NewDeleteMaintenanceWindowUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteMaintenanceWindowUsingDELETEParams

NewDeleteMaintenanceWindowUsingDELETEParamsWithHTTPClient creates a new DeleteMaintenanceWindowUsingDELETEParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteMaintenanceWindowUsingDELETEParamsWithTimeout

func NewDeleteMaintenanceWindowUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteMaintenanceWindowUsingDELETEParams

NewDeleteMaintenanceWindowUsingDELETEParamsWithTimeout creates a new DeleteMaintenanceWindowUsingDELETEParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteMaintenanceWindowUsingDELETEParams) SetContext

SetContext adds the context to the delete maintenance window using d e l e t e params

func (*DeleteMaintenanceWindowUsingDELETEParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete maintenance window using d e l e t e params

func (*DeleteMaintenanceWindowUsingDELETEParams) SetMaintenanceWindowID

func (o *DeleteMaintenanceWindowUsingDELETEParams) SetMaintenanceWindowID(maintenanceWindowID int64)

SetMaintenanceWindowID adds the maintenanceWindowId to the delete maintenance window using d e l e t e params

func (*DeleteMaintenanceWindowUsingDELETEParams) SetTimeout

SetTimeout adds the timeout to the delete maintenance window using d e l e t e params

func (*DeleteMaintenanceWindowUsingDELETEParams) WithContext

WithContext adds the context to the delete maintenance window using d e l e t e params

func (*DeleteMaintenanceWindowUsingDELETEParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete maintenance window using d e l e t e params

func (*DeleteMaintenanceWindowUsingDELETEParams) WithMaintenanceWindowID

func (o *DeleteMaintenanceWindowUsingDELETEParams) WithMaintenanceWindowID(maintenanceWindowID int64) *DeleteMaintenanceWindowUsingDELETEParams

WithMaintenanceWindowID adds the maintenanceWindowID to the delete maintenance window using d e l e t e params

func (*DeleteMaintenanceWindowUsingDELETEParams) WithTimeout

WithTimeout adds the timeout to the delete maintenance window using d e l e t e params

func (*DeleteMaintenanceWindowUsingDELETEParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteMaintenanceWindowUsingDELETEReader

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

DeleteMaintenanceWindowUsingDELETEReader is a Reader for the DeleteMaintenanceWindowUsingDELETE structure.

func (*DeleteMaintenanceWindowUsingDELETEReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteMaintenanceWindowUsingDELETEUnauthorized

type DeleteMaintenanceWindowUsingDELETEUnauthorized struct {
}

DeleteMaintenanceWindowUsingDELETEUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteMaintenanceWindowUsingDELETEUnauthorized

func NewDeleteMaintenanceWindowUsingDELETEUnauthorized() *DeleteMaintenanceWindowUsingDELETEUnauthorized

NewDeleteMaintenanceWindowUsingDELETEUnauthorized creates a DeleteMaintenanceWindowUsingDELETEUnauthorized with default headers values

func (*DeleteMaintenanceWindowUsingDELETEUnauthorized) Error

type GetMaintenanceWindowUsingGETForbidden

type GetMaintenanceWindowUsingGETForbidden struct {
}

GetMaintenanceWindowUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetMaintenanceWindowUsingGETForbidden

func NewGetMaintenanceWindowUsingGETForbidden() *GetMaintenanceWindowUsingGETForbidden

NewGetMaintenanceWindowUsingGETForbidden creates a GetMaintenanceWindowUsingGETForbidden with default headers values

func (*GetMaintenanceWindowUsingGETForbidden) Error

type GetMaintenanceWindowUsingGETNotFound

type GetMaintenanceWindowUsingGETNotFound struct {
}

GetMaintenanceWindowUsingGETNotFound handles this case with default header values.

Not Found

func NewGetMaintenanceWindowUsingGETNotFound

func NewGetMaintenanceWindowUsingGETNotFound() *GetMaintenanceWindowUsingGETNotFound

NewGetMaintenanceWindowUsingGETNotFound creates a GetMaintenanceWindowUsingGETNotFound with default headers values

func (*GetMaintenanceWindowUsingGETNotFound) Error

type GetMaintenanceWindowUsingGETOK

type GetMaintenanceWindowUsingGETOK struct {
	Payload *models.MaintenanceWindowDto
}

GetMaintenanceWindowUsingGETOK handles this case with default header values.

OK

func NewGetMaintenanceWindowUsingGETOK

func NewGetMaintenanceWindowUsingGETOK() *GetMaintenanceWindowUsingGETOK

NewGetMaintenanceWindowUsingGETOK creates a GetMaintenanceWindowUsingGETOK with default headers values

func (*GetMaintenanceWindowUsingGETOK) Error

func (*GetMaintenanceWindowUsingGETOK) GetPayload

type GetMaintenanceWindowUsingGETParams

type GetMaintenanceWindowUsingGETParams struct {

	/*MaintenanceWindowID
	  maintenanceWindowId

	*/
	MaintenanceWindowID int64

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

GetMaintenanceWindowUsingGETParams contains all the parameters to send to the API endpoint for the get maintenance window using g e t operation typically these are written to a http.Request

func NewGetMaintenanceWindowUsingGETParams

func NewGetMaintenanceWindowUsingGETParams() *GetMaintenanceWindowUsingGETParams

NewGetMaintenanceWindowUsingGETParams creates a new GetMaintenanceWindowUsingGETParams object with the default values initialized.

func NewGetMaintenanceWindowUsingGETParamsWithContext

func NewGetMaintenanceWindowUsingGETParamsWithContext(ctx context.Context) *GetMaintenanceWindowUsingGETParams

NewGetMaintenanceWindowUsingGETParamsWithContext creates a new GetMaintenanceWindowUsingGETParams object with the default values initialized, and the ability to set a context for a request

func NewGetMaintenanceWindowUsingGETParamsWithHTTPClient

func NewGetMaintenanceWindowUsingGETParamsWithHTTPClient(client *http.Client) *GetMaintenanceWindowUsingGETParams

NewGetMaintenanceWindowUsingGETParamsWithHTTPClient creates a new GetMaintenanceWindowUsingGETParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetMaintenanceWindowUsingGETParamsWithTimeout

func NewGetMaintenanceWindowUsingGETParamsWithTimeout(timeout time.Duration) *GetMaintenanceWindowUsingGETParams

NewGetMaintenanceWindowUsingGETParamsWithTimeout creates a new GetMaintenanceWindowUsingGETParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetMaintenanceWindowUsingGETParams) SetContext

SetContext adds the context to the get maintenance window using g e t params

func (*GetMaintenanceWindowUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get maintenance window using g e t params

func (*GetMaintenanceWindowUsingGETParams) SetMaintenanceWindowID

func (o *GetMaintenanceWindowUsingGETParams) SetMaintenanceWindowID(maintenanceWindowID int64)

SetMaintenanceWindowID adds the maintenanceWindowId to the get maintenance window using g e t params

func (*GetMaintenanceWindowUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get maintenance window using g e t params

func (*GetMaintenanceWindowUsingGETParams) WithContext

WithContext adds the context to the get maintenance window using g e t params

func (*GetMaintenanceWindowUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get maintenance window using g e t params

func (*GetMaintenanceWindowUsingGETParams) WithMaintenanceWindowID

func (o *GetMaintenanceWindowUsingGETParams) WithMaintenanceWindowID(maintenanceWindowID int64) *GetMaintenanceWindowUsingGETParams

WithMaintenanceWindowID adds the maintenanceWindowID to the get maintenance window using g e t params

func (*GetMaintenanceWindowUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get maintenance window using g e t params

func (*GetMaintenanceWindowUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetMaintenanceWindowUsingGETReader

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

GetMaintenanceWindowUsingGETReader is a Reader for the GetMaintenanceWindowUsingGET structure.

func (*GetMaintenanceWindowUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetMaintenanceWindowUsingGETUnauthorized

type GetMaintenanceWindowUsingGETUnauthorized struct {
}

GetMaintenanceWindowUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetMaintenanceWindowUsingGETUnauthorized

func NewGetMaintenanceWindowUsingGETUnauthorized() *GetMaintenanceWindowUsingGETUnauthorized

NewGetMaintenanceWindowUsingGETUnauthorized creates a GetMaintenanceWindowUsingGETUnauthorized with default headers values

func (*GetMaintenanceWindowUsingGETUnauthorized) Error

type GetMaintenanceWindowsUsingGETForbidden

type GetMaintenanceWindowsUsingGETForbidden struct {
}

GetMaintenanceWindowsUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetMaintenanceWindowsUsingGETForbidden

func NewGetMaintenanceWindowsUsingGETForbidden() *GetMaintenanceWindowsUsingGETForbidden

NewGetMaintenanceWindowsUsingGETForbidden creates a GetMaintenanceWindowsUsingGETForbidden with default headers values

func (*GetMaintenanceWindowsUsingGETForbidden) Error

type GetMaintenanceWindowsUsingGETNotFound

type GetMaintenanceWindowsUsingGETNotFound struct {
}

GetMaintenanceWindowsUsingGETNotFound handles this case with default header values.

Not Found

func NewGetMaintenanceWindowsUsingGETNotFound

func NewGetMaintenanceWindowsUsingGETNotFound() *GetMaintenanceWindowsUsingGETNotFound

NewGetMaintenanceWindowsUsingGETNotFound creates a GetMaintenanceWindowsUsingGETNotFound with default headers values

func (*GetMaintenanceWindowsUsingGETNotFound) Error

type GetMaintenanceWindowsUsingGETOK

type GetMaintenanceWindowsUsingGETOK struct {
	Payload *models.ListHolderDtoMaintenanceWindowDto
}

GetMaintenanceWindowsUsingGETOK handles this case with default header values.

OK

func NewGetMaintenanceWindowsUsingGETOK

func NewGetMaintenanceWindowsUsingGETOK() *GetMaintenanceWindowsUsingGETOK

NewGetMaintenanceWindowsUsingGETOK creates a GetMaintenanceWindowsUsingGETOK with default headers values

func (*GetMaintenanceWindowsUsingGETOK) Error

func (*GetMaintenanceWindowsUsingGETOK) GetPayload

type GetMaintenanceWindowsUsingGETParams

type GetMaintenanceWindowsUsingGETParams struct {

	/*Filter
	  freeTextFilter

	*/
	Filter *string

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

GetMaintenanceWindowsUsingGETParams contains all the parameters to send to the API endpoint for the get maintenance windows using g e t operation typically these are written to a http.Request

func NewGetMaintenanceWindowsUsingGETParams

func NewGetMaintenanceWindowsUsingGETParams() *GetMaintenanceWindowsUsingGETParams

NewGetMaintenanceWindowsUsingGETParams creates a new GetMaintenanceWindowsUsingGETParams object with the default values initialized.

func NewGetMaintenanceWindowsUsingGETParamsWithContext

func NewGetMaintenanceWindowsUsingGETParamsWithContext(ctx context.Context) *GetMaintenanceWindowsUsingGETParams

NewGetMaintenanceWindowsUsingGETParamsWithContext creates a new GetMaintenanceWindowsUsingGETParams object with the default values initialized, and the ability to set a context for a request

func NewGetMaintenanceWindowsUsingGETParamsWithHTTPClient

func NewGetMaintenanceWindowsUsingGETParamsWithHTTPClient(client *http.Client) *GetMaintenanceWindowsUsingGETParams

NewGetMaintenanceWindowsUsingGETParamsWithHTTPClient creates a new GetMaintenanceWindowsUsingGETParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetMaintenanceWindowsUsingGETParamsWithTimeout

func NewGetMaintenanceWindowsUsingGETParamsWithTimeout(timeout time.Duration) *GetMaintenanceWindowsUsingGETParams

NewGetMaintenanceWindowsUsingGETParamsWithTimeout creates a new GetMaintenanceWindowsUsingGETParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetMaintenanceWindowsUsingGETParams) SetContext

SetContext adds the context to the get maintenance windows using g e t params

func (*GetMaintenanceWindowsUsingGETParams) SetFilter

func (o *GetMaintenanceWindowsUsingGETParams) SetFilter(filter *string)

SetFilter adds the filter to the get maintenance windows using g e t params

func (*GetMaintenanceWindowsUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get maintenance windows using g e t params

func (*GetMaintenanceWindowsUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get maintenance windows using g e t params

func (*GetMaintenanceWindowsUsingGETParams) WithContext

WithContext adds the context to the get maintenance windows using g e t params

func (*GetMaintenanceWindowsUsingGETParams) WithFilter

WithFilter adds the filter to the get maintenance windows using g e t params

func (*GetMaintenanceWindowsUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get maintenance windows using g e t params

func (*GetMaintenanceWindowsUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get maintenance windows using g e t params

func (*GetMaintenanceWindowsUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetMaintenanceWindowsUsingGETReader

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

GetMaintenanceWindowsUsingGETReader is a Reader for the GetMaintenanceWindowsUsingGET structure.

func (*GetMaintenanceWindowsUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetMaintenanceWindowsUsingGETUnauthorized

type GetMaintenanceWindowsUsingGETUnauthorized struct {
}

GetMaintenanceWindowsUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetMaintenanceWindowsUsingGETUnauthorized

func NewGetMaintenanceWindowsUsingGETUnauthorized() *GetMaintenanceWindowsUsingGETUnauthorized

NewGetMaintenanceWindowsUsingGETUnauthorized creates a GetMaintenanceWindowsUsingGETUnauthorized with default headers values

func (*GetMaintenanceWindowsUsingGETUnauthorized) Error

type PatchMaintenanceWindowUsingPATCHForbidden

type PatchMaintenanceWindowUsingPATCHForbidden struct {
}

PatchMaintenanceWindowUsingPATCHForbidden handles this case with default header values.

Forbidden

func NewPatchMaintenanceWindowUsingPATCHForbidden

func NewPatchMaintenanceWindowUsingPATCHForbidden() *PatchMaintenanceWindowUsingPATCHForbidden

NewPatchMaintenanceWindowUsingPATCHForbidden creates a PatchMaintenanceWindowUsingPATCHForbidden with default headers values

func (*PatchMaintenanceWindowUsingPATCHForbidden) Error

type PatchMaintenanceWindowUsingPATCHNoContent

type PatchMaintenanceWindowUsingPATCHNoContent struct {
}

PatchMaintenanceWindowUsingPATCHNoContent handles this case with default header values.

No Content

func NewPatchMaintenanceWindowUsingPATCHNoContent

func NewPatchMaintenanceWindowUsingPATCHNoContent() *PatchMaintenanceWindowUsingPATCHNoContent

NewPatchMaintenanceWindowUsingPATCHNoContent creates a PatchMaintenanceWindowUsingPATCHNoContent with default headers values

func (*PatchMaintenanceWindowUsingPATCHNoContent) Error

type PatchMaintenanceWindowUsingPATCHOK

type PatchMaintenanceWindowUsingPATCHOK struct {
	Payload *models.MaintenanceWindowDto
}

PatchMaintenanceWindowUsingPATCHOK handles this case with default header values.

OK

func NewPatchMaintenanceWindowUsingPATCHOK

func NewPatchMaintenanceWindowUsingPATCHOK() *PatchMaintenanceWindowUsingPATCHOK

NewPatchMaintenanceWindowUsingPATCHOK creates a PatchMaintenanceWindowUsingPATCHOK with default headers values

func (*PatchMaintenanceWindowUsingPATCHOK) Error

func (*PatchMaintenanceWindowUsingPATCHOK) GetPayload

type PatchMaintenanceWindowUsingPATCHParams

type PatchMaintenanceWindowUsingPATCHParams struct {

	/*MaintenanceWindowDto
	  maintenanceWindowDto

	*/
	MaintenanceWindowDto *models.MaintenanceWindowDto
	/*MaintenanceWindowID
	  maintenanceWindowId

	*/
	MaintenanceWindowID int64

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

PatchMaintenanceWindowUsingPATCHParams contains all the parameters to send to the API endpoint for the patch maintenance window using p a t c h operation typically these are written to a http.Request

func NewPatchMaintenanceWindowUsingPATCHParams

func NewPatchMaintenanceWindowUsingPATCHParams() *PatchMaintenanceWindowUsingPATCHParams

NewPatchMaintenanceWindowUsingPATCHParams creates a new PatchMaintenanceWindowUsingPATCHParams object with the default values initialized.

func NewPatchMaintenanceWindowUsingPATCHParamsWithContext

func NewPatchMaintenanceWindowUsingPATCHParamsWithContext(ctx context.Context) *PatchMaintenanceWindowUsingPATCHParams

NewPatchMaintenanceWindowUsingPATCHParamsWithContext creates a new PatchMaintenanceWindowUsingPATCHParams object with the default values initialized, and the ability to set a context for a request

func NewPatchMaintenanceWindowUsingPATCHParamsWithHTTPClient

func NewPatchMaintenanceWindowUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchMaintenanceWindowUsingPATCHParams

NewPatchMaintenanceWindowUsingPATCHParamsWithHTTPClient creates a new PatchMaintenanceWindowUsingPATCHParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchMaintenanceWindowUsingPATCHParamsWithTimeout

func NewPatchMaintenanceWindowUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchMaintenanceWindowUsingPATCHParams

NewPatchMaintenanceWindowUsingPATCHParamsWithTimeout creates a new PatchMaintenanceWindowUsingPATCHParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchMaintenanceWindowUsingPATCHParams) SetContext

SetContext adds the context to the patch maintenance window using p a t c h params

func (*PatchMaintenanceWindowUsingPATCHParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch maintenance window using p a t c h params

func (*PatchMaintenanceWindowUsingPATCHParams) SetMaintenanceWindowDto

func (o *PatchMaintenanceWindowUsingPATCHParams) SetMaintenanceWindowDto(maintenanceWindowDto *models.MaintenanceWindowDto)

SetMaintenanceWindowDto adds the maintenanceWindowDto to the patch maintenance window using p a t c h params

func (*PatchMaintenanceWindowUsingPATCHParams) SetMaintenanceWindowID

func (o *PatchMaintenanceWindowUsingPATCHParams) SetMaintenanceWindowID(maintenanceWindowID int64)

SetMaintenanceWindowID adds the maintenanceWindowId to the patch maintenance window using p a t c h params

func (*PatchMaintenanceWindowUsingPATCHParams) SetTimeout

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

SetTimeout adds the timeout to the patch maintenance window using p a t c h params

func (*PatchMaintenanceWindowUsingPATCHParams) WithContext

WithContext adds the context to the patch maintenance window using p a t c h params

func (*PatchMaintenanceWindowUsingPATCHParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch maintenance window using p a t c h params

func (*PatchMaintenanceWindowUsingPATCHParams) WithMaintenanceWindowDto

WithMaintenanceWindowDto adds the maintenanceWindowDto to the patch maintenance window using p a t c h params

func (*PatchMaintenanceWindowUsingPATCHParams) WithMaintenanceWindowID

func (o *PatchMaintenanceWindowUsingPATCHParams) WithMaintenanceWindowID(maintenanceWindowID int64) *PatchMaintenanceWindowUsingPATCHParams

WithMaintenanceWindowID adds the maintenanceWindowID to the patch maintenance window using p a t c h params

func (*PatchMaintenanceWindowUsingPATCHParams) WithTimeout

WithTimeout adds the timeout to the patch maintenance window using p a t c h params

func (*PatchMaintenanceWindowUsingPATCHParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchMaintenanceWindowUsingPATCHReader

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

PatchMaintenanceWindowUsingPATCHReader is a Reader for the PatchMaintenanceWindowUsingPATCH structure.

func (*PatchMaintenanceWindowUsingPATCHReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchMaintenanceWindowUsingPATCHUnauthorized

type PatchMaintenanceWindowUsingPATCHUnauthorized struct {
}

PatchMaintenanceWindowUsingPATCHUnauthorized handles this case with default header values.

Unauthorized

func NewPatchMaintenanceWindowUsingPATCHUnauthorized

func NewPatchMaintenanceWindowUsingPATCHUnauthorized() *PatchMaintenanceWindowUsingPATCHUnauthorized

NewPatchMaintenanceWindowUsingPATCHUnauthorized creates a PatchMaintenanceWindowUsingPATCHUnauthorized with default headers values

func (*PatchMaintenanceWindowUsingPATCHUnauthorized) Error

type UpdateMaintenanceWindowUsingPUTCreated

type UpdateMaintenanceWindowUsingPUTCreated struct {
}

UpdateMaintenanceWindowUsingPUTCreated handles this case with default header values.

Created

func NewUpdateMaintenanceWindowUsingPUTCreated

func NewUpdateMaintenanceWindowUsingPUTCreated() *UpdateMaintenanceWindowUsingPUTCreated

NewUpdateMaintenanceWindowUsingPUTCreated creates a UpdateMaintenanceWindowUsingPUTCreated with default headers values

func (*UpdateMaintenanceWindowUsingPUTCreated) Error

type UpdateMaintenanceWindowUsingPUTForbidden

type UpdateMaintenanceWindowUsingPUTForbidden struct {
}

UpdateMaintenanceWindowUsingPUTForbidden handles this case with default header values.

Forbidden

func NewUpdateMaintenanceWindowUsingPUTForbidden

func NewUpdateMaintenanceWindowUsingPUTForbidden() *UpdateMaintenanceWindowUsingPUTForbidden

NewUpdateMaintenanceWindowUsingPUTForbidden creates a UpdateMaintenanceWindowUsingPUTForbidden with default headers values

func (*UpdateMaintenanceWindowUsingPUTForbidden) Error

type UpdateMaintenanceWindowUsingPUTNotFound

type UpdateMaintenanceWindowUsingPUTNotFound struct {
}

UpdateMaintenanceWindowUsingPUTNotFound handles this case with default header values.

Not Found

func NewUpdateMaintenanceWindowUsingPUTNotFound

func NewUpdateMaintenanceWindowUsingPUTNotFound() *UpdateMaintenanceWindowUsingPUTNotFound

NewUpdateMaintenanceWindowUsingPUTNotFound creates a UpdateMaintenanceWindowUsingPUTNotFound with default headers values

func (*UpdateMaintenanceWindowUsingPUTNotFound) Error

type UpdateMaintenanceWindowUsingPUTOK

type UpdateMaintenanceWindowUsingPUTOK struct {
	Payload *models.MaintenanceWindowDto
}

UpdateMaintenanceWindowUsingPUTOK handles this case with default header values.

OK

func NewUpdateMaintenanceWindowUsingPUTOK

func NewUpdateMaintenanceWindowUsingPUTOK() *UpdateMaintenanceWindowUsingPUTOK

NewUpdateMaintenanceWindowUsingPUTOK creates a UpdateMaintenanceWindowUsingPUTOK with default headers values

func (*UpdateMaintenanceWindowUsingPUTOK) Error

func (*UpdateMaintenanceWindowUsingPUTOK) GetPayload

type UpdateMaintenanceWindowUsingPUTParams

type UpdateMaintenanceWindowUsingPUTParams struct {

	/*MaintenanceWindowDto
	  maintenanceWindowDto

	*/
	MaintenanceWindowDto *models.MaintenanceWindowDto
	/*MaintenanceWindowID
	  maintenanceWindowId

	*/
	MaintenanceWindowID int64

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

UpdateMaintenanceWindowUsingPUTParams contains all the parameters to send to the API endpoint for the update maintenance window using p u t operation typically these are written to a http.Request

func NewUpdateMaintenanceWindowUsingPUTParams

func NewUpdateMaintenanceWindowUsingPUTParams() *UpdateMaintenanceWindowUsingPUTParams

NewUpdateMaintenanceWindowUsingPUTParams creates a new UpdateMaintenanceWindowUsingPUTParams object with the default values initialized.

func NewUpdateMaintenanceWindowUsingPUTParamsWithContext

func NewUpdateMaintenanceWindowUsingPUTParamsWithContext(ctx context.Context) *UpdateMaintenanceWindowUsingPUTParams

NewUpdateMaintenanceWindowUsingPUTParamsWithContext creates a new UpdateMaintenanceWindowUsingPUTParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateMaintenanceWindowUsingPUTParamsWithHTTPClient

func NewUpdateMaintenanceWindowUsingPUTParamsWithHTTPClient(client *http.Client) *UpdateMaintenanceWindowUsingPUTParams

NewUpdateMaintenanceWindowUsingPUTParamsWithHTTPClient creates a new UpdateMaintenanceWindowUsingPUTParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateMaintenanceWindowUsingPUTParamsWithTimeout

func NewUpdateMaintenanceWindowUsingPUTParamsWithTimeout(timeout time.Duration) *UpdateMaintenanceWindowUsingPUTParams

NewUpdateMaintenanceWindowUsingPUTParamsWithTimeout creates a new UpdateMaintenanceWindowUsingPUTParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateMaintenanceWindowUsingPUTParams) SetContext

SetContext adds the context to the update maintenance window using p u t params

func (*UpdateMaintenanceWindowUsingPUTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update maintenance window using p u t params

func (*UpdateMaintenanceWindowUsingPUTParams) SetMaintenanceWindowDto

func (o *UpdateMaintenanceWindowUsingPUTParams) SetMaintenanceWindowDto(maintenanceWindowDto *models.MaintenanceWindowDto)

SetMaintenanceWindowDto adds the maintenanceWindowDto to the update maintenance window using p u t params

func (*UpdateMaintenanceWindowUsingPUTParams) SetMaintenanceWindowID

func (o *UpdateMaintenanceWindowUsingPUTParams) SetMaintenanceWindowID(maintenanceWindowID int64)

SetMaintenanceWindowID adds the maintenanceWindowId to the update maintenance window using p u t params

func (*UpdateMaintenanceWindowUsingPUTParams) SetTimeout

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

SetTimeout adds the timeout to the update maintenance window using p u t params

func (*UpdateMaintenanceWindowUsingPUTParams) WithContext

WithContext adds the context to the update maintenance window using p u t params

func (*UpdateMaintenanceWindowUsingPUTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update maintenance window using p u t params

func (*UpdateMaintenanceWindowUsingPUTParams) WithMaintenanceWindowDto

WithMaintenanceWindowDto adds the maintenanceWindowDto to the update maintenance window using p u t params

func (*UpdateMaintenanceWindowUsingPUTParams) WithMaintenanceWindowID

func (o *UpdateMaintenanceWindowUsingPUTParams) WithMaintenanceWindowID(maintenanceWindowID int64) *UpdateMaintenanceWindowUsingPUTParams

WithMaintenanceWindowID adds the maintenanceWindowID to the update maintenance window using p u t params

func (*UpdateMaintenanceWindowUsingPUTParams) WithTimeout

WithTimeout adds the timeout to the update maintenance window using p u t params

func (*UpdateMaintenanceWindowUsingPUTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateMaintenanceWindowUsingPUTReader

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

UpdateMaintenanceWindowUsingPUTReader is a Reader for the UpdateMaintenanceWindowUsingPUT structure.

func (*UpdateMaintenanceWindowUsingPUTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateMaintenanceWindowUsingPUTUnauthorized

type UpdateMaintenanceWindowUsingPUTUnauthorized struct {
}

UpdateMaintenanceWindowUsingPUTUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateMaintenanceWindowUsingPUTUnauthorized

func NewUpdateMaintenanceWindowUsingPUTUnauthorized() *UpdateMaintenanceWindowUsingPUTUnauthorized

NewUpdateMaintenanceWindowUsingPUTUnauthorized creates a UpdateMaintenanceWindowUsingPUTUnauthorized with default headers values

func (*UpdateMaintenanceWindowUsingPUTUnauthorized) Error

Jump to

Keyboard shortcuts

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