machine

package
v0.15.1 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2021 License: MIT Imports: 11 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AbortReinstallMachineDefault added in v0.4.0

type AbortReinstallMachineDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
AbortReinstallMachineDefault describes a response with status code -1, with default header values.

Error

func NewAbortReinstallMachineDefault added in v0.4.0

func NewAbortReinstallMachineDefault(code int) *AbortReinstallMachineDefault

NewAbortReinstallMachineDefault creates a AbortReinstallMachineDefault with default headers values

func (*AbortReinstallMachineDefault) Code added in v0.4.0

Code gets the status code for the abort reinstall machine default response

func (*AbortReinstallMachineDefault) Error added in v0.4.0

func (*AbortReinstallMachineDefault) GetPayload added in v0.11.0

type AbortReinstallMachineOK added in v0.4.0

type AbortReinstallMachineOK struct {
	Payload *models.V1BootInfo
}
AbortReinstallMachineOK describes a response with status code 200, with default header values.

OK

func NewAbortReinstallMachineOK added in v0.4.0

func NewAbortReinstallMachineOK() *AbortReinstallMachineOK

NewAbortReinstallMachineOK creates a AbortReinstallMachineOK with default headers values

func (*AbortReinstallMachineOK) Error added in v0.4.0

func (o *AbortReinstallMachineOK) Error() string

func (*AbortReinstallMachineOK) GetPayload added in v0.11.0

func (o *AbortReinstallMachineOK) GetPayload() *models.V1BootInfo

type AbortReinstallMachineParams added in v0.4.0

