deployment_actions

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2022 License: Apache-2.0 Imports: 10 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for deployment actions API

func (*Client) GetDeploymentActionUsingGET2 added in v0.4.0

func (a *Client) GetDeploymentActionUsingGET2(params *GetDeploymentActionUsingGET2Params, opts ...ClientOption) (*GetDeploymentActionUsingGET2OK, error)

GetDeploymentActionUsingGET2 fetches deployment action

Returns an action for the deployment specified by its Deployment ID and Action ID.

func (*Client) GetDeploymentActionsUsingGET2 added in v0.4.0

func (a *Client) GetDeploymentActionsUsingGET2(params *GetDeploymentActionsUsingGET2Params, opts ...ClientOption) (*GetDeploymentActionsUsingGET2OK, error)

GetDeploymentActionsUsingGET2 fetches deployment available actions

Returns the complete list of available actions that can be performed on a given deployment.

func (*Client) GetResourceActionUsingGET4 added in v0.4.0

func (a *Client) GetResourceActionUsingGET4(params *GetResourceActionUsingGET4Params, opts ...ClientOption) (*GetResourceActionUsingGET4OK, error)

GetResourceActionUsingGET4 fetches resource action

Returns an action for the resource specified by its Resource ID and Action ID.

func (*Client) GetResourceActionsUsingGET4 added in v0.4.0

func (a *Client) GetResourceActionsUsingGET4(params *GetResourceActionsUsingGET4Params, opts ...ClientOption) (*GetResourceActionsUsingGET4OK, error)

GetResourceActionsUsingGET4 fetches available resource actions

Returns the complete list of available actions that can be performed on a given resource.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) SubmitDeploymentActionRequestUsingPOST2 added in v0.4.0

func (a *Client) SubmitDeploymentActionRequestUsingPOST2(params *SubmitDeploymentActionRequestUsingPOST2Params, opts ...ClientOption) (*SubmitDeploymentActionRequestUsingPOST2OK, error)

SubmitDeploymentActionRequestUsingPOST2 deployments action request

Submit a deployment action request

func (*Client) SubmitResourceActionRequestUsingPOST4 added in v0.4.0

func (a *Client) SubmitResourceActionRequestUsingPOST4(params *SubmitResourceActionRequestUsingPOST4Params, opts ...ClientOption) (*SubmitResourceActionRequestUsingPOST4OK, error)

SubmitResourceActionRequestUsingPOST4 resources action request

Submit a resource action request.

type ClientOption added in v0.2.20

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService added in v0.2.18

