ci_identifiers

package
v0.1.50 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2023 License: BSD-3-Clause 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 ci identifiers API

func (*Client) GetAPIV2CiIdentifiers

func (a *Client) GetAPIV2CiIdentifiers(params *GetAPIV2CiIdentifiersParams, opts ...ClientOption) (*GetAPIV2CiIdentifiersOK, error)

GetAPIV2CiIdentifiers lists ci identifier entries

List existing CiIdentifier entries, ordered by most recently updated.

func (*Client) GetAPIV2CiIdentifiersSelector

func (a *Client) GetAPIV2CiIdentifiersSelector(params *GetAPIV2CiIdentifiersSelectorParams, opts ...ClientOption) (*GetAPIV2CiIdentifiersSelectorOK, error)

GetAPIV2CiIdentifiersSelector gets a ci identifier entry

Get an existing CiIdentifier entry via one of its "selectors": ID or type + '/' + selector of the referenced type.

func (*Client) GetAPIV2SelectorsCiIdentifiersSelector

func (a *Client) GetAPIV2SelectorsCiIdentifiersSelector(params *GetAPIV2SelectorsCiIdentifiersSelectorParams, opts ...ClientOption) (*GetAPIV2SelectorsCiIdentifiersSelectorOK, error)

GetAPIV2SelectorsCiIdentifiersSelector lists ci identifier selectors

Validate a given CiIdentifier selector and provide any other selectors that would match the same CiIdentifier.

func (*Client) PatchAPIV2CiIdentifiersSelector

func (a *Client) PatchAPIV2CiIdentifiersSelector(params *PatchAPIV2CiIdentifiersSelectorParams, opts ...ClientOption) (*PatchAPIV2CiIdentifiersSelectorOK, error)

PatchAPIV2CiIdentifiersSelector edits a ci identifier entry

Edit an existing CiIdentifier entry via one of its "selectors": ID or type + '/' + selector of the referenced type. Note that only mutable fields are available here, immutable fields can only be set using /create.

func (*Client) PostAPIV2CiIdentifiers

PostAPIV2CiIdentifiers creates a new ci identifier entry

Create a new CiIdentifier entry. Note that some fields are immutable after creation; /edit lists mutable fields.

func (*Client) PutAPIV2CiIdentifiersSelector

PutAPIV2CiIdentifiersSelector creates or edit a ci identifier entry

Create or edit a CiIdentifier entry. Attempts to edit and will attempt to create upon an error.

If an edit was made or the creation process de-duplicates, this method will return normally with a 200.

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 is the option for Client methods

type ClientService