type AbortReinstallMachineParams struct {

	// Body.
	Body *models.V1MachineAbortReinstallRequest

	/* ID.

	   identifier of the machine
	*/
	ID string

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

AbortReinstallMachineParams contains all the parameters to send to the API endpoint

for the abort reinstall machine operation.

Typically these are written to a http.Request.

func NewAbortReinstallMachineParams added in v0.4.0

func NewAbortReinstallMachineParams() *AbortReinstallMachineParams

NewAbortReinstallMachineParams creates a new AbortReinstallMachineParams 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 NewAbortReinstallMachineParamsWithContext added in v0.4.0

func NewAbortReinstallMachineParamsWithContext(ctx context.Context) *AbortReinstallMachineParams

NewAbortReinstallMachineParamsWithContext creates a new AbortReinstallMachineParams object with the ability to set a context for a request.

func NewAbortReinstallMachineParamsWithHTTPClient added in v0.4.0

func NewAbortReinstallMachineParamsWithHTTPClient(client *http.Client) *AbortReinstallMachineParams

NewAbortReinstallMachineParamsWithHTTPClient creates a new AbortReinstallMachineParams object with the ability to set a custom HTTPClient for a request.

func NewAbortReinstallMachineParamsWithTimeout added in v0.4.0

func NewAbortReinstallMachineParamsWithTimeout(timeout time.Duration) *AbortReinstallMachineParams

NewAbortReinstallMachineParamsWithTimeout creates a new AbortReinstallMachineParams object with the ability to set a timeout on a request.

func (*AbortReinstallMachineParams) SetBody added in v0.4.0

SetBody adds the body to the abort reinstall machine params

func (*AbortReinstallMachineParams) SetContext added in v0.4.0

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

SetContext adds the context to the abort reinstall machine params

func (*AbortReinstallMachineParams) SetDefaults added in v0.12.1

func (o *AbortReinstallMachineParams) SetDefaults()

SetDefaults hydrates default values in the abort reinstall machine params (not the query body).

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

func (*AbortReinstallMachineParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the abort reinstall machine params

func (*AbortReinstallMachineParams) SetID added in v0.4.0

func (o *AbortReinstallMachineParams) SetID(id string)

SetID adds the id to the abort reinstall machine params

func (*AbortReinstallMachineParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the abort reinstall machine params

func (*AbortReinstallMachineParams) WithBody added in v0.4.0

WithBody adds the body to the abort reinstall machine params

func (*AbortReinstallMachineParams) WithContext added in v0.4.0

WithContext adds the context to the abort reinstall machine params

func (*AbortReinstallMachineParams) WithDefaults added in v0.12.1

WithDefaults hydrates default values in the abort reinstall machine params (not the query body).

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

func (*AbortReinstallMachineParams) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the abort reinstall machine params

func (*AbortReinstallMachineParams) WithID added in v0.4.0

WithID adds the id to the abort reinstall machine params

func (*AbortReinstallMachineParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the abort reinstall machine params

func (*AbortReinstallMachineParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type AbortReinstallMachineReader added in v0.4.0

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

AbortReinstallMachineReader is a Reader for the AbortReinstallMachine structure.

func (*AbortReinstallMachineReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type AddProvisioningEventDefault

type AddProvisioningEventDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
AddProvisioningEventDefault describes a response with status code -1, with default header values.

Error

func NewAddProvisioningEventDefault

func NewAddProvisioningEventDefault(code int) *AddProvisioningEventDefault

NewAddProvisioningEventDefault creates a AddProvisioningEventDefault with default headers values

func (*AddProvisioningEventDefault) Code

func (o *AddProvisioningEventDefault) Code() int

Code gets the status code for the add provisioning event default response

func (*AddProvisioningEventDefault) Error

func (*AddProvisioningEventDefault) GetPayload added in v0.11.0

type AddProvisioningEventOK

type AddProvisioningEventOK struct {
	Payload *models.V1MachineRecentProvisioningEvents
}
AddProvisioningEventOK describes a response with status code 200, with default header values.

OK

func NewAddProvisioningEventOK

func NewAddProvisioningEventOK() *AddProvisioningEventOK

NewAddProvisioningEventOK creates a AddProvisioningEventOK with default headers values

func (*AddProvisioningEventOK) Error

func (o *AddProvisioningEventOK) Error() string

func (*AddProvisioningEventOK) GetPayload added in v0.11.0

type AddProvisioningEventParams

type AddProvisioningEventParams struct {

	// Body.
	Body *models.V1MachineProvisioningEvent

	/* ID.

	   identifier of the machine
	*/
	ID string

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

AddProvisioningEventParams contains all the parameters to send to the API endpoint

for the add provisioning event operation.

Typically these are written to a http.Request.

func NewAddProvisioningEventParams

func NewAddProvisioningEventParams() *AddProvisioningEventParams

NewAddProvisioningEventParams creates a new AddProvisioningEventParams 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 NewAddProvisioningEventParamsWithContext

func NewAddProvisioningEventParamsWithContext(ctx context.Context) *AddProvisioningEventParams

NewAddProvisioningEventParamsWithContext creates a new AddProvisioningEventParams object with the ability to set a context for a request.

func NewAddProvisioningEventParamsWithHTTPClient

func NewAddProvisioningEventParamsWithHTTPClient(client *http.Client) *AddProvisioningEventParams

NewAddProvisioningEventParamsWithHTTPClient creates a new AddProvisioningEventParams object with the ability to set a custom HTTPClient for a request.

func NewAddProvisioningEventParamsWithTimeout

func NewAddProvisioningEventParamsWithTimeout(timeout time.Duration) *AddProvisioningEventParams

NewAddProvisioningEventParamsWithTimeout creates a new AddProvisioningEventParams object with the ability to set a timeout on a request.

func (*AddProvisioningEventParams) SetBody

SetBody adds the body to the add provisioning event params

func (*AddProvisioningEventParams) SetContext

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

SetContext adds the context to the add provisioning event params

func (*AddProvisioningEventParams) SetDefaults added in v0.12.1

func (o *AddProvisioningEventParams) SetDefaults()

SetDefaults hydrates default values in the add provisioning event params (not the query body).

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

func (*AddProvisioningEventParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add provisioning event params

func (*AddProvisioningEventParams) SetID

func (o *AddProvisioningEventParams) SetID(id string)

SetID adds the id to the add provisioning event params

func (*AddProvisioningEventParams) SetTimeout

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

SetTimeout adds the timeout to the add provisioning event params

func (*AddProvisioningEventParams) WithBody

WithBody adds the body to the add provisioning event params

func (*AddProvisioningEventParams) WithContext

WithContext adds the context to the add provisioning event params

func (*AddProvisioningEventParams) WithDefaults added in v0.12.1

WithDefaults hydrates default values in the add provisioning event params (not the query body).

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

func (*AddProvisioningEventParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the add provisioning event params

func (*AddProvisioningEventParams) WithID

WithID adds the id to the add provisioning event params

func (*AddProvisioningEventParams) WithTimeout

WithTimeout adds the timeout to the add provisioning event params

func (*AddProvisioningEventParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddProvisioningEventReader

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

AddProvisioningEventReader is a Reader for the AddProvisioningEvent structure.

func (*AddProvisioningEventReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AllocateMachineDefault

type AllocateMachineDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
AllocateMachineDefault describes a response with status code -1, with default header values.

Error

func NewAllocateMachineDefault

func NewAllocateMachineDefault(code int) *AllocateMachineDefault

NewAllocateMachineDefault creates a AllocateMachineDefault with default headers values

func (*AllocateMachineDefault) Code

func (o *AllocateMachineDefault) Code() int

Code gets the status code for the allocate machine default response

func (*AllocateMachineDefault) Error

func (o *AllocateMachineDefault) Error() string

func (*AllocateMachineDefault) GetPayload added in v0.11.0

type AllocateMachineOK

type AllocateMachineOK struct {
	Payload *models.V1MachineResponse
}
AllocateMachineOK describes a response with status code 200, with default header values.

OK

func NewAllocateMachineOK

func NewAllocateMachineOK() *AllocateMachineOK

NewAllocateMachineOK creates a AllocateMachineOK with default headers values

func (*AllocateMachineOK) Error

func (o *AllocateMachineOK) Error() string

func (*AllocateMachineOK) GetPayload added in v0.11.0

func (o *AllocateMachineOK) GetPayload() *models.V1MachineResponse

type AllocateMachineParams

type AllocateMachineParams struct {

	// Body.
	Body *models.V1MachineAllocateRequest

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

AllocateMachineParams contains all the parameters to send to the API endpoint

for the allocate machine operation.

Typically these are written to a http.Request.

func NewAllocateMachineParams

func NewAllocateMachineParams() *AllocateMachineParams

NewAllocateMachineParams creates a new AllocateMachineParams 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 NewAllocateMachineParamsWithContext

func NewAllocateMachineParamsWithContext(ctx context.Context) *AllocateMachineParams

NewAllocateMachineParamsWithContext creates a new AllocateMachineParams object with the ability to set a context for a request.

func NewAllocateMachineParamsWithHTTPClient

func NewAllocateMachineParamsWithHTTPClient(client *http.Client) *AllocateMachineParams

NewAllocateMachineParamsWithHTTPClient creates a new AllocateMachineParams object with the ability to set a custom HTTPClient for a request.

func NewAllocateMachineParamsWithTimeout

func NewAllocateMachineParamsWithTimeout(timeout time.Duration) *AllocateMachineParams

NewAllocateMachineParamsWithTimeout creates a new AllocateMachineParams object with the ability to set a timeout on a request.

func (*AllocateMachineParams) SetBody

SetBody adds the body to the allocate machine params

func (*AllocateMachineParams) SetContext

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

SetContext adds the context to the allocate machine params

func (*AllocateMachineParams) SetDefaults added in v0.12.1

func (o *AllocateMachineParams) SetDefaults()

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

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

func (*AllocateMachineParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the allocate machine params

func (*AllocateMachineParams) SetTimeout

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

SetTimeout adds the timeout to the allocate machine params

func (*AllocateMachineParams) WithBody

WithBody adds the body to the allocate machine params

func (*AllocateMachineParams) WithContext

WithContext adds the context to the allocate machine params

func (*AllocateMachineParams) WithDefaults added in v0.12.1

func (o *AllocateMachineParams) WithDefaults() *AllocateMachineParams

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

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

func (*AllocateMachineParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the allocate machine params

func (*AllocateMachineParams) WithTimeout

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

WithTimeout adds the timeout to the allocate machine params

func (*AllocateMachineParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AllocateMachineReader

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

AllocateMachineReader is a Reader for the AllocateMachine structure.

func (*AllocateMachineReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChassisIdentifyLEDOffDefault

type ChassisIdentifyLEDOffDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
ChassisIdentifyLEDOffDefault describes a response with status code -1, with default header values.

Error

func NewChassisIdentifyLEDOffDefault

func NewChassisIdentifyLEDOffDefault(code int) *ChassisIdentifyLEDOffDefault

NewChassisIdentifyLEDOffDefault creates a ChassisIdentifyLEDOffDefault with default headers values

func (*ChassisIdentifyLEDOffDefault) Code

Code gets the status code for the chassis identify l e d off default response

func (*ChassisIdentifyLEDOffDefault) Error

func (*ChassisIdentifyLEDOffDefault) GetPayload added in v0.11.0

type ChassisIdentifyLEDOffOK

type ChassisIdentifyLEDOffOK struct {
	Payload *models.V1MachineResponse
}
ChassisIdentifyLEDOffOK describes a response with status code 200, with default header values.

OK

func NewChassisIdentifyLEDOffOK

func NewChassisIdentifyLEDOffOK() *ChassisIdentifyLEDOffOK

NewChassisIdentifyLEDOffOK creates a ChassisIdentifyLEDOffOK with default headers values

func (*ChassisIdentifyLEDOffOK) Error

func (o *ChassisIdentifyLEDOffOK) Error() string

func (*ChassisIdentifyLEDOffOK) GetPayload added in v0.11.0

type ChassisIdentifyLEDOffParams

type ChassisIdentifyLEDOffParams struct {

	// Body.
	Body models.V1EmptyBody

	/* Description.

	   reason why the chassis identify LED has been turned off
	*/
	Description *string

	/* ID.

	   identifier of the machine
	*/
	ID string

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

ChassisIdentifyLEDOffParams contains all the parameters to send to the API endpoint

for the chassis identify l e d off operation.

Typically these are written to a http.Request.

func NewChassisIdentifyLEDOffParams

func NewChassisIdentifyLEDOffParams() *ChassisIdentifyLEDOffParams

NewChassisIdentifyLEDOffParams creates a new ChassisIdentifyLEDOffParams 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 NewChassisIdentifyLEDOffParamsWithContext

func NewChassisIdentifyLEDOffParamsWithContext(ctx context.Context) *ChassisIdentifyLEDOffParams

NewChassisIdentifyLEDOffParamsWithContext creates a new ChassisIdentifyLEDOffParams object with the ability to set a context for a request.

func NewChassisIdentifyLEDOffParamsWithHTTPClient

func NewChassisIdentifyLEDOffParamsWithHTTPClient(client *http.Client) *ChassisIdentifyLEDOffParams

NewChassisIdentifyLEDOffParamsWithHTTPClient creates a new ChassisIdentifyLEDOffParams object with the ability to set a custom HTTPClient for a request.

func NewChassisIdentifyLEDOffParamsWithTimeout

func NewChassisIdentifyLEDOffParamsWithTimeout(timeout time.Duration) *ChassisIdentifyLEDOffParams

NewChassisIdentifyLEDOffParamsWithTimeout creates a new ChassisIdentifyLEDOffParams object with the ability to set a timeout on a request.

func (*ChassisIdentifyLEDOffParams) SetBody

SetBody adds the body to the chassis identify l e d off params

func (*ChassisIdentifyLEDOffParams) SetContext

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

SetContext adds the context to the chassis identify l e d off params

func (*ChassisIdentifyLEDOffParams) SetDefaults added in v0.12.1

func (o *ChassisIdentifyLEDOffParams) SetDefaults()

SetDefaults hydrates default values in the chassis identify l e d off params (not the query body).

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

func (*ChassisIdentifyLEDOffParams) SetDescription

func (o *ChassisIdentifyLEDOffParams) SetDescription(description *string)

SetDescription adds the description to the chassis identify l e d off params

func (*ChassisIdentifyLEDOffParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the chassis identify l e d off params

func (*ChassisIdentifyLEDOffParams) SetID

func (o *ChassisIdentifyLEDOffParams) SetID(id string)

SetID adds the id to the chassis identify l e d off params

func (*ChassisIdentifyLEDOffParams) SetTimeout

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

SetTimeout adds the timeout to the chassis identify l e d off params

func (*ChassisIdentifyLEDOffParams) WithBody

WithBody adds the body to the chassis identify l e d off params

func (*ChassisIdentifyLEDOffParams) WithContext

WithContext adds the context to the chassis identify l e d off params

func (*ChassisIdentifyLEDOffParams) WithDefaults added in v0.12.1

WithDefaults hydrates default values in the chassis identify l e d off params (not the query body).

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

func (*ChassisIdentifyLEDOffParams) WithDescription

func (o *ChassisIdentifyLEDOffParams) WithDescription(description *string) *ChassisIdentifyLEDOffParams

WithDescription adds the description to the chassis identify l e d off params

func (*ChassisIdentifyLEDOffParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the chassis identify l e d off params

func (*ChassisIdentifyLEDOffParams) WithID

WithID adds the id to the chassis identify l e d off params

func (*ChassisIdentifyLEDOffParams) WithTimeout

WithTimeout adds the timeout to the chassis identify l e d off params

func (*ChassisIdentifyLEDOffParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ChassisIdentifyLEDOffReader

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

ChassisIdentifyLEDOffReader is a Reader for the ChassisIdentifyLEDOff structure.

func (*ChassisIdentifyLEDOffReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ChassisIdentifyLEDOnDefault

type ChassisIdentifyLEDOnDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
ChassisIdentifyLEDOnDefault describes a response with status code -1, with default header values.

Error

func NewChassisIdentifyLEDOnDefault

func NewChassisIdentifyLEDOnDefault(code int) *ChassisIdentifyLEDOnDefault

NewChassisIdentifyLEDOnDefault creates a ChassisIdentifyLEDOnDefault with default headers values

func (*ChassisIdentifyLEDOnDefault) Code

func (o *ChassisIdentifyLEDOnDefault) Code() int

Code gets the status code for the chassis identify l e d on default response

func (*ChassisIdentifyLEDOnDefault) Error

func (*ChassisIdentifyLEDOnDefault) GetPayload added in v0.11.0

type ChassisIdentifyLEDOnOK

type ChassisIdentifyLEDOnOK struct {
	Payload *models.V1MachineResponse
}
ChassisIdentifyLEDOnOK describes a response with status code 200, with default header values.

OK

func NewChassisIdentifyLEDOnOK

func NewChassisIdentifyLEDOnOK() *ChassisIdentifyLEDOnOK

NewChassisIdentifyLEDOnOK creates a ChassisIdentifyLEDOnOK with default headers values

func (*ChassisIdentifyLEDOnOK) Error

func (o *ChassisIdentifyLEDOnOK) Error() string

func (*ChassisIdentifyLEDOnOK) GetPayload added in v0.11.0

type ChassisIdentifyLEDOnParams

type ChassisIdentifyLEDOnParams struct {

	// Body.
	Body models.V1EmptyBody

	/* Description.

	   identifier of the machine
	*/
	Description *string

	/* ID.

	   identifier of the machine
	*/
	ID string

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

ChassisIdentifyLEDOnParams contains all the parameters to send to the API endpoint

for the chassis identify l e d on operation.

Typically these are written to a http.Request.

func NewChassisIdentifyLEDOnParams

func NewChassisIdentifyLEDOnParams() *ChassisIdentifyLEDOnParams

NewChassisIdentifyLEDOnParams creates a new ChassisIdentifyLEDOnParams 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 NewChassisIdentifyLEDOnParamsWithContext

func NewChassisIdentifyLEDOnParamsWithContext(ctx context.Context) *ChassisIdentifyLEDOnParams

NewChassisIdentifyLEDOnParamsWithContext creates a new ChassisIdentifyLEDOnParams object with the ability to set a context for a request.

func NewChassisIdentifyLEDOnParamsWithHTTPClient

func NewChassisIdentifyLEDOnParamsWithHTTPClient(client *http.Client) *ChassisIdentifyLEDOnParams

NewChassisIdentifyLEDOnParamsWithHTTPClient creates a new ChassisIdentifyLEDOnParams object with the ability to set a custom HTTPClient for a request.

func NewChassisIdentifyLEDOnParamsWithTimeout

func NewChassisIdentifyLEDOnParamsWithTimeout(timeout time.Duration) *ChassisIdentifyLEDOnParams

NewChassisIdentifyLEDOnParamsWithTimeout creates a new ChassisIdentifyLEDOnParams object with the ability to set a timeout on a request.

func (*ChassisIdentifyLEDOnParams) SetBody

SetBody adds the body to the chassis identify l e d on params

func (*ChassisIdentifyLEDOnParams) SetContext

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

SetContext adds the context to the chassis identify l e d on params

func (*ChassisIdentifyLEDOnParams) SetDefaults added in v0.12.1

func (o *ChassisIdentifyLEDOnParams) SetDefaults()

SetDefaults hydrates default values in the chassis identify l e d on params (not the query body).

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

func (*ChassisIdentifyLEDOnParams) SetDescription

func (o *ChassisIdentifyLEDOnParams) SetDescription(description *string)

SetDescription adds the description to the chassis identify l e d on params

func (*ChassisIdentifyLEDOnParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the chassis identify l e d on params

func (*ChassisIdentifyLEDOnParams) SetID

func (o *ChassisIdentifyLEDOnParams) SetID(id string)

SetID adds the id to the chassis identify l e d on params

func (*ChassisIdentifyLEDOnParams) SetTimeout

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

SetTimeout adds the timeout to the chassis identify l e d on params

func (*ChassisIdentifyLEDOnParams) WithBody

WithBody adds the body to the chassis identify l e d on params

func (*ChassisIdentifyLEDOnParams) WithContext

WithContext adds the context to the chassis identify l e d on params

func (*ChassisIdentifyLEDOnParams) WithDefaults added in v0.12.1

WithDefaults hydrates default values in the chassis identify l e d on params (not the query body).

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

func (*ChassisIdentifyLEDOnParams) WithDescription

func (o *ChassisIdentifyLEDOnParams) WithDescription(description *string) *ChassisIdentifyLEDOnParams

WithDescription adds the description to the chassis identify l e d on params

func (*ChassisIdentifyLEDOnParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the chassis identify l e d on params

func (*ChassisIdentifyLEDOnParams) WithID

WithID adds the id to the chassis identify l e d on params

func (*ChassisIdentifyLEDOnParams) WithTimeout

WithTimeout adds the timeout to the chassis identify l e d on params

func (*ChassisIdentifyLEDOnParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ChassisIdentifyLEDOnReader

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

ChassisIdentifyLEDOnReader is a Reader for the ChassisIdentifyLEDOn structure.

func (*ChassisIdentifyLEDOnReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for machine API

func (*Client) AbortReinstallMachine added in v0.4.0

func (a *Client) AbortReinstallMachine(params *AbortReinstallMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AbortReinstallMachineOK, error)

AbortReinstallMachine aborts reinstall this machine

func (*Client) AddProvisioningEvent

func (a *Client) AddProvisioningEvent(params *AddProvisioningEventParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddProvisioningEventOK, error)

AddProvisioningEvent adds a machine provisioning event

func (*Client) AllocateMachine

func (a *Client) AllocateMachine(params *AllocateMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AllocateMachineOK, error)

AllocateMachine allocates a machine

func (*Client) ChassisIdentifyLEDOff

func (a *Client) ChassisIdentifyLEDOff(params *ChassisIdentifyLEDOffParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ChassisIdentifyLEDOffOK, error)

ChassisIdentifyLEDOff sends a power off to the chassis identify l e d

func (*Client) ChassisIdentifyLEDOn

func (a *Client) ChassisIdentifyLEDOn(params *ChassisIdentifyLEDOnParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ChassisIdentifyLEDOnOK, error)

ChassisIdentifyLEDOn sends a power on to the chassis identify l e d

func (*Client) DeleteMachine added in v0.11.5

func (a *Client) DeleteMachine(params *DeleteMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteMachineOK, error)

DeleteMachine deletes a machine from the database

func (*Client) FinalizeAllocation

func (a *Client) FinalizeAllocation(params *FinalizeAllocationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FinalizeAllocationOK, error)

FinalizeAllocation finalizes the allocation of the machine by reconfiguring the switch sent on successful image installation

func (*Client) FindIPMIMachine

func (a *Client) FindIPMIMachine(params *FindIPMIMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FindIPMIMachineOK, error)

FindIPMIMachine returns a machine including the ipmi connection data

func (*Client) FindIPMIMachines

func (a *Client) FindIPMIMachines(params *FindIPMIMachinesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FindIPMIMachinesOK, error)

FindIPMIMachines returns machines including the ipmi connection data

func (*Client) FindMachine

func (a *Client) FindMachine(params *FindMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FindMachineOK, error)

FindMachine gets machine by id

func (*Client) FindMachines

func (a *Client) FindMachines(params *FindMachinesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FindMachinesOK, error)

FindMachines finds machines by multiple criteria

func (*Client) FreeMachine

func (a *Client) FreeMachine(params *FreeMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FreeMachineOK, error)

FreeMachine frees a machine

func (*Client) GetMachineConsolePassword added in v0.14.3

func (a *Client) GetMachineConsolePassword(params *GetMachineConsolePasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetMachineConsolePasswordOK, error)

GetMachineConsolePassword gets consolepassword for machine by id

func (*Client) GetProvisioningEventContainer

func (a *Client) GetProvisioningEventContainer(params *GetProvisioningEventContainerParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProvisioningEventContainerOK, error)

GetProvisioningEventContainer gets the current machine provisioning event container

func (*Client) IpmiReport added in v0.11.0

func (a *Client) IpmiReport(params *IpmiReportParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IpmiReportOK, error)

IpmiReport reports IP m i ip addresses leased by a management server for machines

func (*Client) ListMachines

func (a *Client) ListMachines(params *ListMachinesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListMachinesOK, error)

ListMachines gets all known machines

func (*Client) MachineBios

func (a *Client) MachineBios(params *MachineBiosParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MachineBiosOK, error)

MachineBios boots machine into b i o s

func (*Client) MachineDisk added in v0.11.2

func (a *Client) MachineDisk(params *MachineDiskParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MachineDiskOK, error)

MachineDisk boots machine from disk

func (*Client) MachineOff

func (a *Client) MachineOff(params *MachineOffParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MachineOffOK, error)

MachineOff sends a power off to the machine

func (*Client) MachineOn

func (a *Client) MachineOn(params *MachineOnParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MachineOnOK, error)

MachineOn sends a power on to the machine

func (*Client) MachinePxe added in v0.11.2

func (a *Client) MachinePxe(params *MachinePxeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MachinePxeOK, error)

MachinePxe boots machine from p x e

func (*Client) MachineReset

func (a *Client) MachineReset(params *MachineResetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MachineResetOK, error)

MachineReset sends a reset to the machine

func (*Client) RegisterMachine

RegisterMachine registers a machine

func (*Client) ReinstallMachine added in v0.4.0

func (a *Client) ReinstallMachine(params *ReinstallMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReinstallMachineOK, error)

ReinstallMachine reinstalls this machine

func (*Client) SetChassisIdentifyLEDState

func (a *Client) SetChassisIdentifyLEDState(params *SetChassisIdentifyLEDStateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetChassisIdentifyLEDStateOK, error)

SetChassisIdentifyLEDState sets the state of a chassis identify l e d

func (*Client) SetMachineState

func (a *Client) SetMachineState(params *SetMachineStateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetMachineStateOK, error)

SetMachineState sets the state of a machine

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateFirmware added in v0.13.1

func (a *Client) UpdateFirmware(params *UpdateFirmwareParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateFirmwareOK, error)

UpdateFirmware sends a firmware command to the machine

type ClientOption added in v0.13.1

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService added in v0.11.0

type ClientService interface {
	AbortReinstallMachine(params *AbortReinstallMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AbortReinstallMachineOK, error)

	AddProvisioningEvent(params *AddProvisioningEventParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddProvisioningEventOK, error)

	AllocateMachine(params *AllocateMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AllocateMachineOK, error)

	ChassisIdentifyLEDOff(params *ChassisIdentifyLEDOffParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ChassisIdentifyLEDOffOK, error)

	ChassisIdentifyLEDOn(params *ChassisIdentifyLEDOnParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ChassisIdentifyLEDOnOK, error)

	DeleteMachine(params *DeleteMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteMachineOK, error)

	FinalizeAllocation(params *FinalizeAllocationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FinalizeAllocationOK, error)

	FindIPMIMachine(params *FindIPMIMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FindIPMIMachineOK, error)

	FindIPMIMachines(params *FindIPMIMachinesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FindIPMIMachinesOK, error)

	FindMachine(params *FindMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FindMachineOK, error)

	FindMachines(params *FindMachinesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FindMachinesOK, error)

	FreeMachine(params *FreeMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*FreeMachineOK, error)

	GetMachineConsolePassword(params *GetMachineConsolePasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetMachineConsolePasswordOK, error)

	GetProvisioningEventContainer(params *GetProvisioningEventContainerParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProvisioningEventContainerOK, error)

	IpmiReport(params *IpmiReportParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*IpmiReportOK, error)

	ListMachines(params *ListMachinesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListMachinesOK, error)

	MachineBios(params *MachineBiosParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MachineBiosOK, error)

	MachineDisk(params *MachineDiskParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MachineDiskOK, error)

	MachineOff(params *MachineOffParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MachineOffOK, error)

	MachineOn(params *MachineOnParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MachineOnOK, error)

	MachinePxe(params *MachinePxeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MachinePxeOK, error)

	MachineReset(params *MachineResetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MachineResetOK, error)

	RegisterMachine(params *RegisterMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RegisterMachineOK, *RegisterMachineCreated, error)

	ReinstallMachine(params *ReinstallMachineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReinstallMachineOK, error)

	SetChassisIdentifyLEDState(params *SetChassisIdentifyLEDStateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetChassisIdentifyLEDStateOK, error)

	SetMachineState(params *SetMachineStateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetMachineStateOK, error)

	UpdateFirmware(params *UpdateFirmwareParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateFirmwareOK, 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 machine API client.

type DeleteMachineDefault added in v0.11.5

type DeleteMachineDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
DeleteMachineDefault describes a response with status code -1, with default header values.

Error

func NewDeleteMachineDefault added in v0.11.5

func NewDeleteMachineDefault(code int) *DeleteMachineDefault

NewDeleteMachineDefault creates a DeleteMachineDefault with default headers values

func (*DeleteMachineDefault) Code added in v0.11.5

func (o *DeleteMachineDefault) Code() int

Code gets the status code for the delete machine default response

func (*DeleteMachineDefault) Error added in v0.11.5

func (o *DeleteMachineDefault) Error() string

func (*DeleteMachineDefault) GetPayload added in v0.11.5

type DeleteMachineOK added in v0.11.5

type DeleteMachineOK struct {
	Payload *models.V1MachineResponse
}
DeleteMachineOK describes a response with status code 200, with default header values.

OK

func NewDeleteMachineOK added in v0.11.5

func NewDeleteMachineOK() *DeleteMachineOK

NewDeleteMachineOK creates a DeleteMachineOK with default headers values

func (*DeleteMachineOK) Error added in v0.11.5

func (o *DeleteMachineOK) Error() string

func (*DeleteMachineOK) GetPayload added in v0.11.5

func (o *DeleteMachineOK) GetPayload() *models.V1MachineResponse

type DeleteMachineParams added in v0.11.5

type DeleteMachineParams struct {

	/* ID.

	   identifier of the machine
	*/
	ID string

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

DeleteMachineParams contains all the parameters to send to the API endpoint

for the delete machine operation.

Typically these are written to a http.Request.

func NewDeleteMachineParams added in v0.11.5

func NewDeleteMachineParams() *DeleteMachineParams

NewDeleteMachineParams creates a new DeleteMachineParams 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 NewDeleteMachineParamsWithContext added in v0.11.5

func NewDeleteMachineParamsWithContext(ctx context.Context) *DeleteMachineParams

NewDeleteMachineParamsWithContext creates a new DeleteMachineParams object with the ability to set a context for a request.

func NewDeleteMachineParamsWithHTTPClient added in v0.11.5

func NewDeleteMachineParamsWithHTTPClient(client *http.Client) *DeleteMachineParams

NewDeleteMachineParamsWithHTTPClient creates a new DeleteMachineParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteMachineParamsWithTimeout added in v0.11.5

func NewDeleteMachineParamsWithTimeout(timeout time.Duration) *DeleteMachineParams

NewDeleteMachineParamsWithTimeout creates a new DeleteMachineParams object with the ability to set a timeout on a request.

func (*DeleteMachineParams) SetContext added in v0.11.5

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

SetContext adds the context to the delete machine params

func (*DeleteMachineParams) SetDefaults added in v0.12.1

func (o *DeleteMachineParams) SetDefaults()

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

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

func (*DeleteMachineParams) SetHTTPClient added in v0.11.5

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

SetHTTPClient adds the HTTPClient to the delete machine params

func (*DeleteMachineParams) SetID added in v0.11.5

func (o *DeleteMachineParams) SetID(id string)

SetID adds the id to the delete machine params

func (*DeleteMachineParams) SetTimeout added in v0.11.5

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

SetTimeout adds the timeout to the delete machine params

func (*DeleteMachineParams) WithContext added in v0.11.5

WithContext adds the context to the delete machine params

func (*DeleteMachineParams) WithDefaults added in v0.12.1

func (o *DeleteMachineParams) WithDefaults() *DeleteMachineParams

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

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

func (*DeleteMachineParams) WithHTTPClient added in v0.11.5

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

WithHTTPClient adds the HTTPClient to the delete machine params

func (*DeleteMachineParams) WithID added in v0.11.5

WithID adds the id to the delete machine params

func (*DeleteMachineParams) WithTimeout added in v0.11.5

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

WithTimeout adds the timeout to the delete machine params

func (*DeleteMachineParams) WriteToRequest added in v0.11.5

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

WriteToRequest writes these params to a swagger request

type DeleteMachineReader added in v0.11.5

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

DeleteMachineReader is a Reader for the DeleteMachine structure.

func (*DeleteMachineReader) ReadResponse added in v0.11.5

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

ReadResponse reads a server response into the received o.

type FinalizeAllocationDefault

type FinalizeAllocationDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
FinalizeAllocationDefault describes a response with status code -1, with default header values.

Error

func NewFinalizeAllocationDefault

func NewFinalizeAllocationDefault(code int) *FinalizeAllocationDefault

NewFinalizeAllocationDefault creates a FinalizeAllocationDefault with default headers values

func (*FinalizeAllocationDefault) Code

func (o *FinalizeAllocationDefault) Code() int

Code gets the status code for the finalize allocation default response

func (*FinalizeAllocationDefault) Error

func (o *FinalizeAllocationDefault) Error() string

func (*FinalizeAllocationDefault) GetPayload added in v0.11.0

type FinalizeAllocationOK

type FinalizeAllocationOK struct {
	Payload *models.V1MachineResponse
}
FinalizeAllocationOK describes a response with status code 200, with default header values.

OK

func NewFinalizeAllocationOK

func NewFinalizeAllocationOK() *FinalizeAllocationOK

NewFinalizeAllocationOK creates a FinalizeAllocationOK with default headers values

func (*FinalizeAllocationOK) Error

func (o *FinalizeAllocationOK) Error() string

func (*FinalizeAllocationOK) GetPayload added in v0.11.0

type FinalizeAllocationParams

type FinalizeAllocationParams struct {

	// Body.
	Body *models.V1MachineFinalizeAllocationRequest

	/* ID.

	   identifier of the machine
	*/
	ID string

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

FinalizeAllocationParams contains all the parameters to send to the API endpoint

for the finalize allocation operation.

Typically these are written to a http.Request.

func NewFinalizeAllocationParams

func NewFinalizeAllocationParams() *FinalizeAllocationParams

NewFinalizeAllocationParams creates a new FinalizeAllocationParams 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 NewFinalizeAllocationParamsWithContext

func NewFinalizeAllocationParamsWithContext(ctx context.Context) *FinalizeAllocationParams

NewFinalizeAllocationParamsWithContext creates a new FinalizeAllocationParams object with the ability to set a context for a request.

func NewFinalizeAllocationParamsWithHTTPClient

func NewFinalizeAllocationParamsWithHTTPClient(client *http.Client) *FinalizeAllocationParams

NewFinalizeAllocationParamsWithHTTPClient creates a new FinalizeAllocationParams object with the ability to set a custom HTTPClient for a request.

func NewFinalizeAllocationParamsWithTimeout

func NewFinalizeAllocationParamsWithTimeout(timeout time.Duration) *FinalizeAllocationParams

NewFinalizeAllocationParamsWithTimeout creates a new FinalizeAllocationParams object with the ability to set a timeout on a request.

func (*FinalizeAllocationParams) SetBody

SetBody adds the body to the finalize allocation params

func (*FinalizeAllocationParams) SetContext

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

SetContext adds the context to the finalize allocation params

func (*FinalizeAllocationParams) SetDefaults added in v0.12.1

func (o *FinalizeAllocationParams) SetDefaults()

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

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

func (*FinalizeAllocationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the finalize allocation params

func (*FinalizeAllocationParams) SetID

func (o *FinalizeAllocationParams) SetID(id string)

SetID adds the id to the finalize allocation params

func (*FinalizeAllocationParams) SetTimeout

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

SetTimeout adds the timeout to the finalize allocation params

func (*FinalizeAllocationParams) WithBody

WithBody adds the body to the finalize allocation params

func (*FinalizeAllocationParams) WithContext

WithContext adds the context to the finalize allocation params

func (*FinalizeAllocationParams) WithDefaults added in v0.12.1

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

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

func (*FinalizeAllocationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the finalize allocation params

func (*FinalizeAllocationParams) WithID

WithID adds the id to the finalize allocation params

func (*FinalizeAllocationParams) WithTimeout

WithTimeout adds the timeout to the finalize allocation params

func (*FinalizeAllocationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type FinalizeAllocationReader

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

FinalizeAllocationReader is a Reader for the FinalizeAllocation structure.

func (*FinalizeAllocationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type FindIPMIMachineDefault

type FindIPMIMachineDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
FindIPMIMachineDefault describes a response with status code -1, with default header values.

Error

func NewFindIPMIMachineDefault

func NewFindIPMIMachineDefault(code int) *FindIPMIMachineDefault

NewFindIPMIMachineDefault creates a FindIPMIMachineDefault with default headers values

func (*FindIPMIMachineDefault) Code

func (o *FindIPMIMachineDefault) Code() int

Code gets the status code for the find IP m i machine default response

func (*FindIPMIMachineDefault) Error

func (o *FindIPMIMachineDefault) Error() string

func (*FindIPMIMachineDefault) GetPayload added in v0.11.0

type FindIPMIMachineOK

type FindIPMIMachineOK struct {
	Payload *models.V1MachineIPMIResponse
}
FindIPMIMachineOK describes a response with status code 200, with default header values.

OK

func NewFindIPMIMachineOK

func NewFindIPMIMachineOK() *FindIPMIMachineOK

NewFindIPMIMachineOK creates a FindIPMIMachineOK with default headers values

func (*FindIPMIMachineOK) Error

func (o *FindIPMIMachineOK) Error() string

func (*FindIPMIMachineOK) GetPayload added in v0.11.0

type FindIPMIMachineParams

type FindIPMIMachineParams struct {

	/* ID.

	   identifier of the machine
	*/
	ID string

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

FindIPMIMachineParams contains all the parameters to send to the API endpoint

for the find IP m i machine operation.

Typically these are written to a http.Request.

func NewFindIPMIMachineParams

func NewFindIPMIMachineParams() *FindIPMIMachineParams

NewFindIPMIMachineParams creates a new FindIPMIMachineParams 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 NewFindIPMIMachineParamsWithContext

func NewFindIPMIMachineParamsWithContext(ctx context.Context) *FindIPMIMachineParams

NewFindIPMIMachineParamsWithContext creates a new FindIPMIMachineParams object with the ability to set a context for a request.

func NewFindIPMIMachineParamsWithHTTPClient

func NewFindIPMIMachineParamsWithHTTPClient(client *http.Client) *FindIPMIMachineParams

NewFindIPMIMachineParamsWithHTTPClient creates a new FindIPMIMachineParams object with the ability to set a custom HTTPClient for a request.

func NewFindIPMIMachineParamsWithTimeout

func NewFindIPMIMachineParamsWithTimeout(timeout time.Duration) *FindIPMIMachineParams

NewFindIPMIMachineParamsWithTimeout creates a new FindIPMIMachineParams object with the ability to set a timeout on a request.

func (*FindIPMIMachineParams) SetContext

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

SetContext adds the context to the find IP m i machine params

func (*FindIPMIMachineParams) SetDefaults added in v0.12.1

func (o *FindIPMIMachineParams) SetDefaults()

SetDefaults hydrates default values in the find IP m i machine params (not the query body).

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

func (*FindIPMIMachineParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the find IP m i machine params

func (*FindIPMIMachineParams) SetID

func (o *FindIPMIMachineParams) SetID(id string)

SetID adds the id to the find IP m i machine params

func (*FindIPMIMachineParams) SetTimeout

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

SetTimeout adds the timeout to the find IP m i machine params

func (*FindIPMIMachineParams) WithContext

WithContext adds the context to the find IP m i machine params

func (*FindIPMIMachineParams) WithDefaults added in v0.12.1

func (o *FindIPMIMachineParams) WithDefaults() *FindIPMIMachineParams

WithDefaults hydrates default values in the find IP m i machine params (not the query body).

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

func (*FindIPMIMachineParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the find IP m i machine params

func (*FindIPMIMachineParams) WithID

WithID adds the id to the find IP m i machine params

func (*FindIPMIMachineParams) WithTimeout

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

WithTimeout adds the timeout to the find IP m i machine params

func (*FindIPMIMachineParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type FindIPMIMachineReader

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

FindIPMIMachineReader is a Reader for the FindIPMIMachine structure.

func (*FindIPMIMachineReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type FindIPMIMachinesDefault

type FindIPMIMachinesDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
FindIPMIMachinesDefault describes a response with status code -1, with default header values.

Error

func NewFindIPMIMachinesDefault

func NewFindIPMIMachinesDefault(code int) *FindIPMIMachinesDefault

NewFindIPMIMachinesDefault creates a FindIPMIMachinesDefault with default headers values

func (*FindIPMIMachinesDefault) Code

func (o *FindIPMIMachinesDefault) Code() int

Code gets the status code for the find IP m i machines default response

func (*FindIPMIMachinesDefault) Error

func (o *FindIPMIMachinesDefault) Error() string

func (*FindIPMIMachinesDefault) GetPayload added in v0.11.0

type FindIPMIMachinesOK

type FindIPMIMachinesOK struct {
	Payload []*models.V1MachineIPMIResponse
}
FindIPMIMachinesOK describes a response with status code 200, with default header values.

OK

func NewFindIPMIMachinesOK

func NewFindIPMIMachinesOK() *FindIPMIMachinesOK

NewFindIPMIMachinesOK creates a FindIPMIMachinesOK with default headers values

func (*FindIPMIMachinesOK) Error

func (o *FindIPMIMachinesOK) Error() string

func (*FindIPMIMachinesOK) GetPayload added in v0.11.0

func (o *FindIPMIMachinesOK) GetPayload() []*models.V1MachineIPMIResponse

type FindIPMIMachinesParams

type FindIPMIMachinesParams struct {

	// Body.
	Body *models.V1MachineFindRequest

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

FindIPMIMachinesParams contains all the parameters to send to the API endpoint

for the find IP m i machines operation.

Typically these are written to a http.Request.

func NewFindIPMIMachinesParams

func NewFindIPMIMachinesParams() *FindIPMIMachinesParams

NewFindIPMIMachinesParams creates a new FindIPMIMachinesParams 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 NewFindIPMIMachinesParamsWithContext

func NewFindIPMIMachinesParamsWithContext(ctx context.Context) *FindIPMIMachinesParams

NewFindIPMIMachinesParamsWithContext creates a new FindIPMIMachinesParams object with the ability to set a context for a request.

func NewFindIPMIMachinesParamsWithHTTPClient

func NewFindIPMIMachinesParamsWithHTTPClient(client *http.Client) *FindIPMIMachinesParams

NewFindIPMIMachinesParamsWithHTTPClient creates a new FindIPMIMachinesParams object with the ability to set a custom HTTPClient for a request.

func NewFindIPMIMachinesParamsWithTimeout

func NewFindIPMIMachinesParamsWithTimeout(timeout time.Duration) *FindIPMIMachinesParams

NewFindIPMIMachinesParamsWithTimeout creates a new FindIPMIMachinesParams object with the ability to set a timeout on a request.

func (*FindIPMIMachinesParams) SetBody

SetBody adds the body to the find IP m i machines params

func (*FindIPMIMachinesParams) SetContext

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

SetContext adds the context to the find IP m i machines params

func (*FindIPMIMachinesParams) SetDefaults added in v0.12.1

func (o *FindIPMIMachinesParams) SetDefaults()

SetDefaults hydrates default values in the find IP m i machines params (not the query body).

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

func (*FindIPMIMachinesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the find IP m i machines params

func (*FindIPMIMachinesParams) SetTimeout

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

SetTimeout adds the timeout to the find IP m i machines params

func (*FindIPMIMachinesParams) WithBody

WithBody adds the body to the find IP m i machines params

func (*FindIPMIMachinesParams) WithContext

WithContext adds the context to the find IP m i machines params

func (*FindIPMIMachinesParams) WithDefaults added in v0.12.1

WithDefaults hydrates default values in the find IP m i machines params (not the query body).

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

func (*FindIPMIMachinesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the find IP m i machines params

func (*FindIPMIMachinesParams) WithTimeout

WithTimeout adds the timeout to the find IP m i machines params

func (*FindIPMIMachinesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type FindIPMIMachinesReader

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

FindIPMIMachinesReader is a Reader for the FindIPMIMachines structure.

func (*FindIPMIMachinesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type FindMachineDefault

type FindMachineDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
FindMachineDefault describes a response with status code -1, with default header values.

Error

func NewFindMachineDefault

func NewFindMachineDefault(code int) *FindMachineDefault

NewFindMachineDefault creates a FindMachineDefault with default headers values

func (*FindMachineDefault) Code

func (o *FindMachineDefault) Code() int

Code gets the status code for the find machine default response

func (*FindMachineDefault) Error

func (o *FindMachineDefault) Error() string

func (*FindMachineDefault) GetPayload added in v0.11.0

type FindMachineOK

type FindMachineOK struct {
	Payload *models.V1MachineResponse
}
FindMachineOK describes a response with status code 200, with default header values.

OK

func NewFindMachineOK

func NewFindMachineOK() *FindMachineOK

NewFindMachineOK creates a FindMachineOK with default headers values

func (*FindMachineOK) Error

func (o *FindMachineOK) Error() string

func (*FindMachineOK) GetPayload added in v0.11.0

func (o *FindMachineOK) GetPayload() *models.V1MachineResponse

type FindMachineParams

type FindMachineParams struct {

	/* ID.

	   identifier of the machine
	*/
	ID string

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

FindMachineParams contains all the parameters to send to the API endpoint

for the find machine operation.

Typically these are written to a http.Request.

func NewFindMachineParams

func NewFindMachineParams() *FindMachineParams

NewFindMachineParams creates a new FindMachineParams 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 NewFindMachineParamsWithContext

func NewFindMachineParamsWithContext(ctx context.Context) *FindMachineParams

NewFindMachineParamsWithContext creates a new FindMachineParams object with the ability to set a context for a request.

func NewFindMachineParamsWithHTTPClient

func NewFindMachineParamsWithHTTPClient(client *http.Client) *FindMachineParams

NewFindMachineParamsWithHTTPClient creates a new FindMachineParams object with the ability to set a custom HTTPClient for a request.

func NewFindMachineParamsWithTimeout

func NewFindMachineParamsWithTimeout(timeout time.Duration) *FindMachineParams

NewFindMachineParamsWithTimeout creates a new FindMachineParams object with the ability to set a timeout on a request.

func (*FindMachineParams) SetContext

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

SetContext adds the context to the find machine params

func (*FindMachineParams) SetDefaults added in v0.12.1

func (o *FindMachineParams) SetDefaults()

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

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

func (*FindMachineParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the find machine params

func (*FindMachineParams) SetID

func (o *FindMachineParams) SetID(id string)

SetID adds the id to the find machine params

func (*FindMachineParams) SetTimeout

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

SetTimeout adds the timeout to the find machine params

func (*FindMachineParams) WithContext

func (o *FindMachineParams) WithContext(ctx context.Context) *FindMachineParams

WithContext adds the context to the find machine params

func (*FindMachineParams) WithDefaults added in v0.12.1

func (o *FindMachineParams) WithDefaults() *FindMachineParams

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

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

func (*FindMachineParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the find machine params

func (*FindMachineParams) WithID

WithID adds the id to the find machine params

func (*FindMachineParams) WithTimeout

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

WithTimeout adds the timeout to the find machine params

func (*FindMachineParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type FindMachineReader

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

FindMachineReader is a Reader for the FindMachine structure.

func (*FindMachineReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type FindMachinesDefault

type FindMachinesDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
FindMachinesDefault describes a response with status code -1, with default header values.

Error

func NewFindMachinesDefault

func NewFindMachinesDefault(code int) *FindMachinesDefault

NewFindMachinesDefault creates a FindMachinesDefault with default headers values

func (*FindMachinesDefault) Code

func (o *FindMachinesDefault) Code() int

Code gets the status code for the find machines default response

func (*FindMachinesDefault) Error

func (o *FindMachinesDefault) Error() string

func (*FindMachinesDefault) GetPayload added in v0.11.0

type FindMachinesOK

type FindMachinesOK struct {
	Payload []*models.V1MachineResponse
}
FindMachinesOK describes a response with status code 200, with default header values.

OK

func NewFindMachinesOK

func NewFindMachinesOK() *FindMachinesOK

NewFindMachinesOK creates a FindMachinesOK with default headers values

func (*FindMachinesOK) Error

func (o *FindMachinesOK) Error() string

func (*FindMachinesOK) GetPayload added in v0.11.0

func (o *FindMachinesOK) GetPayload() []*models.V1MachineResponse

type FindMachinesParams

type FindMachinesParams struct {

	// Body.
	Body *models.V1MachineFindRequest

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

FindMachinesParams contains all the parameters to send to the API endpoint

for the find machines operation.

Typically these are written to a http.Request.

func NewFindMachinesParams

func NewFindMachinesParams() *FindMachinesParams

NewFindMachinesParams creates a new FindMachinesParams 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 NewFindMachinesParamsWithContext

func NewFindMachinesParamsWithContext(ctx context.Context) *FindMachinesParams

NewFindMachinesParamsWithContext creates a new FindMachinesParams object with the ability to set a context for a request.

func NewFindMachinesParamsWithHTTPClient

func NewFindMachinesParamsWithHTTPClient(client *http.Client) *FindMachinesParams

NewFindMachinesParamsWithHTTPClient creates a new FindMachinesParams object with the ability to set a custom HTTPClient for a request.

func NewFindMachinesParamsWithTimeout

func NewFindMachinesParamsWithTimeout(timeout time.Duration) *FindMachinesParams

NewFindMachinesParamsWithTimeout creates a new FindMachinesParams object with the ability to set a timeout on a request.

func (*FindMachinesParams) SetBody

SetBody adds the body to the find machines params

func (*FindMachinesParams) SetContext

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

SetContext adds the context to the find machines params

func (*FindMachinesParams) SetDefaults added in v0.12.1

func (o *FindMachinesParams) SetDefaults()

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

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

func (*FindMachinesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the find machines params

func (*FindMachinesParams) SetTimeout

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

SetTimeout adds the timeout to the find machines params

func (*FindMachinesParams) WithBody

WithBody adds the body to the find machines params

func (*FindMachinesParams) WithContext

WithContext adds the context to the find machines params

func (*FindMachinesParams) WithDefaults added in v0.12.1

func (o *FindMachinesParams) WithDefaults() *FindMachinesParams

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

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

func (*FindMachinesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the find machines params

func (*FindMachinesParams) WithTimeout

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

WithTimeout adds the timeout to the find machines params

func (*FindMachinesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type FindMachinesReader

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

FindMachinesReader is a Reader for the FindMachines structure.

func (*FindMachinesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type FreeMachineDefault

type FreeMachineDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
FreeMachineDefault describes a response with status code -1, with default header values.

Error

func NewFreeMachineDefault

func NewFreeMachineDefault(code int) *FreeMachineDefault

NewFreeMachineDefault creates a FreeMachineDefault with default headers values

func (*FreeMachineDefault) Code

func (o *FreeMachineDefault) Code() int

Code gets the status code for the free machine default response

func (*FreeMachineDefault) Error

func (o *FreeMachineDefault) Error() string

func (*FreeMachineDefault) GetPayload added in v0.11.0

type FreeMachineOK

type FreeMachineOK struct {
	Payload *models.V1MachineResponse
}
FreeMachineOK describes a response with status code 200, with default header values.

OK

func NewFreeMachineOK

func NewFreeMachineOK() *FreeMachineOK

NewFreeMachineOK creates a FreeMachineOK with default headers values

func (*FreeMachineOK) Error

func (o *FreeMachineOK) Error() string

func (*FreeMachineOK) GetPayload added in v0.11.0

func (o *FreeMachineOK) GetPayload() *models.V1MachineResponse

type FreeMachineParams

type FreeMachineParams struct {

	/* ID.

	   identifier of the machine
	*/
	ID string

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

FreeMachineParams contains all the parameters to send to the API endpoint

for the free machine operation.

Typically these are written to a http.Request.

func NewFreeMachineParams

func NewFreeMachineParams() *FreeMachineParams

NewFreeMachineParams creates a new FreeMachineParams 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 NewFreeMachineParamsWithContext

func NewFreeMachineParamsWithContext(ctx context.Context) *FreeMachineParams

NewFreeMachineParamsWithContext creates a new FreeMachineParams object with the ability to set a context for a request.

func NewFreeMachineParamsWithHTTPClient

func NewFreeMachineParamsWithHTTPClient(client *http.Client) *FreeMachineParams

NewFreeMachineParamsWithHTTPClient creates a new FreeMachineParams object with the ability to set a custom HTTPClient for a request.

func NewFreeMachineParamsWithTimeout

func NewFreeMachineParamsWithTimeout(timeout time.Duration) *FreeMachineParams

NewFreeMachineParamsWithTimeout creates a new FreeMachineParams object with the ability to set a timeout on a request.

func (*FreeMachineParams) SetContext

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

SetContext adds the context to the free machine params

func (*FreeMachineParams) SetDefaults added in v0.12.1

func (o *FreeMachineParams) SetDefaults()

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

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

func (*FreeMachineParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the free machine params

func (*FreeMachineParams) SetID

func (o *FreeMachineParams) SetID(id string)

SetID adds the id to the free machine params

func (*FreeMachineParams) SetTimeout

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

SetTimeout adds the timeout to the free machine params

func (*FreeMachineParams) WithContext

func (o *FreeMachineParams) WithContext(ctx context.Context) *FreeMachineParams

WithContext adds the context to the free machine params

func (*FreeMachineParams) WithDefaults added in v0.12.1

func (o *FreeMachineParams) WithDefaults() *FreeMachineParams

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

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

func (*FreeMachineParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the free machine params

func (*FreeMachineParams) WithID

WithID adds the id to the free machine params

func (*FreeMachineParams) WithTimeout

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

WithTimeout adds the timeout to the free machine params

func (*FreeMachineParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type FreeMachineReader

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

FreeMachineReader is a Reader for the FreeMachine structure.

func (*FreeMachineReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetMachineConsolePasswordDefault added in v0.14.3

type GetMachineConsolePasswordDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
GetMachineConsolePasswordDefault describes a response with status code -1, with default header values.

Error

func NewGetMachineConsolePasswordDefault added in v0.14.3

func NewGetMachineConsolePasswordDefault(code int) *GetMachineConsolePasswordDefault

NewGetMachineConsolePasswordDefault creates a GetMachineConsolePasswordDefault with default headers values

func (*GetMachineConsolePasswordDefault) Code added in v0.14.3

Code gets the status code for the get machine console password default response

func (*GetMachineConsolePasswordDefault) Error added in v0.14.3

func (*GetMachineConsolePasswordDefault) GetPayload added in v0.14.3

type GetMachineConsolePasswordOK added in v0.14.3

type GetMachineConsolePasswordOK struct {
	Payload *models.V1MachineConsolePasswordResponse
}
GetMachineConsolePasswordOK describes a response with status code 200, with default header values.

OK

func NewGetMachineConsolePasswordOK added in v0.14.3

func NewGetMachineConsolePasswordOK() *GetMachineConsolePasswordOK

NewGetMachineConsolePasswordOK creates a GetMachineConsolePasswordOK with default headers values

func (*GetMachineConsolePasswordOK) Error added in v0.14.3

func (*GetMachineConsolePasswordOK) GetPayload added in v0.14.3

type GetMachineConsolePasswordParams added in v0.14.3

type GetMachineConsolePasswordParams struct {

	// Body.
	Body *models.V1MachineConsolePasswordRequest

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

GetMachineConsolePasswordParams contains all the parameters to send to the API endpoint

for the get machine console password operation.

Typically these are written to a http.Request.

func NewGetMachineConsolePasswordParams added in v0.14.3

func NewGetMachineConsolePasswordParams() *GetMachineConsolePasswordParams

NewGetMachineConsolePasswordParams creates a new GetMachineConsolePasswordParams 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 NewGetMachineConsolePasswordParamsWithContext added in v0.14.3

func NewGetMachineConsolePasswordParamsWithContext(ctx context.Context) *GetMachineConsolePasswordParams

NewGetMachineConsolePasswordParamsWithContext creates a new GetMachineConsolePasswordParams object with the ability to set a context for a request.

func NewGetMachineConsolePasswordParamsWithHTTPClient added in v0.14.3

func NewGetMachineConsolePasswordParamsWithHTTPClient(client *http.Client) *GetMachineConsolePasswordParams

NewGetMachineConsolePasswordParamsWithHTTPClient creates a new GetMachineConsolePasswordParams object with the ability to set a custom HTTPClient for a request.

func NewGetMachineConsolePasswordParamsWithTimeout added in v0.14.3

func NewGetMachineConsolePasswordParamsWithTimeout(timeout time.Duration) *GetMachineConsolePasswordParams

NewGetMachineConsolePasswordParamsWithTimeout creates a new GetMachineConsolePasswordParams object with the ability to set a timeout on a request.

func (*GetMachineConsolePasswordParams) SetBody added in v0.14.3

SetBody adds the body to the get machine console password params

func (*GetMachineConsolePasswordParams) SetContext added in v0.14.3

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

SetContext adds the context to the get machine console password params

func (*GetMachineConsolePasswordParams) SetDefaults added in v0.14.3

func (o *GetMachineConsolePasswordParams) SetDefaults()

SetDefaults hydrates default values in the get machine console password params (not the query body).

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

func (*GetMachineConsolePasswordParams) SetHTTPClient added in v0.14.3

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

SetHTTPClient adds the HTTPClient to the get machine console password params

func (*GetMachineConsolePasswordParams) SetTimeout added in v0.14.3

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

SetTimeout adds the timeout to the get machine console password params

func (*GetMachineConsolePasswordParams) WithBody added in v0.14.3

WithBody adds the body to the get machine console password params

func (*GetMachineConsolePasswordParams) WithContext added in v0.14.3

WithContext adds the context to the get machine console password params

func (*GetMachineConsolePasswordParams) WithDefaults added in v0.14.3

WithDefaults hydrates default values in the get machine console password params (not the query body).

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

func (*GetMachineConsolePasswordParams) WithHTTPClient added in v0.14.3

WithHTTPClient adds the HTTPClient to the get machine console password params

func (*GetMachineConsolePasswordParams) WithTimeout added in v0.14.3

WithTimeout adds the timeout to the get machine console password params

func (*GetMachineConsolePasswordParams) WriteToRequest added in v0.14.3

WriteToRequest writes these params to a swagger request

type GetMachineConsolePasswordReader added in v0.14.3

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

GetMachineConsolePasswordReader is a Reader for the GetMachineConsolePassword structure.

func (*GetMachineConsolePasswordReader) ReadResponse added in v0.14.3

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

ReadResponse reads a server response into the received o.

type GetProvisioningEventContainerDefault

type GetProvisioningEventContainerDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
GetProvisioningEventContainerDefault describes a response with status code -1, with default header values.

Error

func NewGetProvisioningEventContainerDefault

func NewGetProvisioningEventContainerDefault(code int) *GetProvisioningEventContainerDefault

NewGetProvisioningEventContainerDefault creates a GetProvisioningEventContainerDefault with default headers values

func (*GetProvisioningEventContainerDefault) Code

Code gets the status code for the get provisioning event container default response

func (*GetProvisioningEventContainerDefault) Error

func (*GetProvisioningEventContainerDefault) GetPayload added in v0.11.0

type GetProvisioningEventContainerOK

type GetProvisioningEventContainerOK struct {
	Payload *models.V1MachineRecentProvisioningEvents
}
GetProvisioningEventContainerOK describes a response with status code 200, with default header values.

OK

func NewGetProvisioningEventContainerOK

func NewGetProvisioningEventContainerOK() *GetProvisioningEventContainerOK

NewGetProvisioningEventContainerOK creates a GetProvisioningEventContainerOK with default headers values

func (*GetProvisioningEventContainerOK) Error

func (*GetProvisioningEventContainerOK) GetPayload added in v0.11.0

type GetProvisioningEventContainerParams

type GetProvisioningEventContainerParams struct {

	/* ID.

	   identifier of the machine
	*/
	ID string

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

GetProvisioningEventContainerParams contains all the parameters to send to the API endpoint

for the get provisioning event container operation.

Typically these are written to a http.Request.

func NewGetProvisioningEventContainerParams

func NewGetProvisioningEventContainerParams() *GetProvisioningEventContainerParams

NewGetProvisioningEventContainerParams creates a new GetProvisioningEventContainerParams 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 NewGetProvisioningEventContainerParamsWithContext

func NewGetProvisioningEventContainerParamsWithContext(ctx context.Context) *GetProvisioningEventContainerParams

NewGetProvisioningEventContainerParamsWithContext creates a new GetProvisioningEventContainerParams object with the ability to set a context for a request.

func NewGetProvisioningEventContainerParamsWithHTTPClient

func NewGetProvisioningEventContainerParamsWithHTTPClient(client *http.Client) *GetProvisioningEventContainerParams

NewGetProvisioningEventContainerParamsWithHTTPClient creates a new GetProvisioningEventContainerParams object with the ability to set a custom HTTPClient for a request.

func NewGetProvisioningEventContainerParamsWithTimeout

func NewGetProvisioningEventContainerParamsWithTimeout(timeout time.Duration) *GetProvisioningEventContainerParams

NewGetProvisioningEventContainerParamsWithTimeout creates a new GetProvisioningEventContainerParams object with the ability to set a timeout on a request.

func (*GetProvisioningEventContainerParams) SetContext

SetContext adds the context to the get provisioning event container params

func (*GetProvisioningEventContainerParams) SetDefaults added in v0.12.1

func (o *GetProvisioningEventContainerParams) SetDefaults()

SetDefaults hydrates default values in the get provisioning event container params (not the query body).

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

func (*GetProvisioningEventContainerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get provisioning event container params

func (*GetProvisioningEventContainerParams) SetID

SetID adds the id to the get provisioning event container params

func (*GetProvisioningEventContainerParams) SetTimeout

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

SetTimeout adds the timeout to the get provisioning event container params

func (*GetProvisioningEventContainerParams) WithContext

WithContext adds the context to the get provisioning event container params

func (*GetProvisioningEventContainerParams) WithDefaults added in v0.12.1

WithDefaults hydrates default values in the get provisioning event container params (not the query body).

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

func (*GetProvisioningEventContainerParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get provisioning event container params

func (*GetProvisioningEventContainerParams) WithID

WithID adds the id to the get provisioning event container params

func (*GetProvisioningEventContainerParams) WithTimeout

WithTimeout adds the timeout to the get provisioning event container params

func (*GetProvisioningEventContainerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProvisioningEventContainerReader

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

GetProvisioningEventContainerReader is a Reader for the GetProvisioningEventContainer structure.

func (*GetProvisioningEventContainerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type IpmiReportDefault added in v0.11.0

type IpmiReportDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
IpmiReportDefault describes a response with status code -1, with default header values.

Error

func NewIpmiReportDefault added in v0.11.0

func NewIpmiReportDefault(code int) *IpmiReportDefault

NewIpmiReportDefault creates a IpmiReportDefault with default headers values

func (*IpmiReportDefault) Code added in v0.11.0

func (o *IpmiReportDefault) Code() int

Code gets the status code for the ipmi report default response

func (*IpmiReportDefault) Error added in v0.11.0

func (o *IpmiReportDefault) Error() string

func (*IpmiReportDefault) GetPayload added in v0.11.0

type IpmiReportOK added in v0.11.0

type IpmiReportOK struct {
	Payload *models.V1MachineIpmiReportResponse
}
IpmiReportOK describes a response with status code 200, with default header values.

OK

func NewIpmiReportOK added in v0.11.0

func NewIpmiReportOK() *IpmiReportOK

NewIpmiReportOK creates a IpmiReportOK with default headers values

func (*IpmiReportOK) Error added in v0.11.0

func (o *IpmiReportOK) Error() string

func (*IpmiReportOK) GetPayload added in v0.11.0

type IpmiReportParams added in v0.11.0

type IpmiReportParams struct {

	// Body.
	Body *models.V1MachineIpmiReports

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

IpmiReportParams contains all the parameters to send to the API endpoint

for the ipmi report operation.

Typically these are written to a http.Request.

func NewIpmiReportParams added in v0.11.0

func NewIpmiReportParams() *IpmiReportParams

NewIpmiReportParams creates a new IpmiReportParams 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 NewIpmiReportParamsWithContext added in v0.11.0

func NewIpmiReportParamsWithContext(ctx context.Context) *IpmiReportParams

NewIpmiReportParamsWithContext creates a new IpmiReportParams object with the ability to set a context for a request.

func NewIpmiReportParamsWithHTTPClient added in v0.11.0

func NewIpmiReportParamsWithHTTPClient(client *http.Client) *IpmiReportParams

NewIpmiReportParamsWithHTTPClient creates a new IpmiReportParams object with the ability to set a custom HTTPClient for a request.

func NewIpmiReportParamsWithTimeout added in v0.11.0

func NewIpmiReportParamsWithTimeout(timeout time.Duration) *IpmiReportParams

NewIpmiReportParamsWithTimeout creates a new IpmiReportParams object with the ability to set a timeout on a request.

func (*IpmiReportParams) SetBody added in v0.11.0

func (o *IpmiReportParams) SetBody(body *models.V1MachineIpmiReports)

SetBody adds the body to the ipmi report params

func (*IpmiReportParams) SetContext added in v0.11.0

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

SetContext adds the context to the ipmi report params

func (*IpmiReportParams) SetDefaults added in v0.12.1

func (o *IpmiReportParams) SetDefaults()

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

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

func (*IpmiReportParams) SetHTTPClient added in v0.11.0

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

SetHTTPClient adds the HTTPClient to the ipmi report params

func (*IpmiReportParams) SetTimeout added in v0.11.0

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

SetTimeout adds the timeout to the ipmi report params

func (*IpmiReportParams) WithBody added in v0.11.0

WithBody adds the body to the ipmi report params

func (*IpmiReportParams) WithContext added in v0.11.0

func (o *IpmiReportParams) WithContext(ctx context.Context) *IpmiReportParams

WithContext adds the context to the ipmi report params

func (*IpmiReportParams) WithDefaults added in v0.12.1

func (o *IpmiReportParams) WithDefaults() *IpmiReportParams

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

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

func (*IpmiReportParams) WithHTTPClient added in v0.11.0

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

WithHTTPClient adds the HTTPClient to the ipmi report params

func (*IpmiReportParams) WithTimeout added in v0.11.0

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

WithTimeout adds the timeout to the ipmi report params

func (*IpmiReportParams) WriteToRequest added in v0.11.0

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

WriteToRequest writes these params to a swagger request

type IpmiReportReader added in v0.11.0

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

IpmiReportReader is a Reader for the IpmiReport structure.

func (*IpmiReportReader) ReadResponse added in v0.11.0

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

ReadResponse reads a server response into the received o.

type ListMachinesDefault

type ListMachinesDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
ListMachinesDefault describes a response with status code -1, with default header values.

Error

func NewListMachinesDefault

func NewListMachinesDefault(code int) *ListMachinesDefault

NewListMachinesDefault creates a ListMachinesDefault with default headers values

func (*ListMachinesDefault) Code

func (o *ListMachinesDefault) Code() int

Code gets the status code for the list machines default response

func (*ListMachinesDefault) Error

func (o *ListMachinesDefault) Error() string

func (*ListMachinesDefault) GetPayload added in v0.11.0

type ListMachinesOK

type ListMachinesOK struct {
	Payload []*models.V1MachineResponse
}
ListMachinesOK describes a response with status code 200, with default header values.

OK

func NewListMachinesOK

func NewListMachinesOK() *ListMachinesOK

NewListMachinesOK creates a ListMachinesOK with default headers values

func (*ListMachinesOK) Error

func (o *ListMachinesOK) Error() string

func (*ListMachinesOK) GetPayload added in v0.11.0

func (o *ListMachinesOK) GetPayload() []*models.V1MachineResponse

type ListMachinesParams

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

ListMachinesParams contains all the parameters to send to the API endpoint

for the list machines operation.

Typically these are written to a http.Request.

func NewListMachinesParams

func NewListMachinesParams() *ListMachinesParams

NewListMachinesParams creates a new ListMachinesParams 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 NewListMachinesParamsWithContext

func NewListMachinesParamsWithContext(ctx context.Context) *ListMachinesParams

NewListMachinesParamsWithContext creates a new ListMachinesParams object with the ability to set a context for a request.

func NewListMachinesParamsWithHTTPClient

func NewListMachinesParamsWithHTTPClient(client *http.Client) *ListMachinesParams

NewListMachinesParamsWithHTTPClient creates a new ListMachinesParams object with the ability to set a custom HTTPClient for a request.

func NewListMachinesParamsWithTimeout

func NewListMachinesParamsWithTimeout(timeout time.Duration) *ListMachinesParams

NewListMachinesParamsWithTimeout creates a new ListMachinesParams object with the ability to set a timeout on a request.

func (*ListMachinesParams) SetContext

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

SetContext adds the context to the list machines params

func (*ListMachinesParams) SetDefaults added in v0.12.1

func (o *ListMachinesParams) SetDefaults()

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

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

func (*ListMachinesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list machines params

func (*ListMachinesParams) SetTimeout

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

SetTimeout adds the timeout to the list machines params

func (*ListMachinesParams) WithContext

WithContext adds the context to the list machines params

func (*ListMachinesParams) WithDefaults added in v0.12.1

func (o *ListMachinesParams) WithDefaults() *ListMachinesParams

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

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

func (*ListMachinesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list machines params

func (*ListMachinesParams) WithTimeout

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

WithTimeout adds the timeout to the list machines params

func (*ListMachinesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListMachinesReader

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

ListMachinesReader is a Reader for the ListMachines structure.

func (*ListMachinesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MachineBiosDefault

type MachineBiosDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
MachineBiosDefault describes a response with status code -1, with default header values.

Error

func NewMachineBiosDefault

func NewMachineBiosDefault(code int) *MachineBiosDefault

NewMachineBiosDefault creates a MachineBiosDefault with default headers values

func (*MachineBiosDefault) Code

func (o *MachineBiosDefault) Code() int

Code gets the status code for the machine bios default response

func (*MachineBiosDefault) Error

func (o *MachineBiosDefault) Error() string

func (*MachineBiosDefault) GetPayload added in v0.11.0

type MachineBiosOK

type MachineBiosOK struct {
	Payload *models.V1MachineResponse
}
MachineBiosOK describes a response with status code 200, with default header values.

OK

func NewMachineBiosOK

func NewMachineBiosOK() *MachineBiosOK

NewMachineBiosOK creates a MachineBiosOK with default headers values

func (*MachineBiosOK) Error

func (o *MachineBiosOK) Error() string

func (*MachineBiosOK) GetPayload added in v0.11.0

func (o *MachineBiosOK) GetPayload() *models.V1MachineResponse

type MachineBiosParams

type MachineBiosParams struct {

	// Body.
	Body models.V1EmptyBody

	/* ID.

	   identifier of the machine
	*/
	ID string

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

MachineBiosParams contains all the parameters to send to the API endpoint

for the machine bios operation.

Typically these are written to a http.Request.

func NewMachineBiosParams

func NewMachineBiosParams() *MachineBiosParams

NewMachineBiosParams creates a new MachineBiosParams 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 NewMachineBiosParamsWithContext

func NewMachineBiosParamsWithContext(ctx context.Context) *MachineBiosParams

NewMachineBiosParamsWithContext creates a new MachineBiosParams object with the ability to set a context for a request.

func NewMachineBiosParamsWithHTTPClient

func NewMachineBiosParamsWithHTTPClient(client *http.Client) *MachineBiosParams

NewMachineBiosParamsWithHTTPClient creates a new MachineBiosParams object with the ability to set a custom HTTPClient for a request.

func NewMachineBiosParamsWithTimeout

func NewMachineBiosParamsWithTimeout(timeout time.Duration) *MachineBiosParams

NewMachineBiosParamsWithTimeout creates a new MachineBiosParams object with the ability to set a timeout on a request.

func (*MachineBiosParams) SetBody

func (o *MachineBiosParams) SetBody(body models.V1EmptyBody)

SetBody adds the body to the machine bios params

func (*MachineBiosParams) SetContext

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

SetContext adds the context to the machine bios params

func (*MachineBiosParams) SetDefaults added in v0.12.1

func (o *MachineBiosParams) SetDefaults()

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

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

func (*MachineBiosParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the machine bios params

func (*MachineBiosParams) SetID

func (o *MachineBiosParams) SetID(id string)

SetID adds the id to the machine bios params

func (*MachineBiosParams) SetTimeout

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

SetTimeout adds the timeout to the machine bios params

func (*MachineBiosParams) WithBody

WithBody adds the body to the machine bios params

func (*MachineBiosParams) WithContext

func (o *MachineBiosParams) WithContext(ctx context.Context) *MachineBiosParams

WithContext adds the context to the machine bios params

func (*MachineBiosParams) WithDefaults added in v0.12.1

func (o *MachineBiosParams) WithDefaults() *MachineBiosParams

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

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

func (*MachineBiosParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the machine bios params

func (*MachineBiosParams) WithID

WithID adds the id to the machine bios params

func (*MachineBiosParams) WithTimeout

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

WithTimeout adds the timeout to the machine bios params

func (*MachineBiosParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type MachineBiosReader

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

MachineBiosReader is a Reader for the MachineBios structure.

func (*MachineBiosReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MachineDiskDefault added in v0.11.2

type MachineDiskDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
MachineDiskDefault describes a response with status code -1, with default header values.

Error

func NewMachineDiskDefault added in v0.11.2

func NewMachineDiskDefault(code int) *MachineDiskDefault

NewMachineDiskDefault creates a MachineDiskDefault with default headers values

func (*MachineDiskDefault) Code added in v0.11.2

func (o *MachineDiskDefault) Code() int

Code gets the status code for the machine disk default response

func (*MachineDiskDefault) Error added in v0.11.2

func (o *MachineDiskDefault) Error() string

func (*MachineDiskDefault) GetPayload added in v0.11.2

type MachineDiskOK added in v0.11.2

type MachineDiskOK struct {
	Payload *models.V1MachineResponse
}
MachineDiskOK describes a response with status code 200, with default header values.

OK

func NewMachineDiskOK added in v0.11.2

func NewMachineDiskOK() *MachineDiskOK

NewMachineDiskOK creates a MachineDiskOK with default headers values

func (*MachineDiskOK) Error added in v0.11.2

func (o *MachineDiskOK) Error() string

func (*MachineDiskOK) GetPayload added in v0.11.2

func (o *MachineDiskOK) GetPayload() *models.V1MachineResponse

type MachineDiskParams added in v0.11.2

type MachineDiskParams struct {

	// Body.
	Body models.V1EmptyBody

	/* ID.

	   identifier of the machine
	*/
	ID string

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

MachineDiskParams contains all the parameters to send to the API endpoint

for the machine disk operation.

Typically these are written to a http.Request.

func NewMachineDiskParams added in v0.11.2

func NewMachineDiskParams() *MachineDiskParams

NewMachineDiskParams creates a new MachineDiskParams 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 NewMachineDiskParamsWithContext added in v0.11.2

func NewMachineDiskParamsWithContext(ctx context.Context) *MachineDiskParams

NewMachineDiskParamsWithContext creates a new MachineDiskParams object with the ability to set a context for a request.

func NewMachineDiskParamsWithHTTPClient added in v0.11.2

func NewMachineDiskParamsWithHTTPClient(client *http.Client) *MachineDiskParams

NewMachineDiskParamsWithHTTPClient creates a new MachineDiskParams object with the ability to set a custom HTTPClient for a request.

func NewMachineDiskParamsWithTimeout added in v0.11.2

func NewMachineDiskParamsWithTimeout(timeout time.Duration) *MachineDiskParams

NewMachineDiskParamsWithTimeout creates a new MachineDiskParams object with the ability to set a timeout on a request.

func (*MachineDiskParams) SetBody added in v0.11.2

func (o *MachineDiskParams) SetBody(body models.V1EmptyBody)

SetBody adds the body to the machine disk params

func (*MachineDiskParams) SetContext added in v0.11.2

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

SetContext adds the context to the machine disk params

func (*MachineDiskParams) SetDefaults added in v0.12.1

func (o *MachineDiskParams) SetDefaults()

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

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

func (*MachineDiskParams) SetHTTPClient added in v0.11.2

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

SetHTTPClient adds the HTTPClient to the machine disk params

func (*MachineDiskParams) SetID added in v0.11.2

func (o *MachineDiskParams) SetID(id string)

SetID adds the id to the machine disk params

func (*MachineDiskParams) SetTimeout added in v0.11.2

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

SetTimeout adds the timeout to the machine disk params

func (*MachineDiskParams) WithBody added in v0.11.2

WithBody adds the body to the machine disk params

func (*MachineDiskParams) WithContext added in v0.11.2

func (o *MachineDiskParams) WithContext(ctx context.Context) *MachineDiskParams

WithContext adds the context to the machine disk params

func (*MachineDiskParams) WithDefaults added in v0.12.1

func (o *MachineDiskParams) WithDefaults() *MachineDiskParams

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

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

func (*MachineDiskParams) WithHTTPClient added in v0.11.2

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

WithHTTPClient adds the HTTPClient to the machine disk params

func (*MachineDiskParams) WithID added in v0.11.2

WithID adds the id to the machine disk params

func (*MachineDiskParams) WithTimeout added in v0.11.2

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

WithTimeout adds the timeout to the machine disk params

func (*MachineDiskParams) WriteToRequest added in v0.11.2

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

WriteToRequest writes these params to a swagger request

type MachineDiskReader added in v0.11.2

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

MachineDiskReader is a Reader for the MachineDisk structure.

func (*MachineDiskReader) ReadResponse added in v0.11.2

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

ReadResponse reads a server response into the received o.

type MachineOffDefault

type MachineOffDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
MachineOffDefault describes a response with status code -1, with default header values.

Error

func NewMachineOffDefault

func NewMachineOffDefault(code int) *MachineOffDefault

NewMachineOffDefault creates a MachineOffDefault with default headers values

func (*MachineOffDefault) Code

func (o *MachineOffDefault) Code() int

Code gets the status code for the machine off default response

func (*MachineOffDefault) Error

func (o *MachineOffDefault) Error() string

func (*MachineOffDefault) GetPayload added in v0.11.0

type MachineOffOK

type MachineOffOK struct {
	Payload *models.V1MachineResponse
}
MachineOffOK describes a response with status code 200, with default header values.

OK

func NewMachineOffOK

func NewMachineOffOK() *MachineOffOK

NewMachineOffOK creates a MachineOffOK with default headers values

func (*MachineOffOK) Error

func (o *MachineOffOK) Error() string

func (*MachineOffOK) GetPayload added in v0.11.0

func (o *MachineOffOK) GetPayload() *models.V1MachineResponse

type MachineOffParams

type MachineOffParams struct {

	// Body.
	Body models.V1EmptyBody

	/* ID.

	   identifier of the machine
	*/
	ID string

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

MachineOffParams contains all the parameters to send to the API endpoint

for the machine off operation.

Typically these are written to a http.Request.

func NewMachineOffParams

func NewMachineOffParams() *MachineOffParams

NewMachineOffParams creates a new MachineOffParams 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 NewMachineOffParamsWithContext

func NewMachineOffParamsWithContext(ctx context.Context) *MachineOffParams

NewMachineOffParamsWithContext creates a new MachineOffParams object with the ability to set a context for a request.

func NewMachineOffParamsWithHTTPClient

func NewMachineOffParamsWithHTTPClient(client *http.Client) *MachineOffParams

NewMachineOffParamsWithHTTPClient creates a new MachineOffParams object with the ability to set a custom HTTPClient for a request.

func NewMachineOffParamsWithTimeout

func NewMachineOffParamsWithTimeout(timeout time.Duration) *MachineOffParams

NewMachineOffParamsWithTimeout creates a new MachineOffParams object with the ability to set a timeout on a request.

func (*MachineOffParams) SetBody

func (o *MachineOffParams) SetBody(body models.V1EmptyBody)

SetBody adds the body to the machine off params

func (*MachineOffParams) SetContext

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

SetContext adds the context to the machine off params

func (*MachineOffParams) SetDefaults added in v0.12.1

func (o *MachineOffParams) SetDefaults()

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

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

func (*MachineOffParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the machine off params

func (*MachineOffParams) SetID

func (o *MachineOffParams) SetID(id string)

SetID adds the id to the machine off params

func (*MachineOffParams) SetTimeout

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

SetTimeout adds the timeout to the machine off params

func (*MachineOffParams) WithBody

WithBody adds the body to the machine off params

func (*MachineOffParams) WithContext

func (o *MachineOffParams) WithContext(ctx context.Context) *MachineOffParams

WithContext adds the context to the machine off params

func (*MachineOffParams) WithDefaults added in v0.12.1

func (o *MachineOffParams) WithDefaults() *MachineOffParams

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

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

func (*MachineOffParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the machine off params

func (*MachineOffParams) WithID

func (o *MachineOffParams) WithID(id string) *MachineOffParams

WithID adds the id to the machine off params

func (*MachineOffParams) WithTimeout

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

WithTimeout adds the timeout to the machine off params

func (*MachineOffParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type MachineOffReader

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

MachineOffReader is a Reader for the MachineOff structure.

func (*MachineOffReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MachineOnDefault

type MachineOnDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
MachineOnDefault describes a response with status code -1, with default header values.

Error

func NewMachineOnDefault

func NewMachineOnDefault(code int) *MachineOnDefault

NewMachineOnDefault creates a MachineOnDefault with default headers values

func (*MachineOnDefault) Code

func (o *MachineOnDefault) Code() int

Code gets the status code for the machine on default response

func (*MachineOnDefault) Error

func (o *MachineOnDefault) Error() string

func (*MachineOnDefault) GetPayload added in v0.11.0

type MachineOnOK

type MachineOnOK struct {
	Payload *models.V1MachineResponse
}
MachineOnOK describes a response with status code 200, with default header values.

OK

func NewMachineOnOK

func NewMachineOnOK() *MachineOnOK

NewMachineOnOK creates a MachineOnOK with default headers values

func (*MachineOnOK) Error

func (o *MachineOnOK) Error() string

func (*MachineOnOK) GetPayload added in v0.11.0

func (o *MachineOnOK) GetPayload() *models.V1MachineResponse

type MachineOnParams

type MachineOnParams struct {

	// Body.
	Body models.V1EmptyBody

	/* ID.

	   identifier of the machine
	*/
	ID string

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

MachineOnParams contains all the parameters to send to the API endpoint

for the machine on operation.

Typically these are written to a http.Request.

func NewMachineOnParams

func NewMachineOnParams() *MachineOnParams

NewMachineOnParams creates a new MachineOnParams 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 NewMachineOnParamsWithContext

func NewMachineOnParamsWithContext(ctx context.Context) *MachineOnParams

NewMachineOnParamsWithContext creates a new MachineOnParams object with the ability to set a context for a request.

func NewMachineOnParamsWithHTTPClient

func NewMachineOnParamsWithHTTPClient(client *http.Client) *MachineOnParams

NewMachineOnParamsWithHTTPClient creates a new MachineOnParams object with the ability to set a custom HTTPClient for a request.

func NewMachineOnParamsWithTimeout

func NewMachineOnParamsWithTimeout(timeout time.Duration) *MachineOnParams

NewMachineOnParamsWithTimeout creates a new MachineOnParams object with the ability to set a timeout on a request.

func (*MachineOnParams) SetBody

func (o *MachineOnParams) SetBody(body models.V1EmptyBody)

SetBody adds the body to the machine on params

func (*MachineOnParams) SetContext

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

SetContext adds the context to the machine on params

func (*MachineOnParams) SetDefaults added in v0.12.1

func (o *MachineOnParams) SetDefaults()

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

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

func (*MachineOnParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the machine on params

func (*MachineOnParams) SetID

func (o *MachineOnParams) SetID(id string)

SetID adds the id to the machine on params

func (*MachineOnParams) SetTimeout

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

SetTimeout adds the timeout to the machine on params

func (*MachineOnParams) WithBody

WithBody adds the body to the machine on params

func (*MachineOnParams) WithContext

func (o *MachineOnParams) WithContext(ctx context.Context) *MachineOnParams

WithContext adds the context to the machine on params

func (*MachineOnParams) WithDefaults added in v0.12.1

func (o *MachineOnParams) WithDefaults() *MachineOnParams

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

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

func (*MachineOnParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the machine on params

func (*MachineOnParams) WithID

func (o *MachineOnParams) WithID(id string) *MachineOnParams

WithID adds the id to the machine on params

func (*MachineOnParams) WithTimeout

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

WithTimeout adds the timeout to the machine on params

func (*MachineOnParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type MachineOnReader

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

MachineOnReader is a Reader for the MachineOn structure.

func (*MachineOnReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MachinePxeDefault added in v0.11.2

type MachinePxeDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
MachinePxeDefault describes a response with status code -1, with default header values.

Error

func NewMachinePxeDefault added in v0.11.2

func NewMachinePxeDefault(code int) *MachinePxeDefault

NewMachinePxeDefault creates a MachinePxeDefault with default headers values

func (*MachinePxeDefault) Code added in v0.11.2

func (o *MachinePxeDefault) Code() int

Code gets the status code for the machine pxe default response

func (*MachinePxeDefault) Error added in v0.11.2

func (o *MachinePxeDefault) Error() string

func (*MachinePxeDefault) GetPayload added in v0.11.2

type MachinePxeOK added in v0.11.2

type MachinePxeOK struct {
	Payload *models.V1MachineResponse
}
MachinePxeOK describes a response with status code 200, with default header values.

OK

func NewMachinePxeOK added in v0.11.2

func NewMachinePxeOK() *MachinePxeOK

NewMachinePxeOK creates a MachinePxeOK with default headers values

func (*MachinePxeOK) Error added in v0.11.2

func (o *MachinePxeOK) Error() string

func (*MachinePxeOK) GetPayload added in v0.11.2

func (o *MachinePxeOK) GetPayload() *models.V1MachineResponse

type MachinePxeParams added in v0.11.2

type MachinePxeParams struct {

	// Body.
	Body models.V1EmptyBody

	/* ID.

	   identifier of the machine
	*/
	ID string

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

MachinePxeParams contains all the parameters to send to the API endpoint

for the machine pxe operation.

Typically these are written to a http.Request.

func NewMachinePxeParams added in v0.11.2

func NewMachinePxeParams() *MachinePxeParams

NewMachinePxeParams creates a new MachinePxeParams 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 NewMachinePxeParamsWithContext added in v0.11.2

func NewMachinePxeParamsWithContext(ctx context.Context) *MachinePxeParams

NewMachinePxeParamsWithContext creates a new MachinePxeParams object with the ability to set a context for a request.

func NewMachinePxeParamsWithHTTPClient added in v0.11.2

func NewMachinePxeParamsWithHTTPClient(client *http.Client) *MachinePxeParams

NewMachinePxeParamsWithHTTPClient creates a new MachinePxeParams object with the ability to set a custom HTTPClient for a request.

func NewMachinePxeParamsWithTimeout added in v0.11.2

func NewMachinePxeParamsWithTimeout(timeout time.Duration) *MachinePxeParams

NewMachinePxeParamsWithTimeout creates a new MachinePxeParams object with the ability to set a timeout on a request.

func (*MachinePxeParams) SetBody added in v0.11.2

func (o *MachinePxeParams) SetBody(body models.V1EmptyBody)

SetBody adds the body to the machine pxe params

func (*MachinePxeParams) SetContext added in v0.11.2

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

SetContext adds the context to the machine pxe params

func (*MachinePxeParams) SetDefaults added in v0.12.1

func (o *MachinePxeParams) SetDefaults()

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

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

func (*MachinePxeParams) SetHTTPClient added in v0.11.2

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

SetHTTPClient adds the HTTPClient to the machine pxe params

func (*MachinePxeParams) SetID added in v0.11.2

func (o *MachinePxeParams) SetID(id string)

SetID adds the id to the machine pxe params

func (*MachinePxeParams) SetTimeout added in v0.11.2

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

SetTimeout adds the timeout to the machine pxe params

func (*MachinePxeParams) WithBody added in v0.11.2

WithBody adds the body to the machine pxe params

func (*MachinePxeParams) WithContext added in v0.11.2

func (o *MachinePxeParams) WithContext(ctx context.Context) *MachinePxeParams

WithContext adds the context to the machine pxe params

func (*MachinePxeParams) WithDefaults added in v0.12.1

func (o *MachinePxeParams) WithDefaults() *MachinePxeParams

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

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

func (*MachinePxeParams) WithHTTPClient added in v0.11.2

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

WithHTTPClient adds the HTTPClient to the machine pxe params

func (*MachinePxeParams) WithID added in v0.11.2

func (o *MachinePxeParams) WithID(id string) *MachinePxeParams

WithID adds the id to the machine pxe params

func (*MachinePxeParams) WithTimeout added in v0.11.2

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

WithTimeout adds the timeout to the machine pxe params

func (*MachinePxeParams) WriteToRequest added in v0.11.2

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

WriteToRequest writes these params to a swagger request

type MachinePxeReader added in v0.11.2

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

MachinePxeReader is a Reader for the MachinePxe structure.

func (*MachinePxeReader) ReadResponse added in v0.11.2

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

ReadResponse reads a server response into the received o.

type MachineResetDefault

type MachineResetDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
MachineResetDefault describes a response with status code -1, with default header values.

Error

func NewMachineResetDefault

func NewMachineResetDefault(code int) *MachineResetDefault

NewMachineResetDefault creates a MachineResetDefault with default headers values

func (*MachineResetDefault) Code

func (o *MachineResetDefault) Code() int

Code gets the status code for the machine reset default response

func (*MachineResetDefault) Error

func (o *MachineResetDefault) Error() string

func (*MachineResetDefault) GetPayload added in v0.11.0

type MachineResetOK

type MachineResetOK struct {
	Payload *models.V1MachineResponse
}
MachineResetOK describes a response with status code 200, with default header values.

OK

func NewMachineResetOK

func NewMachineResetOK() *MachineResetOK

NewMachineResetOK creates a MachineResetOK with default headers values

func (*MachineResetOK) Error

func (o *MachineResetOK) Error() string

func (*MachineResetOK) GetPayload added in v0.11.0

func (o *MachineResetOK) GetPayload() *models.V1MachineResponse

type MachineResetParams

type MachineResetParams struct {

	// Body.
	Body models.V1EmptyBody

	/* ID.

	   identifier of the machine
	*/
	ID string

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

MachineResetParams contains all the parameters to send to the API endpoint

for the machine reset operation.

Typically these are written to a http.Request.

func NewMachineResetParams

func NewMachineResetParams() *MachineResetParams

NewMachineResetParams creates a new MachineResetParams 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 NewMachineResetParamsWithContext

func NewMachineResetParamsWithContext(ctx context.Context) *MachineResetParams

NewMachineResetParamsWithContext creates a new MachineResetParams object with the ability to set a context for a request.

func NewMachineResetParamsWithHTTPClient

func NewMachineResetParamsWithHTTPClient(client *http.Client) *MachineResetParams

NewMachineResetParamsWithHTTPClient creates a new MachineResetParams object with the ability to set a custom HTTPClient for a request.

func NewMachineResetParamsWithTimeout

func NewMachineResetParamsWithTimeout(timeout time.Duration) *MachineResetParams

NewMachineResetParamsWithTimeout creates a new MachineResetParams object with the ability to set a timeout on a request.

func (*MachineResetParams) SetBody

func (o *MachineResetParams) SetBody(body models.V1EmptyBody)

SetBody adds the body to the machine reset params

func (*MachineResetParams) SetContext

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

SetContext adds the context to the machine reset params

func (*MachineResetParams) SetDefaults added in v0.12.1

func (o *MachineResetParams) SetDefaults()

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

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

func (*MachineResetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the machine reset params

func (*MachineResetParams) SetID

func (o *MachineResetParams) SetID(id string)

SetID adds the id to the machine reset params

func (*MachineResetParams) SetTimeout

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

SetTimeout adds the timeout to the machine reset params

func (*MachineResetParams) WithBody

WithBody adds the body to the machine reset params

func (*MachineResetParams) WithContext

WithContext adds the context to the machine reset params

func (*MachineResetParams) WithDefaults added in v0.12.1

func (o *MachineResetParams) WithDefaults() *MachineResetParams

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

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

func (*MachineResetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the machine reset params

func (*MachineResetParams) WithID

WithID adds the id to the machine reset params

func (*MachineResetParams) WithTimeout

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

WithTimeout adds the timeout to the machine reset params

func (*MachineResetParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type MachineResetReader

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

MachineResetReader is a Reader for the MachineReset structure.

func (*MachineResetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RegisterMachineCreated

type RegisterMachineCreated struct {
	Payload *models.V1MachineResponse
}
RegisterMachineCreated describes a response with status code 201, with default header values.

Created

func NewRegisterMachineCreated

func NewRegisterMachineCreated() *RegisterMachineCreated

NewRegisterMachineCreated creates a RegisterMachineCreated with default headers values

func (*RegisterMachineCreated) Error

func (o *RegisterMachineCreated) Error() string

func (*RegisterMachineCreated) GetPayload added in v0.11.0

type RegisterMachineDefault

type RegisterMachineDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
RegisterMachineDefault describes a response with status code -1, with default header values.

Error

func NewRegisterMachineDefault

func NewRegisterMachineDefault(code int) *RegisterMachineDefault

NewRegisterMachineDefault creates a RegisterMachineDefault with default headers values

func (*RegisterMachineDefault) Code

func (o *RegisterMachineDefault) Code() int

Code gets the status code for the register machine default response

func (*RegisterMachineDefault) Error

func (o *RegisterMachineDefault) Error() string

func (*RegisterMachineDefault) GetPayload added in v0.11.0

type RegisterMachineOK

type RegisterMachineOK struct {
	Payload *models.V1MachineResponse
}
RegisterMachineOK describes a response with status code 200, with default header values.

OK

func NewRegisterMachineOK

func NewRegisterMachineOK() *RegisterMachineOK

NewRegisterMachineOK creates a RegisterMachineOK with default headers values

func (*RegisterMachineOK) Error

func (o *RegisterMachineOK) Error() string

func (*RegisterMachineOK) GetPayload added in v0.11.0

func (o *RegisterMachineOK) GetPayload() *models.V1MachineResponse

type RegisterMachineParams

type RegisterMachineParams struct {

	// Body.
	Body *models.V1MachineRegisterRequest

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

RegisterMachineParams contains all the parameters to send to the API endpoint

for the register machine operation.

Typically these are written to a http.Request.

func NewRegisterMachineParams

func NewRegisterMachineParams() *RegisterMachineParams

NewRegisterMachineParams creates a new RegisterMachineParams 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 NewRegisterMachineParamsWithContext

func NewRegisterMachineParamsWithContext(ctx context.Context) *RegisterMachineParams

NewRegisterMachineParamsWithContext creates a new RegisterMachineParams object with the ability to set a context for a request.

func NewRegisterMachineParamsWithHTTPClient

func NewRegisterMachineParamsWithHTTPClient(client *http.Client) *RegisterMachineParams

NewRegisterMachineParamsWithHTTPClient creates a new RegisterMachineParams object with the ability to set a custom HTTPClient for a request.

func NewRegisterMachineParamsWithTimeout

func NewRegisterMachineParamsWithTimeout(timeout time.Duration) *RegisterMachineParams

NewRegisterMachineParamsWithTimeout creates a new RegisterMachineParams object with the ability to set a timeout on a request.

func (*RegisterMachineParams) SetBody

SetBody adds the body to the register machine params

func (*RegisterMachineParams) SetContext

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

SetContext adds the context to the register machine params

func (*RegisterMachineParams) SetDefaults added in v0.12.1

func (o *RegisterMachineParams) SetDefaults()

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

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

func (*RegisterMachineParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the register machine params

func (*RegisterMachineParams) SetTimeout

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

SetTimeout adds the timeout to the register machine params

func (*RegisterMachineParams) WithBody

WithBody adds the body to the register machine params

func (*RegisterMachineParams) WithContext

WithContext adds the context to the register machine params

func (*RegisterMachineParams) WithDefaults added in v0.12.1

func (o *RegisterMachineParams) WithDefaults() *RegisterMachineParams

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

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

func (*RegisterMachineParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the register machine params

func (*RegisterMachineParams) WithTimeout

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

WithTimeout adds the timeout to the register machine params

func (*RegisterMachineParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type RegisterMachineReader

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

RegisterMachineReader is a Reader for the RegisterMachine structure.

func (*RegisterMachineReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReinstallMachineBadRequest added in v0.4.0

type ReinstallMachineBadRequest struct {
	Payload *httperrors.HTTPErrorResponse
}
ReinstallMachineBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewReinstallMachineBadRequest added in v0.4.0

func NewReinstallMachineBadRequest() *ReinstallMachineBadRequest

NewReinstallMachineBadRequest creates a ReinstallMachineBadRequest with default headers values

func (*ReinstallMachineBadRequest) Error added in v0.4.0

func (*ReinstallMachineBadRequest) GetPayload added in v0.11.0

type ReinstallMachineDefault added in v0.4.0

type ReinstallMachineDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
ReinstallMachineDefault describes a response with status code -1, with default header values.

Error

func NewReinstallMachineDefault added in v0.4.0

func NewReinstallMachineDefault(code int) *ReinstallMachineDefault

NewReinstallMachineDefault creates a ReinstallMachineDefault with default headers values

func (*ReinstallMachineDefault) Code added in v0.4.0

func (o *ReinstallMachineDefault) Code() int

Code gets the status code for the reinstall machine default response

func (*ReinstallMachineDefault) Error added in v0.4.0

func (o *ReinstallMachineDefault) Error() string

func (*ReinstallMachineDefault) GetPayload added in v0.11.0

type ReinstallMachineOK added in v0.4.0

type ReinstallMachineOK struct {
	Payload *models.V1MachineResponse
}
ReinstallMachineOK describes a response with status code 200, with default header values.

OK

func NewReinstallMachineOK added in v0.4.0

func NewReinstallMachineOK() *ReinstallMachineOK

NewReinstallMachineOK creates a ReinstallMachineOK with default headers values

func (*ReinstallMachineOK) Error added in v0.4.0

func (o *ReinstallMachineOK) Error() string

func (*ReinstallMachineOK) GetPayload added in v0.11.0

func (o *ReinstallMachineOK) GetPayload() *models.V1MachineResponse

type ReinstallMachineParams added in v0.4.0

type ReinstallMachineParams struct {

	// Body.
	Body *models.V1MachineReinstallRequest

	/* ID.

	   identifier of the machine
	*/
	ID string

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

ReinstallMachineParams contains all the parameters to send to the API endpoint

for the reinstall machine operation.

Typically these are written to a http.Request.

func NewReinstallMachineParams added in v0.4.0

func NewReinstallMachineParams() *ReinstallMachineParams

NewReinstallMachineParams creates a new ReinstallMachineParams 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 NewReinstallMachineParamsWithContext added in v0.4.0

func NewReinstallMachineParamsWithContext(ctx context.Context) *ReinstallMachineParams

NewReinstallMachineParamsWithContext creates a new ReinstallMachineParams object with the ability to set a context for a request.

func NewReinstallMachineParamsWithHTTPClient added in v0.4.0

func NewReinstallMachineParamsWithHTTPClient(client *http.Client) *ReinstallMachineParams

NewReinstallMachineParamsWithHTTPClient creates a new ReinstallMachineParams object with the ability to set a custom HTTPClient for a request.

func NewReinstallMachineParamsWithTimeout added in v0.4.0

func NewReinstallMachineParamsWithTimeout(timeout time.Duration) *ReinstallMachineParams

NewReinstallMachineParamsWithTimeout creates a new ReinstallMachineParams object with the ability to set a timeout on a request.

func (*ReinstallMachineParams) SetBody added in v0.4.0

SetBody adds the body to the reinstall machine params

func (*ReinstallMachineParams) SetContext added in v0.4.0

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

SetContext adds the context to the reinstall machine params

func (*ReinstallMachineParams) SetDefaults added in v0.12.1

func (o *ReinstallMachineParams) SetDefaults()

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

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

func (*ReinstallMachineParams) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the reinstall machine params

func (*ReinstallMachineParams) SetID added in v0.4.0

func (o *ReinstallMachineParams) SetID(id string)

SetID adds the id to the reinstall machine params

func (*ReinstallMachineParams) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the reinstall machine params

func (*ReinstallMachineParams) WithBody added in v0.4.0

WithBody adds the body to the reinstall machine params

func (*ReinstallMachineParams) WithContext added in v0.4.0

WithContext adds the context to the reinstall machine params

func (*ReinstallMachineParams) WithDefaults added in v0.12.1

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

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

func (*ReinstallMachineParams) WithHTTPClient added in v0.4.0

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

WithHTTPClient adds the HTTPClient to the reinstall machine params

func (*ReinstallMachineParams) WithID added in v0.4.0

WithID adds the id to the reinstall machine params

func (*ReinstallMachineParams) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the reinstall machine params

func (*ReinstallMachineParams) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type ReinstallMachineReader added in v0.4.0

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

ReinstallMachineReader is a Reader for the ReinstallMachine structure.

func (*ReinstallMachineReader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type SetChassisIdentifyLEDStateDefault

type SetChassisIdentifyLEDStateDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
SetChassisIdentifyLEDStateDefault describes a response with status code -1, with default header values.

Error

func NewSetChassisIdentifyLEDStateDefault

func NewSetChassisIdentifyLEDStateDefault(code int) *SetChassisIdentifyLEDStateDefault

NewSetChassisIdentifyLEDStateDefault creates a SetChassisIdentifyLEDStateDefault with default headers values

func (*SetChassisIdentifyLEDStateDefault) Code

Code gets the status code for the set chassis identify l e d state default response

func (*SetChassisIdentifyLEDStateDefault) Error

func (*SetChassisIdentifyLEDStateDefault) GetPayload added in v0.11.0

type SetChassisIdentifyLEDStateOK

type SetChassisIdentifyLEDStateOK struct {
	Payload *models.V1MachineResponse
}
SetChassisIdentifyLEDStateOK describes a response with status code 200, with default header values.

OK

func NewSetChassisIdentifyLEDStateOK

func NewSetChassisIdentifyLEDStateOK() *SetChassisIdentifyLEDStateOK

NewSetChassisIdentifyLEDStateOK creates a SetChassisIdentifyLEDStateOK with default headers values

func (*SetChassisIdentifyLEDStateOK) Error

func (*SetChassisIdentifyLEDStateOK) GetPayload added in v0.11.0

type SetChassisIdentifyLEDStateParams

type SetChassisIdentifyLEDStateParams struct {

	// Body.
	Body *models.V1ChassisIdentifyLEDState

	/* ID.

	   identifier of the machine
	*/
	ID string

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

SetChassisIdentifyLEDStateParams contains all the parameters to send to the API endpoint

for the set chassis identify l e d state operation.

Typically these are written to a http.Request.

func NewSetChassisIdentifyLEDStateParams

func NewSetChassisIdentifyLEDStateParams() *SetChassisIdentifyLEDStateParams

NewSetChassisIdentifyLEDStateParams creates a new SetChassisIdentifyLEDStateParams 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 NewSetChassisIdentifyLEDStateParamsWithContext

func NewSetChassisIdentifyLEDStateParamsWithContext(ctx context.Context) *SetChassisIdentifyLEDStateParams

NewSetChassisIdentifyLEDStateParamsWithContext creates a new SetChassisIdentifyLEDStateParams object with the ability to set a context for a request.

func NewSetChassisIdentifyLEDStateParamsWithHTTPClient

func NewSetChassisIdentifyLEDStateParamsWithHTTPClient(client *http.Client) *SetChassisIdentifyLEDStateParams

NewSetChassisIdentifyLEDStateParamsWithHTTPClient creates a new SetChassisIdentifyLEDStateParams object with the ability to set a custom HTTPClient for a request.

func NewSetChassisIdentifyLEDStateParamsWithTimeout

func NewSetChassisIdentifyLEDStateParamsWithTimeout(timeout time.Duration) *SetChassisIdentifyLEDStateParams

NewSetChassisIdentifyLEDStateParamsWithTimeout creates a new SetChassisIdentifyLEDStateParams object with the ability to set a timeout on a request.

func (*SetChassisIdentifyLEDStateParams) SetBody

SetBody adds the body to the set chassis identify l e d state params

func (*SetChassisIdentifyLEDStateParams) SetContext

SetContext adds the context to the set chassis identify l e d state params

func (*SetChassisIdentifyLEDStateParams) SetDefaults added in v0.12.1

func (o *SetChassisIdentifyLEDStateParams) SetDefaults()

SetDefaults hydrates default values in the set chassis identify l e d state params (not the query body).

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

func (*SetChassisIdentifyLEDStateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set chassis identify l e d state params

func (*SetChassisIdentifyLEDStateParams) SetID

SetID adds the id to the set chassis identify l e d state params

func (*SetChassisIdentifyLEDStateParams) SetTimeout

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

SetTimeout adds the timeout to the set chassis identify l e d state params

func (*SetChassisIdentifyLEDStateParams) WithBody

WithBody adds the body to the set chassis identify l e d state params

func (*SetChassisIdentifyLEDStateParams) WithContext

WithContext adds the context to the set chassis identify l e d state params

func (*SetChassisIdentifyLEDStateParams) WithDefaults added in v0.12.1

WithDefaults hydrates default values in the set chassis identify l e d state params (not the query body).

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

func (*SetChassisIdentifyLEDStateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set chassis identify l e d state params

func (*SetChassisIdentifyLEDStateParams) WithID

WithID adds the id to the set chassis identify l e d state params

func (*SetChassisIdentifyLEDStateParams) WithTimeout

WithTimeout adds the timeout to the set chassis identify l e d state params

func (*SetChassisIdentifyLEDStateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetChassisIdentifyLEDStateReader

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

SetChassisIdentifyLEDStateReader is a Reader for the SetChassisIdentifyLEDState structure.

func (*SetChassisIdentifyLEDStateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetMachineStateDefault

type SetMachineStateDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
SetMachineStateDefault describes a response with status code -1, with default header values.

Error

func NewSetMachineStateDefault

func NewSetMachineStateDefault(code int) *SetMachineStateDefault

NewSetMachineStateDefault creates a SetMachineStateDefault with default headers values

func (*SetMachineStateDefault) Code

func (o *SetMachineStateDefault) Code() int

Code gets the status code for the set machine state default response

func (*SetMachineStateDefault) Error

func (o *SetMachineStateDefault) Error() string

func (*SetMachineStateDefault) GetPayload added in v0.11.0

type SetMachineStateOK

type SetMachineStateOK struct {
	Payload *models.V1MachineResponse
}
SetMachineStateOK describes a response with status code 200, with default header values.

OK

func NewSetMachineStateOK

func NewSetMachineStateOK() *SetMachineStateOK

NewSetMachineStateOK creates a SetMachineStateOK with default headers values

func (*SetMachineStateOK) Error

func (o *SetMachineStateOK) Error() string

func (*SetMachineStateOK) GetPayload added in v0.11.0

func (o *SetMachineStateOK) GetPayload() *models.V1MachineResponse

type SetMachineStateParams

type SetMachineStateParams struct {

	// Body.
	Body *models.V1MachineState

	/* ID.

	   identifier of the machine
	*/
	ID string

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

SetMachineStateParams contains all the parameters to send to the API endpoint

for the set machine state operation.

Typically these are written to a http.Request.

func NewSetMachineStateParams

func NewSetMachineStateParams() *SetMachineStateParams

NewSetMachineStateParams creates a new SetMachineStateParams 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 NewSetMachineStateParamsWithContext

func NewSetMachineStateParamsWithContext(ctx context.Context) *SetMachineStateParams

NewSetMachineStateParamsWithContext creates a new SetMachineStateParams object with the ability to set a context for a request.

func NewSetMachineStateParamsWithHTTPClient

func NewSetMachineStateParamsWithHTTPClient(client *http.Client) *SetMachineStateParams

NewSetMachineStateParamsWithHTTPClient creates a new SetMachineStateParams object with the ability to set a custom HTTPClient for a request.

func NewSetMachineStateParamsWithTimeout

func NewSetMachineStateParamsWithTimeout(timeout time.Duration) *SetMachineStateParams

NewSetMachineStateParamsWithTimeout creates a new SetMachineStateParams object with the ability to set a timeout on a request.

func (*SetMachineStateParams) SetBody

func (o *SetMachineStateParams) SetBody(body *models.V1MachineState)

SetBody adds the body to the set machine state params

func (*SetMachineStateParams) SetContext

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

SetContext adds the context to the set machine state params

func (*SetMachineStateParams) SetDefaults added in v0.12.1

func (o *SetMachineStateParams) SetDefaults()

SetDefaults hydrates default values in the set machine state params (not the query body).

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

func (*SetMachineStateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set machine state params

func (*SetMachineStateParams) SetID

func (o *SetMachineStateParams) SetID(id string)

SetID adds the id to the set machine state params

func (*SetMachineStateParams) SetTimeout

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

SetTimeout adds the timeout to the set machine state params

func (*SetMachineStateParams) WithBody

WithBody adds the body to the set machine state params

func (*SetMachineStateParams) WithContext

WithContext adds the context to the set machine state params

func (*SetMachineStateParams) WithDefaults added in v0.12.1

func (o *SetMachineStateParams) WithDefaults() *SetMachineStateParams

WithDefaults hydrates default values in the set machine state params (not the query body).

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

func (*SetMachineStateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the set machine state params

func (*SetMachineStateParams) WithID

WithID adds the id to the set machine state params

func (*SetMachineStateParams) WithTimeout

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

WithTimeout adds the timeout to the set machine state params

func (*SetMachineStateParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type SetMachineStateReader

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

SetMachineStateReader is a Reader for the SetMachineState structure.

func (*SetMachineStateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateFirmwareDefault added in v0.13.1

type UpdateFirmwareDefault struct {
	Payload *httperrors.HTTPErrorResponse
	// contains filtered or unexported fields
}
UpdateFirmwareDefault describes a response with status code -1, with default header values.

Error

func NewUpdateFirmwareDefault added in v0.13.1

func NewUpdateFirmwareDefault(code int) *UpdateFirmwareDefault

NewUpdateFirmwareDefault creates a UpdateFirmwareDefault with default headers values

func (*UpdateFirmwareDefault) Code added in v0.13.1

func (o *UpdateFirmwareDefault) Code() int

Code gets the status code for the update firmware default response

func (*UpdateFirmwareDefault) Error added in v0.13.1

func (o *UpdateFirmwareDefault) Error() string

func (*UpdateFirmwareDefault) GetPayload added in v0.13.1

type UpdateFirmwareOK added in v0.13.1

type UpdateFirmwareOK struct {
	Payload *models.V1MachineResponse
}
UpdateFirmwareOK describes a response with status code 200, with default header values.

OK

func NewUpdateFirmwareOK added in v0.13.1

func NewUpdateFirmwareOK() *UpdateFirmwareOK

NewUpdateFirmwareOK creates a UpdateFirmwareOK with default headers values

func (*UpdateFirmwareOK) Error added in v0.13.1

func (o *UpdateFirmwareOK) Error() string

func (*UpdateFirmwareOK) GetPayload added in v0.13.1

func (o *UpdateFirmwareOK) GetPayload() *models.V1MachineResponse

type UpdateFirmwareParams added in v0.13.1

type UpdateFirmwareParams struct {

	// Body.
	Body *models.V1MachineUpdateFirmwareRequest

	/* ID.

	   identifier of the machine
	*/
	ID string

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

UpdateFirmwareParams contains all the parameters to send to the API endpoint

for the update firmware operation.

Typically these are written to a http.Request.

func NewUpdateFirmwareParams added in v0.13.1

func NewUpdateFirmwareParams() *UpdateFirmwareParams

NewUpdateFirmwareParams creates a new UpdateFirmwareParams 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 NewUpdateFirmwareParamsWithContext added in v0.13.1

func NewUpdateFirmwareParamsWithContext(ctx context.Context) *UpdateFirmwareParams

NewUpdateFirmwareParamsWithContext creates a new UpdateFirmwareParams object with the ability to set a context for a request.

func NewUpdateFirmwareParamsWithHTTPClient added in v0.13.1

func NewUpdateFirmwareParamsWithHTTPClient(client *http.Client) *UpdateFirmwareParams

NewUpdateFirmwareParamsWithHTTPClient creates a new UpdateFirmwareParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateFirmwareParamsWithTimeout added in v0.13.1

func NewUpdateFirmwareParamsWithTimeout(timeout time.Duration) *UpdateFirmwareParams

NewUpdateFirmwareParamsWithTimeout creates a new UpdateFirmwareParams object with the ability to set a timeout on a request.

func (*UpdateFirmwareParams) SetBody added in v0.13.1

SetBody adds the body to the update firmware params

func (*UpdateFirmwareParams) SetContext added in v0.13.1

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

SetContext adds the context to the update firmware params

func (*UpdateFirmwareParams) SetDefaults added in v0.13.1

func (o *UpdateFirmwareParams) SetDefaults()

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

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

func (*UpdateFirmwareParams) SetHTTPClient added in v0.13.1

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

SetHTTPClient adds the HTTPClient to the update firmware params

func (*UpdateFirmwareParams) SetID added in v0.13.1

func (o *UpdateFirmwareParams) SetID(id string)

SetID adds the id to the update firmware params

func (*UpdateFirmwareParams) SetTimeout added in v0.13.1

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

SetTimeout adds the timeout to the update firmware params

func (*UpdateFirmwareParams) WithBody added in v0.13.1

WithBody adds the body to the update firmware params

func (*UpdateFirmwareParams) WithContext added in v0.13.1

WithContext adds the context to the update firmware params

func (*UpdateFirmwareParams) WithDefaults added in v0.13.1

func (o *UpdateFirmwareParams) WithDefaults() *UpdateFirmwareParams

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

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

func (*UpdateFirmwareParams) WithHTTPClient added in v0.13.1

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

WithHTTPClient adds the HTTPClient to the update firmware params

func (*UpdateFirmwareParams) WithID added in v0.13.1

WithID adds the id to the update firmware params

func (*UpdateFirmwareParams) WithTimeout added in v0.13.1

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

WithTimeout adds the timeout to the update firmware params

func (*UpdateFirmwareParams) WriteToRequest added in v0.13.1

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

WriteToRequest writes these params to a swagger request

type UpdateFirmwareReader added in v0.13.1

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

UpdateFirmwareReader is a Reader for the UpdateFirmware structure.

func (*UpdateFirmwareReader) ReadResponse added in v0.13.1

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

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

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