internal_power_v_s_locations

package
v1.9.0-beta2 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for internal power v s locations API

func (*Client) InternalV1PowervsLocationsActivatePut added in v1.7.0

func (a *Client) InternalV1PowervsLocationsActivatePut(params *InternalV1PowervsLocationsActivatePutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InternalV1PowervsLocationsActivatePutOK, error)

InternalV1PowervsLocationsActivatePut activates a power v s on prem location

func (*Client) InternalV1PowervsLocationsTagDelete added in v1.7.0

func (a *Client) InternalV1PowervsLocationsTagDelete(params *InternalV1PowervsLocationsTagDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InternalV1PowervsLocationsTagDeleteOK, error)

InternalV1PowervsLocationsTagDelete deletes a power satellite tag

func (*Client) InternalV1PowervsLocationsTagPost added in v1.7.0

func (a *Client) InternalV1PowervsLocationsTagPost(params *InternalV1PowervsLocationsTagPostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InternalV1PowervsLocationsTagPostOK, error)

InternalV1PowervsLocationsTagPost adds a power satellite tag

func (*Client) InternalV1PowervsLocationsTransitgatewayGet

InternalV1PowervsLocationsTransitgatewayGet gets list of p e r enabled power v s locations

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption may be used to customize the behavior of Client methods.

type ClientService