type ClientService interface {
	GetAPIV2CiIdentifiers(params *GetAPIV2CiIdentifiersParams, opts ...ClientOption) (*GetAPIV2CiIdentifiersOK, error)

	GetAPIV2CiIdentifiersSelector(params *GetAPIV2CiIdentifiersSelectorParams, opts ...ClientOption) (*GetAPIV2CiIdentifiersSelectorOK, error)

	GetAPIV2SelectorsCiIdentifiersSelector(params *GetAPIV2SelectorsCiIdentifiersSelectorParams, opts ...ClientOption) (*GetAPIV2SelectorsCiIdentifiersSelectorOK, error)

	PatchAPIV2CiIdentifiersSelector(params *PatchAPIV2CiIdentifiersSelectorParams, opts ...ClientOption) (*PatchAPIV2CiIdentifiersSelectorOK, error)

	PostAPIV2CiIdentifiers(params *PostAPIV2CiIdentifiersParams, opts ...ClientOption) (*PostAPIV2CiIdentifiersOK, *PostAPIV2CiIdentifiersCreated, error)

	PutAPIV2CiIdentifiersSelector(params *PutAPIV2CiIdentifiersSelectorParams, opts ...ClientOption) (*PutAPIV2CiIdentifiersSelectorOK, *PutAPIV2CiIdentifiersSelectorCreated, 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 ci identifiers API client.

type GetAPIV2CiIdentifiersBadRequest

type GetAPIV2CiIdentifiersBadRequest struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2CiIdentifiersBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetAPIV2CiIdentifiersBadRequest

func NewGetAPIV2CiIdentifiersBadRequest() *GetAPIV2CiIdentifiersBadRequest

NewGetAPIV2CiIdentifiersBadRequest creates a GetAPIV2CiIdentifiersBadRequest with default headers values

func (*GetAPIV2CiIdentifiersBadRequest) Error

func (*GetAPIV2CiIdentifiersBadRequest) GetPayload

type GetAPIV2CiIdentifiersConflict

type GetAPIV2CiIdentifiersConflict struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2CiIdentifiersConflict describes a response with status code 409, with default header values.

Conflict

func NewGetAPIV2CiIdentifiersConflict

func NewGetAPIV2CiIdentifiersConflict() *GetAPIV2CiIdentifiersConflict

NewGetAPIV2CiIdentifiersConflict creates a GetAPIV2CiIdentifiersConflict with default headers values

func (*GetAPIV2CiIdentifiersConflict) Error

func (*GetAPIV2CiIdentifiersConflict) GetPayload

type GetAPIV2CiIdentifiersForbidden

type GetAPIV2CiIdentifiersForbidden struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2CiIdentifiersForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAPIV2CiIdentifiersForbidden

func NewGetAPIV2CiIdentifiersForbidden() *GetAPIV2CiIdentifiersForbidden

NewGetAPIV2CiIdentifiersForbidden creates a GetAPIV2CiIdentifiersForbidden with default headers values

func (*GetAPIV2CiIdentifiersForbidden) Error

func (*GetAPIV2CiIdentifiersForbidden) GetPayload

type GetAPIV2CiIdentifiersInternalServerError

type GetAPIV2CiIdentifiersInternalServerError struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2CiIdentifiersInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetAPIV2CiIdentifiersInternalServerError

func NewGetAPIV2CiIdentifiersInternalServerError() *GetAPIV2CiIdentifiersInternalServerError

NewGetAPIV2CiIdentifiersInternalServerError creates a GetAPIV2CiIdentifiersInternalServerError with default headers values

func (*GetAPIV2CiIdentifiersInternalServerError) Error

func (*GetAPIV2CiIdentifiersInternalServerError) GetPayload

type GetAPIV2CiIdentifiersNotFound

type GetAPIV2CiIdentifiersNotFound struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2CiIdentifiersNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAPIV2CiIdentifiersNotFound

func NewGetAPIV2CiIdentifiersNotFound() *GetAPIV2CiIdentifiersNotFound

NewGetAPIV2CiIdentifiersNotFound creates a GetAPIV2CiIdentifiersNotFound with default headers values

func (*GetAPIV2CiIdentifiersNotFound) Error

func (*GetAPIV2CiIdentifiersNotFound) GetPayload

type GetAPIV2CiIdentifiersOK

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

OK

func NewGetAPIV2CiIdentifiersOK

func NewGetAPIV2CiIdentifiersOK() *GetAPIV2CiIdentifiersOK

NewGetAPIV2CiIdentifiersOK creates a GetAPIV2CiIdentifiersOK with default headers values

func (*GetAPIV2CiIdentifiersOK) Error

func (o *GetAPIV2CiIdentifiersOK) Error() string

func (*GetAPIV2CiIdentifiersOK) GetPayload

type GetAPIV2CiIdentifiersParams

type GetAPIV2CiIdentifiersParams struct {

	// CreatedAt.
	//
	// Format: date-time
	CreatedAt *strfmt.DateTime

	// ID.
	ID *int64

	/* Limit.

	   An optional limit to the number of entries returned
	*/
	Limit *int64

	// ResourceID.
	ResourceID *int64

	// ResourceType.
	ResourceType *string

	// UpdatedAt.
	//
	// Format: date-time
	UpdatedAt *strfmt.DateTime

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

GetAPIV2CiIdentifiersParams contains all the parameters to send to the API endpoint

for the get API v2 ci identifiers operation.

Typically these are written to a http.Request.

func NewGetAPIV2CiIdentifiersParams

func NewGetAPIV2CiIdentifiersParams() *GetAPIV2CiIdentifiersParams

NewGetAPIV2CiIdentifiersParams creates a new GetAPIV2CiIdentifiersParams 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 NewGetAPIV2CiIdentifiersParamsWithContext

func NewGetAPIV2CiIdentifiersParamsWithContext(ctx context.Context) *GetAPIV2CiIdentifiersParams

NewGetAPIV2CiIdentifiersParamsWithContext creates a new GetAPIV2CiIdentifiersParams object with the ability to set a context for a request.

func NewGetAPIV2CiIdentifiersParamsWithHTTPClient

func NewGetAPIV2CiIdentifiersParamsWithHTTPClient(client *http.Client) *GetAPIV2CiIdentifiersParams

NewGetAPIV2CiIdentifiersParamsWithHTTPClient creates a new GetAPIV2CiIdentifiersParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIV2CiIdentifiersParamsWithTimeout

func NewGetAPIV2CiIdentifiersParamsWithTimeout(timeout time.Duration) *GetAPIV2CiIdentifiersParams

NewGetAPIV2CiIdentifiersParamsWithTimeout creates a new GetAPIV2CiIdentifiersParams object with the ability to set a timeout on a request.

func (*GetAPIV2CiIdentifiersParams) SetContext

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

SetContext adds the context to the get API v2 ci identifiers params

func (*GetAPIV2CiIdentifiersParams) SetCreatedAt

func (o *GetAPIV2CiIdentifiersParams) SetCreatedAt(createdAt *strfmt.DateTime)

SetCreatedAt adds the createdAt to the get API v2 ci identifiers params

func (*GetAPIV2CiIdentifiersParams) SetDefaults

func (o *GetAPIV2CiIdentifiersParams) SetDefaults()

SetDefaults hydrates default values in the get API v2 ci identifiers params (not the query body).

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

func (*GetAPIV2CiIdentifiersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API v2 ci identifiers params

func (*GetAPIV2CiIdentifiersParams) SetID

func (o *GetAPIV2CiIdentifiersParams) SetID(id *int64)

SetID adds the id to the get API v2 ci identifiers params

func (*GetAPIV2CiIdentifiersParams) SetLimit

func (o *GetAPIV2CiIdentifiersParams) SetLimit(limit *int64)

SetLimit adds the limit to the get API v2 ci identifiers params

func (*GetAPIV2CiIdentifiersParams) SetResourceID

func (o *GetAPIV2CiIdentifiersParams) SetResourceID(resourceID *int64)

SetResourceID adds the resourceId to the get API v2 ci identifiers params

func (*GetAPIV2CiIdentifiersParams) SetResourceType

func (o *GetAPIV2CiIdentifiersParams) SetResourceType(resourceType *string)

SetResourceType adds the resourceType to the get API v2 ci identifiers params

func (*GetAPIV2CiIdentifiersParams) SetTimeout

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

SetTimeout adds the timeout to the get API v2 ci identifiers params

func (*GetAPIV2CiIdentifiersParams) SetUpdatedAt

func (o *GetAPIV2CiIdentifiersParams) SetUpdatedAt(updatedAt *strfmt.DateTime)

SetUpdatedAt adds the updatedAt to the get API v2 ci identifiers params

func (*GetAPIV2CiIdentifiersParams) WithContext

WithContext adds the context to the get API v2 ci identifiers params

func (*GetAPIV2CiIdentifiersParams) WithCreatedAt

WithCreatedAt adds the createdAt to the get API v2 ci identifiers params

func (*GetAPIV2CiIdentifiersParams) WithDefaults

WithDefaults hydrates default values in the get API v2 ci identifiers params (not the query body).

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

func (*GetAPIV2CiIdentifiersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API v2 ci identifiers params

func (*GetAPIV2CiIdentifiersParams) WithID

WithID adds the id to the get API v2 ci identifiers params

func (*GetAPIV2CiIdentifiersParams) WithLimit

WithLimit adds the limit to the get API v2 ci identifiers params

func (*GetAPIV2CiIdentifiersParams) WithResourceID

func (o *GetAPIV2CiIdentifiersParams) WithResourceID(resourceID *int64) *GetAPIV2CiIdentifiersParams

WithResourceID adds the resourceID to the get API v2 ci identifiers params

func (*GetAPIV2CiIdentifiersParams) WithResourceType

func (o *GetAPIV2CiIdentifiersParams) WithResourceType(resourceType *string) *GetAPIV2CiIdentifiersParams

WithResourceType adds the resourceType to the get API v2 ci identifiers params

func (*GetAPIV2CiIdentifiersParams) WithTimeout

WithTimeout adds the timeout to the get API v2 ci identifiers params

func (*GetAPIV2CiIdentifiersParams) WithUpdatedAt

WithUpdatedAt adds the updatedAt to the get API v2 ci identifiers params

func (*GetAPIV2CiIdentifiersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIV2CiIdentifiersProxyAuthenticationRequired

type GetAPIV2CiIdentifiersProxyAuthenticationRequired struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2CiIdentifiersProxyAuthenticationRequired describes a response with status code 407, with default header values.

Proxy Authentication Required

func NewGetAPIV2CiIdentifiersProxyAuthenticationRequired

func NewGetAPIV2CiIdentifiersProxyAuthenticationRequired() *GetAPIV2CiIdentifiersProxyAuthenticationRequired

NewGetAPIV2CiIdentifiersProxyAuthenticationRequired creates a GetAPIV2CiIdentifiersProxyAuthenticationRequired with default headers values

func (*GetAPIV2CiIdentifiersProxyAuthenticationRequired) Error

func (*GetAPIV2CiIdentifiersProxyAuthenticationRequired) GetPayload

type GetAPIV2CiIdentifiersReader

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

GetAPIV2CiIdentifiersReader is a Reader for the GetAPIV2CiIdentifiers structure.

func (*GetAPIV2CiIdentifiersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIV2CiIdentifiersSelectorBadRequest

type GetAPIV2CiIdentifiersSelectorBadRequest struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2CiIdentifiersSelectorBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetAPIV2CiIdentifiersSelectorBadRequest

func NewGetAPIV2CiIdentifiersSelectorBadRequest() *GetAPIV2CiIdentifiersSelectorBadRequest

NewGetAPIV2CiIdentifiersSelectorBadRequest creates a GetAPIV2CiIdentifiersSelectorBadRequest with default headers values

func (*GetAPIV2CiIdentifiersSelectorBadRequest) Error

func (*GetAPIV2CiIdentifiersSelectorBadRequest) GetPayload

type GetAPIV2CiIdentifiersSelectorConflict

type GetAPIV2CiIdentifiersSelectorConflict struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2CiIdentifiersSelectorConflict describes a response with status code 409, with default header values.

Conflict

func NewGetAPIV2CiIdentifiersSelectorConflict

func NewGetAPIV2CiIdentifiersSelectorConflict() *GetAPIV2CiIdentifiersSelectorConflict

NewGetAPIV2CiIdentifiersSelectorConflict creates a GetAPIV2CiIdentifiersSelectorConflict with default headers values

func (*GetAPIV2CiIdentifiersSelectorConflict) Error

func (*GetAPIV2CiIdentifiersSelectorConflict) GetPayload

type GetAPIV2CiIdentifiersSelectorForbidden

type GetAPIV2CiIdentifiersSelectorForbidden struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2CiIdentifiersSelectorForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAPIV2CiIdentifiersSelectorForbidden

func NewGetAPIV2CiIdentifiersSelectorForbidden() *GetAPIV2CiIdentifiersSelectorForbidden

NewGetAPIV2CiIdentifiersSelectorForbidden creates a GetAPIV2CiIdentifiersSelectorForbidden with default headers values

func (*GetAPIV2CiIdentifiersSelectorForbidden) Error

func (*GetAPIV2CiIdentifiersSelectorForbidden) GetPayload

type GetAPIV2CiIdentifiersSelectorInternalServerError

type GetAPIV2CiIdentifiersSelectorInternalServerError struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2CiIdentifiersSelectorInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetAPIV2CiIdentifiersSelectorInternalServerError

func NewGetAPIV2CiIdentifiersSelectorInternalServerError() *GetAPIV2CiIdentifiersSelectorInternalServerError

NewGetAPIV2CiIdentifiersSelectorInternalServerError creates a GetAPIV2CiIdentifiersSelectorInternalServerError with default headers values

func (*GetAPIV2CiIdentifiersSelectorInternalServerError) Error

func (*GetAPIV2CiIdentifiersSelectorInternalServerError) GetPayload

type GetAPIV2CiIdentifiersSelectorNotFound

type GetAPIV2CiIdentifiersSelectorNotFound struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2CiIdentifiersSelectorNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAPIV2CiIdentifiersSelectorNotFound

func NewGetAPIV2CiIdentifiersSelectorNotFound() *GetAPIV2CiIdentifiersSelectorNotFound

NewGetAPIV2CiIdentifiersSelectorNotFound creates a GetAPIV2CiIdentifiersSelectorNotFound with default headers values

func (*GetAPIV2CiIdentifiersSelectorNotFound) Error

func (*GetAPIV2CiIdentifiersSelectorNotFound) GetPayload

type GetAPIV2CiIdentifiersSelectorOK

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

OK

func NewGetAPIV2CiIdentifiersSelectorOK

func NewGetAPIV2CiIdentifiersSelectorOK() *GetAPIV2CiIdentifiersSelectorOK

NewGetAPIV2CiIdentifiersSelectorOK creates a GetAPIV2CiIdentifiersSelectorOK with default headers values

func (*GetAPIV2CiIdentifiersSelectorOK) Error

func (*GetAPIV2CiIdentifiersSelectorOK) GetPayload

type GetAPIV2CiIdentifiersSelectorParams

type GetAPIV2CiIdentifiersSelectorParams struct {

	/* Selector.

	   The CiIdentifier to get's selector: ID or type + '/' + selector of the referenced type
	*/
	Selector string

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

GetAPIV2CiIdentifiersSelectorParams contains all the parameters to send to the API endpoint

for the get API v2 ci identifiers selector operation.

Typically these are written to a http.Request.

func NewGetAPIV2CiIdentifiersSelectorParams

func NewGetAPIV2CiIdentifiersSelectorParams() *GetAPIV2CiIdentifiersSelectorParams

NewGetAPIV2CiIdentifiersSelectorParams creates a new GetAPIV2CiIdentifiersSelectorParams 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 NewGetAPIV2CiIdentifiersSelectorParamsWithContext

func NewGetAPIV2CiIdentifiersSelectorParamsWithContext(ctx context.Context) *GetAPIV2CiIdentifiersSelectorParams

NewGetAPIV2CiIdentifiersSelectorParamsWithContext creates a new GetAPIV2CiIdentifiersSelectorParams object with the ability to set a context for a request.

func NewGetAPIV2CiIdentifiersSelectorParamsWithHTTPClient

func NewGetAPIV2CiIdentifiersSelectorParamsWithHTTPClient(client *http.Client) *GetAPIV2CiIdentifiersSelectorParams

NewGetAPIV2CiIdentifiersSelectorParamsWithHTTPClient creates a new GetAPIV2CiIdentifiersSelectorParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIV2CiIdentifiersSelectorParamsWithTimeout

func NewGetAPIV2CiIdentifiersSelectorParamsWithTimeout(timeout time.Duration) *GetAPIV2CiIdentifiersSelectorParams

NewGetAPIV2CiIdentifiersSelectorParamsWithTimeout creates a new GetAPIV2CiIdentifiersSelectorParams object with the ability to set a timeout on a request.

func (*GetAPIV2CiIdentifiersSelectorParams) SetContext

SetContext adds the context to the get API v2 ci identifiers selector params

func (*GetAPIV2CiIdentifiersSelectorParams) SetDefaults

func (o *GetAPIV2CiIdentifiersSelectorParams) SetDefaults()

SetDefaults hydrates default values in the get API v2 ci identifiers selector params (not the query body).

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

func (*GetAPIV2CiIdentifiersSelectorParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API v2 ci identifiers selector params

func (*GetAPIV2CiIdentifiersSelectorParams) SetSelector

func (o *GetAPIV2CiIdentifiersSelectorParams) SetSelector(selector string)

SetSelector adds the selector to the get API v2 ci identifiers selector params

func (*GetAPIV2CiIdentifiersSelectorParams) SetTimeout

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

SetTimeout adds the timeout to the get API v2 ci identifiers selector params

func (*GetAPIV2CiIdentifiersSelectorParams) WithContext

WithContext adds the context to the get API v2 ci identifiers selector params

func (*GetAPIV2CiIdentifiersSelectorParams) WithDefaults

WithDefaults hydrates default values in the get API v2 ci identifiers selector params (not the query body).

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

func (*GetAPIV2CiIdentifiersSelectorParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API v2 ci identifiers selector params

func (*GetAPIV2CiIdentifiersSelectorParams) WithSelector

WithSelector adds the selector to the get API v2 ci identifiers selector params

func (*GetAPIV2CiIdentifiersSelectorParams) WithTimeout

WithTimeout adds the timeout to the get API v2 ci identifiers selector params

func (*GetAPIV2CiIdentifiersSelectorParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIV2CiIdentifiersSelectorProxyAuthenticationRequired

type GetAPIV2CiIdentifiersSelectorProxyAuthenticationRequired struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2CiIdentifiersSelectorProxyAuthenticationRequired describes a response with status code 407, with default header values.

Proxy Authentication Required

func NewGetAPIV2CiIdentifiersSelectorProxyAuthenticationRequired

func NewGetAPIV2CiIdentifiersSelectorProxyAuthenticationRequired() *GetAPIV2CiIdentifiersSelectorProxyAuthenticationRequired

NewGetAPIV2CiIdentifiersSelectorProxyAuthenticationRequired creates a GetAPIV2CiIdentifiersSelectorProxyAuthenticationRequired with default headers values

func (*GetAPIV2CiIdentifiersSelectorProxyAuthenticationRequired) Error

func (*GetAPIV2CiIdentifiersSelectorProxyAuthenticationRequired) GetPayload

type GetAPIV2CiIdentifiersSelectorReader

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

GetAPIV2CiIdentifiersSelectorReader is a Reader for the GetAPIV2CiIdentifiersSelector structure.

func (*GetAPIV2CiIdentifiersSelectorReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIV2SelectorsCiIdentifiersSelectorBadRequest

type GetAPIV2SelectorsCiIdentifiersSelectorBadRequest struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2SelectorsCiIdentifiersSelectorBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetAPIV2SelectorsCiIdentifiersSelectorBadRequest

func NewGetAPIV2SelectorsCiIdentifiersSelectorBadRequest() *GetAPIV2SelectorsCiIdentifiersSelectorBadRequest

NewGetAPIV2SelectorsCiIdentifiersSelectorBadRequest creates a GetAPIV2SelectorsCiIdentifiersSelectorBadRequest with default headers values

func (*GetAPIV2SelectorsCiIdentifiersSelectorBadRequest) Error

func (*GetAPIV2SelectorsCiIdentifiersSelectorBadRequest) GetPayload

type GetAPIV2SelectorsCiIdentifiersSelectorConflict

type GetAPIV2SelectorsCiIdentifiersSelectorConflict struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2SelectorsCiIdentifiersSelectorConflict describes a response with status code 409, with default header values.

Conflict

func NewGetAPIV2SelectorsCiIdentifiersSelectorConflict

func NewGetAPIV2SelectorsCiIdentifiersSelectorConflict() *GetAPIV2SelectorsCiIdentifiersSelectorConflict

NewGetAPIV2SelectorsCiIdentifiersSelectorConflict creates a GetAPIV2SelectorsCiIdentifiersSelectorConflict with default headers values

func (*GetAPIV2SelectorsCiIdentifiersSelectorConflict) Error

func (*GetAPIV2SelectorsCiIdentifiersSelectorConflict) GetPayload

type GetAPIV2SelectorsCiIdentifiersSelectorForbidden

type GetAPIV2SelectorsCiIdentifiersSelectorForbidden struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2SelectorsCiIdentifiersSelectorForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAPIV2SelectorsCiIdentifiersSelectorForbidden

func NewGetAPIV2SelectorsCiIdentifiersSelectorForbidden() *GetAPIV2SelectorsCiIdentifiersSelectorForbidden

NewGetAPIV2SelectorsCiIdentifiersSelectorForbidden creates a GetAPIV2SelectorsCiIdentifiersSelectorForbidden with default headers values

func (*GetAPIV2SelectorsCiIdentifiersSelectorForbidden) Error

func (*GetAPIV2SelectorsCiIdentifiersSelectorForbidden) GetPayload

type GetAPIV2SelectorsCiIdentifiersSelectorInternalServerError

type GetAPIV2SelectorsCiIdentifiersSelectorInternalServerError struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2SelectorsCiIdentifiersSelectorInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetAPIV2SelectorsCiIdentifiersSelectorInternalServerError

func NewGetAPIV2SelectorsCiIdentifiersSelectorInternalServerError() *GetAPIV2SelectorsCiIdentifiersSelectorInternalServerError

NewGetAPIV2SelectorsCiIdentifiersSelectorInternalServerError creates a GetAPIV2SelectorsCiIdentifiersSelectorInternalServerError with default headers values

func (*GetAPIV2SelectorsCiIdentifiersSelectorInternalServerError) Error

func (*GetAPIV2SelectorsCiIdentifiersSelectorInternalServerError) GetPayload

type GetAPIV2SelectorsCiIdentifiersSelectorNotFound

type GetAPIV2SelectorsCiIdentifiersSelectorNotFound struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2SelectorsCiIdentifiersSelectorNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAPIV2SelectorsCiIdentifiersSelectorNotFound

func NewGetAPIV2SelectorsCiIdentifiersSelectorNotFound() *GetAPIV2SelectorsCiIdentifiersSelectorNotFound

NewGetAPIV2SelectorsCiIdentifiersSelectorNotFound creates a GetAPIV2SelectorsCiIdentifiersSelectorNotFound with default headers values

func (*GetAPIV2SelectorsCiIdentifiersSelectorNotFound) Error

func (*GetAPIV2SelectorsCiIdentifiersSelectorNotFound) GetPayload

type GetAPIV2SelectorsCiIdentifiersSelectorOK

type GetAPIV2SelectorsCiIdentifiersSelectorOK struct {
	Payload []string
}
GetAPIV2SelectorsCiIdentifiersSelectorOK describes a response with status code 200, with default header values.

OK

func NewGetAPIV2SelectorsCiIdentifiersSelectorOK

func NewGetAPIV2SelectorsCiIdentifiersSelectorOK() *GetAPIV2SelectorsCiIdentifiersSelectorOK

NewGetAPIV2SelectorsCiIdentifiersSelectorOK creates a GetAPIV2SelectorsCiIdentifiersSelectorOK with default headers values

func (*GetAPIV2SelectorsCiIdentifiersSelectorOK) Error

func (*GetAPIV2SelectorsCiIdentifiersSelectorOK) GetPayload

type GetAPIV2SelectorsCiIdentifiersSelectorParams

type GetAPIV2SelectorsCiIdentifiersSelectorParams struct {

	/* Selector.

	   The selector of the CiIdentifier to list other selectors for
	*/
	Selector string

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

GetAPIV2SelectorsCiIdentifiersSelectorParams contains all the parameters to send to the API endpoint

for the get API v2 selectors ci identifiers selector operation.

Typically these are written to a http.Request.

func NewGetAPIV2SelectorsCiIdentifiersSelectorParams

func NewGetAPIV2SelectorsCiIdentifiersSelectorParams() *GetAPIV2SelectorsCiIdentifiersSelectorParams

NewGetAPIV2SelectorsCiIdentifiersSelectorParams creates a new GetAPIV2SelectorsCiIdentifiersSelectorParams 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 NewGetAPIV2SelectorsCiIdentifiersSelectorParamsWithContext

func NewGetAPIV2SelectorsCiIdentifiersSelectorParamsWithContext(ctx context.Context) *GetAPIV2SelectorsCiIdentifiersSelectorParams

NewGetAPIV2SelectorsCiIdentifiersSelectorParamsWithContext creates a new GetAPIV2SelectorsCiIdentifiersSelectorParams object with the ability to set a context for a request.

func NewGetAPIV2SelectorsCiIdentifiersSelectorParamsWithHTTPClient

func NewGetAPIV2SelectorsCiIdentifiersSelectorParamsWithHTTPClient(client *http.Client) *GetAPIV2SelectorsCiIdentifiersSelectorParams

NewGetAPIV2SelectorsCiIdentifiersSelectorParamsWithHTTPClient creates a new GetAPIV2SelectorsCiIdentifiersSelectorParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIV2SelectorsCiIdentifiersSelectorParamsWithTimeout

func NewGetAPIV2SelectorsCiIdentifiersSelectorParamsWithTimeout(timeout time.Duration) *GetAPIV2SelectorsCiIdentifiersSelectorParams

NewGetAPIV2SelectorsCiIdentifiersSelectorParamsWithTimeout creates a new GetAPIV2SelectorsCiIdentifiersSelectorParams object with the ability to set a timeout on a request.

func (*GetAPIV2SelectorsCiIdentifiersSelectorParams) SetContext

SetContext adds the context to the get API v2 selectors ci identifiers selector params

func (*GetAPIV2SelectorsCiIdentifiersSelectorParams) SetDefaults

SetDefaults hydrates default values in the get API v2 selectors ci identifiers selector params (not the query body).

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

func (*GetAPIV2SelectorsCiIdentifiersSelectorParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API v2 selectors ci identifiers selector params

func (*GetAPIV2SelectorsCiIdentifiersSelectorParams) SetSelector

func (o *GetAPIV2SelectorsCiIdentifiersSelectorParams) SetSelector(selector string)

SetSelector adds the selector to the get API v2 selectors ci identifiers selector params

func (*GetAPIV2SelectorsCiIdentifiersSelectorParams) SetTimeout

SetTimeout adds the timeout to the get API v2 selectors ci identifiers selector params

func (*GetAPIV2SelectorsCiIdentifiersSelectorParams) WithContext

WithContext adds the context to the get API v2 selectors ci identifiers selector params

func (*GetAPIV2SelectorsCiIdentifiersSelectorParams) WithDefaults

WithDefaults hydrates default values in the get API v2 selectors ci identifiers selector params (not the query body).

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

func (*GetAPIV2SelectorsCiIdentifiersSelectorParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API v2 selectors ci identifiers selector params

func (*GetAPIV2SelectorsCiIdentifiersSelectorParams) WithSelector

WithSelector adds the selector to the get API v2 selectors ci identifiers selector params

func (*GetAPIV2SelectorsCiIdentifiersSelectorParams) WithTimeout

WithTimeout adds the timeout to the get API v2 selectors ci identifiers selector params

func (*GetAPIV2SelectorsCiIdentifiersSelectorParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIV2SelectorsCiIdentifiersSelectorProxyAuthenticationRequired

type GetAPIV2SelectorsCiIdentifiersSelectorProxyAuthenticationRequired struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2SelectorsCiIdentifiersSelectorProxyAuthenticationRequired describes a response with status code 407, with default header values.

Proxy Authentication Required

func NewGetAPIV2SelectorsCiIdentifiersSelectorProxyAuthenticationRequired

func NewGetAPIV2SelectorsCiIdentifiersSelectorProxyAuthenticationRequired() *GetAPIV2SelectorsCiIdentifiersSelectorProxyAuthenticationRequired

NewGetAPIV2SelectorsCiIdentifiersSelectorProxyAuthenticationRequired creates a GetAPIV2SelectorsCiIdentifiersSelectorProxyAuthenticationRequired with default headers values

func (*GetAPIV2SelectorsCiIdentifiersSelectorProxyAuthenticationRequired) Error

func (*GetAPIV2SelectorsCiIdentifiersSelectorProxyAuthenticationRequired) GetPayload

type GetAPIV2SelectorsCiIdentifiersSelectorReader

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

GetAPIV2SelectorsCiIdentifiersSelectorReader is a Reader for the GetAPIV2SelectorsCiIdentifiersSelector structure.

func (*GetAPIV2SelectorsCiIdentifiersSelectorReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchAPIV2CiIdentifiersSelectorBadRequest

type PatchAPIV2CiIdentifiersSelectorBadRequest struct {
	Payload *models.ErrorsErrorResponse
}
PatchAPIV2CiIdentifiersSelectorBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPatchAPIV2CiIdentifiersSelectorBadRequest

func NewPatchAPIV2CiIdentifiersSelectorBadRequest() *PatchAPIV2CiIdentifiersSelectorBadRequest

NewPatchAPIV2CiIdentifiersSelectorBadRequest creates a PatchAPIV2CiIdentifiersSelectorBadRequest with default headers values

func (*PatchAPIV2CiIdentifiersSelectorBadRequest) Error

func (*PatchAPIV2CiIdentifiersSelectorBadRequest) GetPayload

type PatchAPIV2CiIdentifiersSelectorConflict

type PatchAPIV2CiIdentifiersSelectorConflict struct {
	Payload *models.ErrorsErrorResponse
}
PatchAPIV2CiIdentifiersSelectorConflict describes a response with status code 409, with default header values.

Conflict

func NewPatchAPIV2CiIdentifiersSelectorConflict

func NewPatchAPIV2CiIdentifiersSelectorConflict() *PatchAPIV2CiIdentifiersSelectorConflict

NewPatchAPIV2CiIdentifiersSelectorConflict creates a PatchAPIV2CiIdentifiersSelectorConflict with default headers values

func (*PatchAPIV2CiIdentifiersSelectorConflict) Error

func (*PatchAPIV2CiIdentifiersSelectorConflict) GetPayload

type PatchAPIV2CiIdentifiersSelectorForbidden

type PatchAPIV2CiIdentifiersSelectorForbidden struct {
	Payload *models.ErrorsErrorResponse
}
PatchAPIV2CiIdentifiersSelectorForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPatchAPIV2CiIdentifiersSelectorForbidden

func NewPatchAPIV2CiIdentifiersSelectorForbidden() *PatchAPIV2CiIdentifiersSelectorForbidden

NewPatchAPIV2CiIdentifiersSelectorForbidden creates a PatchAPIV2CiIdentifiersSelectorForbidden with default headers values

func (*PatchAPIV2CiIdentifiersSelectorForbidden) Error

func (*PatchAPIV2CiIdentifiersSelectorForbidden) GetPayload

type PatchAPIV2CiIdentifiersSelectorInternalServerError

type PatchAPIV2CiIdentifiersSelectorInternalServerError struct {
	Payload *models.ErrorsErrorResponse
}
PatchAPIV2CiIdentifiersSelectorInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPatchAPIV2CiIdentifiersSelectorInternalServerError

func NewPatchAPIV2CiIdentifiersSelectorInternalServerError() *PatchAPIV2CiIdentifiersSelectorInternalServerError

NewPatchAPIV2CiIdentifiersSelectorInternalServerError creates a PatchAPIV2CiIdentifiersSelectorInternalServerError with default headers values

func (*PatchAPIV2CiIdentifiersSelectorInternalServerError) Error

func (*PatchAPIV2CiIdentifiersSelectorInternalServerError) GetPayload

type PatchAPIV2CiIdentifiersSelectorNotFound

type PatchAPIV2CiIdentifiersSelectorNotFound struct {
	Payload *models.ErrorsErrorResponse
}
PatchAPIV2CiIdentifiersSelectorNotFound describes a response with status code 404, with default header values.

Not Found

func NewPatchAPIV2CiIdentifiersSelectorNotFound

func NewPatchAPIV2CiIdentifiersSelectorNotFound() *PatchAPIV2CiIdentifiersSelectorNotFound

NewPatchAPIV2CiIdentifiersSelectorNotFound creates a PatchAPIV2CiIdentifiersSelectorNotFound with default headers values

func (*PatchAPIV2CiIdentifiersSelectorNotFound) Error

func (*PatchAPIV2CiIdentifiersSelectorNotFound) GetPayload

type PatchAPIV2CiIdentifiersSelectorOK

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

OK

func NewPatchAPIV2CiIdentifiersSelectorOK

func NewPatchAPIV2CiIdentifiersSelectorOK() *PatchAPIV2CiIdentifiersSelectorOK

NewPatchAPIV2CiIdentifiersSelectorOK creates a PatchAPIV2CiIdentifiersSelectorOK with default headers values

func (*PatchAPIV2CiIdentifiersSelectorOK) Error

func (*PatchAPIV2CiIdentifiersSelectorOK) GetPayload

type PatchAPIV2CiIdentifiersSelectorParams

type PatchAPIV2CiIdentifiersSelectorParams struct {

	/* CiIdentifier.

	   The edits to make to the CiIdentifier
	*/
	CiIdentifier *models.V2controllersEditableCiIdentifier

	/* Selector.

	   The CiIdentifier to edit's selector: ID or type + '/' + selector of the referenced type
	*/
	Selector string

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

PatchAPIV2CiIdentifiersSelectorParams contains all the parameters to send to the API endpoint

for the patch API v2 ci identifiers selector operation.

Typically these are written to a http.Request.

func NewPatchAPIV2CiIdentifiersSelectorParams

func NewPatchAPIV2CiIdentifiersSelectorParams() *PatchAPIV2CiIdentifiersSelectorParams

NewPatchAPIV2CiIdentifiersSelectorParams creates a new PatchAPIV2CiIdentifiersSelectorParams 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 NewPatchAPIV2CiIdentifiersSelectorParamsWithContext

func NewPatchAPIV2CiIdentifiersSelectorParamsWithContext(ctx context.Context) *PatchAPIV2CiIdentifiersSelectorParams

NewPatchAPIV2CiIdentifiersSelectorParamsWithContext creates a new PatchAPIV2CiIdentifiersSelectorParams object with the ability to set a context for a request.

func NewPatchAPIV2CiIdentifiersSelectorParamsWithHTTPClient

func NewPatchAPIV2CiIdentifiersSelectorParamsWithHTTPClient(client *http.Client) *PatchAPIV2CiIdentifiersSelectorParams

NewPatchAPIV2CiIdentifiersSelectorParamsWithHTTPClient creates a new PatchAPIV2CiIdentifiersSelectorParams object with the ability to set a custom HTTPClient for a request.

func NewPatchAPIV2CiIdentifiersSelectorParamsWithTimeout

func NewPatchAPIV2CiIdentifiersSelectorParamsWithTimeout(timeout time.Duration) *PatchAPIV2CiIdentifiersSelectorParams

NewPatchAPIV2CiIdentifiersSelectorParamsWithTimeout creates a new PatchAPIV2CiIdentifiersSelectorParams object with the ability to set a timeout on a request.

func (*PatchAPIV2CiIdentifiersSelectorParams) SetCiIdentifier

SetCiIdentifier adds the ciIdentifier to the patch API v2 ci identifiers selector params

func (*PatchAPIV2CiIdentifiersSelectorParams) SetContext

SetContext adds the context to the patch API v2 ci identifiers selector params

func (*PatchAPIV2CiIdentifiersSelectorParams) SetDefaults

func (o *PatchAPIV2CiIdentifiersSelectorParams) SetDefaults()

SetDefaults hydrates default values in the patch API v2 ci identifiers selector params (not the query body).

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

func (*PatchAPIV2CiIdentifiersSelectorParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch API v2 ci identifiers selector params

func (*PatchAPIV2CiIdentifiersSelectorParams) SetSelector

func (o *PatchAPIV2CiIdentifiersSelectorParams) SetSelector(selector string)

SetSelector adds the selector to the patch API v2 ci identifiers selector params

func (*PatchAPIV2CiIdentifiersSelectorParams) SetTimeout

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

SetTimeout adds the timeout to the patch API v2 ci identifiers selector params

func (*PatchAPIV2CiIdentifiersSelectorParams) WithCiIdentifier

WithCiIdentifier adds the ciIdentifier to the patch API v2 ci identifiers selector params

func (*PatchAPIV2CiIdentifiersSelectorParams) WithContext

WithContext adds the context to the patch API v2 ci identifiers selector params

func (*PatchAPIV2CiIdentifiersSelectorParams) WithDefaults

WithDefaults hydrates default values in the patch API v2 ci identifiers selector params (not the query body).

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

func (*PatchAPIV2CiIdentifiersSelectorParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch API v2 ci identifiers selector params

func (*PatchAPIV2CiIdentifiersSelectorParams) WithSelector

WithSelector adds the selector to the patch API v2 ci identifiers selector params

func (*PatchAPIV2CiIdentifiersSelectorParams) WithTimeout

WithTimeout adds the timeout to the patch API v2 ci identifiers selector params

func (*PatchAPIV2CiIdentifiersSelectorParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchAPIV2CiIdentifiersSelectorProxyAuthenticationRequired

type PatchAPIV2CiIdentifiersSelectorProxyAuthenticationRequired struct {
	Payload *models.ErrorsErrorResponse
}
PatchAPIV2CiIdentifiersSelectorProxyAuthenticationRequired describes a response with status code 407, with default header values.

Proxy Authentication Required

func NewPatchAPIV2CiIdentifiersSelectorProxyAuthenticationRequired

func NewPatchAPIV2CiIdentifiersSelectorProxyAuthenticationRequired() *PatchAPIV2CiIdentifiersSelectorProxyAuthenticationRequired

NewPatchAPIV2CiIdentifiersSelectorProxyAuthenticationRequired creates a PatchAPIV2CiIdentifiersSelectorProxyAuthenticationRequired with default headers values

func (*PatchAPIV2CiIdentifiersSelectorProxyAuthenticationRequired) Error

func (*PatchAPIV2CiIdentifiersSelectorProxyAuthenticationRequired) GetPayload

type PatchAPIV2CiIdentifiersSelectorReader

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

PatchAPIV2CiIdentifiersSelectorReader is a Reader for the PatchAPIV2CiIdentifiersSelector structure.

func (*PatchAPIV2CiIdentifiersSelectorReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAPIV2CiIdentifiersBadRequest

type PostAPIV2CiIdentifiersBadRequest struct {
	Payload *models.ErrorsErrorResponse
}
PostAPIV2CiIdentifiersBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostAPIV2CiIdentifiersBadRequest

func NewPostAPIV2CiIdentifiersBadRequest() *PostAPIV2CiIdentifiersBadRequest

NewPostAPIV2CiIdentifiersBadRequest creates a PostAPIV2CiIdentifiersBadRequest with default headers values

func (*PostAPIV2CiIdentifiersBadRequest) Error

func (*PostAPIV2CiIdentifiersBadRequest) GetPayload

type PostAPIV2CiIdentifiersConflict

type PostAPIV2CiIdentifiersConflict struct {
	Payload *models.ErrorsErrorResponse
}
PostAPIV2CiIdentifiersConflict describes a response with status code 409, with default header values.

Conflict

func NewPostAPIV2CiIdentifiersConflict

func NewPostAPIV2CiIdentifiersConflict() *PostAPIV2CiIdentifiersConflict

NewPostAPIV2CiIdentifiersConflict creates a PostAPIV2CiIdentifiersConflict with default headers values

func (*PostAPIV2CiIdentifiersConflict) Error

func (*PostAPIV2CiIdentifiersConflict) GetPayload

type PostAPIV2CiIdentifiersCreated

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

Created

func NewPostAPIV2CiIdentifiersCreated

func NewPostAPIV2CiIdentifiersCreated() *PostAPIV2CiIdentifiersCreated

NewPostAPIV2CiIdentifiersCreated creates a PostAPIV2CiIdentifiersCreated with default headers values

func (*PostAPIV2CiIdentifiersCreated) Error

func (*PostAPIV2CiIdentifiersCreated) GetPayload

type PostAPIV2CiIdentifiersForbidden

type PostAPIV2CiIdentifiersForbidden struct {
	Payload *models.ErrorsErrorResponse
}
PostAPIV2CiIdentifiersForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPostAPIV2CiIdentifiersForbidden

func NewPostAPIV2CiIdentifiersForbidden() *PostAPIV2CiIdentifiersForbidden

NewPostAPIV2CiIdentifiersForbidden creates a PostAPIV2CiIdentifiersForbidden with default headers values

func (*PostAPIV2CiIdentifiersForbidden) Error

func (*PostAPIV2CiIdentifiersForbidden) GetPayload

type PostAPIV2CiIdentifiersInternalServerError

type PostAPIV2CiIdentifiersInternalServerError struct {
	Payload *models.ErrorsErrorResponse
}
PostAPIV2CiIdentifiersInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostAPIV2CiIdentifiersInternalServerError

func NewPostAPIV2CiIdentifiersInternalServerError() *PostAPIV2CiIdentifiersInternalServerError

NewPostAPIV2CiIdentifiersInternalServerError creates a PostAPIV2CiIdentifiersInternalServerError with default headers values

func (*PostAPIV2CiIdentifiersInternalServerError) Error

func (*PostAPIV2CiIdentifiersInternalServerError) GetPayload

type PostAPIV2CiIdentifiersNotFound

type PostAPIV2CiIdentifiersNotFound struct {
	Payload *models.ErrorsErrorResponse
}
PostAPIV2CiIdentifiersNotFound describes a response with status code 404, with default header values.

Not Found

func NewPostAPIV2CiIdentifiersNotFound

func NewPostAPIV2CiIdentifiersNotFound() *PostAPIV2CiIdentifiersNotFound

NewPostAPIV2CiIdentifiersNotFound creates a PostAPIV2CiIdentifiersNotFound with default headers values

func (*PostAPIV2CiIdentifiersNotFound) Error

func (*PostAPIV2CiIdentifiersNotFound) GetPayload

type PostAPIV2CiIdentifiersOK

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

OK

func NewPostAPIV2CiIdentifiersOK

func NewPostAPIV2CiIdentifiersOK() *PostAPIV2CiIdentifiersOK

NewPostAPIV2CiIdentifiersOK creates a PostAPIV2CiIdentifiersOK with default headers values

func (*PostAPIV2CiIdentifiersOK) Error

func (o *PostAPIV2CiIdentifiersOK) Error() string

func (*PostAPIV2CiIdentifiersOK) GetPayload

type PostAPIV2CiIdentifiersParams

type PostAPIV2CiIdentifiersParams struct {

	/* CiIdentifier.

	   The CiIdentifier to create
	*/
	CiIdentifier *models.V2controllersCreatableCiIdentifier

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

PostAPIV2CiIdentifiersParams contains all the parameters to send to the API endpoint

for the post API v2 ci identifiers operation.

Typically these are written to a http.Request.

func NewPostAPIV2CiIdentifiersParams

func NewPostAPIV2CiIdentifiersParams() *PostAPIV2CiIdentifiersParams

NewPostAPIV2CiIdentifiersParams creates a new PostAPIV2CiIdentifiersParams 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 NewPostAPIV2CiIdentifiersParamsWithContext

func NewPostAPIV2CiIdentifiersParamsWithContext(ctx context.Context) *PostAPIV2CiIdentifiersParams

NewPostAPIV2CiIdentifiersParamsWithContext creates a new PostAPIV2CiIdentifiersParams object with the ability to set a context for a request.

func NewPostAPIV2CiIdentifiersParamsWithHTTPClient

func NewPostAPIV2CiIdentifiersParamsWithHTTPClient(client *http.Client) *PostAPIV2CiIdentifiersParams

NewPostAPIV2CiIdentifiersParamsWithHTTPClient creates a new PostAPIV2CiIdentifiersParams object with the ability to set a custom HTTPClient for a request.

func NewPostAPIV2CiIdentifiersParamsWithTimeout

func NewPostAPIV2CiIdentifiersParamsWithTimeout(timeout time.Duration) *PostAPIV2CiIdentifiersParams

NewPostAPIV2CiIdentifiersParamsWithTimeout creates a new PostAPIV2CiIdentifiersParams object with the ability to set a timeout on a request.

func (*PostAPIV2CiIdentifiersParams) SetCiIdentifier

SetCiIdentifier adds the ciIdentifier to the post API v2 ci identifiers params

func (*PostAPIV2CiIdentifiersParams) SetContext

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

SetContext adds the context to the post API v2 ci identifiers params

func (*PostAPIV2CiIdentifiersParams) SetDefaults

func (o *PostAPIV2CiIdentifiersParams) SetDefaults()

SetDefaults hydrates default values in the post API v2 ci identifiers params (not the query body).

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

func (*PostAPIV2CiIdentifiersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post API v2 ci identifiers params

func (*PostAPIV2CiIdentifiersParams) SetTimeout

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

SetTimeout adds the timeout to the post API v2 ci identifiers params

func (*PostAPIV2CiIdentifiersParams) WithCiIdentifier

WithCiIdentifier adds the ciIdentifier to the post API v2 ci identifiers params

func (*PostAPIV2CiIdentifiersParams) WithContext

WithContext adds the context to the post API v2 ci identifiers params

func (*PostAPIV2CiIdentifiersParams) WithDefaults

WithDefaults hydrates default values in the post API v2 ci identifiers params (not the query body).

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

func (*PostAPIV2CiIdentifiersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post API v2 ci identifiers params

func (*PostAPIV2CiIdentifiersParams) WithTimeout

WithTimeout adds the timeout to the post API v2 ci identifiers params

func (*PostAPIV2CiIdentifiersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAPIV2CiIdentifiersProxyAuthenticationRequired

type PostAPIV2CiIdentifiersProxyAuthenticationRequired struct {
	Payload *models.ErrorsErrorResponse
}
PostAPIV2CiIdentifiersProxyAuthenticationRequired describes a response with status code 407, with default header values.

Proxy Authentication Required

func NewPostAPIV2CiIdentifiersProxyAuthenticationRequired

func NewPostAPIV2CiIdentifiersProxyAuthenticationRequired() *PostAPIV2CiIdentifiersProxyAuthenticationRequired

NewPostAPIV2CiIdentifiersProxyAuthenticationRequired creates a PostAPIV2CiIdentifiersProxyAuthenticationRequired with default headers values

func (*PostAPIV2CiIdentifiersProxyAuthenticationRequired) Error

func (*PostAPIV2CiIdentifiersProxyAuthenticationRequired) GetPayload

type PostAPIV2CiIdentifiersReader

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

PostAPIV2CiIdentifiersReader is a Reader for the PostAPIV2CiIdentifiers structure.

func (*PostAPIV2CiIdentifiersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutAPIV2CiIdentifiersSelectorBadRequest

type PutAPIV2CiIdentifiersSelectorBadRequest struct {
	Payload *models.ErrorsErrorResponse
}
PutAPIV2CiIdentifiersSelectorBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPutAPIV2CiIdentifiersSelectorBadRequest

func NewPutAPIV2CiIdentifiersSelectorBadRequest() *PutAPIV2CiIdentifiersSelectorBadRequest

NewPutAPIV2CiIdentifiersSelectorBadRequest creates a PutAPIV2CiIdentifiersSelectorBadRequest with default headers values

func (*PutAPIV2CiIdentifiersSelectorBadRequest) Error

func (*PutAPIV2CiIdentifiersSelectorBadRequest) GetPayload

type PutAPIV2CiIdentifiersSelectorConflict

type PutAPIV2CiIdentifiersSelectorConflict struct {
	Payload *models.ErrorsErrorResponse
}
PutAPIV2CiIdentifiersSelectorConflict describes a response with status code 409, with default header values.

Conflict

func NewPutAPIV2CiIdentifiersSelectorConflict

func NewPutAPIV2CiIdentifiersSelectorConflict() *PutAPIV2CiIdentifiersSelectorConflict

NewPutAPIV2CiIdentifiersSelectorConflict creates a PutAPIV2CiIdentifiersSelectorConflict with default headers values

func (*PutAPIV2CiIdentifiersSelectorConflict) Error

func (*PutAPIV2CiIdentifiersSelectorConflict) GetPayload

type PutAPIV2CiIdentifiersSelectorCreated

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

Created

func NewPutAPIV2CiIdentifiersSelectorCreated

func NewPutAPIV2CiIdentifiersSelectorCreated() *PutAPIV2CiIdentifiersSelectorCreated

NewPutAPIV2CiIdentifiersSelectorCreated creates a PutAPIV2CiIdentifiersSelectorCreated with default headers values

func (*PutAPIV2CiIdentifiersSelectorCreated) Error

func (*PutAPIV2CiIdentifiersSelectorCreated) GetPayload

type PutAPIV2CiIdentifiersSelectorForbidden

type PutAPIV2CiIdentifiersSelectorForbidden struct {
	Payload *models.ErrorsErrorResponse
}
PutAPIV2CiIdentifiersSelectorForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPutAPIV2CiIdentifiersSelectorForbidden

func NewPutAPIV2CiIdentifiersSelectorForbidden() *PutAPIV2CiIdentifiersSelectorForbidden

NewPutAPIV2CiIdentifiersSelectorForbidden creates a PutAPIV2CiIdentifiersSelectorForbidden with default headers values

func (*PutAPIV2CiIdentifiersSelectorForbidden) Error

func (*PutAPIV2CiIdentifiersSelectorForbidden) GetPayload

type PutAPIV2CiIdentifiersSelectorInternalServerError

type PutAPIV2CiIdentifiersSelectorInternalServerError struct {
	Payload *models.ErrorsErrorResponse
}
PutAPIV2CiIdentifiersSelectorInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPutAPIV2CiIdentifiersSelectorInternalServerError

func NewPutAPIV2CiIdentifiersSelectorInternalServerError() *PutAPIV2CiIdentifiersSelectorInternalServerError

NewPutAPIV2CiIdentifiersSelectorInternalServerError creates a PutAPIV2CiIdentifiersSelectorInternalServerError with default headers values

func (*PutAPIV2CiIdentifiersSelectorInternalServerError) Error

func (*PutAPIV2CiIdentifiersSelectorInternalServerError) GetPayload

type PutAPIV2CiIdentifiersSelectorNotFound

type PutAPIV2CiIdentifiersSelectorNotFound struct {
	Payload *models.ErrorsErrorResponse
}
PutAPIV2CiIdentifiersSelectorNotFound describes a response with status code 404, with default header values.

Not Found

func NewPutAPIV2CiIdentifiersSelectorNotFound

func NewPutAPIV2CiIdentifiersSelectorNotFound() *PutAPIV2CiIdentifiersSelectorNotFound

NewPutAPIV2CiIdentifiersSelectorNotFound creates a PutAPIV2CiIdentifiersSelectorNotFound with default headers values

func (*PutAPIV2CiIdentifiersSelectorNotFound) Error

func (*PutAPIV2CiIdentifiersSelectorNotFound) GetPayload

type PutAPIV2CiIdentifiersSelectorOK

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

OK

func NewPutAPIV2CiIdentifiersSelectorOK

func NewPutAPIV2CiIdentifiersSelectorOK() *PutAPIV2CiIdentifiersSelectorOK

NewPutAPIV2CiIdentifiersSelectorOK creates a PutAPIV2CiIdentifiersSelectorOK with default headers values

func (*PutAPIV2CiIdentifiersSelectorOK) Error

func (*PutAPIV2CiIdentifiersSelectorOK) GetPayload

type PutAPIV2CiIdentifiersSelectorParams

type PutAPIV2CiIdentifiersSelectorParams struct {

	/* CiIdentifier.

	   The CiIdentifier to upsert
	*/
	CiIdentifier *models.V2controllersCreatableCiIdentifier

	/* Selector.

	   The CiIdentifier to upsert's selector: ID or type + '/' + selector of the referenced type
	*/
	Selector string

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

PutAPIV2CiIdentifiersSelectorParams contains all the parameters to send to the API endpoint

for the put API v2 ci identifiers selector operation.

Typically these are written to a http.Request.

func NewPutAPIV2CiIdentifiersSelectorParams

func NewPutAPIV2CiIdentifiersSelectorParams() *PutAPIV2CiIdentifiersSelectorParams

NewPutAPIV2CiIdentifiersSelectorParams creates a new PutAPIV2CiIdentifiersSelectorParams 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 NewPutAPIV2CiIdentifiersSelectorParamsWithContext

func NewPutAPIV2CiIdentifiersSelectorParamsWithContext(ctx context.Context) *PutAPIV2CiIdentifiersSelectorParams

NewPutAPIV2CiIdentifiersSelectorParamsWithContext creates a new PutAPIV2CiIdentifiersSelectorParams object with the ability to set a context for a request.

func NewPutAPIV2CiIdentifiersSelectorParamsWithHTTPClient

func NewPutAPIV2CiIdentifiersSelectorParamsWithHTTPClient(client *http.Client) *PutAPIV2CiIdentifiersSelectorParams

NewPutAPIV2CiIdentifiersSelectorParamsWithHTTPClient creates a new PutAPIV2CiIdentifiersSelectorParams object with the ability to set a custom HTTPClient for a request.

func NewPutAPIV2CiIdentifiersSelectorParamsWithTimeout

func NewPutAPIV2CiIdentifiersSelectorParamsWithTimeout(timeout time.Duration) *PutAPIV2CiIdentifiersSelectorParams

NewPutAPIV2CiIdentifiersSelectorParamsWithTimeout creates a new PutAPIV2CiIdentifiersSelectorParams object with the ability to set a timeout on a request.

func (*PutAPIV2CiIdentifiersSelectorParams) SetCiIdentifier

SetCiIdentifier adds the ciIdentifier to the put API v2 ci identifiers selector params

func (*PutAPIV2CiIdentifiersSelectorParams) SetContext

SetContext adds the context to the put API v2 ci identifiers selector params

func (*PutAPIV2CiIdentifiersSelectorParams) SetDefaults

func (o *PutAPIV2CiIdentifiersSelectorParams) SetDefaults()

SetDefaults hydrates default values in the put API v2 ci identifiers selector params (not the query body).

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

func (*PutAPIV2CiIdentifiersSelectorParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put API v2 ci identifiers selector params

func (*PutAPIV2CiIdentifiersSelectorParams) SetSelector

func (o *PutAPIV2CiIdentifiersSelectorParams) SetSelector(selector string)

SetSelector adds the selector to the put API v2 ci identifiers selector params

func (*PutAPIV2CiIdentifiersSelectorParams) SetTimeout

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

SetTimeout adds the timeout to the put API v2 ci identifiers selector params

func (*PutAPIV2CiIdentifiersSelectorParams) WithCiIdentifier

WithCiIdentifier adds the ciIdentifier to the put API v2 ci identifiers selector params

func (*PutAPIV2CiIdentifiersSelectorParams) WithContext

WithContext adds the context to the put API v2 ci identifiers selector params

func (*PutAPIV2CiIdentifiersSelectorParams) WithDefaults

WithDefaults hydrates default values in the put API v2 ci identifiers selector params (not the query body).

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

func (*PutAPIV2CiIdentifiersSelectorParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put API v2 ci identifiers selector params

func (*PutAPIV2CiIdentifiersSelectorParams) WithSelector

WithSelector adds the selector to the put API v2 ci identifiers selector params

func (*PutAPIV2CiIdentifiersSelectorParams) WithTimeout

WithTimeout adds the timeout to the put API v2 ci identifiers selector params

func (*PutAPIV2CiIdentifiersSelectorParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAPIV2CiIdentifiersSelectorProxyAuthenticationRequired

type PutAPIV2CiIdentifiersSelectorProxyAuthenticationRequired struct {
	Payload *models.ErrorsErrorResponse
}
PutAPIV2CiIdentifiersSelectorProxyAuthenticationRequired describes a response with status code 407, with default header values.

Proxy Authentication Required

func NewPutAPIV2CiIdentifiersSelectorProxyAuthenticationRequired

func NewPutAPIV2CiIdentifiersSelectorProxyAuthenticationRequired() *PutAPIV2CiIdentifiersSelectorProxyAuthenticationRequired

NewPutAPIV2CiIdentifiersSelectorProxyAuthenticationRequired creates a PutAPIV2CiIdentifiersSelectorProxyAuthenticationRequired with default headers values

func (*PutAPIV2CiIdentifiersSelectorProxyAuthenticationRequired) Error

func (*PutAPIV2CiIdentifiersSelectorProxyAuthenticationRequired) GetPayload

type PutAPIV2CiIdentifiersSelectorReader

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

PutAPIV2CiIdentifiersSelectorReader is a Reader for the PutAPIV2CiIdentifiersSelector structure.

func (*PutAPIV2CiIdentifiersSelectorReader) ReadResponse

func (o *PutAPIV2CiIdentifiersSelectorReader) 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