type ClientService interface {
	GetDeploymentActionUsingGET2(params *GetDeploymentActionUsingGET2Params, opts ...ClientOption) (*GetDeploymentActionUsingGET2OK, error)

	GetDeploymentActionsUsingGET2(params *GetDeploymentActionsUsingGET2Params, opts ...ClientOption) (*GetDeploymentActionsUsingGET2OK, error)

	GetResourceActionUsingGET4(params *GetResourceActionUsingGET4Params, opts ...ClientOption) (*GetResourceActionUsingGET4OK, error)

	GetResourceActionsUsingGET4(params *GetResourceActionsUsingGET4Params, opts ...ClientOption) (*GetResourceActionsUsingGET4OK, error)

	SubmitDeploymentActionRequestUsingPOST2(params *SubmitDeploymentActionRequestUsingPOST2Params, opts ...ClientOption) (*SubmitDeploymentActionRequestUsingPOST2OK, error)

	SubmitResourceActionRequestUsingPOST4(params *SubmitResourceActionRequestUsingPOST4Params, opts ...ClientOption) (*SubmitResourceActionRequestUsingPOST4OK, 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 deployment actions API client.

type GetDeploymentActionUsingGET2NotFound added in v0.4.0

type GetDeploymentActionUsingGET2NotFound struct {
	Payload *models.Error
}

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

Not Found

func NewGetDeploymentActionUsingGET2NotFound added in v0.4.0

func NewGetDeploymentActionUsingGET2NotFound() *GetDeploymentActionUsingGET2NotFound

NewGetDeploymentActionUsingGET2NotFound creates a GetDeploymentActionUsingGET2NotFound with default headers values

func (*GetDeploymentActionUsingGET2NotFound) Error added in v0.4.0

func (*GetDeploymentActionUsingGET2NotFound) GetPayload added in v0.4.0

func (*GetDeploymentActionUsingGET2NotFound) IsClientError added in v0.5.0

func (o *GetDeploymentActionUsingGET2NotFound) IsClientError() bool

IsClientError returns true when this get deployment action using g e t2 not found response has a 4xx status code

func (*GetDeploymentActionUsingGET2NotFound) IsCode added in v0.5.0

IsCode returns true when this get deployment action using g e t2 not found response a status code equal to that given

func (*GetDeploymentActionUsingGET2NotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this get deployment action using g e t2 not found response has a 3xx status code

func (*GetDeploymentActionUsingGET2NotFound) IsServerError added in v0.5.0

func (o *GetDeploymentActionUsingGET2NotFound) IsServerError() bool

IsServerError returns true when this get deployment action using g e t2 not found response has a 5xx status code

func (*GetDeploymentActionUsingGET2NotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get deployment action using g e t2 not found response has a 2xx status code

func (*GetDeploymentActionUsingGET2NotFound) String added in v0.5.0

type GetDeploymentActionUsingGET2OK added in v0.4.0

type GetDeploymentActionUsingGET2OK struct {
	Payload *models.ResourceAction
}

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

OK

func NewGetDeploymentActionUsingGET2OK added in v0.4.0

func NewGetDeploymentActionUsingGET2OK() *GetDeploymentActionUsingGET2OK

NewGetDeploymentActionUsingGET2OK creates a GetDeploymentActionUsingGET2OK with default headers values

func (*GetDeploymentActionUsingGET2OK) Error added in v0.4.0

func (*GetDeploymentActionUsingGET2OK) GetPayload added in v0.4.0

func (*GetDeploymentActionUsingGET2OK) IsClientError added in v0.5.0

func (o *GetDeploymentActionUsingGET2OK) IsClientError() bool

IsClientError returns true when this get deployment action using g e t2 o k response has a 4xx status code

func (*GetDeploymentActionUsingGET2OK) IsCode added in v0.5.0

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

IsCode returns true when this get deployment action using g e t2 o k response a status code equal to that given

func (*GetDeploymentActionUsingGET2OK) IsRedirect added in v0.5.0

func (o *GetDeploymentActionUsingGET2OK) IsRedirect() bool

IsRedirect returns true when this get deployment action using g e t2 o k response has a 3xx status code

func (*GetDeploymentActionUsingGET2OK) IsServerError added in v0.5.0

func (o *GetDeploymentActionUsingGET2OK) IsServerError() bool

IsServerError returns true when this get deployment action using g e t2 o k response has a 5xx status code

func (*GetDeploymentActionUsingGET2OK) IsSuccess added in v0.5.0

func (o *GetDeploymentActionUsingGET2OK) IsSuccess() bool

IsSuccess returns true when this get deployment action using g e t2 o k response has a 2xx status code

func (*GetDeploymentActionUsingGET2OK) String added in v0.5.0

type GetDeploymentActionUsingGET2Params added in v0.4.0

type GetDeploymentActionUsingGET2Params struct {

	/* ActionID.

	   Action ID
	*/
	ActionID string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* DeploymentID.

	   Deployment ID

	   Format: uuid
	*/
	DeploymentID strfmt.UUID

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

GetDeploymentActionUsingGET2Params contains all the parameters to send to the API endpoint

for the get deployment action using g e t 2 operation.

Typically these are written to a http.Request.

func NewGetDeploymentActionUsingGET2Params added in v0.4.0

func NewGetDeploymentActionUsingGET2Params() *GetDeploymentActionUsingGET2Params

NewGetDeploymentActionUsingGET2Params creates a new GetDeploymentActionUsingGET2Params 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 NewGetDeploymentActionUsingGET2ParamsWithContext added in v0.4.0

func NewGetDeploymentActionUsingGET2ParamsWithContext(ctx context.Context) *GetDeploymentActionUsingGET2Params

NewGetDeploymentActionUsingGET2ParamsWithContext creates a new GetDeploymentActionUsingGET2Params object with the ability to set a context for a request.

func NewGetDeploymentActionUsingGET2ParamsWithHTTPClient added in v0.4.0

func NewGetDeploymentActionUsingGET2ParamsWithHTTPClient(client *http.Client) *GetDeploymentActionUsingGET2Params

NewGetDeploymentActionUsingGET2ParamsWithHTTPClient creates a new GetDeploymentActionUsingGET2Params object with the ability to set a custom HTTPClient for a request.

func NewGetDeploymentActionUsingGET2ParamsWithTimeout added in v0.4.0

func NewGetDeploymentActionUsingGET2ParamsWithTimeout(timeout time.Duration) *GetDeploymentActionUsingGET2Params

NewGetDeploymentActionUsingGET2ParamsWithTimeout creates a new GetDeploymentActionUsingGET2Params object with the ability to set a timeout on a request.

func (*GetDeploymentActionUsingGET2Params) SetAPIVersion added in v0.4.0

func (o *GetDeploymentActionUsingGET2Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get deployment action using g e t 2 params

func (*GetDeploymentActionUsingGET2Params) SetActionID added in v0.4.0

func (o *GetDeploymentActionUsingGET2Params) SetActionID(actionID string)

SetActionID adds the actionId to the get deployment action using g e t 2 params

func (*GetDeploymentActionUsingGET2Params) SetContext added in v0.4.0

SetContext adds the context to the get deployment action using g e t 2 params

func (*GetDeploymentActionUsingGET2Params) SetDefaults added in v0.4.0

func (o *GetDeploymentActionUsingGET2Params) SetDefaults()

SetDefaults hydrates default values in the get deployment action using g e t 2 params (not the query body).

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

func (*GetDeploymentActionUsingGET2Params) SetDeploymentID added in v0.4.0

func (o *GetDeploymentActionUsingGET2Params) SetDeploymentID(deploymentID strfmt.UUID)

SetDeploymentID adds the deploymentId to the get deployment action using g e t 2 params

func (*GetDeploymentActionUsingGET2Params) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get deployment action using g e t 2 params

func (*GetDeploymentActionUsingGET2Params) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get deployment action using g e t 2 params

func (*GetDeploymentActionUsingGET2Params) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get deployment action using g e t 2 params

func (*GetDeploymentActionUsingGET2Params) WithActionID added in v0.4.0

WithActionID adds the actionID to the get deployment action using g e t 2 params

func (*GetDeploymentActionUsingGET2Params) WithContext added in v0.4.0

WithContext adds the context to the get deployment action using g e t 2 params

func (*GetDeploymentActionUsingGET2Params) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get deployment action using g e t 2 params (not the query body).

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

func (*GetDeploymentActionUsingGET2Params) WithDeploymentID added in v0.4.0

WithDeploymentID adds the deploymentID to the get deployment action using g e t 2 params

func (*GetDeploymentActionUsingGET2Params) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get deployment action using g e t 2 params

func (*GetDeploymentActionUsingGET2Params) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get deployment action using g e t 2 params

func (*GetDeploymentActionUsingGET2Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetDeploymentActionUsingGET2Reader added in v0.4.0

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

GetDeploymentActionUsingGET2Reader is a Reader for the GetDeploymentActionUsingGET2 structure.

func (*GetDeploymentActionUsingGET2Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetDeploymentActionUsingGET2Unauthorized added in v0.4.0

type GetDeploymentActionUsingGET2Unauthorized struct {
}

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

Unauthorized

func NewGetDeploymentActionUsingGET2Unauthorized added in v0.4.0

func NewGetDeploymentActionUsingGET2Unauthorized() *GetDeploymentActionUsingGET2Unauthorized

NewGetDeploymentActionUsingGET2Unauthorized creates a GetDeploymentActionUsingGET2Unauthorized with default headers values

func (*GetDeploymentActionUsingGET2Unauthorized) Error added in v0.4.0

func (*GetDeploymentActionUsingGET2Unauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get deployment action using g e t2 unauthorized response has a 4xx status code

func (*GetDeploymentActionUsingGET2Unauthorized) IsCode added in v0.5.0

IsCode returns true when this get deployment action using g e t2 unauthorized response a status code equal to that given

func (*GetDeploymentActionUsingGET2Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get deployment action using g e t2 unauthorized response has a 3xx status code

func (*GetDeploymentActionUsingGET2Unauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get deployment action using g e t2 unauthorized response has a 5xx status code

func (*GetDeploymentActionUsingGET2Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get deployment action using g e t2 unauthorized response has a 2xx status code

func (*GetDeploymentActionUsingGET2Unauthorized) String added in v0.5.0

type GetDeploymentActionsUsingGET2NotFound added in v0.4.0

type GetDeploymentActionsUsingGET2NotFound struct {
	Payload *models.Error
}

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

Not Found

func NewGetDeploymentActionsUsingGET2NotFound added in v0.4.0

func NewGetDeploymentActionsUsingGET2NotFound() *GetDeploymentActionsUsingGET2NotFound

NewGetDeploymentActionsUsingGET2NotFound creates a GetDeploymentActionsUsingGET2NotFound with default headers values

func (*GetDeploymentActionsUsingGET2NotFound) Error added in v0.4.0

func (*GetDeploymentActionsUsingGET2NotFound) GetPayload added in v0.4.0

func (*GetDeploymentActionsUsingGET2NotFound) IsClientError added in v0.5.0

func (o *GetDeploymentActionsUsingGET2NotFound) IsClientError() bool

IsClientError returns true when this get deployment actions using g e t2 not found response has a 4xx status code

func (*GetDeploymentActionsUsingGET2NotFound) IsCode added in v0.5.0

IsCode returns true when this get deployment actions using g e t2 not found response a status code equal to that given

func (*GetDeploymentActionsUsingGET2NotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this get deployment actions using g e t2 not found response has a 3xx status code

func (*GetDeploymentActionsUsingGET2NotFound) IsServerError added in v0.5.0

func (o *GetDeploymentActionsUsingGET2NotFound) IsServerError() bool

IsServerError returns true when this get deployment actions using g e t2 not found response has a 5xx status code

func (*GetDeploymentActionsUsingGET2NotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get deployment actions using g e t2 not found response has a 2xx status code

func (*GetDeploymentActionsUsingGET2NotFound) String added in v0.5.0

type GetDeploymentActionsUsingGET2OK added in v0.4.0

type GetDeploymentActionsUsingGET2OK struct {
	Payload []*models.ResourceAction
}

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

OK

func NewGetDeploymentActionsUsingGET2OK added in v0.4.0

func NewGetDeploymentActionsUsingGET2OK() *GetDeploymentActionsUsingGET2OK

NewGetDeploymentActionsUsingGET2OK creates a GetDeploymentActionsUsingGET2OK with default headers values

func (*GetDeploymentActionsUsingGET2OK) Error added in v0.4.0

func (*GetDeploymentActionsUsingGET2OK) GetPayload added in v0.4.0

func (*GetDeploymentActionsUsingGET2OK) IsClientError added in v0.5.0

func (o *GetDeploymentActionsUsingGET2OK) IsClientError() bool

IsClientError returns true when this get deployment actions using g e t2 o k response has a 4xx status code

func (*GetDeploymentActionsUsingGET2OK) IsCode added in v0.5.0

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

IsCode returns true when this get deployment actions using g e t2 o k response a status code equal to that given

func (*GetDeploymentActionsUsingGET2OK) IsRedirect added in v0.5.0

func (o *GetDeploymentActionsUsingGET2OK) IsRedirect() bool

IsRedirect returns true when this get deployment actions using g e t2 o k response has a 3xx status code

func (*GetDeploymentActionsUsingGET2OK) IsServerError added in v0.5.0

func (o *GetDeploymentActionsUsingGET2OK) IsServerError() bool

IsServerError returns true when this get deployment actions using g e t2 o k response has a 5xx status code

func (*GetDeploymentActionsUsingGET2OK) IsSuccess added in v0.5.0

func (o *GetDeploymentActionsUsingGET2OK) IsSuccess() bool

IsSuccess returns true when this get deployment actions using g e t2 o k response has a 2xx status code

func (*GetDeploymentActionsUsingGET2OK) String added in v0.5.0

type GetDeploymentActionsUsingGET2Params added in v0.4.0

type GetDeploymentActionsUsingGET2Params struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* DeploymentID.

	   Deployment ID

	   Format: uuid
	*/
	DeploymentID strfmt.UUID

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

GetDeploymentActionsUsingGET2Params contains all the parameters to send to the API endpoint

for the get deployment actions using g e t 2 operation.

Typically these are written to a http.Request.

func NewGetDeploymentActionsUsingGET2Params added in v0.4.0

func NewGetDeploymentActionsUsingGET2Params() *GetDeploymentActionsUsingGET2Params

NewGetDeploymentActionsUsingGET2Params creates a new GetDeploymentActionsUsingGET2Params 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 NewGetDeploymentActionsUsingGET2ParamsWithContext added in v0.4.0

func NewGetDeploymentActionsUsingGET2ParamsWithContext(ctx context.Context) *GetDeploymentActionsUsingGET2Params

NewGetDeploymentActionsUsingGET2ParamsWithContext creates a new GetDeploymentActionsUsingGET2Params object with the ability to set a context for a request.

func NewGetDeploymentActionsUsingGET2ParamsWithHTTPClient added in v0.4.0

func NewGetDeploymentActionsUsingGET2ParamsWithHTTPClient(client *http.Client) *GetDeploymentActionsUsingGET2Params

NewGetDeploymentActionsUsingGET2ParamsWithHTTPClient creates a new GetDeploymentActionsUsingGET2Params object with the ability to set a custom HTTPClient for a request.

func NewGetDeploymentActionsUsingGET2ParamsWithTimeout added in v0.4.0

func NewGetDeploymentActionsUsingGET2ParamsWithTimeout(timeout time.Duration) *GetDeploymentActionsUsingGET2Params

NewGetDeploymentActionsUsingGET2ParamsWithTimeout creates a new GetDeploymentActionsUsingGET2Params object with the ability to set a timeout on a request.

func (*GetDeploymentActionsUsingGET2Params) SetAPIVersion added in v0.4.0

func (o *GetDeploymentActionsUsingGET2Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get deployment actions using g e t 2 params

func (*GetDeploymentActionsUsingGET2Params) SetContext added in v0.4.0

SetContext adds the context to the get deployment actions using g e t 2 params

func (*GetDeploymentActionsUsingGET2Params) SetDefaults added in v0.4.0

func (o *GetDeploymentActionsUsingGET2Params) SetDefaults()

SetDefaults hydrates default values in the get deployment actions using g e t 2 params (not the query body).

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

func (*GetDeploymentActionsUsingGET2Params) SetDeploymentID added in v0.4.0

func (o *GetDeploymentActionsUsingGET2Params) SetDeploymentID(deploymentID strfmt.UUID)

SetDeploymentID adds the deploymentId to the get deployment actions using g e t 2 params

func (*GetDeploymentActionsUsingGET2Params) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get deployment actions using g e t 2 params

func (*GetDeploymentActionsUsingGET2Params) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get deployment actions using g e t 2 params

func (*GetDeploymentActionsUsingGET2Params) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get deployment actions using g e t 2 params

func (*GetDeploymentActionsUsingGET2Params) WithContext added in v0.4.0

WithContext adds the context to the get deployment actions using g e t 2 params

func (*GetDeploymentActionsUsingGET2Params) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get deployment actions using g e t 2 params (not the query body).

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

func (*GetDeploymentActionsUsingGET2Params) WithDeploymentID added in v0.4.0

WithDeploymentID adds the deploymentID to the get deployment actions using g e t 2 params

func (*GetDeploymentActionsUsingGET2Params) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get deployment actions using g e t 2 params

func (*GetDeploymentActionsUsingGET2Params) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get deployment actions using g e t 2 params

func (*GetDeploymentActionsUsingGET2Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetDeploymentActionsUsingGET2Reader added in v0.4.0

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

GetDeploymentActionsUsingGET2Reader is a Reader for the GetDeploymentActionsUsingGET2 structure.

func (*GetDeploymentActionsUsingGET2Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetDeploymentActionsUsingGET2Unauthorized added in v0.4.0

type GetDeploymentActionsUsingGET2Unauthorized struct {
}

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

Unauthorized

func NewGetDeploymentActionsUsingGET2Unauthorized added in v0.4.0

func NewGetDeploymentActionsUsingGET2Unauthorized() *GetDeploymentActionsUsingGET2Unauthorized

NewGetDeploymentActionsUsingGET2Unauthorized creates a GetDeploymentActionsUsingGET2Unauthorized with default headers values

func (*GetDeploymentActionsUsingGET2Unauthorized) Error added in v0.4.0

func (*GetDeploymentActionsUsingGET2Unauthorized) IsClientError added in v0.5.0

IsClientError returns true when this get deployment actions using g e t2 unauthorized response has a 4xx status code

func (*GetDeploymentActionsUsingGET2Unauthorized) IsCode added in v0.5.0

IsCode returns true when this get deployment actions using g e t2 unauthorized response a status code equal to that given

func (*GetDeploymentActionsUsingGET2Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get deployment actions using g e t2 unauthorized response has a 3xx status code

func (*GetDeploymentActionsUsingGET2Unauthorized) IsServerError added in v0.5.0

IsServerError returns true when this get deployment actions using g e t2 unauthorized response has a 5xx status code

func (*GetDeploymentActionsUsingGET2Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get deployment actions using g e t2 unauthorized response has a 2xx status code

func (*GetDeploymentActionsUsingGET2Unauthorized) String added in v0.5.0

type GetResourceActionUsingGET4NotFound added in v0.4.0

type GetResourceActionUsingGET4NotFound struct {
	Payload *models.Error
}

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

Not Found

func NewGetResourceActionUsingGET4NotFound added in v0.4.0

func NewGetResourceActionUsingGET4NotFound() *GetResourceActionUsingGET4NotFound

NewGetResourceActionUsingGET4NotFound creates a GetResourceActionUsingGET4NotFound with default headers values

func (*GetResourceActionUsingGET4NotFound) Error added in v0.4.0

func (*GetResourceActionUsingGET4NotFound) GetPayload added in v0.4.0

func (*GetResourceActionUsingGET4NotFound) IsClientError added in v0.5.0

func (o *GetResourceActionUsingGET4NotFound) IsClientError() bool

IsClientError returns true when this get resource action using g e t4 not found response has a 4xx status code

func (*GetResourceActionUsingGET4NotFound) IsCode added in v0.5.0

IsCode returns true when this get resource action using g e t4 not found response a status code equal to that given

func (*GetResourceActionUsingGET4NotFound) IsRedirect added in v0.5.0

func (o *GetResourceActionUsingGET4NotFound) IsRedirect() bool

IsRedirect returns true when this get resource action using g e t4 not found response has a 3xx status code

func (*GetResourceActionUsingGET4NotFound) IsServerError added in v0.5.0

func (o *GetResourceActionUsingGET4NotFound) IsServerError() bool

IsServerError returns true when this get resource action using g e t4 not found response has a 5xx status code

func (*GetResourceActionUsingGET4NotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get resource action using g e t4 not found response has a 2xx status code

func (*GetResourceActionUsingGET4NotFound) String added in v0.5.0

type GetResourceActionUsingGET4OK added in v0.4.0

type GetResourceActionUsingGET4OK struct {
	Payload *models.ResourceAction
}

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

OK

func NewGetResourceActionUsingGET4OK added in v0.4.0

func NewGetResourceActionUsingGET4OK() *GetResourceActionUsingGET4OK

NewGetResourceActionUsingGET4OK creates a GetResourceActionUsingGET4OK with default headers values

func (*GetResourceActionUsingGET4OK) Error added in v0.4.0

func (*GetResourceActionUsingGET4OK) GetPayload added in v0.4.0

func (*GetResourceActionUsingGET4OK) IsClientError added in v0.5.0

func (o *GetResourceActionUsingGET4OK) IsClientError() bool

IsClientError returns true when this get resource action using g e t4 o k response has a 4xx status code

func (*GetResourceActionUsingGET4OK) IsCode added in v0.5.0

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

IsCode returns true when this get resource action using g e t4 o k response a status code equal to that given

func (*GetResourceActionUsingGET4OK) IsRedirect added in v0.5.0

func (o *GetResourceActionUsingGET4OK) IsRedirect() bool

IsRedirect returns true when this get resource action using g e t4 o k response has a 3xx status code

func (*GetResourceActionUsingGET4OK) IsServerError added in v0.5.0

func (o *GetResourceActionUsingGET4OK) IsServerError() bool

IsServerError returns true when this get resource action using g e t4 o k response has a 5xx status code

func (*GetResourceActionUsingGET4OK) IsSuccess added in v0.5.0

func (o *GetResourceActionUsingGET4OK) IsSuccess() bool

IsSuccess returns true when this get resource action using g e t4 o k response has a 2xx status code

func (*GetResourceActionUsingGET4OK) String added in v0.5.0

type GetResourceActionUsingGET4Params added in v0.4.0

type GetResourceActionUsingGET4Params struct {

	/* ActionID.

	   Action ID
	*/
	ActionID string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* DeploymentID.

	   Deployment ID

	   Format: uuid
	*/
	DeploymentID strfmt.UUID

	/* ResourceID.

	   Resource ID

	   Format: uuid
	*/
	ResourceID strfmt.UUID

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

GetResourceActionUsingGET4Params contains all the parameters to send to the API endpoint

for the get resource action using g e t 4 operation.

Typically these are written to a http.Request.

func NewGetResourceActionUsingGET4Params added in v0.4.0

func NewGetResourceActionUsingGET4Params() *GetResourceActionUsingGET4Params

NewGetResourceActionUsingGET4Params creates a new GetResourceActionUsingGET4Params 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 NewGetResourceActionUsingGET4ParamsWithContext added in v0.4.0

func NewGetResourceActionUsingGET4ParamsWithContext(ctx context.Context) *GetResourceActionUsingGET4Params

NewGetResourceActionUsingGET4ParamsWithContext creates a new GetResourceActionUsingGET4Params object with the ability to set a context for a request.

func NewGetResourceActionUsingGET4ParamsWithHTTPClient added in v0.4.0

func NewGetResourceActionUsingGET4ParamsWithHTTPClient(client *http.Client) *GetResourceActionUsingGET4Params

NewGetResourceActionUsingGET4ParamsWithHTTPClient creates a new GetResourceActionUsingGET4Params object with the ability to set a custom HTTPClient for a request.

func NewGetResourceActionUsingGET4ParamsWithTimeout added in v0.4.0

func NewGetResourceActionUsingGET4ParamsWithTimeout(timeout time.Duration) *GetResourceActionUsingGET4Params

NewGetResourceActionUsingGET4ParamsWithTimeout creates a new GetResourceActionUsingGET4Params object with the ability to set a timeout on a request.

func (*GetResourceActionUsingGET4Params) SetAPIVersion added in v0.4.0

func (o *GetResourceActionUsingGET4Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get resource action using g e t 4 params

func (*GetResourceActionUsingGET4Params) SetActionID added in v0.4.0

func (o *GetResourceActionUsingGET4Params) SetActionID(actionID string)

SetActionID adds the actionId to the get resource action using g e t 4 params

func (*GetResourceActionUsingGET4Params) SetContext added in v0.4.0

SetContext adds the context to the get resource action using g e t 4 params

func (*GetResourceActionUsingGET4Params) SetDefaults added in v0.4.0

func (o *GetResourceActionUsingGET4Params) SetDefaults()

SetDefaults hydrates default values in the get resource action using g e t 4 params (not the query body).

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

func (*GetResourceActionUsingGET4Params) SetDeploymentID added in v0.4.0

func (o *GetResourceActionUsingGET4Params) SetDeploymentID(deploymentID strfmt.UUID)

SetDeploymentID adds the deploymentId to the get resource action using g e t 4 params

func (*GetResourceActionUsingGET4Params) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get resource action using g e t 4 params

func (*GetResourceActionUsingGET4Params) SetResourceID added in v0.4.0

func (o *GetResourceActionUsingGET4Params) SetResourceID(resourceID strfmt.UUID)

SetResourceID adds the resourceId to the get resource action using g e t 4 params

func (*GetResourceActionUsingGET4Params) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get resource action using g e t 4 params

func (*GetResourceActionUsingGET4Params) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get resource action using g e t 4 params

func (*GetResourceActionUsingGET4Params) WithActionID added in v0.4.0

WithActionID adds the actionID to the get resource action using g e t 4 params

func (*GetResourceActionUsingGET4Params) WithContext added in v0.4.0

WithContext adds the context to the get resource action using g e t 4 params

func (*GetResourceActionUsingGET4Params) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get resource action using g e t 4 params (not the query body).

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

func (*GetResourceActionUsingGET4Params) WithDeploymentID added in v0.4.0

WithDeploymentID adds the deploymentID to the get resource action using g e t 4 params

func (*GetResourceActionUsingGET4Params) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get resource action using g e t 4 params

func (*GetResourceActionUsingGET4Params) WithResourceID added in v0.4.0

WithResourceID adds the resourceID to the get resource action using g e t 4 params

func (*GetResourceActionUsingGET4Params) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get resource action using g e t 4 params

func (*GetResourceActionUsingGET4Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetResourceActionUsingGET4Reader added in v0.4.0

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

GetResourceActionUsingGET4Reader is a Reader for the GetResourceActionUsingGET4 structure.

func (*GetResourceActionUsingGET4Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetResourceActionUsingGET4Unauthorized added in v0.4.0

type GetResourceActionUsingGET4Unauthorized struct {
}

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

Unauthorized

func NewGetResourceActionUsingGET4Unauthorized added in v0.4.0

func NewGetResourceActionUsingGET4Unauthorized() *GetResourceActionUsingGET4Unauthorized

NewGetResourceActionUsingGET4Unauthorized creates a GetResourceActionUsingGET4Unauthorized with default headers values

func (*GetResourceActionUsingGET4Unauthorized) Error added in v0.4.0

func (*GetResourceActionUsingGET4Unauthorized) IsClientError added in v0.5.0

func (o *GetResourceActionUsingGET4Unauthorized) IsClientError() bool

IsClientError returns true when this get resource action using g e t4 unauthorized response has a 4xx status code

func (*GetResourceActionUsingGET4Unauthorized) IsCode added in v0.5.0

IsCode returns true when this get resource action using g e t4 unauthorized response a status code equal to that given

func (*GetResourceActionUsingGET4Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get resource action using g e t4 unauthorized response has a 3xx status code

func (*GetResourceActionUsingGET4Unauthorized) IsServerError added in v0.5.0

func (o *GetResourceActionUsingGET4Unauthorized) IsServerError() bool

IsServerError returns true when this get resource action using g e t4 unauthorized response has a 5xx status code

func (*GetResourceActionUsingGET4Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get resource action using g e t4 unauthorized response has a 2xx status code

func (*GetResourceActionUsingGET4Unauthorized) String added in v0.5.0

type GetResourceActionsUsingGET4NotFound added in v0.4.0

type GetResourceActionsUsingGET4NotFound struct {
	Payload *models.Error
}

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

Not Found

func NewGetResourceActionsUsingGET4NotFound added in v0.4.0

func NewGetResourceActionsUsingGET4NotFound() *GetResourceActionsUsingGET4NotFound

NewGetResourceActionsUsingGET4NotFound creates a GetResourceActionsUsingGET4NotFound with default headers values

func (*GetResourceActionsUsingGET4NotFound) Error added in v0.4.0

func (*GetResourceActionsUsingGET4NotFound) GetPayload added in v0.4.0

func (*GetResourceActionsUsingGET4NotFound) IsClientError added in v0.5.0

func (o *GetResourceActionsUsingGET4NotFound) IsClientError() bool

IsClientError returns true when this get resource actions using g e t4 not found response has a 4xx status code

func (*GetResourceActionsUsingGET4NotFound) IsCode added in v0.5.0

IsCode returns true when this get resource actions using g e t4 not found response a status code equal to that given

func (*GetResourceActionsUsingGET4NotFound) IsRedirect added in v0.5.0

func (o *GetResourceActionsUsingGET4NotFound) IsRedirect() bool

IsRedirect returns true when this get resource actions using g e t4 not found response has a 3xx status code

func (*GetResourceActionsUsingGET4NotFound) IsServerError added in v0.5.0

func (o *GetResourceActionsUsingGET4NotFound) IsServerError() bool

IsServerError returns true when this get resource actions using g e t4 not found response has a 5xx status code

func (*GetResourceActionsUsingGET4NotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this get resource actions using g e t4 not found response has a 2xx status code

func (*GetResourceActionsUsingGET4NotFound) String added in v0.5.0

type GetResourceActionsUsingGET4OK added in v0.4.0

type GetResourceActionsUsingGET4OK struct {
	Payload []*models.ResourceAction
}

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

OK

func NewGetResourceActionsUsingGET4OK added in v0.4.0

func NewGetResourceActionsUsingGET4OK() *GetResourceActionsUsingGET4OK

NewGetResourceActionsUsingGET4OK creates a GetResourceActionsUsingGET4OK with default headers values

func (*GetResourceActionsUsingGET4OK) Error added in v0.4.0

func (*GetResourceActionsUsingGET4OK) GetPayload added in v0.4.0

func (*GetResourceActionsUsingGET4OK) IsClientError added in v0.5.0

func (o *GetResourceActionsUsingGET4OK) IsClientError() bool

IsClientError returns true when this get resource actions using g e t4 o k response has a 4xx status code

func (*GetResourceActionsUsingGET4OK) IsCode added in v0.5.0

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

IsCode returns true when this get resource actions using g e t4 o k response a status code equal to that given

func (*GetResourceActionsUsingGET4OK) IsRedirect added in v0.5.0

func (o *GetResourceActionsUsingGET4OK) IsRedirect() bool

IsRedirect returns true when this get resource actions using g e t4 o k response has a 3xx status code

func (*GetResourceActionsUsingGET4OK) IsServerError added in v0.5.0

func (o *GetResourceActionsUsingGET4OK) IsServerError() bool

IsServerError returns true when this get resource actions using g e t4 o k response has a 5xx status code

func (*GetResourceActionsUsingGET4OK) IsSuccess added in v0.5.0

func (o *GetResourceActionsUsingGET4OK) IsSuccess() bool

IsSuccess returns true when this get resource actions using g e t4 o k response has a 2xx status code

func (*GetResourceActionsUsingGET4OK) String added in v0.5.0

type GetResourceActionsUsingGET4Params added in v0.4.0

type GetResourceActionsUsingGET4Params struct {

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* DeploymentID.

	   Deployment ID

	   Format: uuid
	*/
	DeploymentID strfmt.UUID

	/* ResourceID.

	   Resource ID

	   Format: uuid
	*/
	ResourceID strfmt.UUID

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

GetResourceActionsUsingGET4Params contains all the parameters to send to the API endpoint

for the get resource actions using g e t 4 operation.

Typically these are written to a http.Request.

func NewGetResourceActionsUsingGET4Params added in v0.4.0

func NewGetResourceActionsUsingGET4Params() *GetResourceActionsUsingGET4Params

NewGetResourceActionsUsingGET4Params creates a new GetResourceActionsUsingGET4Params 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 NewGetResourceActionsUsingGET4ParamsWithContext added in v0.4.0

func NewGetResourceActionsUsingGET4ParamsWithContext(ctx context.Context) *GetResourceActionsUsingGET4Params

NewGetResourceActionsUsingGET4ParamsWithContext creates a new GetResourceActionsUsingGET4Params object with the ability to set a context for a request.

func NewGetResourceActionsUsingGET4ParamsWithHTTPClient added in v0.4.0

func NewGetResourceActionsUsingGET4ParamsWithHTTPClient(client *http.Client) *GetResourceActionsUsingGET4Params

NewGetResourceActionsUsingGET4ParamsWithHTTPClient creates a new GetResourceActionsUsingGET4Params object with the ability to set a custom HTTPClient for a request.

func NewGetResourceActionsUsingGET4ParamsWithTimeout added in v0.4.0

func NewGetResourceActionsUsingGET4ParamsWithTimeout(timeout time.Duration) *GetResourceActionsUsingGET4Params

NewGetResourceActionsUsingGET4ParamsWithTimeout creates a new GetResourceActionsUsingGET4Params object with the ability to set a timeout on a request.

func (*GetResourceActionsUsingGET4Params) SetAPIVersion added in v0.4.0

func (o *GetResourceActionsUsingGET4Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the get resource actions using g e t 4 params

func (*GetResourceActionsUsingGET4Params) SetContext added in v0.4.0

SetContext adds the context to the get resource actions using g e t 4 params

func (*GetResourceActionsUsingGET4Params) SetDefaults added in v0.4.0

func (o *GetResourceActionsUsingGET4Params) SetDefaults()

SetDefaults hydrates default values in the get resource actions using g e t 4 params (not the query body).

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

func (*GetResourceActionsUsingGET4Params) SetDeploymentID added in v0.4.0

func (o *GetResourceActionsUsingGET4Params) SetDeploymentID(deploymentID strfmt.UUID)

SetDeploymentID adds the deploymentId to the get resource actions using g e t 4 params

func (*GetResourceActionsUsingGET4Params) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the get resource actions using g e t 4 params

func (*GetResourceActionsUsingGET4Params) SetResourceID added in v0.4.0

func (o *GetResourceActionsUsingGET4Params) SetResourceID(resourceID strfmt.UUID)

SetResourceID adds the resourceId to the get resource actions using g e t 4 params

func (*GetResourceActionsUsingGET4Params) SetTimeout added in v0.4.0

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

SetTimeout adds the timeout to the get resource actions using g e t 4 params

func (*GetResourceActionsUsingGET4Params) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the get resource actions using g e t 4 params

func (*GetResourceActionsUsingGET4Params) WithContext added in v0.4.0

WithContext adds the context to the get resource actions using g e t 4 params

func (*GetResourceActionsUsingGET4Params) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the get resource actions using g e t 4 params (not the query body).

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

func (*GetResourceActionsUsingGET4Params) WithDeploymentID added in v0.4.0

WithDeploymentID adds the deploymentID to the get resource actions using g e t 4 params

func (*GetResourceActionsUsingGET4Params) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the get resource actions using g e t 4 params

func (*GetResourceActionsUsingGET4Params) WithResourceID added in v0.4.0

WithResourceID adds the resourceID to the get resource actions using g e t 4 params

func (*GetResourceActionsUsingGET4Params) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the get resource actions using g e t 4 params

func (*GetResourceActionsUsingGET4Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type GetResourceActionsUsingGET4Reader added in v0.4.0

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

GetResourceActionsUsingGET4Reader is a Reader for the GetResourceActionsUsingGET4 structure.

func (*GetResourceActionsUsingGET4Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type GetResourceActionsUsingGET4Unauthorized added in v0.4.0

type GetResourceActionsUsingGET4Unauthorized struct {
}

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

Unauthorized

func NewGetResourceActionsUsingGET4Unauthorized added in v0.4.0

func NewGetResourceActionsUsingGET4Unauthorized() *GetResourceActionsUsingGET4Unauthorized

NewGetResourceActionsUsingGET4Unauthorized creates a GetResourceActionsUsingGET4Unauthorized with default headers values

func (*GetResourceActionsUsingGET4Unauthorized) Error added in v0.4.0

func (*GetResourceActionsUsingGET4Unauthorized) IsClientError added in v0.5.0

func (o *GetResourceActionsUsingGET4Unauthorized) IsClientError() bool

IsClientError returns true when this get resource actions using g e t4 unauthorized response has a 4xx status code

func (*GetResourceActionsUsingGET4Unauthorized) IsCode added in v0.5.0

IsCode returns true when this get resource actions using g e t4 unauthorized response a status code equal to that given

func (*GetResourceActionsUsingGET4Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this get resource actions using g e t4 unauthorized response has a 3xx status code

func (*GetResourceActionsUsingGET4Unauthorized) IsServerError added in v0.5.0

func (o *GetResourceActionsUsingGET4Unauthorized) IsServerError() bool

IsServerError returns true when this get resource actions using g e t4 unauthorized response has a 5xx status code

func (*GetResourceActionsUsingGET4Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this get resource actions using g e t4 unauthorized response has a 2xx status code

func (*GetResourceActionsUsingGET4Unauthorized) String added in v0.5.0

type SubmitDeploymentActionRequestUsingPOST2Conflict added in v0.4.0

type SubmitDeploymentActionRequestUsingPOST2Conflict struct {
}

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

Conflict

func NewSubmitDeploymentActionRequestUsingPOST2Conflict added in v0.4.0

func NewSubmitDeploymentActionRequestUsingPOST2Conflict() *SubmitDeploymentActionRequestUsingPOST2Conflict

NewSubmitDeploymentActionRequestUsingPOST2Conflict creates a SubmitDeploymentActionRequestUsingPOST2Conflict with default headers values

func (*SubmitDeploymentActionRequestUsingPOST2Conflict) Error added in v0.4.0

func (*SubmitDeploymentActionRequestUsingPOST2Conflict) IsClientError added in v0.5.0

IsClientError returns true when this submit deployment action request using p o s t2 conflict response has a 4xx status code

func (*SubmitDeploymentActionRequestUsingPOST2Conflict) IsCode added in v0.5.0

IsCode returns true when this submit deployment action request using p o s t2 conflict response a status code equal to that given

func (*SubmitDeploymentActionRequestUsingPOST2Conflict) IsRedirect added in v0.5.0

IsRedirect returns true when this submit deployment action request using p o s t2 conflict response has a 3xx status code

func (*SubmitDeploymentActionRequestUsingPOST2Conflict) IsServerError added in v0.5.0

IsServerError returns true when this submit deployment action request using p o s t2 conflict response has a 5xx status code

func (*SubmitDeploymentActionRequestUsingPOST2Conflict) IsSuccess added in v0.5.0

IsSuccess returns true when this submit deployment action request using p o s t2 conflict response has a 2xx status code

func (*SubmitDeploymentActionRequestUsingPOST2Conflict) String added in v0.5.0

type SubmitDeploymentActionRequestUsingPOST2Forbidden added in v0.4.0

type SubmitDeploymentActionRequestUsingPOST2Forbidden struct {
}

SubmitDeploymentActionRequestUsingPOST2Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewSubmitDeploymentActionRequestUsingPOST2Forbidden added in v0.4.0

func NewSubmitDeploymentActionRequestUsingPOST2Forbidden() *SubmitDeploymentActionRequestUsingPOST2Forbidden

NewSubmitDeploymentActionRequestUsingPOST2Forbidden creates a SubmitDeploymentActionRequestUsingPOST2Forbidden with default headers values

func (*SubmitDeploymentActionRequestUsingPOST2Forbidden) Error added in v0.4.0

func (*SubmitDeploymentActionRequestUsingPOST2Forbidden) IsClientError added in v0.5.0

IsClientError returns true when this submit deployment action request using p o s t2 forbidden response has a 4xx status code

func (*SubmitDeploymentActionRequestUsingPOST2Forbidden) IsCode added in v0.5.0

IsCode returns true when this submit deployment action request using p o s t2 forbidden response a status code equal to that given

func (*SubmitDeploymentActionRequestUsingPOST2Forbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this submit deployment action request using p o s t2 forbidden response has a 3xx status code

func (*SubmitDeploymentActionRequestUsingPOST2Forbidden) IsServerError added in v0.5.0

IsServerError returns true when this submit deployment action request using p o s t2 forbidden response has a 5xx status code

func (*SubmitDeploymentActionRequestUsingPOST2Forbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this submit deployment action request using p o s t2 forbidden response has a 2xx status code

func (*SubmitDeploymentActionRequestUsingPOST2Forbidden) String added in v0.5.0

type SubmitDeploymentActionRequestUsingPOST2NotFound added in v0.4.0

type SubmitDeploymentActionRequestUsingPOST2NotFound struct {
	Payload *models.Error
}

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

Not Found

func NewSubmitDeploymentActionRequestUsingPOST2NotFound added in v0.4.0

func NewSubmitDeploymentActionRequestUsingPOST2NotFound() *SubmitDeploymentActionRequestUsingPOST2NotFound

NewSubmitDeploymentActionRequestUsingPOST2NotFound creates a SubmitDeploymentActionRequestUsingPOST2NotFound with default headers values

func (*SubmitDeploymentActionRequestUsingPOST2NotFound) Error added in v0.4.0

func (*SubmitDeploymentActionRequestUsingPOST2NotFound) GetPayload added in v0.4.0

func (*SubmitDeploymentActionRequestUsingPOST2NotFound) IsClientError added in v0.5.0

IsClientError returns true when this submit deployment action request using p o s t2 not found response has a 4xx status code

func (*SubmitDeploymentActionRequestUsingPOST2NotFound) IsCode added in v0.5.0

IsCode returns true when this submit deployment action request using p o s t2 not found response a status code equal to that given

func (*SubmitDeploymentActionRequestUsingPOST2NotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this submit deployment action request using p o s t2 not found response has a 3xx status code

func (*SubmitDeploymentActionRequestUsingPOST2NotFound) IsServerError added in v0.5.0

IsServerError returns true when this submit deployment action request using p o s t2 not found response has a 5xx status code

func (*SubmitDeploymentActionRequestUsingPOST2NotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this submit deployment action request using p o s t2 not found response has a 2xx status code

func (*SubmitDeploymentActionRequestUsingPOST2NotFound) String added in v0.5.0

type SubmitDeploymentActionRequestUsingPOST2OK added in v0.4.0

type SubmitDeploymentActionRequestUsingPOST2OK struct {
	Payload *models.Request
}

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

OK

func NewSubmitDeploymentActionRequestUsingPOST2OK added in v0.4.0

func NewSubmitDeploymentActionRequestUsingPOST2OK() *SubmitDeploymentActionRequestUsingPOST2OK

NewSubmitDeploymentActionRequestUsingPOST2OK creates a SubmitDeploymentActionRequestUsingPOST2OK with default headers values

func (*SubmitDeploymentActionRequestUsingPOST2OK) Error added in v0.4.0

func (*SubmitDeploymentActionRequestUsingPOST2OK) GetPayload added in v0.4.0

func (*SubmitDeploymentActionRequestUsingPOST2OK) IsClientError added in v0.5.0

IsClientError returns true when this submit deployment action request using p o s t2 o k response has a 4xx status code

func (*SubmitDeploymentActionRequestUsingPOST2OK) IsCode added in v0.5.0

IsCode returns true when this submit deployment action request using p o s t2 o k response a status code equal to that given

func (*SubmitDeploymentActionRequestUsingPOST2OK) IsRedirect added in v0.5.0

IsRedirect returns true when this submit deployment action request using p o s t2 o k response has a 3xx status code

func (*SubmitDeploymentActionRequestUsingPOST2OK) IsServerError added in v0.5.0

IsServerError returns true when this submit deployment action request using p o s t2 o k response has a 5xx status code

func (*SubmitDeploymentActionRequestUsingPOST2OK) IsSuccess added in v0.5.0

IsSuccess returns true when this submit deployment action request using p o s t2 o k response has a 2xx status code

func (*SubmitDeploymentActionRequestUsingPOST2OK) String added in v0.5.0

type SubmitDeploymentActionRequestUsingPOST2Params added in v0.4.0

type SubmitDeploymentActionRequestUsingPOST2Params struct {

	/* ActionRequest.

	   actionRequest
	*/
	ActionRequest *models.ResourceActionRequest

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* DeploymentID.

	   Deployment ID

	   Format: uuid
	*/
	DeploymentID strfmt.UUID

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

SubmitDeploymentActionRequestUsingPOST2Params contains all the parameters to send to the API endpoint

for the submit deployment action request using p o s t 2 operation.

Typically these are written to a http.Request.

func NewSubmitDeploymentActionRequestUsingPOST2Params added in v0.4.0

func NewSubmitDeploymentActionRequestUsingPOST2Params() *SubmitDeploymentActionRequestUsingPOST2Params

NewSubmitDeploymentActionRequestUsingPOST2Params creates a new SubmitDeploymentActionRequestUsingPOST2Params 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 NewSubmitDeploymentActionRequestUsingPOST2ParamsWithContext added in v0.4.0

func NewSubmitDeploymentActionRequestUsingPOST2ParamsWithContext(ctx context.Context) *SubmitDeploymentActionRequestUsingPOST2Params

NewSubmitDeploymentActionRequestUsingPOST2ParamsWithContext creates a new SubmitDeploymentActionRequestUsingPOST2Params object with the ability to set a context for a request.

func NewSubmitDeploymentActionRequestUsingPOST2ParamsWithHTTPClient added in v0.4.0

func NewSubmitDeploymentActionRequestUsingPOST2ParamsWithHTTPClient(client *http.Client) *SubmitDeploymentActionRequestUsingPOST2Params

NewSubmitDeploymentActionRequestUsingPOST2ParamsWithHTTPClient creates a new SubmitDeploymentActionRequestUsingPOST2Params object with the ability to set a custom HTTPClient for a request.

func NewSubmitDeploymentActionRequestUsingPOST2ParamsWithTimeout added in v0.4.0

func NewSubmitDeploymentActionRequestUsingPOST2ParamsWithTimeout(timeout time.Duration) *SubmitDeploymentActionRequestUsingPOST2Params

NewSubmitDeploymentActionRequestUsingPOST2ParamsWithTimeout creates a new SubmitDeploymentActionRequestUsingPOST2Params object with the ability to set a timeout on a request.

func (*SubmitDeploymentActionRequestUsingPOST2Params) SetAPIVersion added in v0.4.0

func (o *SubmitDeploymentActionRequestUsingPOST2Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the submit deployment action request using p o s t 2 params

func (*SubmitDeploymentActionRequestUsingPOST2Params) SetActionRequest added in v0.4.0

SetActionRequest adds the actionRequest to the submit deployment action request using p o s t 2 params

func (*SubmitDeploymentActionRequestUsingPOST2Params) SetContext added in v0.4.0

SetContext adds the context to the submit deployment action request using p o s t 2 params

func (*SubmitDeploymentActionRequestUsingPOST2Params) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the submit deployment action request using p o s t 2 params (not the query body).

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

func (*SubmitDeploymentActionRequestUsingPOST2Params) SetDeploymentID added in v0.4.0

func (o *SubmitDeploymentActionRequestUsingPOST2Params) SetDeploymentID(deploymentID strfmt.UUID)

SetDeploymentID adds the deploymentId to the submit deployment action request using p o s t 2 params

func (*SubmitDeploymentActionRequestUsingPOST2Params) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the submit deployment action request using p o s t 2 params

func (*SubmitDeploymentActionRequestUsingPOST2Params) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the submit deployment action request using p o s t 2 params

func (*SubmitDeploymentActionRequestUsingPOST2Params) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the submit deployment action request using p o s t 2 params

func (*SubmitDeploymentActionRequestUsingPOST2Params) WithActionRequest added in v0.4.0

WithActionRequest adds the actionRequest to the submit deployment action request using p o s t 2 params

func (*SubmitDeploymentActionRequestUsingPOST2Params) WithContext added in v0.4.0

WithContext adds the context to the submit deployment action request using p o s t 2 params

func (*SubmitDeploymentActionRequestUsingPOST2Params) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the submit deployment action request using p o s t 2 params (not the query body).

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

func (*SubmitDeploymentActionRequestUsingPOST2Params) WithDeploymentID added in v0.4.0

WithDeploymentID adds the deploymentID to the submit deployment action request using p o s t 2 params

func (*SubmitDeploymentActionRequestUsingPOST2Params) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the submit deployment action request using p o s t 2 params

func (*SubmitDeploymentActionRequestUsingPOST2Params) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the submit deployment action request using p o s t 2 params

func (*SubmitDeploymentActionRequestUsingPOST2Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type SubmitDeploymentActionRequestUsingPOST2Reader added in v0.4.0

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

SubmitDeploymentActionRequestUsingPOST2Reader is a Reader for the SubmitDeploymentActionRequestUsingPOST2 structure.

func (*SubmitDeploymentActionRequestUsingPOST2Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type SubmitDeploymentActionRequestUsingPOST2Unauthorized added in v0.4.0

type SubmitDeploymentActionRequestUsingPOST2Unauthorized struct {
}

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

Unauthorized

func NewSubmitDeploymentActionRequestUsingPOST2Unauthorized added in v0.4.0

func NewSubmitDeploymentActionRequestUsingPOST2Unauthorized() *SubmitDeploymentActionRequestUsingPOST2Unauthorized

NewSubmitDeploymentActionRequestUsingPOST2Unauthorized creates a SubmitDeploymentActionRequestUsingPOST2Unauthorized with default headers values

func (*SubmitDeploymentActionRequestUsingPOST2Unauthorized) Error added in v0.4.0

func (*SubmitDeploymentActionRequestUsingPOST2Unauthorized) IsClientError added in v0.5.0

IsClientError returns true when this submit deployment action request using p o s t2 unauthorized response has a 4xx status code

func (*SubmitDeploymentActionRequestUsingPOST2Unauthorized) IsCode added in v0.5.0

IsCode returns true when this submit deployment action request using p o s t2 unauthorized response a status code equal to that given

func (*SubmitDeploymentActionRequestUsingPOST2Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this submit deployment action request using p o s t2 unauthorized response has a 3xx status code

func (*SubmitDeploymentActionRequestUsingPOST2Unauthorized) IsServerError added in v0.5.0

IsServerError returns true when this submit deployment action request using p o s t2 unauthorized response has a 5xx status code

func (*SubmitDeploymentActionRequestUsingPOST2Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this submit deployment action request using p o s t2 unauthorized response has a 2xx status code

func (*SubmitDeploymentActionRequestUsingPOST2Unauthorized) String added in v0.5.0

type SubmitResourceActionRequestUsingPOST4Conflict added in v0.4.0

type SubmitResourceActionRequestUsingPOST4Conflict struct {
}

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

Conflict

func NewSubmitResourceActionRequestUsingPOST4Conflict added in v0.4.0

func NewSubmitResourceActionRequestUsingPOST4Conflict() *SubmitResourceActionRequestUsingPOST4Conflict

NewSubmitResourceActionRequestUsingPOST4Conflict creates a SubmitResourceActionRequestUsingPOST4Conflict with default headers values

func (*SubmitResourceActionRequestUsingPOST4Conflict) Error added in v0.4.0

func (*SubmitResourceActionRequestUsingPOST4Conflict) IsClientError added in v0.5.0

IsClientError returns true when this submit resource action request using p o s t4 conflict response has a 4xx status code

func (*SubmitResourceActionRequestUsingPOST4Conflict) IsCode added in v0.5.0

IsCode returns true when this submit resource action request using p o s t4 conflict response a status code equal to that given

func (*SubmitResourceActionRequestUsingPOST4Conflict) IsRedirect added in v0.5.0

IsRedirect returns true when this submit resource action request using p o s t4 conflict response has a 3xx status code

func (*SubmitResourceActionRequestUsingPOST4Conflict) IsServerError added in v0.5.0

IsServerError returns true when this submit resource action request using p o s t4 conflict response has a 5xx status code

func (*SubmitResourceActionRequestUsingPOST4Conflict) IsSuccess added in v0.5.0

IsSuccess returns true when this submit resource action request using p o s t4 conflict response has a 2xx status code

func (*SubmitResourceActionRequestUsingPOST4Conflict) String added in v0.5.0

type SubmitResourceActionRequestUsingPOST4Forbidden added in v0.4.0

type SubmitResourceActionRequestUsingPOST4Forbidden struct {
}

SubmitResourceActionRequestUsingPOST4Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewSubmitResourceActionRequestUsingPOST4Forbidden added in v0.4.0

func NewSubmitResourceActionRequestUsingPOST4Forbidden() *SubmitResourceActionRequestUsingPOST4Forbidden

NewSubmitResourceActionRequestUsingPOST4Forbidden creates a SubmitResourceActionRequestUsingPOST4Forbidden with default headers values

func (*SubmitResourceActionRequestUsingPOST4Forbidden) Error added in v0.4.0

func (*SubmitResourceActionRequestUsingPOST4Forbidden) IsClientError added in v0.5.0

IsClientError returns true when this submit resource action request using p o s t4 forbidden response has a 4xx status code

func (*SubmitResourceActionRequestUsingPOST4Forbidden) IsCode added in v0.5.0

IsCode returns true when this submit resource action request using p o s t4 forbidden response a status code equal to that given

func (*SubmitResourceActionRequestUsingPOST4Forbidden) IsRedirect added in v0.5.0

IsRedirect returns true when this submit resource action request using p o s t4 forbidden response has a 3xx status code

func (*SubmitResourceActionRequestUsingPOST4Forbidden) IsServerError added in v0.5.0

IsServerError returns true when this submit resource action request using p o s t4 forbidden response has a 5xx status code

func (*SubmitResourceActionRequestUsingPOST4Forbidden) IsSuccess added in v0.5.0

IsSuccess returns true when this submit resource action request using p o s t4 forbidden response has a 2xx status code

func (*SubmitResourceActionRequestUsingPOST4Forbidden) String added in v0.5.0

type SubmitResourceActionRequestUsingPOST4NotFound added in v0.4.0

type SubmitResourceActionRequestUsingPOST4NotFound struct {
	Payload *models.Error
}

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

Not Found

func NewSubmitResourceActionRequestUsingPOST4NotFound added in v0.4.0

func NewSubmitResourceActionRequestUsingPOST4NotFound() *SubmitResourceActionRequestUsingPOST4NotFound

NewSubmitResourceActionRequestUsingPOST4NotFound creates a SubmitResourceActionRequestUsingPOST4NotFound with default headers values

func (*SubmitResourceActionRequestUsingPOST4NotFound) Error added in v0.4.0

func (*SubmitResourceActionRequestUsingPOST4NotFound) GetPayload added in v0.4.0

func (*SubmitResourceActionRequestUsingPOST4NotFound) IsClientError added in v0.5.0

IsClientError returns true when this submit resource action request using p o s t4 not found response has a 4xx status code

func (*SubmitResourceActionRequestUsingPOST4NotFound) IsCode added in v0.5.0

IsCode returns true when this submit resource action request using p o s t4 not found response a status code equal to that given

func (*SubmitResourceActionRequestUsingPOST4NotFound) IsRedirect added in v0.5.0

IsRedirect returns true when this submit resource action request using p o s t4 not found response has a 3xx status code

func (*SubmitResourceActionRequestUsingPOST4NotFound) IsServerError added in v0.5.0

IsServerError returns true when this submit resource action request using p o s t4 not found response has a 5xx status code

func (*SubmitResourceActionRequestUsingPOST4NotFound) IsSuccess added in v0.5.0

IsSuccess returns true when this submit resource action request using p o s t4 not found response has a 2xx status code

func (*SubmitResourceActionRequestUsingPOST4NotFound) String added in v0.5.0

type SubmitResourceActionRequestUsingPOST4OK added in v0.4.0

type SubmitResourceActionRequestUsingPOST4OK struct {
	Payload *models.Request
}

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

OK

func NewSubmitResourceActionRequestUsingPOST4OK added in v0.4.0

func NewSubmitResourceActionRequestUsingPOST4OK() *SubmitResourceActionRequestUsingPOST4OK

NewSubmitResourceActionRequestUsingPOST4OK creates a SubmitResourceActionRequestUsingPOST4OK with default headers values

func (*SubmitResourceActionRequestUsingPOST4OK) Error added in v0.4.0

func (*SubmitResourceActionRequestUsingPOST4OK) GetPayload added in v0.4.0

func (*SubmitResourceActionRequestUsingPOST4OK) IsClientError added in v0.5.0

func (o *SubmitResourceActionRequestUsingPOST4OK) IsClientError() bool

IsClientError returns true when this submit resource action request using p o s t4 o k response has a 4xx status code

func (*SubmitResourceActionRequestUsingPOST4OK) IsCode added in v0.5.0

IsCode returns true when this submit resource action request using p o s t4 o k response a status code equal to that given

func (*SubmitResourceActionRequestUsingPOST4OK) IsRedirect added in v0.5.0

IsRedirect returns true when this submit resource action request using p o s t4 o k response has a 3xx status code

func (*SubmitResourceActionRequestUsingPOST4OK) IsServerError added in v0.5.0

func (o *SubmitResourceActionRequestUsingPOST4OK) IsServerError() bool

IsServerError returns true when this submit resource action request using p o s t4 o k response has a 5xx status code

func (*SubmitResourceActionRequestUsingPOST4OK) IsSuccess added in v0.5.0

IsSuccess returns true when this submit resource action request using p o s t4 o k response has a 2xx status code

func (*SubmitResourceActionRequestUsingPOST4OK) String added in v0.5.0

type SubmitResourceActionRequestUsingPOST4Params added in v0.4.0

type SubmitResourceActionRequestUsingPOST4Params struct {

	/* ActionRequest.

	   actionRequest
	*/
	ActionRequest *models.ResourceActionRequest

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.
	*/
	APIVersion *string

	/* DeploymentID.

	   Deployment ID

	   Format: uuid
	*/
	DeploymentID strfmt.UUID

	/* ResourceID.

	   Resource ID

	   Format: uuid
	*/
	ResourceID strfmt.UUID

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

SubmitResourceActionRequestUsingPOST4Params contains all the parameters to send to the API endpoint

for the submit resource action request using p o s t 4 operation.

Typically these are written to a http.Request.

func NewSubmitResourceActionRequestUsingPOST4Params added in v0.4.0

func NewSubmitResourceActionRequestUsingPOST4Params() *SubmitResourceActionRequestUsingPOST4Params

NewSubmitResourceActionRequestUsingPOST4Params creates a new SubmitResourceActionRequestUsingPOST4Params 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 NewSubmitResourceActionRequestUsingPOST4ParamsWithContext added in v0.4.0

func NewSubmitResourceActionRequestUsingPOST4ParamsWithContext(ctx context.Context) *SubmitResourceActionRequestUsingPOST4Params

NewSubmitResourceActionRequestUsingPOST4ParamsWithContext creates a new SubmitResourceActionRequestUsingPOST4Params object with the ability to set a context for a request.

func NewSubmitResourceActionRequestUsingPOST4ParamsWithHTTPClient added in v0.4.0

func NewSubmitResourceActionRequestUsingPOST4ParamsWithHTTPClient(client *http.Client) *SubmitResourceActionRequestUsingPOST4Params

NewSubmitResourceActionRequestUsingPOST4ParamsWithHTTPClient creates a new SubmitResourceActionRequestUsingPOST4Params object with the ability to set a custom HTTPClient for a request.

func NewSubmitResourceActionRequestUsingPOST4ParamsWithTimeout added in v0.4.0

func NewSubmitResourceActionRequestUsingPOST4ParamsWithTimeout(timeout time.Duration) *SubmitResourceActionRequestUsingPOST4Params

NewSubmitResourceActionRequestUsingPOST4ParamsWithTimeout creates a new SubmitResourceActionRequestUsingPOST4Params object with the ability to set a timeout on a request.

func (*SubmitResourceActionRequestUsingPOST4Params) SetAPIVersion added in v0.4.0

func (o *SubmitResourceActionRequestUsingPOST4Params) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the submit resource action request using p o s t 4 params

func (*SubmitResourceActionRequestUsingPOST4Params) SetActionRequest added in v0.4.0

func (o *SubmitResourceActionRequestUsingPOST4Params) SetActionRequest(actionRequest *models.ResourceActionRequest)

SetActionRequest adds the actionRequest to the submit resource action request using p o s t 4 params

func (*SubmitResourceActionRequestUsingPOST4Params) SetContext added in v0.4.0

SetContext adds the context to the submit resource action request using p o s t 4 params

func (*SubmitResourceActionRequestUsingPOST4Params) SetDefaults added in v0.4.0

SetDefaults hydrates default values in the submit resource action request using p o s t 4 params (not the query body).

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

func (*SubmitResourceActionRequestUsingPOST4Params) SetDeploymentID added in v0.4.0

func (o *SubmitResourceActionRequestUsingPOST4Params) SetDeploymentID(deploymentID strfmt.UUID)

SetDeploymentID adds the deploymentId to the submit resource action request using p o s t 4 params

func (*SubmitResourceActionRequestUsingPOST4Params) SetHTTPClient added in v0.4.0

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

SetHTTPClient adds the HTTPClient to the submit resource action request using p o s t 4 params

func (*SubmitResourceActionRequestUsingPOST4Params) SetResourceID added in v0.4.0

func (o *SubmitResourceActionRequestUsingPOST4Params) SetResourceID(resourceID strfmt.UUID)

SetResourceID adds the resourceId to the submit resource action request using p o s t 4 params

func (*SubmitResourceActionRequestUsingPOST4Params) SetTimeout added in v0.4.0

SetTimeout adds the timeout to the submit resource action request using p o s t 4 params

func (*SubmitResourceActionRequestUsingPOST4Params) WithAPIVersion added in v0.4.0

WithAPIVersion adds the aPIVersion to the submit resource action request using p o s t 4 params

func (*SubmitResourceActionRequestUsingPOST4Params) WithActionRequest added in v0.4.0

WithActionRequest adds the actionRequest to the submit resource action request using p o s t 4 params

func (*SubmitResourceActionRequestUsingPOST4Params) WithContext added in v0.4.0

WithContext adds the context to the submit resource action request using p o s t 4 params

func (*SubmitResourceActionRequestUsingPOST4Params) WithDefaults added in v0.4.0

WithDefaults hydrates default values in the submit resource action request using p o s t 4 params (not the query body).

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

func (*SubmitResourceActionRequestUsingPOST4Params) WithDeploymentID added in v0.4.0

WithDeploymentID adds the deploymentID to the submit resource action request using p o s t 4 params

func (*SubmitResourceActionRequestUsingPOST4Params) WithHTTPClient added in v0.4.0

WithHTTPClient adds the HTTPClient to the submit resource action request using p o s t 4 params

func (*SubmitResourceActionRequestUsingPOST4Params) WithResourceID added in v0.4.0

WithResourceID adds the resourceID to the submit resource action request using p o s t 4 params

func (*SubmitResourceActionRequestUsingPOST4Params) WithTimeout added in v0.4.0

WithTimeout adds the timeout to the submit resource action request using p o s t 4 params

func (*SubmitResourceActionRequestUsingPOST4Params) WriteToRequest added in v0.4.0

WriteToRequest writes these params to a swagger request

type SubmitResourceActionRequestUsingPOST4Reader added in v0.4.0

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

SubmitResourceActionRequestUsingPOST4Reader is a Reader for the SubmitResourceActionRequestUsingPOST4 structure.

func (*SubmitResourceActionRequestUsingPOST4Reader) ReadResponse added in v0.4.0

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

ReadResponse reads a server response into the received o.

type SubmitResourceActionRequestUsingPOST4Unauthorized added in v0.4.0

type SubmitResourceActionRequestUsingPOST4Unauthorized struct {
}

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

Unauthorized

func NewSubmitResourceActionRequestUsingPOST4Unauthorized added in v0.4.0

func NewSubmitResourceActionRequestUsingPOST4Unauthorized() *SubmitResourceActionRequestUsingPOST4Unauthorized

NewSubmitResourceActionRequestUsingPOST4Unauthorized creates a SubmitResourceActionRequestUsingPOST4Unauthorized with default headers values

func (*SubmitResourceActionRequestUsingPOST4Unauthorized) Error added in v0.4.0

func (*SubmitResourceActionRequestUsingPOST4Unauthorized) IsClientError added in v0.5.0

IsClientError returns true when this submit resource action request using p o s t4 unauthorized response has a 4xx status code

func (*SubmitResourceActionRequestUsingPOST4Unauthorized) IsCode added in v0.5.0

IsCode returns true when this submit resource action request using p o s t4 unauthorized response a status code equal to that given

func (*SubmitResourceActionRequestUsingPOST4Unauthorized) IsRedirect added in v0.5.0

IsRedirect returns true when this submit resource action request using p o s t4 unauthorized response has a 3xx status code

func (*SubmitResourceActionRequestUsingPOST4Unauthorized) IsServerError added in v0.5.0

IsServerError returns true when this submit resource action request using p o s t4 unauthorized response has a 5xx status code

func (*SubmitResourceActionRequestUsingPOST4Unauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this submit resource action request using p o s t4 unauthorized response has a 2xx status code

func (*SubmitResourceActionRequestUsingPOST4Unauthorized) String added in v0.5.0

Jump to

Keyboard shortcuts

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