type ClientService interface {
	InternalV1PowervsLocationsActivatePut(params *InternalV1PowervsLocationsActivatePutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InternalV1PowervsLocationsActivatePutOK, error)

	InternalV1PowervsLocationsTagDelete(params *InternalV1PowervsLocationsTagDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InternalV1PowervsLocationsTagDeleteOK, error)

	InternalV1PowervsLocationsTagPost(params *InternalV1PowervsLocationsTagPostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InternalV1PowervsLocationsTagPostOK, error)

	InternalV1PowervsLocationsTransitgatewayGet(params *InternalV1PowervsLocationsTransitgatewayGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InternalV1PowervsLocationsTransitgatewayGetOK, 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 internal power v s locations API client.

func NewClientWithBasicAuth added in v1.7.0

func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService

New creates a new internal power v s locations API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.

func NewClientWithBearerToken added in v1.7.0

func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService

New creates a new internal power v s locations API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.

type InternalV1PowervsLocationsActivatePutBadRequest added in v1.7.0

type InternalV1PowervsLocationsActivatePutBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewInternalV1PowervsLocationsActivatePutBadRequest added in v1.7.0

func NewInternalV1PowervsLocationsActivatePutBadRequest() *InternalV1PowervsLocationsActivatePutBadRequest

NewInternalV1PowervsLocationsActivatePutBadRequest creates a InternalV1PowervsLocationsActivatePutBadRequest with default headers values

func (*InternalV1PowervsLocationsActivatePutBadRequest) Code added in v1.7.0

Code gets the status code for the internal v1 powervs locations activate put bad request response

func (*InternalV1PowervsLocationsActivatePutBadRequest) Error added in v1.7.0

func (*InternalV1PowervsLocationsActivatePutBadRequest) GetPayload added in v1.7.0

func (*InternalV1PowervsLocationsActivatePutBadRequest) IsClientError added in v1.7.0

IsClientError returns true when this internal v1 powervs locations activate put bad request response has a 4xx status code

func (*InternalV1PowervsLocationsActivatePutBadRequest) IsCode added in v1.7.0

IsCode returns true when this internal v1 powervs locations activate put bad request response a status code equal to that given

func (*InternalV1PowervsLocationsActivatePutBadRequest) IsRedirect added in v1.7.0

IsRedirect returns true when this internal v1 powervs locations activate put bad request response has a 3xx status code

func (*InternalV1PowervsLocationsActivatePutBadRequest) IsServerError added in v1.7.0

IsServerError returns true when this internal v1 powervs locations activate put bad request response has a 5xx status code

func (*InternalV1PowervsLocationsActivatePutBadRequest) IsSuccess added in v1.7.0

IsSuccess returns true when this internal v1 powervs locations activate put bad request response has a 2xx status code

func (*InternalV1PowervsLocationsActivatePutBadRequest) String added in v1.7.0

type InternalV1PowervsLocationsActivatePutInternalServerError added in v1.7.0

type InternalV1PowervsLocationsActivatePutInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewInternalV1PowervsLocationsActivatePutInternalServerError added in v1.7.0

func NewInternalV1PowervsLocationsActivatePutInternalServerError() *InternalV1PowervsLocationsActivatePutInternalServerError

NewInternalV1PowervsLocationsActivatePutInternalServerError creates a InternalV1PowervsLocationsActivatePutInternalServerError with default headers values

func (*InternalV1PowervsLocationsActivatePutInternalServerError) Code added in v1.7.0

Code gets the status code for the internal v1 powervs locations activate put internal server error response

func (*InternalV1PowervsLocationsActivatePutInternalServerError) Error added in v1.7.0

func (*InternalV1PowervsLocationsActivatePutInternalServerError) GetPayload added in v1.7.0

func (*InternalV1PowervsLocationsActivatePutInternalServerError) IsClientError added in v1.7.0

IsClientError returns true when this internal v1 powervs locations activate put internal server error response has a 4xx status code

func (*InternalV1PowervsLocationsActivatePutInternalServerError) IsCode added in v1.7.0

IsCode returns true when this internal v1 powervs locations activate put internal server error response a status code equal to that given

func (*InternalV1PowervsLocationsActivatePutInternalServerError) IsRedirect added in v1.7.0

IsRedirect returns true when this internal v1 powervs locations activate put internal server error response has a 3xx status code

func (*InternalV1PowervsLocationsActivatePutInternalServerError) IsServerError added in v1.7.0

IsServerError returns true when this internal v1 powervs locations activate put internal server error response has a 5xx status code

func (*InternalV1PowervsLocationsActivatePutInternalServerError) IsSuccess added in v1.7.0

IsSuccess returns true when this internal v1 powervs locations activate put internal server error response has a 2xx status code

func (*InternalV1PowervsLocationsActivatePutInternalServerError) String added in v1.7.0

type InternalV1PowervsLocationsActivatePutOK added in v1.7.0

type InternalV1PowervsLocationsActivatePutOK struct {
	Payload *models.SatelliteOrder
}

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

OK

func NewInternalV1PowervsLocationsActivatePutOK added in v1.7.0

func NewInternalV1PowervsLocationsActivatePutOK() *InternalV1PowervsLocationsActivatePutOK

NewInternalV1PowervsLocationsActivatePutOK creates a InternalV1PowervsLocationsActivatePutOK with default headers values

func (*InternalV1PowervsLocationsActivatePutOK) Code added in v1.7.0

Code gets the status code for the internal v1 powervs locations activate put o k response

func (*InternalV1PowervsLocationsActivatePutOK) Error added in v1.7.0

func (*InternalV1PowervsLocationsActivatePutOK) GetPayload added in v1.7.0

func (*InternalV1PowervsLocationsActivatePutOK) IsClientError added in v1.7.0

func (o *InternalV1PowervsLocationsActivatePutOK) IsClientError() bool

IsClientError returns true when this internal v1 powervs locations activate put o k response has a 4xx status code

func (*InternalV1PowervsLocationsActivatePutOK) IsCode added in v1.7.0

IsCode returns true when this internal v1 powervs locations activate put o k response a status code equal to that given

func (*InternalV1PowervsLocationsActivatePutOK) IsRedirect added in v1.7.0

IsRedirect returns true when this internal v1 powervs locations activate put o k response has a 3xx status code

func (*InternalV1PowervsLocationsActivatePutOK) IsServerError added in v1.7.0

func (o *InternalV1PowervsLocationsActivatePutOK) IsServerError() bool

IsServerError returns true when this internal v1 powervs locations activate put o k response has a 5xx status code

func (*InternalV1PowervsLocationsActivatePutOK) IsSuccess added in v1.7.0

IsSuccess returns true when this internal v1 powervs locations activate put o k response has a 2xx status code

func (*InternalV1PowervsLocationsActivatePutOK) String added in v1.7.0

type InternalV1PowervsLocationsActivatePutParams added in v1.7.0

type InternalV1PowervsLocationsActivatePutParams struct {

	/* Body.

	   Parameters for activating a satellite location
	*/
	Body *models.SatelliteRegistration

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

InternalV1PowervsLocationsActivatePutParams contains all the parameters to send to the API endpoint

for the internal v1 powervs locations activate put operation.

Typically these are written to a http.Request.

func NewInternalV1PowervsLocationsActivatePutParams added in v1.7.0

func NewInternalV1PowervsLocationsActivatePutParams() *InternalV1PowervsLocationsActivatePutParams

NewInternalV1PowervsLocationsActivatePutParams creates a new InternalV1PowervsLocationsActivatePutParams 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 NewInternalV1PowervsLocationsActivatePutParamsWithContext added in v1.7.0

func NewInternalV1PowervsLocationsActivatePutParamsWithContext(ctx context.Context) *InternalV1PowervsLocationsActivatePutParams

NewInternalV1PowervsLocationsActivatePutParamsWithContext creates a new InternalV1PowervsLocationsActivatePutParams object with the ability to set a context for a request.

func NewInternalV1PowervsLocationsActivatePutParamsWithHTTPClient added in v1.7.0

func NewInternalV1PowervsLocationsActivatePutParamsWithHTTPClient(client *http.Client) *InternalV1PowervsLocationsActivatePutParams

NewInternalV1PowervsLocationsActivatePutParamsWithHTTPClient creates a new InternalV1PowervsLocationsActivatePutParams object with the ability to set a custom HTTPClient for a request.

func NewInternalV1PowervsLocationsActivatePutParamsWithTimeout added in v1.7.0

func NewInternalV1PowervsLocationsActivatePutParamsWithTimeout(timeout time.Duration) *InternalV1PowervsLocationsActivatePutParams

NewInternalV1PowervsLocationsActivatePutParamsWithTimeout creates a new InternalV1PowervsLocationsActivatePutParams object with the ability to set a timeout on a request.

func (*InternalV1PowervsLocationsActivatePutParams) SetBody added in v1.7.0

SetBody adds the body to the internal v1 powervs locations activate put params

func (*InternalV1PowervsLocationsActivatePutParams) SetContext added in v1.7.0

SetContext adds the context to the internal v1 powervs locations activate put params

func (*InternalV1PowervsLocationsActivatePutParams) SetDefaults added in v1.7.0

SetDefaults hydrates default values in the internal v1 powervs locations activate put params (not the query body).

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

func (*InternalV1PowervsLocationsActivatePutParams) SetHTTPClient added in v1.7.0

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

SetHTTPClient adds the HTTPClient to the internal v1 powervs locations activate put params

func (*InternalV1PowervsLocationsActivatePutParams) SetTimeout added in v1.7.0

SetTimeout adds the timeout to the internal v1 powervs locations activate put params

func (*InternalV1PowervsLocationsActivatePutParams) WithBody added in v1.7.0

WithBody adds the body to the internal v1 powervs locations activate put params

func (*InternalV1PowervsLocationsActivatePutParams) WithContext added in v1.7.0

WithContext adds the context to the internal v1 powervs locations activate put params

func (*InternalV1PowervsLocationsActivatePutParams) WithDefaults added in v1.7.0

WithDefaults hydrates default values in the internal v1 powervs locations activate put params (not the query body).

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

func (*InternalV1PowervsLocationsActivatePutParams) WithHTTPClient added in v1.7.0

WithHTTPClient adds the HTTPClient to the internal v1 powervs locations activate put params

func (*InternalV1PowervsLocationsActivatePutParams) WithTimeout added in v1.7.0

WithTimeout adds the timeout to the internal v1 powervs locations activate put params

func (*InternalV1PowervsLocationsActivatePutParams) WriteToRequest added in v1.7.0

WriteToRequest writes these params to a swagger request

type InternalV1PowervsLocationsActivatePutReader added in v1.7.0

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

InternalV1PowervsLocationsActivatePutReader is a Reader for the InternalV1PowervsLocationsActivatePut structure.

func (*InternalV1PowervsLocationsActivatePutReader) ReadResponse added in v1.7.0

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

ReadResponse reads a server response into the received o.

type InternalV1PowervsLocationsActivatePutUnauthorized added in v1.7.0

type InternalV1PowervsLocationsActivatePutUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewInternalV1PowervsLocationsActivatePutUnauthorized added in v1.7.0

func NewInternalV1PowervsLocationsActivatePutUnauthorized() *InternalV1PowervsLocationsActivatePutUnauthorized

NewInternalV1PowervsLocationsActivatePutUnauthorized creates a InternalV1PowervsLocationsActivatePutUnauthorized with default headers values

func (*InternalV1PowervsLocationsActivatePutUnauthorized) Code added in v1.7.0

Code gets the status code for the internal v1 powervs locations activate put unauthorized response

func (*InternalV1PowervsLocationsActivatePutUnauthorized) Error added in v1.7.0

func (*InternalV1PowervsLocationsActivatePutUnauthorized) GetPayload added in v1.7.0

func (*InternalV1PowervsLocationsActivatePutUnauthorized) IsClientError added in v1.7.0

IsClientError returns true when this internal v1 powervs locations activate put unauthorized response has a 4xx status code

func (*InternalV1PowervsLocationsActivatePutUnauthorized) IsCode added in v1.7.0

IsCode returns true when this internal v1 powervs locations activate put unauthorized response a status code equal to that given

func (*InternalV1PowervsLocationsActivatePutUnauthorized) IsRedirect added in v1.7.0

IsRedirect returns true when this internal v1 powervs locations activate put unauthorized response has a 3xx status code

func (*InternalV1PowervsLocationsActivatePutUnauthorized) IsServerError added in v1.7.0

IsServerError returns true when this internal v1 powervs locations activate put unauthorized response has a 5xx status code

func (*InternalV1PowervsLocationsActivatePutUnauthorized) IsSuccess added in v1.7.0

IsSuccess returns true when this internal v1 powervs locations activate put unauthorized response has a 2xx status code

func (*InternalV1PowervsLocationsActivatePutUnauthorized) String added in v1.7.0

type InternalV1PowervsLocationsActivatePutUnprocessableEntity added in v1.7.0

type InternalV1PowervsLocationsActivatePutUnprocessableEntity struct {
	Payload *models.Error
}

InternalV1PowervsLocationsActivatePutUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable Entity

func NewInternalV1PowervsLocationsActivatePutUnprocessableEntity added in v1.7.0

func NewInternalV1PowervsLocationsActivatePutUnprocessableEntity() *InternalV1PowervsLocationsActivatePutUnprocessableEntity

NewInternalV1PowervsLocationsActivatePutUnprocessableEntity creates a InternalV1PowervsLocationsActivatePutUnprocessableEntity with default headers values

func (*InternalV1PowervsLocationsActivatePutUnprocessableEntity) Code added in v1.7.0

Code gets the status code for the internal v1 powervs locations activate put unprocessable entity response

func (*InternalV1PowervsLocationsActivatePutUnprocessableEntity) Error added in v1.7.0

func (*InternalV1PowervsLocationsActivatePutUnprocessableEntity) GetPayload added in v1.7.0

func (*InternalV1PowervsLocationsActivatePutUnprocessableEntity) IsClientError added in v1.7.0

IsClientError returns true when this internal v1 powervs locations activate put unprocessable entity response has a 4xx status code

func (*InternalV1PowervsLocationsActivatePutUnprocessableEntity) IsCode added in v1.7.0

IsCode returns true when this internal v1 powervs locations activate put unprocessable entity response a status code equal to that given

func (*InternalV1PowervsLocationsActivatePutUnprocessableEntity) IsRedirect added in v1.7.0

IsRedirect returns true when this internal v1 powervs locations activate put unprocessable entity response has a 3xx status code

func (*InternalV1PowervsLocationsActivatePutUnprocessableEntity) IsServerError added in v1.7.0

IsServerError returns true when this internal v1 powervs locations activate put unprocessable entity response has a 5xx status code

func (*InternalV1PowervsLocationsActivatePutUnprocessableEntity) IsSuccess added in v1.7.0

IsSuccess returns true when this internal v1 powervs locations activate put unprocessable entity response has a 2xx status code

func (*InternalV1PowervsLocationsActivatePutUnprocessableEntity) String added in v1.7.0

type InternalV1PowervsLocationsTagDeleteBadRequest added in v1.7.0

type InternalV1PowervsLocationsTagDeleteBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewInternalV1PowervsLocationsTagDeleteBadRequest added in v1.7.0

func NewInternalV1PowervsLocationsTagDeleteBadRequest() *InternalV1PowervsLocationsTagDeleteBadRequest

NewInternalV1PowervsLocationsTagDeleteBadRequest creates a InternalV1PowervsLocationsTagDeleteBadRequest with default headers values

func (*InternalV1PowervsLocationsTagDeleteBadRequest) Code added in v1.7.0

Code gets the status code for the internal v1 powervs locations tag delete bad request response

func (*InternalV1PowervsLocationsTagDeleteBadRequest) Error added in v1.7.0

func (*InternalV1PowervsLocationsTagDeleteBadRequest) GetPayload added in v1.7.0

func (*InternalV1PowervsLocationsTagDeleteBadRequest) IsClientError added in v1.7.0

IsClientError returns true when this internal v1 powervs locations tag delete bad request response has a 4xx status code

func (*InternalV1PowervsLocationsTagDeleteBadRequest) IsCode added in v1.7.0

IsCode returns true when this internal v1 powervs locations tag delete bad request response a status code equal to that given

func (*InternalV1PowervsLocationsTagDeleteBadRequest) IsRedirect added in v1.7.0

IsRedirect returns true when this internal v1 powervs locations tag delete bad request response has a 3xx status code

func (*InternalV1PowervsLocationsTagDeleteBadRequest) IsServerError added in v1.7.0

IsServerError returns true when this internal v1 powervs locations tag delete bad request response has a 5xx status code

func (*InternalV1PowervsLocationsTagDeleteBadRequest) IsSuccess added in v1.7.0

IsSuccess returns true when this internal v1 powervs locations tag delete bad request response has a 2xx status code

func (*InternalV1PowervsLocationsTagDeleteBadRequest) String added in v1.7.0

type InternalV1PowervsLocationsTagDeleteInternalServerError added in v1.7.0

type InternalV1PowervsLocationsTagDeleteInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewInternalV1PowervsLocationsTagDeleteInternalServerError added in v1.7.0

func NewInternalV1PowervsLocationsTagDeleteInternalServerError() *InternalV1PowervsLocationsTagDeleteInternalServerError

NewInternalV1PowervsLocationsTagDeleteInternalServerError creates a InternalV1PowervsLocationsTagDeleteInternalServerError with default headers values

func (*InternalV1PowervsLocationsTagDeleteInternalServerError) Code added in v1.7.0

Code gets the status code for the internal v1 powervs locations tag delete internal server error response

func (*InternalV1PowervsLocationsTagDeleteInternalServerError) Error added in v1.7.0

func (*InternalV1PowervsLocationsTagDeleteInternalServerError) GetPayload added in v1.7.0

func (*InternalV1PowervsLocationsTagDeleteInternalServerError) IsClientError added in v1.7.0

IsClientError returns true when this internal v1 powervs locations tag delete internal server error response has a 4xx status code

func (*InternalV1PowervsLocationsTagDeleteInternalServerError) IsCode added in v1.7.0

IsCode returns true when this internal v1 powervs locations tag delete internal server error response a status code equal to that given

func (*InternalV1PowervsLocationsTagDeleteInternalServerError) IsRedirect added in v1.7.0

IsRedirect returns true when this internal v1 powervs locations tag delete internal server error response has a 3xx status code

func (*InternalV1PowervsLocationsTagDeleteInternalServerError) IsServerError added in v1.7.0

IsServerError returns true when this internal v1 powervs locations tag delete internal server error response has a 5xx status code

func (*InternalV1PowervsLocationsTagDeleteInternalServerError) IsSuccess added in v1.7.0

IsSuccess returns true when this internal v1 powervs locations tag delete internal server error response has a 2xx status code

func (*InternalV1PowervsLocationsTagDeleteInternalServerError) String added in v1.7.0

type InternalV1PowervsLocationsTagDeleteOK added in v1.7.0

type InternalV1PowervsLocationsTagDeleteOK struct {
}

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

OK

func NewInternalV1PowervsLocationsTagDeleteOK added in v1.7.0

func NewInternalV1PowervsLocationsTagDeleteOK() *InternalV1PowervsLocationsTagDeleteOK

NewInternalV1PowervsLocationsTagDeleteOK creates a InternalV1PowervsLocationsTagDeleteOK with default headers values

func (*InternalV1PowervsLocationsTagDeleteOK) Code added in v1.7.0

Code gets the status code for the internal v1 powervs locations tag delete o k response

func (*InternalV1PowervsLocationsTagDeleteOK) Error added in v1.7.0

func (*InternalV1PowervsLocationsTagDeleteOK) IsClientError added in v1.7.0

func (o *InternalV1PowervsLocationsTagDeleteOK) IsClientError() bool

IsClientError returns true when this internal v1 powervs locations tag delete o k response has a 4xx status code

func (*InternalV1PowervsLocationsTagDeleteOK) IsCode added in v1.7.0

IsCode returns true when this internal v1 powervs locations tag delete o k response a status code equal to that given

func (*InternalV1PowervsLocationsTagDeleteOK) IsRedirect added in v1.7.0

IsRedirect returns true when this internal v1 powervs locations tag delete o k response has a 3xx status code

func (*InternalV1PowervsLocationsTagDeleteOK) IsServerError added in v1.7.0

func (o *InternalV1PowervsLocationsTagDeleteOK) IsServerError() bool

IsServerError returns true when this internal v1 powervs locations tag delete o k response has a 5xx status code

func (*InternalV1PowervsLocationsTagDeleteOK) IsSuccess added in v1.7.0

IsSuccess returns true when this internal v1 powervs locations tag delete o k response has a 2xx status code

func (*InternalV1PowervsLocationsTagDeleteOK) String added in v1.7.0

type InternalV1PowervsLocationsTagDeleteParams added in v1.7.0

type InternalV1PowervsLocationsTagDeleteParams struct {

	/* Body.

	   Parameters for tagging a satellite location
	*/
	Body *models.SatelliteTag

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

InternalV1PowervsLocationsTagDeleteParams contains all the parameters to send to the API endpoint

for the internal v1 powervs locations tag delete operation.

Typically these are written to a http.Request.

func NewInternalV1PowervsLocationsTagDeleteParams added in v1.7.0

func NewInternalV1PowervsLocationsTagDeleteParams() *InternalV1PowervsLocationsTagDeleteParams

NewInternalV1PowervsLocationsTagDeleteParams creates a new InternalV1PowervsLocationsTagDeleteParams 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 NewInternalV1PowervsLocationsTagDeleteParamsWithContext added in v1.7.0

func NewInternalV1PowervsLocationsTagDeleteParamsWithContext(ctx context.Context) *InternalV1PowervsLocationsTagDeleteParams

NewInternalV1PowervsLocationsTagDeleteParamsWithContext creates a new InternalV1PowervsLocationsTagDeleteParams object with the ability to set a context for a request.

func NewInternalV1PowervsLocationsTagDeleteParamsWithHTTPClient added in v1.7.0

func NewInternalV1PowervsLocationsTagDeleteParamsWithHTTPClient(client *http.Client) *InternalV1PowervsLocationsTagDeleteParams

NewInternalV1PowervsLocationsTagDeleteParamsWithHTTPClient creates a new InternalV1PowervsLocationsTagDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewInternalV1PowervsLocationsTagDeleteParamsWithTimeout added in v1.7.0

func NewInternalV1PowervsLocationsTagDeleteParamsWithTimeout(timeout time.Duration) *InternalV1PowervsLocationsTagDeleteParams

NewInternalV1PowervsLocationsTagDeleteParamsWithTimeout creates a new InternalV1PowervsLocationsTagDeleteParams object with the ability to set a timeout on a request.

func (*InternalV1PowervsLocationsTagDeleteParams) SetBody added in v1.7.0

SetBody adds the body to the internal v1 powervs locations tag delete params

func (*InternalV1PowervsLocationsTagDeleteParams) SetContext added in v1.7.0

SetContext adds the context to the internal v1 powervs locations tag delete params

func (*InternalV1PowervsLocationsTagDeleteParams) SetDefaults added in v1.7.0

SetDefaults hydrates default values in the internal v1 powervs locations tag delete params (not the query body).

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

func (*InternalV1PowervsLocationsTagDeleteParams) SetHTTPClient added in v1.7.0

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

SetHTTPClient adds the HTTPClient to the internal v1 powervs locations tag delete params

func (*InternalV1PowervsLocationsTagDeleteParams) SetTimeout added in v1.7.0

SetTimeout adds the timeout to the internal v1 powervs locations tag delete params

func (*InternalV1PowervsLocationsTagDeleteParams) WithBody added in v1.7.0

WithBody adds the body to the internal v1 powervs locations tag delete params

func (*InternalV1PowervsLocationsTagDeleteParams) WithContext added in v1.7.0

WithContext adds the context to the internal v1 powervs locations tag delete params

func (*InternalV1PowervsLocationsTagDeleteParams) WithDefaults added in v1.7.0

WithDefaults hydrates default values in the internal v1 powervs locations tag delete params (not the query body).

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

func (*InternalV1PowervsLocationsTagDeleteParams) WithHTTPClient added in v1.7.0

WithHTTPClient adds the HTTPClient to the internal v1 powervs locations tag delete params

func (*InternalV1PowervsLocationsTagDeleteParams) WithTimeout added in v1.7.0

WithTimeout adds the timeout to the internal v1 powervs locations tag delete params

func (*InternalV1PowervsLocationsTagDeleteParams) WriteToRequest added in v1.7.0

WriteToRequest writes these params to a swagger request

type InternalV1PowervsLocationsTagDeleteReader added in v1.7.0

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

InternalV1PowervsLocationsTagDeleteReader is a Reader for the InternalV1PowervsLocationsTagDelete structure.

func (*InternalV1PowervsLocationsTagDeleteReader) ReadResponse added in v1.7.0

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

ReadResponse reads a server response into the received o.

type InternalV1PowervsLocationsTagDeleteUnauthorized added in v1.7.0

type InternalV1PowervsLocationsTagDeleteUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewInternalV1PowervsLocationsTagDeleteUnauthorized added in v1.7.0

func NewInternalV1PowervsLocationsTagDeleteUnauthorized() *InternalV1PowervsLocationsTagDeleteUnauthorized

NewInternalV1PowervsLocationsTagDeleteUnauthorized creates a InternalV1PowervsLocationsTagDeleteUnauthorized with default headers values

func (*InternalV1PowervsLocationsTagDeleteUnauthorized) Code added in v1.7.0

Code gets the status code for the internal v1 powervs locations tag delete unauthorized response

func (*InternalV1PowervsLocationsTagDeleteUnauthorized) Error added in v1.7.0

func (*InternalV1PowervsLocationsTagDeleteUnauthorized) GetPayload added in v1.7.0

func (*InternalV1PowervsLocationsTagDeleteUnauthorized) IsClientError added in v1.7.0

IsClientError returns true when this internal v1 powervs locations tag delete unauthorized response has a 4xx status code

func (*InternalV1PowervsLocationsTagDeleteUnauthorized) IsCode added in v1.7.0

IsCode returns true when this internal v1 powervs locations tag delete unauthorized response a status code equal to that given

func (*InternalV1PowervsLocationsTagDeleteUnauthorized) IsRedirect added in v1.7.0

IsRedirect returns true when this internal v1 powervs locations tag delete unauthorized response has a 3xx status code

func (*InternalV1PowervsLocationsTagDeleteUnauthorized) IsServerError added in v1.7.0

IsServerError returns true when this internal v1 powervs locations tag delete unauthorized response has a 5xx status code

func (*InternalV1PowervsLocationsTagDeleteUnauthorized) IsSuccess added in v1.7.0

IsSuccess returns true when this internal v1 powervs locations tag delete unauthorized response has a 2xx status code

func (*InternalV1PowervsLocationsTagDeleteUnauthorized) String added in v1.7.0

type InternalV1PowervsLocationsTagDeleteUnprocessableEntity added in v1.7.0

type InternalV1PowervsLocationsTagDeleteUnprocessableEntity struct {
	Payload *models.Error
}

InternalV1PowervsLocationsTagDeleteUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable Entity

func NewInternalV1PowervsLocationsTagDeleteUnprocessableEntity added in v1.7.0

func NewInternalV1PowervsLocationsTagDeleteUnprocessableEntity() *InternalV1PowervsLocationsTagDeleteUnprocessableEntity

NewInternalV1PowervsLocationsTagDeleteUnprocessableEntity creates a InternalV1PowervsLocationsTagDeleteUnprocessableEntity with default headers values

func (*InternalV1PowervsLocationsTagDeleteUnprocessableEntity) Code added in v1.7.0

Code gets the status code for the internal v1 powervs locations tag delete unprocessable entity response

func (*InternalV1PowervsLocationsTagDeleteUnprocessableEntity) Error added in v1.7.0

func (*InternalV1PowervsLocationsTagDeleteUnprocessableEntity) GetPayload added in v1.7.0

func (*InternalV1PowervsLocationsTagDeleteUnprocessableEntity) IsClientError added in v1.7.0

IsClientError returns true when this internal v1 powervs locations tag delete unprocessable entity response has a 4xx status code

func (*InternalV1PowervsLocationsTagDeleteUnprocessableEntity) IsCode added in v1.7.0

IsCode returns true when this internal v1 powervs locations tag delete unprocessable entity response a status code equal to that given

func (*InternalV1PowervsLocationsTagDeleteUnprocessableEntity) IsRedirect added in v1.7.0

IsRedirect returns true when this internal v1 powervs locations tag delete unprocessable entity response has a 3xx status code

func (*InternalV1PowervsLocationsTagDeleteUnprocessableEntity) IsServerError added in v1.7.0

IsServerError returns true when this internal v1 powervs locations tag delete unprocessable entity response has a 5xx status code

func (*InternalV1PowervsLocationsTagDeleteUnprocessableEntity) IsSuccess added in v1.7.0

IsSuccess returns true when this internal v1 powervs locations tag delete unprocessable entity response has a 2xx status code

func (*InternalV1PowervsLocationsTagDeleteUnprocessableEntity) String added in v1.7.0

type InternalV1PowervsLocationsTagPostBadRequest added in v1.7.0

type InternalV1PowervsLocationsTagPostBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewInternalV1PowervsLocationsTagPostBadRequest added in v1.7.0

func NewInternalV1PowervsLocationsTagPostBadRequest() *InternalV1PowervsLocationsTagPostBadRequest

NewInternalV1PowervsLocationsTagPostBadRequest creates a InternalV1PowervsLocationsTagPostBadRequest with default headers values

func (*InternalV1PowervsLocationsTagPostBadRequest) Code added in v1.7.0

Code gets the status code for the internal v1 powervs locations tag post bad request response

func (*InternalV1PowervsLocationsTagPostBadRequest) Error added in v1.7.0

func (*InternalV1PowervsLocationsTagPostBadRequest) GetPayload added in v1.7.0

func (*InternalV1PowervsLocationsTagPostBadRequest) IsClientError added in v1.7.0

IsClientError returns true when this internal v1 powervs locations tag post bad request response has a 4xx status code

func (*InternalV1PowervsLocationsTagPostBadRequest) IsCode added in v1.7.0

IsCode returns true when this internal v1 powervs locations tag post bad request response a status code equal to that given

func (*InternalV1PowervsLocationsTagPostBadRequest) IsRedirect added in v1.7.0

IsRedirect returns true when this internal v1 powervs locations tag post bad request response has a 3xx status code

func (*InternalV1PowervsLocationsTagPostBadRequest) IsServerError added in v1.7.0

IsServerError returns true when this internal v1 powervs locations tag post bad request response has a 5xx status code

func (*InternalV1PowervsLocationsTagPostBadRequest) IsSuccess added in v1.7.0

IsSuccess returns true when this internal v1 powervs locations tag post bad request response has a 2xx status code

func (*InternalV1PowervsLocationsTagPostBadRequest) String added in v1.7.0

type InternalV1PowervsLocationsTagPostInternalServerError added in v1.7.0

type InternalV1PowervsLocationsTagPostInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewInternalV1PowervsLocationsTagPostInternalServerError added in v1.7.0

func NewInternalV1PowervsLocationsTagPostInternalServerError() *InternalV1PowervsLocationsTagPostInternalServerError

NewInternalV1PowervsLocationsTagPostInternalServerError creates a InternalV1PowervsLocationsTagPostInternalServerError with default headers values

func (*InternalV1PowervsLocationsTagPostInternalServerError) Code added in v1.7.0

Code gets the status code for the internal v1 powervs locations tag post internal server error response

func (*InternalV1PowervsLocationsTagPostInternalServerError) Error added in v1.7.0

func (*InternalV1PowervsLocationsTagPostInternalServerError) GetPayload added in v1.7.0

func (*InternalV1PowervsLocationsTagPostInternalServerError) IsClientError added in v1.7.0

IsClientError returns true when this internal v1 powervs locations tag post internal server error response has a 4xx status code

func (*InternalV1PowervsLocationsTagPostInternalServerError) IsCode added in v1.7.0

IsCode returns true when this internal v1 powervs locations tag post internal server error response a status code equal to that given

func (*InternalV1PowervsLocationsTagPostInternalServerError) IsRedirect added in v1.7.0

IsRedirect returns true when this internal v1 powervs locations tag post internal server error response has a 3xx status code

func (*InternalV1PowervsLocationsTagPostInternalServerError) IsServerError added in v1.7.0

IsServerError returns true when this internal v1 powervs locations tag post internal server error response has a 5xx status code

func (*InternalV1PowervsLocationsTagPostInternalServerError) IsSuccess added in v1.7.0

IsSuccess returns true when this internal v1 powervs locations tag post internal server error response has a 2xx status code

func (*InternalV1PowervsLocationsTagPostInternalServerError) String added in v1.7.0

type InternalV1PowervsLocationsTagPostOK added in v1.7.0

type InternalV1PowervsLocationsTagPostOK struct {
}

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

OK

func NewInternalV1PowervsLocationsTagPostOK added in v1.7.0

func NewInternalV1PowervsLocationsTagPostOK() *InternalV1PowervsLocationsTagPostOK

NewInternalV1PowervsLocationsTagPostOK creates a InternalV1PowervsLocationsTagPostOK with default headers values

func (*InternalV1PowervsLocationsTagPostOK) Code added in v1.7.0

Code gets the status code for the internal v1 powervs locations tag post o k response

func (*InternalV1PowervsLocationsTagPostOK) Error added in v1.7.0

func (*InternalV1PowervsLocationsTagPostOK) IsClientError added in v1.7.0

func (o *InternalV1PowervsLocationsTagPostOK) IsClientError() bool

IsClientError returns true when this internal v1 powervs locations tag post o k response has a 4xx status code

func (*InternalV1PowervsLocationsTagPostOK) IsCode added in v1.7.0

IsCode returns true when this internal v1 powervs locations tag post o k response a status code equal to that given

func (*InternalV1PowervsLocationsTagPostOK) IsRedirect added in v1.7.0

func (o *InternalV1PowervsLocationsTagPostOK) IsRedirect() bool

IsRedirect returns true when this internal v1 powervs locations tag post o k response has a 3xx status code

func (*InternalV1PowervsLocationsTagPostOK) IsServerError added in v1.7.0

func (o *InternalV1PowervsLocationsTagPostOK) IsServerError() bool

IsServerError returns true when this internal v1 powervs locations tag post o k response has a 5xx status code

func (*InternalV1PowervsLocationsTagPostOK) IsSuccess added in v1.7.0

IsSuccess returns true when this internal v1 powervs locations tag post o k response has a 2xx status code

func (*InternalV1PowervsLocationsTagPostOK) String added in v1.7.0

type InternalV1PowervsLocationsTagPostParams added in v1.7.0

type InternalV1PowervsLocationsTagPostParams struct {

	/* Body.

	   Parameters for tagging a satellite location
	*/
	Body *models.SatelliteTag

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

InternalV1PowervsLocationsTagPostParams contains all the parameters to send to the API endpoint

for the internal v1 powervs locations tag post operation.

Typically these are written to a http.Request.

func NewInternalV1PowervsLocationsTagPostParams added in v1.7.0

func NewInternalV1PowervsLocationsTagPostParams() *InternalV1PowervsLocationsTagPostParams

NewInternalV1PowervsLocationsTagPostParams creates a new InternalV1PowervsLocationsTagPostParams 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 NewInternalV1PowervsLocationsTagPostParamsWithContext added in v1.7.0

func NewInternalV1PowervsLocationsTagPostParamsWithContext(ctx context.Context) *InternalV1PowervsLocationsTagPostParams

NewInternalV1PowervsLocationsTagPostParamsWithContext creates a new InternalV1PowervsLocationsTagPostParams object with the ability to set a context for a request.

func NewInternalV1PowervsLocationsTagPostParamsWithHTTPClient added in v1.7.0

func NewInternalV1PowervsLocationsTagPostParamsWithHTTPClient(client *http.Client) *InternalV1PowervsLocationsTagPostParams

NewInternalV1PowervsLocationsTagPostParamsWithHTTPClient creates a new InternalV1PowervsLocationsTagPostParams object with the ability to set a custom HTTPClient for a request.

func NewInternalV1PowervsLocationsTagPostParamsWithTimeout added in v1.7.0

func NewInternalV1PowervsLocationsTagPostParamsWithTimeout(timeout time.Duration) *InternalV1PowervsLocationsTagPostParams

NewInternalV1PowervsLocationsTagPostParamsWithTimeout creates a new InternalV1PowervsLocationsTagPostParams object with the ability to set a timeout on a request.

func (*InternalV1PowervsLocationsTagPostParams) SetBody added in v1.7.0

SetBody adds the body to the internal v1 powervs locations tag post params

func (*InternalV1PowervsLocationsTagPostParams) SetContext added in v1.7.0

SetContext adds the context to the internal v1 powervs locations tag post params

func (*InternalV1PowervsLocationsTagPostParams) SetDefaults added in v1.7.0

func (o *InternalV1PowervsLocationsTagPostParams) SetDefaults()

SetDefaults hydrates default values in the internal v1 powervs locations tag post params (not the query body).

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

func (*InternalV1PowervsLocationsTagPostParams) SetHTTPClient added in v1.7.0

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

SetHTTPClient adds the HTTPClient to the internal v1 powervs locations tag post params

func (*InternalV1PowervsLocationsTagPostParams) SetTimeout added in v1.7.0

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

SetTimeout adds the timeout to the internal v1 powervs locations tag post params

func (*InternalV1PowervsLocationsTagPostParams) WithBody added in v1.7.0

WithBody adds the body to the internal v1 powervs locations tag post params

func (*InternalV1PowervsLocationsTagPostParams) WithContext added in v1.7.0

WithContext adds the context to the internal v1 powervs locations tag post params

func (*InternalV1PowervsLocationsTagPostParams) WithDefaults added in v1.7.0

WithDefaults hydrates default values in the internal v1 powervs locations tag post params (not the query body).

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

func (*InternalV1PowervsLocationsTagPostParams) WithHTTPClient added in v1.7.0

WithHTTPClient adds the HTTPClient to the internal v1 powervs locations tag post params

func (*InternalV1PowervsLocationsTagPostParams) WithTimeout added in v1.7.0

WithTimeout adds the timeout to the internal v1 powervs locations tag post params

func (*InternalV1PowervsLocationsTagPostParams) WriteToRequest added in v1.7.0

WriteToRequest writes these params to a swagger request

type InternalV1PowervsLocationsTagPostReader added in v1.7.0

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

InternalV1PowervsLocationsTagPostReader is a Reader for the InternalV1PowervsLocationsTagPost structure.

func (*InternalV1PowervsLocationsTagPostReader) ReadResponse added in v1.7.0

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

ReadResponse reads a server response into the received o.

type InternalV1PowervsLocationsTagPostUnauthorized added in v1.7.0

type InternalV1PowervsLocationsTagPostUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewInternalV1PowervsLocationsTagPostUnauthorized added in v1.7.0

func NewInternalV1PowervsLocationsTagPostUnauthorized() *InternalV1PowervsLocationsTagPostUnauthorized

NewInternalV1PowervsLocationsTagPostUnauthorized creates a InternalV1PowervsLocationsTagPostUnauthorized with default headers values

func (*InternalV1PowervsLocationsTagPostUnauthorized) Code added in v1.7.0

Code gets the status code for the internal v1 powervs locations tag post unauthorized response

func (*InternalV1PowervsLocationsTagPostUnauthorized) Error added in v1.7.0

func (*InternalV1PowervsLocationsTagPostUnauthorized) GetPayload added in v1.7.0

func (*InternalV1PowervsLocationsTagPostUnauthorized) IsClientError added in v1.7.0

IsClientError returns true when this internal v1 powervs locations tag post unauthorized response has a 4xx status code

func (*InternalV1PowervsLocationsTagPostUnauthorized) IsCode added in v1.7.0

IsCode returns true when this internal v1 powervs locations tag post unauthorized response a status code equal to that given

func (*InternalV1PowervsLocationsTagPostUnauthorized) IsRedirect added in v1.7.0

IsRedirect returns true when this internal v1 powervs locations tag post unauthorized response has a 3xx status code

func (*InternalV1PowervsLocationsTagPostUnauthorized) IsServerError added in v1.7.0

IsServerError returns true when this internal v1 powervs locations tag post unauthorized response has a 5xx status code

func (*InternalV1PowervsLocationsTagPostUnauthorized) IsSuccess added in v1.7.0

IsSuccess returns true when this internal v1 powervs locations tag post unauthorized response has a 2xx status code

func (*InternalV1PowervsLocationsTagPostUnauthorized) String added in v1.7.0

type InternalV1PowervsLocationsTagPostUnprocessableEntity added in v1.7.0

type InternalV1PowervsLocationsTagPostUnprocessableEntity struct {
	Payload *models.Error
}

InternalV1PowervsLocationsTagPostUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable Entity

func NewInternalV1PowervsLocationsTagPostUnprocessableEntity added in v1.7.0

func NewInternalV1PowervsLocationsTagPostUnprocessableEntity() *InternalV1PowervsLocationsTagPostUnprocessableEntity

NewInternalV1PowervsLocationsTagPostUnprocessableEntity creates a InternalV1PowervsLocationsTagPostUnprocessableEntity with default headers values

func (*InternalV1PowervsLocationsTagPostUnprocessableEntity) Code added in v1.7.0

Code gets the status code for the internal v1 powervs locations tag post unprocessable entity response

func (*InternalV1PowervsLocationsTagPostUnprocessableEntity) Error added in v1.7.0

func (*InternalV1PowervsLocationsTagPostUnprocessableEntity) GetPayload added in v1.7.0

func (*InternalV1PowervsLocationsTagPostUnprocessableEntity) IsClientError added in v1.7.0

IsClientError returns true when this internal v1 powervs locations tag post unprocessable entity response has a 4xx status code

func (*InternalV1PowervsLocationsTagPostUnprocessableEntity) IsCode added in v1.7.0

IsCode returns true when this internal v1 powervs locations tag post unprocessable entity response a status code equal to that given

func (*InternalV1PowervsLocationsTagPostUnprocessableEntity) IsRedirect added in v1.7.0

IsRedirect returns true when this internal v1 powervs locations tag post unprocessable entity response has a 3xx status code

func (*InternalV1PowervsLocationsTagPostUnprocessableEntity) IsServerError added in v1.7.0

IsServerError returns true when this internal v1 powervs locations tag post unprocessable entity response has a 5xx status code

func (*InternalV1PowervsLocationsTagPostUnprocessableEntity) IsSuccess added in v1.7.0

IsSuccess returns true when this internal v1 powervs locations tag post unprocessable entity response has a 2xx status code

func (*InternalV1PowervsLocationsTagPostUnprocessableEntity) String added in v1.7.0

type InternalV1PowervsLocationsTransitgatewayGetForbidden

type InternalV1PowervsLocationsTransitgatewayGetForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewInternalV1PowervsLocationsTransitgatewayGetForbidden

func NewInternalV1PowervsLocationsTransitgatewayGetForbidden() *InternalV1PowervsLocationsTransitgatewayGetForbidden

NewInternalV1PowervsLocationsTransitgatewayGetForbidden creates a InternalV1PowervsLocationsTransitgatewayGetForbidden with default headers values

func (*InternalV1PowervsLocationsTransitgatewayGetForbidden) Code added in v1.2.4

Code gets the status code for the internal v1 powervs locations transitgateway get forbidden response

func (*InternalV1PowervsLocationsTransitgatewayGetForbidden) Error

func (*InternalV1PowervsLocationsTransitgatewayGetForbidden) GetPayload

func (*InternalV1PowervsLocationsTransitgatewayGetForbidden) IsClientError added in v1.2.2

IsClientError returns true when this internal v1 powervs locations transitgateway get forbidden response has a 4xx status code

func (*InternalV1PowervsLocationsTransitgatewayGetForbidden) IsCode added in v1.2.2

IsCode returns true when this internal v1 powervs locations transitgateway get forbidden response a status code equal to that given

func (*InternalV1PowervsLocationsTransitgatewayGetForbidden) IsRedirect added in v1.2.2

IsRedirect returns true when this internal v1 powervs locations transitgateway get forbidden response has a 3xx status code

func (*InternalV1PowervsLocationsTransitgatewayGetForbidden) IsServerError added in v1.2.2

IsServerError returns true when this internal v1 powervs locations transitgateway get forbidden response has a 5xx status code

func (*InternalV1PowervsLocationsTransitgatewayGetForbidden) IsSuccess added in v1.2.2

IsSuccess returns true when this internal v1 powervs locations transitgateway get forbidden response has a 2xx status code

func (*InternalV1PowervsLocationsTransitgatewayGetForbidden) String added in v1.2.2

type InternalV1PowervsLocationsTransitgatewayGetInternalServerError

type InternalV1PowervsLocationsTransitgatewayGetInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewInternalV1PowervsLocationsTransitgatewayGetInternalServerError

func NewInternalV1PowervsLocationsTransitgatewayGetInternalServerError() *InternalV1PowervsLocationsTransitgatewayGetInternalServerError

NewInternalV1PowervsLocationsTransitgatewayGetInternalServerError creates a InternalV1PowervsLocationsTransitgatewayGetInternalServerError with default headers values

func (*InternalV1PowervsLocationsTransitgatewayGetInternalServerError) Code added in v1.2.4

Code gets the status code for the internal v1 powervs locations transitgateway get internal server error response

func (*InternalV1PowervsLocationsTransitgatewayGetInternalServerError) Error

func (*InternalV1PowervsLocationsTransitgatewayGetInternalServerError) GetPayload

func (*InternalV1PowervsLocationsTransitgatewayGetInternalServerError) IsClientError added in v1.2.2

IsClientError returns true when this internal v1 powervs locations transitgateway get internal server error response has a 4xx status code

func (*InternalV1PowervsLocationsTransitgatewayGetInternalServerError) IsCode added in v1.2.2

IsCode returns true when this internal v1 powervs locations transitgateway get internal server error response a status code equal to that given

func (*InternalV1PowervsLocationsTransitgatewayGetInternalServerError) IsRedirect added in v1.2.2

IsRedirect returns true when this internal v1 powervs locations transitgateway get internal server error response has a 3xx status code

func (*InternalV1PowervsLocationsTransitgatewayGetInternalServerError) IsServerError added in v1.2.2

IsServerError returns true when this internal v1 powervs locations transitgateway get internal server error response has a 5xx status code

func (*InternalV1PowervsLocationsTransitgatewayGetInternalServerError) IsSuccess added in v1.2.2

IsSuccess returns true when this internal v1 powervs locations transitgateway get internal server error response has a 2xx status code

func (*InternalV1PowervsLocationsTransitgatewayGetInternalServerError) String added in v1.2.2

type InternalV1PowervsLocationsTransitgatewayGetOK

type InternalV1PowervsLocationsTransitgatewayGetOK struct {
	Payload *models.TransitGatewayLocations
}

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

OK

func NewInternalV1PowervsLocationsTransitgatewayGetOK

func NewInternalV1PowervsLocationsTransitgatewayGetOK() *InternalV1PowervsLocationsTransitgatewayGetOK

NewInternalV1PowervsLocationsTransitgatewayGetOK creates a InternalV1PowervsLocationsTransitgatewayGetOK with default headers values

func (*InternalV1PowervsLocationsTransitgatewayGetOK) Code added in v1.2.4

Code gets the status code for the internal v1 powervs locations transitgateway get o k response

func (*InternalV1PowervsLocationsTransitgatewayGetOK) Error

func (*InternalV1PowervsLocationsTransitgatewayGetOK) GetPayload

func (*InternalV1PowervsLocationsTransitgatewayGetOK) IsClientError added in v1.2.2

IsClientError returns true when this internal v1 powervs locations transitgateway get o k response has a 4xx status code

func (*InternalV1PowervsLocationsTransitgatewayGetOK) IsCode added in v1.2.2

IsCode returns true when this internal v1 powervs locations transitgateway get o k response a status code equal to that given

func (*InternalV1PowervsLocationsTransitgatewayGetOK) IsRedirect added in v1.2.2

IsRedirect returns true when this internal v1 powervs locations transitgateway get o k response has a 3xx status code

func (*InternalV1PowervsLocationsTransitgatewayGetOK) IsServerError added in v1.2.2

IsServerError returns true when this internal v1 powervs locations transitgateway get o k response has a 5xx status code

func (*InternalV1PowervsLocationsTransitgatewayGetOK) IsSuccess added in v1.2.2

IsSuccess returns true when this internal v1 powervs locations transitgateway get o k response has a 2xx status code

func (*InternalV1PowervsLocationsTransitgatewayGetOK) String added in v1.2.2

type InternalV1PowervsLocationsTransitgatewayGetParams

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

InternalV1PowervsLocationsTransitgatewayGetParams contains all the parameters to send to the API endpoint

for the internal v1 powervs locations transitgateway get operation.

Typically these are written to a http.Request.

func NewInternalV1PowervsLocationsTransitgatewayGetParams

func NewInternalV1PowervsLocationsTransitgatewayGetParams() *InternalV1PowervsLocationsTransitgatewayGetParams

NewInternalV1PowervsLocationsTransitgatewayGetParams creates a new InternalV1PowervsLocationsTransitgatewayGetParams 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 NewInternalV1PowervsLocationsTransitgatewayGetParamsWithContext

func NewInternalV1PowervsLocationsTransitgatewayGetParamsWithContext(ctx context.Context) *InternalV1PowervsLocationsTransitgatewayGetParams

NewInternalV1PowervsLocationsTransitgatewayGetParamsWithContext creates a new InternalV1PowervsLocationsTransitgatewayGetParams object with the ability to set a context for a request.

func NewInternalV1PowervsLocationsTransitgatewayGetParamsWithHTTPClient

func NewInternalV1PowervsLocationsTransitgatewayGetParamsWithHTTPClient(client *http.Client) *InternalV1PowervsLocationsTransitgatewayGetParams

NewInternalV1PowervsLocationsTransitgatewayGetParamsWithHTTPClient creates a new InternalV1PowervsLocationsTransitgatewayGetParams object with the ability to set a custom HTTPClient for a request.

func NewInternalV1PowervsLocationsTransitgatewayGetParamsWithTimeout

func NewInternalV1PowervsLocationsTransitgatewayGetParamsWithTimeout(timeout time.Duration) *InternalV1PowervsLocationsTransitgatewayGetParams

NewInternalV1PowervsLocationsTransitgatewayGetParamsWithTimeout creates a new InternalV1PowervsLocationsTransitgatewayGetParams object with the ability to set a timeout on a request.

func (*InternalV1PowervsLocationsTransitgatewayGetParams) SetContext

SetContext adds the context to the internal v1 powervs locations transitgateway get params

func (*InternalV1PowervsLocationsTransitgatewayGetParams) SetDefaults

SetDefaults hydrates default values in the internal v1 powervs locations transitgateway get params (not the query body).

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

func (*InternalV1PowervsLocationsTransitgatewayGetParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the internal v1 powervs locations transitgateway get params

func (*InternalV1PowervsLocationsTransitgatewayGetParams) SetTimeout

SetTimeout adds the timeout to the internal v1 powervs locations transitgateway get params

func (*InternalV1PowervsLocationsTransitgatewayGetParams) WithContext

WithContext adds the context to the internal v1 powervs locations transitgateway get params

func (*InternalV1PowervsLocationsTransitgatewayGetParams) WithDefaults

WithDefaults hydrates default values in the internal v1 powervs locations transitgateway get params (not the query body).

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

func (*InternalV1PowervsLocationsTransitgatewayGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the internal v1 powervs locations transitgateway get params

func (*InternalV1PowervsLocationsTransitgatewayGetParams) WithTimeout

WithTimeout adds the timeout to the internal v1 powervs locations transitgateway get params

func (*InternalV1PowervsLocationsTransitgatewayGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type InternalV1PowervsLocationsTransitgatewayGetReader

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

InternalV1PowervsLocationsTransitgatewayGetReader is a Reader for the InternalV1PowervsLocationsTransitgatewayGet structure.

func (*InternalV1PowervsLocationsTransitgatewayGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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