endpoints

package
v2.31.2 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2025 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithContentTypeApplicationJSON

func WithContentTypeApplicationJSON(r *runtime.ClientOperation)

WithContentTypeApplicationJSON sets the Content-Type header to "application/json".

func WithContentTypeMultipartFormData

func WithContentTypeMultipartFormData(r *runtime.ClientOperation)

WithContentTypeMultipartFormData sets the Content-Type header to "multipart/form-data".

Types

type Client

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

Client for endpoints API

func (*Client) EndpointAssociationDelete

func (a *Client) EndpointAssociationDelete(params *EndpointAssociationDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointAssociationDeleteOK, error)
EndpointAssociationDelete des association an edge environment endpoint

De-association an edge environment(endpoint).

**Access policy**: administrator

func (*Client) EndpointCreate

func (a *Client) EndpointCreate(params *EndpointCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointCreateOK, error)
EndpointCreate creates a new environment endpoint

Create a new environment(endpoint) that will be used to manage an environment(endpoint).

**Access policy**: administrator

func (*Client) EndpointCreateGlobalKey

func (a *Client) EndpointCreateGlobalKey(params *EndpointCreateGlobalKeyParams, opts ...ClientOption) (*EndpointCreateGlobalKeyOK, error)

EndpointCreateGlobalKey creates or retrieve the endpoint for an edge ID

func (*Client) EndpointDelete

func (a *Client) EndpointDelete(params *EndpointDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointDeleteNoContent, error)
EndpointDelete removes an environment

Remove the environment associated to the specified identifier and optionally clean-up associated resources.

**Access policy**: Administrator only.

func (*Client) EndpointDeleteBatch

EndpointDeleteBatch removes multiple environments

Remove multiple environments and optionally clean-up associated resources.

**Access policy**: Administrator only.

func (*Client) EndpointDeleteBatchDeprecated deprecated

EndpointDeleteBatchDeprecated removes multiple environments

Deprecated: use the `POST` endpoint instead.

Remove multiple environments and optionally clean-up associated resources. **Access policy**: Administrator only.

func (*Client) EndpointDockerhubStatus

func (a *Client) EndpointDockerhubStatus(params *EndpointDockerhubStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointDockerhubStatusOK, error)
EndpointDockerhubStatus fetches docker pull limits

get docker pull limits for a docker hub registry in the environment

**Access policy**:

func (*Client) EndpointEdgeAsync

func (a *Client) EndpointEdgeAsync(params *EndpointEdgeAsyncParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointEdgeAsyncOK, error)
EndpointEdgeAsync gets environment endpoint status

Environment(Endpoint) for edge agent to check status of environment(endpoint)

**Access policy**: restricted only to Edge environments(endpoints)

func (*Client) EndpointEdgeStatusInspect

func (a *Client) EndpointEdgeStatusInspect(params *EndpointEdgeStatusInspectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointEdgeStatusInspectOK, error)
EndpointEdgeStatusInspect gets environment endpoint status

environment(endpoint) for edge agent to check status of environment(endpoint)

**Access policy**: restricted only to Edge environments(endpoints)

func (*Client) EndpointForceUpdateService

func (a *Client) EndpointForceUpdateService(params *EndpointForceUpdateServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointForceUpdateServiceOK, error)
EndpointForceUpdateService forces update a docker service

force update a docker service

**Access policy**: authenticated

func (*Client) EndpointInspect

func (a *Client) EndpointInspect(params *EndpointInspectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointInspectOK, error)
EndpointInspect inspects an environment endpoint

Retrieve details about an environment(endpoint).

**Access policy**: restricted

func (*Client) EndpointList

func (a *Client) EndpointList(params *EndpointListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointListOK, error)
EndpointList lists environments endpoints

List all environments(endpoints) based on the current user authorizations. Will

return all environments(endpoints) if using an administrator or team leader account otherwise it will only return authorized environments(endpoints). **Access policy**: restricted

func (*Client) EndpointMTLSAgentCertificateError

func (a *Client) EndpointMTLSAgentCertificateError(params *EndpointMTLSAgentCertificateErrorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointMTLSAgentCertificateErrorOK, error)
EndpointMTLSAgentCertificateError gets an agent endpoint m TLS certificate

Retrieve the mTLS certificate of an environment(endpoint).

**Access policy**: administrator

func (*Client) EndpointMTLSCertificate

func (a *Client) EndpointMTLSCertificate(params *EndpointMTLSCertificateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointMTLSCertificateOK, error)
EndpointMTLSCertificate gets an environment endpoint m TLS certificate

Retrieve the mTLS certificate of an environment(endpoint).

**Access policy**: administrator

func (*Client) EndpointRegistriesList

func (a *Client) EndpointRegistriesList(params *EndpointRegistriesListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointRegistriesListOK, error)
EndpointRegistriesList lists registries on environment

List all registries based on the current user authorizations in current environment.

**Access policy**: authenticated

func (*Client) EndpointRegistryAccess

func (a *Client) EndpointRegistryAccess(params *EndpointRegistryAccessParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointRegistryAccessNoContent, error)

EndpointRegistryAccess updates registry access for environment

**Access policy**: authenticated

func (*Client) EndpointSettingsUpdate

func (a *Client) EndpointSettingsUpdate(params *EndpointSettingsUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointSettingsUpdateOK, error)
EndpointSettingsUpdate updates settings for an environment endpoint

Update settings for an environment(endpoint).

**Access policy**: authenticated

func (*Client) EndpointSnapshot

func (a *Client) EndpointSnapshot(params *EndpointSnapshotParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointSnapshotNoContent, error)
EndpointSnapshot snapshots an environment endpoint

Snapshots an environment(endpoint)

**Access policy**: authenticated

func (*Client) EndpointSnapshots

func (a *Client) EndpointSnapshots(params *EndpointSnapshotsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointSnapshotsNoContent, error)
EndpointSnapshots snapshots all environment endpoint

Snapshot all environments(endpoints)

**Access policy**: administrator

func (*Client) EndpointUpdate

func (a *Client) EndpointUpdate(params *EndpointUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointUpdateOK, error)
EndpointUpdate updates an environment endpoint

Update an environment(endpoint).

**Access policy**: authenticated

func (*Client) EndpointUpdateRelations

func (a *Client) EndpointUpdateRelations(params *EndpointUpdateRelationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointUpdateRelationsNoContent, error)
EndpointUpdateRelations updates relations for a list of environments

Update relations for a list of environments

Edge groups, tags and environment group can be updated.

**Access policy**: administrator

func (*Client) NamespacesAccessUpdate

func (a *Client) NamespacesAccessUpdate(params *NamespacesAccessUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*NamespacesAccessUpdateNoContent, error)
NamespacesAccessUpdate updates namespace access for a given namespace

Update the access permissions on a namespace in the given environment. This endpoint allows adding or removing users and teams that can access the specified namespace. Please note that users or teams must be added to the environment before they can be added to the namespace.

**Access policy**: Restricted. User must be an administrator or have appropriate permissions to modify namespace access.

func (*Client) PostEndpointsIDDockerV2BrowsePut

PostEndpointsIDDockerV2BrowsePut uploads a file under a specific path on the file system of an environment endpoint

Use this environment(endpoint) to upload TLS files.

**Access policy**: administrator

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) SnapshotContainerInspect

func (a *Client) SnapshotContainerInspect(params *SnapshotContainerInspectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SnapshotContainerInspectOK, error)

SnapshotContainerInspect fetches container from a snapshot

**Access policy**:

func (*Client) SnapshotContainersList

func (a *Client) SnapshotContainersList(params *SnapshotContainersListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SnapshotContainersListOK, error)

SnapshotContainersList fetches containers list from a snapshot

**Access policy**:

func (*Client) SnapshotInspect

func (a *Client) SnapshotInspect(params *SnapshotInspectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SnapshotInspectOK, error)

SnapshotInspect fetches latest snapshot of environment

**Access policy**:

func (*Client) TrustEdgeEndpoints

func (a *Client) TrustEdgeEndpoints(params *TrustEdgeEndpointsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TrustEdgeEndpointsNoContent, error)
TrustEdgeEndpoints associates one or more edge environments in the waiting room to environments

Associate one or more Edge environments, currently in the waiting room, with Portainer environments. This action effectively grants trust to these environments.

**Access policy**: Administrator only.

type ClientOption

type ClientOption func(*runtime.ClientOperation)

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

func WithContentType

func WithContentType(mime string) ClientOption

WithContentType allows the client to force the Content-Type header to negotiate a specific Consumer from the server.

You may use this option to set arbitrary extensions to your MIME media type.

type ClientService

type ClientService interface {
	EndpointAssociationDelete(params *EndpointAssociationDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointAssociationDeleteOK, error)

	EndpointCreate(params *EndpointCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointCreateOK, error)

	EndpointCreateGlobalKey(params *EndpointCreateGlobalKeyParams, opts ...ClientOption) (*EndpointCreateGlobalKeyOK, error)

	EndpointDelete(params *EndpointDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointDeleteNoContent, error)

	EndpointDeleteBatch(params *EndpointDeleteBatchParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointDeleteBatchNoContent, *EndpointDeleteBatchMultiStatus, error)

	EndpointDeleteBatchDeprecated(params *EndpointDeleteBatchDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointDeleteBatchDeprecatedNoContent, *EndpointDeleteBatchDeprecatedMultiStatus, error)

	EndpointEdgeStatusInspect(params *EndpointEdgeStatusInspectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointEdgeStatusInspectOK, error)

	EndpointInspect(params *EndpointInspectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointInspectOK, error)

	EndpointList(params *EndpointListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointListOK, error)

	EndpointMTLSAgentCertificateError(params *EndpointMTLSAgentCertificateErrorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointMTLSAgentCertificateErrorOK, error)

	EndpointMTLSCertificate(params *EndpointMTLSCertificateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointMTLSCertificateOK, error)

	EndpointSettingsUpdate(params *EndpointSettingsUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointSettingsUpdateOK, error)

	EndpointSnapshot(params *EndpointSnapshotParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointSnapshotNoContent, error)

	EndpointSnapshots(params *EndpointSnapshotsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointSnapshotsNoContent, error)

	EndpointUpdate(params *EndpointUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointUpdateOK, error)

	EndpointUpdateRelations(params *EndpointUpdateRelationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointUpdateRelationsNoContent, error)

	PostEndpointsIDDockerV2BrowsePut(params *PostEndpointsIDDockerV2BrowsePutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostEndpointsIDDockerV2BrowsePutNoContent, error)

	TrustEdgeEndpoints(params *TrustEdgeEndpointsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TrustEdgeEndpointsNoContent, error)

	EndpointDockerhubStatus(params *EndpointDockerhubStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointDockerhubStatusOK, error)

	EndpointEdgeAsync(params *EndpointEdgeAsyncParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointEdgeAsyncOK, error)

	EndpointForceUpdateService(params *EndpointForceUpdateServiceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointForceUpdateServiceOK, error)

	EndpointRegistriesList(params *EndpointRegistriesListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointRegistriesListOK, error)

	EndpointRegistryAccess(params *EndpointRegistryAccessParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EndpointRegistryAccessNoContent, error)

	NamespacesAccessUpdate(params *NamespacesAccessUpdateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*NamespacesAccessUpdateNoContent, error)

	SnapshotContainerInspect(params *SnapshotContainerInspectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SnapshotContainerInspectOK, error)

	SnapshotContainersList(params *SnapshotContainersListParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SnapshotContainersListOK, error)

	SnapshotInspect(params *SnapshotInspectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SnapshotInspectOK, 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 endpoints API client.

func NewClientWithBasicAuth

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

New creates a new endpoints 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

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

New creates a new endpoints 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 EndpointAssociationDeleteBadRequest

type EndpointAssociationDeleteBadRequest struct {
}

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

Invalid request

func NewEndpointAssociationDeleteBadRequest

func NewEndpointAssociationDeleteBadRequest() *EndpointAssociationDeleteBadRequest

NewEndpointAssociationDeleteBadRequest creates a EndpointAssociationDeleteBadRequest with default headers values

func (*EndpointAssociationDeleteBadRequest) Code

Code gets the status code for the endpoint association delete bad request response

func (*EndpointAssociationDeleteBadRequest) Error

func (*EndpointAssociationDeleteBadRequest) IsClientError

func (o *EndpointAssociationDeleteBadRequest) IsClientError() bool

IsClientError returns true when this endpoint association delete bad request response has a 4xx status code

func (*EndpointAssociationDeleteBadRequest) IsCode

IsCode returns true when this endpoint association delete bad request response a status code equal to that given

func (*EndpointAssociationDeleteBadRequest) IsRedirect

func (o *EndpointAssociationDeleteBadRequest) IsRedirect() bool

IsRedirect returns true when this endpoint association delete bad request response has a 3xx status code

func (*EndpointAssociationDeleteBadRequest) IsServerError

func (o *EndpointAssociationDeleteBadRequest) IsServerError() bool

IsServerError returns true when this endpoint association delete bad request response has a 5xx status code

func (*EndpointAssociationDeleteBadRequest) IsSuccess

IsSuccess returns true when this endpoint association delete bad request response has a 2xx status code

func (*EndpointAssociationDeleteBadRequest) String

type EndpointAssociationDeleteInternalServerError

type EndpointAssociationDeleteInternalServerError struct {
}

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

Server error

func NewEndpointAssociationDeleteInternalServerError

func NewEndpointAssociationDeleteInternalServerError() *EndpointAssociationDeleteInternalServerError

NewEndpointAssociationDeleteInternalServerError creates a EndpointAssociationDeleteInternalServerError with default headers values

func (*EndpointAssociationDeleteInternalServerError) Code

Code gets the status code for the endpoint association delete internal server error response

func (*EndpointAssociationDeleteInternalServerError) Error

func (*EndpointAssociationDeleteInternalServerError) IsClientError

IsClientError returns true when this endpoint association delete internal server error response has a 4xx status code

func (*EndpointAssociationDeleteInternalServerError) IsCode

IsCode returns true when this endpoint association delete internal server error response a status code equal to that given

func (*EndpointAssociationDeleteInternalServerError) IsRedirect

IsRedirect returns true when this endpoint association delete internal server error response has a 3xx status code

func (*EndpointAssociationDeleteInternalServerError) IsServerError

IsServerError returns true when this endpoint association delete internal server error response has a 5xx status code

func (*EndpointAssociationDeleteInternalServerError) IsSuccess

IsSuccess returns true when this endpoint association delete internal server error response has a 2xx status code

func (*EndpointAssociationDeleteInternalServerError) String

type EndpointAssociationDeleteNotFound

type EndpointAssociationDeleteNotFound struct {
}

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

Environment(Endpoint) not found

func NewEndpointAssociationDeleteNotFound

func NewEndpointAssociationDeleteNotFound() *EndpointAssociationDeleteNotFound

NewEndpointAssociationDeleteNotFound creates a EndpointAssociationDeleteNotFound with default headers values

func (*EndpointAssociationDeleteNotFound) Code

Code gets the status code for the endpoint association delete not found response

func (*EndpointAssociationDeleteNotFound) Error

func (*EndpointAssociationDeleteNotFound) IsClientError

func (o *EndpointAssociationDeleteNotFound) IsClientError() bool

IsClientError returns true when this endpoint association delete not found response has a 4xx status code

func (*EndpointAssociationDeleteNotFound) IsCode

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

IsCode returns true when this endpoint association delete not found response a status code equal to that given

func (*EndpointAssociationDeleteNotFound) IsRedirect

func (o *EndpointAssociationDeleteNotFound) IsRedirect() bool

IsRedirect returns true when this endpoint association delete not found response has a 3xx status code

func (*EndpointAssociationDeleteNotFound) IsServerError

func (o *EndpointAssociationDeleteNotFound) IsServerError() bool

IsServerError returns true when this endpoint association delete not found response has a 5xx status code

func (*EndpointAssociationDeleteNotFound) IsSuccess

func (o *EndpointAssociationDeleteNotFound) IsSuccess() bool

IsSuccess returns true when this endpoint association delete not found response has a 2xx status code

func (*EndpointAssociationDeleteNotFound) String

type EndpointAssociationDeleteOK

type EndpointAssociationDeleteOK struct {
	Payload *models.PortainereeEndpoint
}

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

Success

func NewEndpointAssociationDeleteOK

func NewEndpointAssociationDeleteOK() *EndpointAssociationDeleteOK

NewEndpointAssociationDeleteOK creates a EndpointAssociationDeleteOK with default headers values

func (*EndpointAssociationDeleteOK) Code

func (o *EndpointAssociationDeleteOK) Code() int

Code gets the status code for the endpoint association delete o k response

func (*EndpointAssociationDeleteOK) Error

func (*EndpointAssociationDeleteOK) GetPayload

func (*EndpointAssociationDeleteOK) IsClientError

func (o *EndpointAssociationDeleteOK) IsClientError() bool

IsClientError returns true when this endpoint association delete o k response has a 4xx status code

func (*EndpointAssociationDeleteOK) IsCode

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

IsCode returns true when this endpoint association delete o k response a status code equal to that given

func (*EndpointAssociationDeleteOK) IsRedirect

func (o *EndpointAssociationDeleteOK) IsRedirect() bool

IsRedirect returns true when this endpoint association delete o k response has a 3xx status code

func (*EndpointAssociationDeleteOK) IsServerError

func (o *EndpointAssociationDeleteOK) IsServerError() bool

IsServerError returns true when this endpoint association delete o k response has a 5xx status code

func (*EndpointAssociationDeleteOK) IsSuccess

func (o *EndpointAssociationDeleteOK) IsSuccess() bool

IsSuccess returns true when this endpoint association delete o k response has a 2xx status code

func (*EndpointAssociationDeleteOK) String

func (o *EndpointAssociationDeleteOK) String() string

type EndpointAssociationDeleteParams

type EndpointAssociationDeleteParams struct {

	/* ID.

	   Environment(Endpoint) identifier
	*/
	ID int64

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

EndpointAssociationDeleteParams contains all the parameters to send to the API endpoint

for the endpoint association delete operation.

Typically these are written to a http.Request.

func NewEndpointAssociationDeleteParams

func NewEndpointAssociationDeleteParams() *EndpointAssociationDeleteParams

NewEndpointAssociationDeleteParams creates a new EndpointAssociationDeleteParams 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 NewEndpointAssociationDeleteParamsWithContext

func NewEndpointAssociationDeleteParamsWithContext(ctx context.Context) *EndpointAssociationDeleteParams

NewEndpointAssociationDeleteParamsWithContext creates a new EndpointAssociationDeleteParams object with the ability to set a context for a request.

func NewEndpointAssociationDeleteParamsWithHTTPClient

func NewEndpointAssociationDeleteParamsWithHTTPClient(client *http.Client) *EndpointAssociationDeleteParams

NewEndpointAssociationDeleteParamsWithHTTPClient creates a new EndpointAssociationDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewEndpointAssociationDeleteParamsWithTimeout

func NewEndpointAssociationDeleteParamsWithTimeout(timeout time.Duration) *EndpointAssociationDeleteParams

NewEndpointAssociationDeleteParamsWithTimeout creates a new EndpointAssociationDeleteParams object with the ability to set a timeout on a request.

func (*EndpointAssociationDeleteParams) SetContext

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

SetContext adds the context to the endpoint association delete params

func (*EndpointAssociationDeleteParams) SetDefaults

func (o *EndpointAssociationDeleteParams) SetDefaults()

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

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

func (*EndpointAssociationDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the endpoint association delete params

func (*EndpointAssociationDeleteParams) SetID

SetID adds the id to the endpoint association delete params

func (*EndpointAssociationDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the endpoint association delete params

func (*EndpointAssociationDeleteParams) WithContext

WithContext adds the context to the endpoint association delete params

func (*EndpointAssociationDeleteParams) WithDefaults

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

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

func (*EndpointAssociationDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the endpoint association delete params

func (*EndpointAssociationDeleteParams) WithID

WithID adds the id to the endpoint association delete params

func (*EndpointAssociationDeleteParams) WithTimeout

WithTimeout adds the timeout to the endpoint association delete params

func (*EndpointAssociationDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EndpointAssociationDeleteReader

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

EndpointAssociationDeleteReader is a Reader for the EndpointAssociationDelete structure.

func (*EndpointAssociationDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EndpointCreateBadRequest

type EndpointCreateBadRequest struct {
}

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

Invalid request

func NewEndpointCreateBadRequest

func NewEndpointCreateBadRequest() *EndpointCreateBadRequest

NewEndpointCreateBadRequest creates a EndpointCreateBadRequest with default headers values

func (*EndpointCreateBadRequest) Code

func (o *EndpointCreateBadRequest) Code() int

Code gets the status code for the endpoint create bad request response

func (*EndpointCreateBadRequest) Error

func (o *EndpointCreateBadRequest) Error() string

func (*EndpointCreateBadRequest) IsClientError

func (o *EndpointCreateBadRequest) IsClientError() bool

IsClientError returns true when this endpoint create bad request response has a 4xx status code

func (*EndpointCreateBadRequest) IsCode

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

IsCode returns true when this endpoint create bad request response a status code equal to that given

func (*EndpointCreateBadRequest) IsRedirect

func (o *EndpointCreateBadRequest) IsRedirect() bool

IsRedirect returns true when this endpoint create bad request response has a 3xx status code

func (*EndpointCreateBadRequest) IsServerError

func (o *EndpointCreateBadRequest) IsServerError() bool

IsServerError returns true when this endpoint create bad request response has a 5xx status code

func (*EndpointCreateBadRequest) IsSuccess

func (o *EndpointCreateBadRequest) IsSuccess() bool

IsSuccess returns true when this endpoint create bad request response has a 2xx status code

func (*EndpointCreateBadRequest) String

func (o *EndpointCreateBadRequest) String() string

type EndpointCreateConflict

type EndpointCreateConflict struct {
}

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

Name is not unique

func NewEndpointCreateConflict

func NewEndpointCreateConflict() *EndpointCreateConflict

NewEndpointCreateConflict creates a EndpointCreateConflict with default headers values

func (*EndpointCreateConflict) Code

func (o *EndpointCreateConflict) Code() int

Code gets the status code for the endpoint create conflict response

func (*EndpointCreateConflict) Error

func (o *EndpointCreateConflict) Error() string

func (*EndpointCreateConflict) IsClientError

func (o *EndpointCreateConflict) IsClientError() bool

IsClientError returns true when this endpoint create conflict response has a 4xx status code

func (*EndpointCreateConflict) IsCode

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

IsCode returns true when this endpoint create conflict response a status code equal to that given

func (*EndpointCreateConflict) IsRedirect

func (o *EndpointCreateConflict) IsRedirect() bool

IsRedirect returns true when this endpoint create conflict response has a 3xx status code

func (*EndpointCreateConflict) IsServerError

func (o *EndpointCreateConflict) IsServerError() bool

IsServerError returns true when this endpoint create conflict response has a 5xx status code

func (*EndpointCreateConflict) IsSuccess

func (o *EndpointCreateConflict) IsSuccess() bool

IsSuccess returns true when this endpoint create conflict response has a 2xx status code

func (*EndpointCreateConflict) String

func (o *EndpointCreateConflict) String() string

type EndpointCreateGlobalKeyBadRequest

type EndpointCreateGlobalKeyBadRequest struct {
}

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

Invalid request

func NewEndpointCreateGlobalKeyBadRequest

func NewEndpointCreateGlobalKeyBadRequest() *EndpointCreateGlobalKeyBadRequest

NewEndpointCreateGlobalKeyBadRequest creates a EndpointCreateGlobalKeyBadRequest with default headers values

func (*EndpointCreateGlobalKeyBadRequest) Code

Code gets the status code for the endpoint create global key bad request response

func (*EndpointCreateGlobalKeyBadRequest) Error

func (*EndpointCreateGlobalKeyBadRequest) IsClientError

func (o *EndpointCreateGlobalKeyBadRequest) IsClientError() bool

IsClientError returns true when this endpoint create global key bad request response has a 4xx status code

func (*EndpointCreateGlobalKeyBadRequest) IsCode

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

IsCode returns true when this endpoint create global key bad request response a status code equal to that given

func (*EndpointCreateGlobalKeyBadRequest) IsRedirect

func (o *EndpointCreateGlobalKeyBadRequest) IsRedirect() bool

IsRedirect returns true when this endpoint create global key bad request response has a 3xx status code

func (*EndpointCreateGlobalKeyBadRequest) IsServerError

func (o *EndpointCreateGlobalKeyBadRequest) IsServerError() bool

IsServerError returns true when this endpoint create global key bad request response has a 5xx status code

func (*EndpointCreateGlobalKeyBadRequest) IsSuccess

func (o *EndpointCreateGlobalKeyBadRequest) IsSuccess() bool

IsSuccess returns true when this endpoint create global key bad request response has a 2xx status code

func (*EndpointCreateGlobalKeyBadRequest) String

type EndpointCreateGlobalKeyInternalServerError

type EndpointCreateGlobalKeyInternalServerError struct {
}

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

Server error

func NewEndpointCreateGlobalKeyInternalServerError

func NewEndpointCreateGlobalKeyInternalServerError() *EndpointCreateGlobalKeyInternalServerError

NewEndpointCreateGlobalKeyInternalServerError creates a EndpointCreateGlobalKeyInternalServerError with default headers values

func (*EndpointCreateGlobalKeyInternalServerError) Code

Code gets the status code for the endpoint create global key internal server error response

func (*EndpointCreateGlobalKeyInternalServerError) Error

func (*EndpointCreateGlobalKeyInternalServerError) IsClientError

IsClientError returns true when this endpoint create global key internal server error response has a 4xx status code

func (*EndpointCreateGlobalKeyInternalServerError) IsCode

IsCode returns true when this endpoint create global key internal server error response a status code equal to that given

func (*EndpointCreateGlobalKeyInternalServerError) IsRedirect

IsRedirect returns true when this endpoint create global key internal server error response has a 3xx status code

func (*EndpointCreateGlobalKeyInternalServerError) IsServerError

IsServerError returns true when this endpoint create global key internal server error response has a 5xx status code

func (*EndpointCreateGlobalKeyInternalServerError) IsSuccess

IsSuccess returns true when this endpoint create global key internal server error response has a 2xx status code

func (*EndpointCreateGlobalKeyInternalServerError) String

type EndpointCreateGlobalKeyOK

type EndpointCreateGlobalKeyOK struct {
	Payload *models.EndpointsEndpointCreateGlobalKeyResponse
}

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

Success

func NewEndpointCreateGlobalKeyOK

func NewEndpointCreateGlobalKeyOK() *EndpointCreateGlobalKeyOK

NewEndpointCreateGlobalKeyOK creates a EndpointCreateGlobalKeyOK with default headers values

func (*EndpointCreateGlobalKeyOK) Code

func (o *EndpointCreateGlobalKeyOK) Code() int

Code gets the status code for the endpoint create global key o k response

func (*EndpointCreateGlobalKeyOK) Error

func (o *EndpointCreateGlobalKeyOK) Error() string

func (*EndpointCreateGlobalKeyOK) GetPayload

func (*EndpointCreateGlobalKeyOK) IsClientError

func (o *EndpointCreateGlobalKeyOK) IsClientError() bool

IsClientError returns true when this endpoint create global key o k response has a 4xx status code

func (*EndpointCreateGlobalKeyOK) IsCode

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

IsCode returns true when this endpoint create global key o k response a status code equal to that given

func (*EndpointCreateGlobalKeyOK) IsRedirect

func (o *EndpointCreateGlobalKeyOK) IsRedirect() bool

IsRedirect returns true when this endpoint create global key o k response has a 3xx status code

func (*EndpointCreateGlobalKeyOK) IsServerError

func (o *EndpointCreateGlobalKeyOK) IsServerError() bool

IsServerError returns true when this endpoint create global key o k response has a 5xx status code

func (*EndpointCreateGlobalKeyOK) IsSuccess

func (o *EndpointCreateGlobalKeyOK) IsSuccess() bool

IsSuccess returns true when this endpoint create global key o k response has a 2xx status code

func (*EndpointCreateGlobalKeyOK) String

func (o *EndpointCreateGlobalKeyOK) String() string

type EndpointCreateGlobalKeyParams

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

EndpointCreateGlobalKeyParams contains all the parameters to send to the API endpoint

for the endpoint create global key operation.

Typically these are written to a http.Request.

func NewEndpointCreateGlobalKeyParams

func NewEndpointCreateGlobalKeyParams() *EndpointCreateGlobalKeyParams

NewEndpointCreateGlobalKeyParams creates a new EndpointCreateGlobalKeyParams 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 NewEndpointCreateGlobalKeyParamsWithContext

func NewEndpointCreateGlobalKeyParamsWithContext(ctx context.Context) *EndpointCreateGlobalKeyParams

NewEndpointCreateGlobalKeyParamsWithContext creates a new EndpointCreateGlobalKeyParams object with the ability to set a context for a request.

func NewEndpointCreateGlobalKeyParamsWithHTTPClient

func NewEndpointCreateGlobalKeyParamsWithHTTPClient(client *http.Client) *EndpointCreateGlobalKeyParams

NewEndpointCreateGlobalKeyParamsWithHTTPClient creates a new EndpointCreateGlobalKeyParams object with the ability to set a custom HTTPClient for a request.

func NewEndpointCreateGlobalKeyParamsWithTimeout

func NewEndpointCreateGlobalKeyParamsWithTimeout(timeout time.Duration) *EndpointCreateGlobalKeyParams

NewEndpointCreateGlobalKeyParamsWithTimeout creates a new EndpointCreateGlobalKeyParams object with the ability to set a timeout on a request.

func (*EndpointCreateGlobalKeyParams) SetContext

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

SetContext adds the context to the endpoint create global key params

func (*EndpointCreateGlobalKeyParams) SetDefaults

func (o *EndpointCreateGlobalKeyParams) SetDefaults()

SetDefaults hydrates default values in the endpoint create global key params (not the query body).

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

func (*EndpointCreateGlobalKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the endpoint create global key params

func (*EndpointCreateGlobalKeyParams) SetTimeout

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

SetTimeout adds the timeout to the endpoint create global key params

func (*EndpointCreateGlobalKeyParams) WithContext

WithContext adds the context to the endpoint create global key params

func (*EndpointCreateGlobalKeyParams) WithDefaults

WithDefaults hydrates default values in the endpoint create global key params (not the query body).

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

func (*EndpointCreateGlobalKeyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the endpoint create global key params

func (*EndpointCreateGlobalKeyParams) WithTimeout

WithTimeout adds the timeout to the endpoint create global key params

func (*EndpointCreateGlobalKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EndpointCreateGlobalKeyReader

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

EndpointCreateGlobalKeyReader is a Reader for the EndpointCreateGlobalKey structure.

func (*EndpointCreateGlobalKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EndpointCreateInternalServerError

type EndpointCreateInternalServerError struct {
}

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

Server error

func NewEndpointCreateInternalServerError

func NewEndpointCreateInternalServerError() *EndpointCreateInternalServerError

NewEndpointCreateInternalServerError creates a EndpointCreateInternalServerError with default headers values

func (*EndpointCreateInternalServerError) Code

Code gets the status code for the endpoint create internal server error response

func (*EndpointCreateInternalServerError) Error

func (*EndpointCreateInternalServerError) IsClientError

func (o *EndpointCreateInternalServerError) IsClientError() bool

IsClientError returns true when this endpoint create internal server error response has a 4xx status code

func (*EndpointCreateInternalServerError) IsCode

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

IsCode returns true when this endpoint create internal server error response a status code equal to that given

func (*EndpointCreateInternalServerError) IsRedirect

func (o *EndpointCreateInternalServerError) IsRedirect() bool

IsRedirect returns true when this endpoint create internal server error response has a 3xx status code

func (*EndpointCreateInternalServerError) IsServerError

func (o *EndpointCreateInternalServerError) IsServerError() bool

IsServerError returns true when this endpoint create internal server error response has a 5xx status code

func (*EndpointCreateInternalServerError) IsSuccess

func (o *EndpointCreateInternalServerError) IsSuccess() bool

IsSuccess returns true when this endpoint create internal server error response has a 2xx status code

func (*EndpointCreateInternalServerError) String

type EndpointCreateOK

type EndpointCreateOK struct {
	Payload *models.PortainereeEndpoint
}

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

Success

func NewEndpointCreateOK

func NewEndpointCreateOK() *EndpointCreateOK

NewEndpointCreateOK creates a EndpointCreateOK with default headers values

func (*EndpointCreateOK) Code

func (o *EndpointCreateOK) Code() int

Code gets the status code for the endpoint create o k response

func (*EndpointCreateOK) Error

func (o *EndpointCreateOK) Error() string

func (*EndpointCreateOK) GetPayload

func (o *EndpointCreateOK) GetPayload() *models.PortainereeEndpoint

func (*EndpointCreateOK) IsClientError

func (o *EndpointCreateOK) IsClientError() bool

IsClientError returns true when this endpoint create o k response has a 4xx status code

func (*EndpointCreateOK) IsCode

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

IsCode returns true when this endpoint create o k response a status code equal to that given

func (*EndpointCreateOK) IsRedirect

func (o *EndpointCreateOK) IsRedirect() bool

IsRedirect returns true when this endpoint create o k response has a 3xx status code

func (*EndpointCreateOK) IsServerError

func (o *EndpointCreateOK) IsServerError() bool

IsServerError returns true when this endpoint create o k response has a 5xx status code

func (*EndpointCreateOK) IsSuccess

func (o *EndpointCreateOK) IsSuccess() bool

IsSuccess returns true when this endpoint create o k response has a 2xx status code

func (*EndpointCreateOK) String

func (o *EndpointCreateOK) String() string

type EndpointCreateParams

type EndpointCreateParams struct {

	/* AzureApplicationID.

	   Azure application ID. Required if environment(endpoint) type is set to 3
	*/
	AzureApplicationID *string

	/* AzureAuthenticationKey.

	   Azure authentication key. Required if environment(endpoint) type is set to 3
	*/
	AzureAuthenticationKey *string

	/* AzureTenantID.

	   Azure tenant ID. Required if environment(endpoint) type is set to 3
	*/
	AzureTenantID *string

	/* ContainerEngine.

	   Container engine used by the environment(endpoint). Value must be one of: 'docker' or 'podman'
	*/
	ContainerEngine *string

	/* EdgeAsyncMode.

	   Enable async mode for edge agent
	*/
	EdgeAsyncMode *bool

	/* EdgeCheckinInterval.

	   The check in interval for edge agent (in seconds)
	*/
	EdgeCheckinInterval *int64

	/* EdgeTunnelServerAddress.

	   URL or IP address that will be used to establish a reverse tunnel. Required when settings.EnableEdgeComputeFeatures is set to false or when settings.Edge.TunnelServerAddress is not set
	*/
	EdgeTunnelServerAddress *string

	/* EndpointCreationType.

	   Environment(Endpoint) type. Value must be one of: 1 (Local Docker environment), 2 (Agent environment), 3 (Azure environment), 4 (Edge agent environment) or 5 (Local Kubernetes Environment)
	*/
	EndpointCreationType int64

	/* Gpus.

	   List of GPUs - json stringified array of {name, value} structs
	*/
	Gpus *string

	/* GroupID.

	   Environment(Endpoint) group identifier. If not specified will default to 1 (unassigned).
	*/
	GroupID *int64

	/* Name.

	   Name that will be used to identify this environment(endpoint) (example: my-environment)
	*/
	Name string

	/* PublicURL.

	   URL or IP address where exposed containers will be reachable. Defaults to URL if not specified (example: docker.mydomain.tld:2375)
	*/
	PublicURL *string

	/* TLS.

	   Require TLS to connect against this environment(endpoint). Must be true if EndpointCreationType is set to 2 (Agent environment)
	*/
	TLS *bool

	/* TLSCACertFile.

	   TLS CA certificate file
	*/
	TLSCACertFile runtime.NamedReadCloser

	/* TLSCertFile.

	   TLS client certificate file
	*/
	TLSCertFile runtime.NamedReadCloser

	/* TLSKeyFile.

	   TLS client key file
	*/
	TLSKeyFile runtime.NamedReadCloser

	/* TLSSkipClientVerify.

	   Skip client verification when using TLS. Must be true if EndpointCreationType is set to 2 (Agent environment)
	*/
	TLSSkipClientVerify *bool

	/* TLSSkipVerify.

	   Skip server verification when using TLS. Must be true if EndpointCreationType is set to 2 (Agent environment)
	*/
	TLSSkipVerify *bool

	/* TagIds.

	   List of tag identifiers to which this environment(endpoint) is associated
	*/
	TagIds []int64

	/* URL.

	   URL or IP address of a Docker host (example: docker.mydomain.tld:2375). Defaults to local if not specified (Linux: /var/run/docker.sock, Windows: //./pipe/docker_engine). Cannot be empty if EndpointCreationType is set to 4 (Edge agent environment)
	*/
	URL *string

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

EndpointCreateParams contains all the parameters to send to the API endpoint

for the endpoint create operation.

Typically these are written to a http.Request.

func NewEndpointCreateParams

func NewEndpointCreateParams() *EndpointCreateParams

NewEndpointCreateParams creates a new EndpointCreateParams 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 NewEndpointCreateParamsWithContext

func NewEndpointCreateParamsWithContext(ctx context.Context) *EndpointCreateParams

NewEndpointCreateParamsWithContext creates a new EndpointCreateParams object with the ability to set a context for a request.

func NewEndpointCreateParamsWithHTTPClient

func NewEndpointCreateParamsWithHTTPClient(client *http.Client) *EndpointCreateParams

NewEndpointCreateParamsWithHTTPClient creates a new EndpointCreateParams object with the ability to set a custom HTTPClient for a request.

func NewEndpointCreateParamsWithTimeout

func NewEndpointCreateParamsWithTimeout(timeout time.Duration) *EndpointCreateParams

NewEndpointCreateParamsWithTimeout creates a new EndpointCreateParams object with the ability to set a timeout on a request.

func (*EndpointCreateParams) SetAzureApplicationID

func (o *EndpointCreateParams) SetAzureApplicationID(azureApplicationID *string)

SetAzureApplicationID adds the azureApplicationId to the endpoint create params

func (*EndpointCreateParams) SetAzureAuthenticationKey

func (o *EndpointCreateParams) SetAzureAuthenticationKey(azureAuthenticationKey *string)

SetAzureAuthenticationKey adds the azureAuthenticationKey to the endpoint create params

func (*EndpointCreateParams) SetAzureTenantID

func (o *EndpointCreateParams) SetAzureTenantID(azureTenantID *string)

SetAzureTenantID adds the azureTenantId to the endpoint create params

func (*EndpointCreateParams) SetContainerEngine

func (o *EndpointCreateParams) SetContainerEngine(containerEngine *string)

SetContainerEngine adds the containerEngine to the endpoint create params

func (*EndpointCreateParams) SetContext

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

SetContext adds the context to the endpoint create params

func (*EndpointCreateParams) SetDefaults

func (o *EndpointCreateParams) SetDefaults()

SetDefaults hydrates default values in the endpoint create params (not the query body).

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

func (*EndpointCreateParams) SetEdgeAsyncMode

func (o *EndpointCreateParams) SetEdgeAsyncMode(edgeAsyncMode *bool)

SetEdgeAsyncMode adds the edgeAsyncMode to the endpoint create params

func (*EndpointCreateParams) SetEdgeCheckinInterval

func (o *EndpointCreateParams) SetEdgeCheckinInterval(edgeCheckinInterval *int64)

SetEdgeCheckinInterval adds the edgeCheckinInterval to the endpoint create params

func (*EndpointCreateParams) SetEdgeTunnelServerAddress

func (o *EndpointCreateParams) SetEdgeTunnelServerAddress(edgeTunnelServerAddress *string)

SetEdgeTunnelServerAddress adds the edgeTunnelServerAddress to the endpoint create params

func (*EndpointCreateParams) SetEndpointCreationType

func (o *EndpointCreateParams) SetEndpointCreationType(endpointCreationType int64)

SetEndpointCreationType adds the endpointCreationType to the endpoint create params

func (*EndpointCreateParams) SetGpus

func (o *EndpointCreateParams) SetGpus(gpus *string)

SetGpus adds the gpus to the endpoint create params

func (*EndpointCreateParams) SetGroupID

func (o *EndpointCreateParams) SetGroupID(groupID *int64)

SetGroupID adds the groupId to the endpoint create params

func (*EndpointCreateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the endpoint create params

func (*EndpointCreateParams) SetName

func (o *EndpointCreateParams) SetName(name string)

SetName adds the name to the endpoint create params

func (*EndpointCreateParams) SetPublicURL

func (o *EndpointCreateParams) SetPublicURL(publicURL *string)

SetPublicURL adds the publicUrl to the endpoint create params

func (*EndpointCreateParams) SetTLS

func (o *EndpointCreateParams) SetTLS(tls *bool)

SetTLS adds the tls to the endpoint create params

func (*EndpointCreateParams) SetTLSCACertFile

func (o *EndpointCreateParams) SetTLSCACertFile(tLSCACertFile runtime.NamedReadCloser)

SetTLSCACertFile adds the tlsCACertFile to the endpoint create params

func (*EndpointCreateParams) SetTLSCertFile

func (o *EndpointCreateParams) SetTLSCertFile(tLSCertFile runtime.NamedReadCloser)

SetTLSCertFile adds the tlsCertFile to the endpoint create params

func (*EndpointCreateParams) SetTLSKeyFile

func (o *EndpointCreateParams) SetTLSKeyFile(tLSKeyFile runtime.NamedReadCloser)

SetTLSKeyFile adds the tlsKeyFile to the endpoint create params

func (*EndpointCreateParams) SetTLSSkipClientVerify

func (o *EndpointCreateParams) SetTLSSkipClientVerify(tLSSkipClientVerify *bool)

SetTLSSkipClientVerify adds the tlsSkipClientVerify to the endpoint create params

func (*EndpointCreateParams) SetTLSSkipVerify

func (o *EndpointCreateParams) SetTLSSkipVerify(tLSSkipVerify *bool)

SetTLSSkipVerify adds the tlsSkipVerify to the endpoint create params

func (*EndpointCreateParams) SetTagIds

func (o *EndpointCreateParams) SetTagIds(tagIds []int64)

SetTagIds adds the tagIds to the endpoint create params

func (*EndpointCreateParams) SetTimeout

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

SetTimeout adds the timeout to the endpoint create params

func (*EndpointCreateParams) SetURL

func (o *EndpointCreateParams) SetURL(url *string)

SetURL adds the url to the endpoint create params

func (*EndpointCreateParams) WithAzureApplicationID

func (o *EndpointCreateParams) WithAzureApplicationID(azureApplicationID *string) *EndpointCreateParams

WithAzureApplicationID adds the azureApplicationID to the endpoint create params

func (*EndpointCreateParams) WithAzureAuthenticationKey

func (o *EndpointCreateParams) WithAzureAuthenticationKey(azureAuthenticationKey *string) *EndpointCreateParams

WithAzureAuthenticationKey adds the azureAuthenticationKey to the endpoint create params

func (*EndpointCreateParams) WithAzureTenantID

func (o *EndpointCreateParams) WithAzureTenantID(azureTenantID *string) *EndpointCreateParams

WithAzureTenantID adds the azureTenantID to the endpoint create params

func (*EndpointCreateParams) WithContainerEngine

func (o *EndpointCreateParams) WithContainerEngine(containerEngine *string) *EndpointCreateParams

WithContainerEngine adds the containerEngine to the endpoint create params

func (*EndpointCreateParams) WithContext

WithContext adds the context to the endpoint create params

func (*EndpointCreateParams) WithDefaults

func (o *EndpointCreateParams) WithDefaults() *EndpointCreateParams

WithDefaults hydrates default values in the endpoint create params (not the query body).

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

func (*EndpointCreateParams) WithEdgeAsyncMode

func (o *EndpointCreateParams) WithEdgeAsyncMode(edgeAsyncMode *bool) *EndpointCreateParams

WithEdgeAsyncMode adds the edgeAsyncMode to the endpoint create params

func (*EndpointCreateParams) WithEdgeCheckinInterval

func (o *EndpointCreateParams) WithEdgeCheckinInterval(edgeCheckinInterval *int64) *EndpointCreateParams

WithEdgeCheckinInterval adds the edgeCheckinInterval to the endpoint create params

func (*EndpointCreateParams) WithEdgeTunnelServerAddress

func (o *EndpointCreateParams) WithEdgeTunnelServerAddress(edgeTunnelServerAddress *string) *EndpointCreateParams

WithEdgeTunnelServerAddress adds the edgeTunnelServerAddress to the endpoint create params

func (*EndpointCreateParams) WithEndpointCreationType

func (o *EndpointCreateParams) WithEndpointCreationType(endpointCreationType int64) *EndpointCreateParams

WithEndpointCreationType adds the endpointCreationType to the endpoint create params

func (*EndpointCreateParams) WithGpus

func (o *EndpointCreateParams) WithGpus(gpus *string) *EndpointCreateParams

WithGpus adds the gpus to the endpoint create params

func (*EndpointCreateParams) WithGroupID

func (o *EndpointCreateParams) WithGroupID(groupID *int64) *EndpointCreateParams

WithGroupID adds the groupID to the endpoint create params

func (*EndpointCreateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the endpoint create params

func (*EndpointCreateParams) WithName

WithName adds the name to the endpoint create params

func (*EndpointCreateParams) WithPublicURL

func (o *EndpointCreateParams) WithPublicURL(publicURL *string) *EndpointCreateParams

WithPublicURL adds the publicURL to the endpoint create params

func (*EndpointCreateParams) WithTLS

WithTLS adds the tls to the endpoint create params

func (*EndpointCreateParams) WithTLSCACertFile

func (o *EndpointCreateParams) WithTLSCACertFile(tLSCACertFile runtime.NamedReadCloser) *EndpointCreateParams

WithTLSCACertFile adds the tLSCACertFile to the endpoint create params

func (*EndpointCreateParams) WithTLSCertFile

func (o *EndpointCreateParams) WithTLSCertFile(tLSCertFile runtime.NamedReadCloser) *EndpointCreateParams

WithTLSCertFile adds the tLSCertFile to the endpoint create params

func (*EndpointCreateParams) WithTLSKeyFile

func (o *EndpointCreateParams) WithTLSKeyFile(tLSKeyFile runtime.NamedReadCloser) *EndpointCreateParams

WithTLSKeyFile adds the tLSKeyFile to the endpoint create params

func (*EndpointCreateParams) WithTLSSkipClientVerify

func (o *EndpointCreateParams) WithTLSSkipClientVerify(tLSSkipClientVerify *bool) *EndpointCreateParams

WithTLSSkipClientVerify adds the tLSSkipClientVerify to the endpoint create params

func (*EndpointCreateParams) WithTLSSkipVerify

func (o *EndpointCreateParams) WithTLSSkipVerify(tLSSkipVerify *bool) *EndpointCreateParams

WithTLSSkipVerify adds the tLSSkipVerify to the endpoint create params

func (*EndpointCreateParams) WithTagIds

func (o *EndpointCreateParams) WithTagIds(tagIds []int64) *EndpointCreateParams

WithTagIds adds the tagIds to the endpoint create params

func (*EndpointCreateParams) WithTimeout

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

WithTimeout adds the timeout to the endpoint create params

func (*EndpointCreateParams) WithURL

WithURL adds the url to the endpoint create params

func (*EndpointCreateParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type EndpointCreateReader

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

EndpointCreateReader is a Reader for the EndpointCreate structure.

func (*EndpointCreateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EndpointDeleteBadRequest

type EndpointDeleteBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewEndpointDeleteBadRequest

func NewEndpointDeleteBadRequest() *EndpointDeleteBadRequest

NewEndpointDeleteBadRequest creates a EndpointDeleteBadRequest with default headers values

func (*EndpointDeleteBadRequest) Code

func (o *EndpointDeleteBadRequest) Code() int

Code gets the status code for the endpoint delete bad request response

func (*EndpointDeleteBadRequest) Error

func (o *EndpointDeleteBadRequest) Error() string

func (*EndpointDeleteBadRequest) IsClientError

func (o *EndpointDeleteBadRequest) IsClientError() bool

IsClientError returns true when this endpoint delete bad request response has a 4xx status code

func (*EndpointDeleteBadRequest) IsCode

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

IsCode returns true when this endpoint delete bad request response a status code equal to that given

func (*EndpointDeleteBadRequest) IsRedirect

func (o *EndpointDeleteBadRequest) IsRedirect() bool

IsRedirect returns true when this endpoint delete bad request response has a 3xx status code

func (*EndpointDeleteBadRequest) IsServerError

func (o *EndpointDeleteBadRequest) IsServerError() bool

IsServerError returns true when this endpoint delete bad request response has a 5xx status code

func (*EndpointDeleteBadRequest) IsSuccess

func (o *EndpointDeleteBadRequest) IsSuccess() bool

IsSuccess returns true when this endpoint delete bad request response has a 2xx status code

func (*EndpointDeleteBadRequest) String

func (o *EndpointDeleteBadRequest) String() string

type EndpointDeleteBatchBadRequest

type EndpointDeleteBatchBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewEndpointDeleteBatchBadRequest

func NewEndpointDeleteBatchBadRequest() *EndpointDeleteBatchBadRequest

NewEndpointDeleteBatchBadRequest creates a EndpointDeleteBatchBadRequest with default headers values

func (*EndpointDeleteBatchBadRequest) Code

Code gets the status code for the endpoint delete batch bad request response

func (*EndpointDeleteBatchBadRequest) Error

func (*EndpointDeleteBatchBadRequest) IsClientError

func (o *EndpointDeleteBatchBadRequest) IsClientError() bool

IsClientError returns true when this endpoint delete batch bad request response has a 4xx status code

func (*EndpointDeleteBatchBadRequest) IsCode

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

IsCode returns true when this endpoint delete batch bad request response a status code equal to that given

func (*EndpointDeleteBatchBadRequest) IsRedirect

func (o *EndpointDeleteBatchBadRequest) IsRedirect() bool

IsRedirect returns true when this endpoint delete batch bad request response has a 3xx status code

func (*EndpointDeleteBatchBadRequest) IsServerError

func (o *EndpointDeleteBatchBadRequest) IsServerError() bool

IsServerError returns true when this endpoint delete batch bad request response has a 5xx status code

func (*EndpointDeleteBatchBadRequest) IsSuccess

func (o *EndpointDeleteBatchBadRequest) IsSuccess() bool

IsSuccess returns true when this endpoint delete batch bad request response has a 2xx status code

func (*EndpointDeleteBatchBadRequest) String

type EndpointDeleteBatchDeprecatedBadRequest

type EndpointDeleteBatchDeprecatedBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewEndpointDeleteBatchDeprecatedBadRequest

func NewEndpointDeleteBatchDeprecatedBadRequest() *EndpointDeleteBatchDeprecatedBadRequest

NewEndpointDeleteBatchDeprecatedBadRequest creates a EndpointDeleteBatchDeprecatedBadRequest with default headers values

func (*EndpointDeleteBatchDeprecatedBadRequest) Code

Code gets the status code for the endpoint delete batch deprecated bad request response

func (*EndpointDeleteBatchDeprecatedBadRequest) Error

func (*EndpointDeleteBatchDeprecatedBadRequest) IsClientError

func (o *EndpointDeleteBatchDeprecatedBadRequest) IsClientError() bool

IsClientError returns true when this endpoint delete batch deprecated bad request response has a 4xx status code

func (*EndpointDeleteBatchDeprecatedBadRequest) IsCode

IsCode returns true when this endpoint delete batch deprecated bad request response a status code equal to that given

func (*EndpointDeleteBatchDeprecatedBadRequest) IsRedirect

IsRedirect returns true when this endpoint delete batch deprecated bad request response has a 3xx status code

func (*EndpointDeleteBatchDeprecatedBadRequest) IsServerError

func (o *EndpointDeleteBatchDeprecatedBadRequest) IsServerError() bool

IsServerError returns true when this endpoint delete batch deprecated bad request response has a 5xx status code

func (*EndpointDeleteBatchDeprecatedBadRequest) IsSuccess

IsSuccess returns true when this endpoint delete batch deprecated bad request response has a 2xx status code

func (*EndpointDeleteBatchDeprecatedBadRequest) String

type EndpointDeleteBatchDeprecatedForbidden

type EndpointDeleteBatchDeprecatedForbidden struct {
}

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

Unauthorized access or operation not allowed.

func NewEndpointDeleteBatchDeprecatedForbidden

func NewEndpointDeleteBatchDeprecatedForbidden() *EndpointDeleteBatchDeprecatedForbidden

NewEndpointDeleteBatchDeprecatedForbidden creates a EndpointDeleteBatchDeprecatedForbidden with default headers values

func (*EndpointDeleteBatchDeprecatedForbidden) Code

Code gets the status code for the endpoint delete batch deprecated forbidden response

func (*EndpointDeleteBatchDeprecatedForbidden) Error

func (*EndpointDeleteBatchDeprecatedForbidden) IsClientError

func (o *EndpointDeleteBatchDeprecatedForbidden) IsClientError() bool

IsClientError returns true when this endpoint delete batch deprecated forbidden response has a 4xx status code

func (*EndpointDeleteBatchDeprecatedForbidden) IsCode

IsCode returns true when this endpoint delete batch deprecated forbidden response a status code equal to that given

func (*EndpointDeleteBatchDeprecatedForbidden) IsRedirect

IsRedirect returns true when this endpoint delete batch deprecated forbidden response has a 3xx status code

func (*EndpointDeleteBatchDeprecatedForbidden) IsServerError

func (o *EndpointDeleteBatchDeprecatedForbidden) IsServerError() bool

IsServerError returns true when this endpoint delete batch deprecated forbidden response has a 5xx status code

func (*EndpointDeleteBatchDeprecatedForbidden) IsSuccess

IsSuccess returns true when this endpoint delete batch deprecated forbidden response has a 2xx status code

func (*EndpointDeleteBatchDeprecatedForbidden) String

type EndpointDeleteBatchDeprecatedInternalServerError

type EndpointDeleteBatchDeprecatedInternalServerError struct {
}

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

Server error occurred while attempting to delete the specified environments.

func NewEndpointDeleteBatchDeprecatedInternalServerError

func NewEndpointDeleteBatchDeprecatedInternalServerError() *EndpointDeleteBatchDeprecatedInternalServerError

NewEndpointDeleteBatchDeprecatedInternalServerError creates a EndpointDeleteBatchDeprecatedInternalServerError with default headers values

func (*EndpointDeleteBatchDeprecatedInternalServerError) Code

Code gets the status code for the endpoint delete batch deprecated internal server error response

func (*EndpointDeleteBatchDeprecatedInternalServerError) Error

func (*EndpointDeleteBatchDeprecatedInternalServerError) IsClientError

IsClientError returns true when this endpoint delete batch deprecated internal server error response has a 4xx status code

func (*EndpointDeleteBatchDeprecatedInternalServerError) IsCode

IsCode returns true when this endpoint delete batch deprecated internal server error response a status code equal to that given

func (*EndpointDeleteBatchDeprecatedInternalServerError) IsRedirect

IsRedirect returns true when this endpoint delete batch deprecated internal server error response has a 3xx status code

func (*EndpointDeleteBatchDeprecatedInternalServerError) IsServerError

IsServerError returns true when this endpoint delete batch deprecated internal server error response has a 5xx status code

func (*EndpointDeleteBatchDeprecatedInternalServerError) IsSuccess

IsSuccess returns true when this endpoint delete batch deprecated internal server error response has a 2xx status code

func (*EndpointDeleteBatchDeprecatedInternalServerError) String

type EndpointDeleteBatchDeprecatedMultiStatus

type EndpointDeleteBatchDeprecatedMultiStatus struct {
	Payload *models.EndpointsEndpointDeleteBatchPartialResponse
}

EndpointDeleteBatchDeprecatedMultiStatus describes a response with status code 207, with default header values.

Partial success. Some environments were deleted successfully, while others failed.

func NewEndpointDeleteBatchDeprecatedMultiStatus

func NewEndpointDeleteBatchDeprecatedMultiStatus() *EndpointDeleteBatchDeprecatedMultiStatus

NewEndpointDeleteBatchDeprecatedMultiStatus creates a EndpointDeleteBatchDeprecatedMultiStatus with default headers values

func (*EndpointDeleteBatchDeprecatedMultiStatus) Code

Code gets the status code for the endpoint delete batch deprecated multi status response

func (*EndpointDeleteBatchDeprecatedMultiStatus) Error

func (*EndpointDeleteBatchDeprecatedMultiStatus) GetPayload

func (*EndpointDeleteBatchDeprecatedMultiStatus) IsClientError

IsClientError returns true when this endpoint delete batch deprecated multi status response has a 4xx status code

func (*EndpointDeleteBatchDeprecatedMultiStatus) IsCode

IsCode returns true when this endpoint delete batch deprecated multi status response a status code equal to that given

func (*EndpointDeleteBatchDeprecatedMultiStatus) IsRedirect

IsRedirect returns true when this endpoint delete batch deprecated multi status response has a 3xx status code

func (*EndpointDeleteBatchDeprecatedMultiStatus) IsServerError

IsServerError returns true when this endpoint delete batch deprecated multi status response has a 5xx status code

func (*EndpointDeleteBatchDeprecatedMultiStatus) IsSuccess

IsSuccess returns true when this endpoint delete batch deprecated multi status response has a 2xx status code

func (*EndpointDeleteBatchDeprecatedMultiStatus) String

type EndpointDeleteBatchDeprecatedNoContent

type EndpointDeleteBatchDeprecatedNoContent struct {
}

EndpointDeleteBatchDeprecatedNoContent describes a response with status code 204, with default header values.

Environment(s) successfully deleted.

func NewEndpointDeleteBatchDeprecatedNoContent

func NewEndpointDeleteBatchDeprecatedNoContent() *EndpointDeleteBatchDeprecatedNoContent

NewEndpointDeleteBatchDeprecatedNoContent creates a EndpointDeleteBatchDeprecatedNoContent with default headers values

func (*EndpointDeleteBatchDeprecatedNoContent) Code

Code gets the status code for the endpoint delete batch deprecated no content response

func (*EndpointDeleteBatchDeprecatedNoContent) Error

func (*EndpointDeleteBatchDeprecatedNoContent) IsClientError

func (o *EndpointDeleteBatchDeprecatedNoContent) IsClientError() bool

IsClientError returns true when this endpoint delete batch deprecated no content response has a 4xx status code

func (*EndpointDeleteBatchDeprecatedNoContent) IsCode

IsCode returns true when this endpoint delete batch deprecated no content response a status code equal to that given

func (*EndpointDeleteBatchDeprecatedNoContent) IsRedirect

IsRedirect returns true when this endpoint delete batch deprecated no content response has a 3xx status code

func (*EndpointDeleteBatchDeprecatedNoContent) IsServerError

func (o *EndpointDeleteBatchDeprecatedNoContent) IsServerError() bool

IsServerError returns true when this endpoint delete batch deprecated no content response has a 5xx status code

func (*EndpointDeleteBatchDeprecatedNoContent) IsSuccess

IsSuccess returns true when this endpoint delete batch deprecated no content response has a 2xx status code

func (*EndpointDeleteBatchDeprecatedNoContent) String

type EndpointDeleteBatchDeprecatedParams

type EndpointDeleteBatchDeprecatedParams struct {

	/* Body.

	   List of environments to delete, with optional deleteCluster flag to clean-up associated resources (cloud environments only)
	*/
	Body *models.EndpointsEndpointDeleteBatchPayload

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

EndpointDeleteBatchDeprecatedParams contains all the parameters to send to the API endpoint

for the endpoint delete batch deprecated operation.

Typically these are written to a http.Request.

func NewEndpointDeleteBatchDeprecatedParams

func NewEndpointDeleteBatchDeprecatedParams() *EndpointDeleteBatchDeprecatedParams

NewEndpointDeleteBatchDeprecatedParams creates a new EndpointDeleteBatchDeprecatedParams 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 NewEndpointDeleteBatchDeprecatedParamsWithContext

func NewEndpointDeleteBatchDeprecatedParamsWithContext(ctx context.Context) *EndpointDeleteBatchDeprecatedParams

NewEndpointDeleteBatchDeprecatedParamsWithContext creates a new EndpointDeleteBatchDeprecatedParams object with the ability to set a context for a request.

func NewEndpointDeleteBatchDeprecatedParamsWithHTTPClient

func NewEndpointDeleteBatchDeprecatedParamsWithHTTPClient(client *http.Client) *EndpointDeleteBatchDeprecatedParams

NewEndpointDeleteBatchDeprecatedParamsWithHTTPClient creates a new EndpointDeleteBatchDeprecatedParams object with the ability to set a custom HTTPClient for a request.

func NewEndpointDeleteBatchDeprecatedParamsWithTimeout

func NewEndpointDeleteBatchDeprecatedParamsWithTimeout(timeout time.Duration) *EndpointDeleteBatchDeprecatedParams

NewEndpointDeleteBatchDeprecatedParamsWithTimeout creates a new EndpointDeleteBatchDeprecatedParams object with the ability to set a timeout on a request.

func (*EndpointDeleteBatchDeprecatedParams) SetBody

SetBody adds the body to the endpoint delete batch deprecated params

func (*EndpointDeleteBatchDeprecatedParams) SetContext

SetContext adds the context to the endpoint delete batch deprecated params

func (*EndpointDeleteBatchDeprecatedParams) SetDefaults

func (o *EndpointDeleteBatchDeprecatedParams) SetDefaults()

SetDefaults hydrates default values in the endpoint delete batch deprecated params (not the query body).

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

func (*EndpointDeleteBatchDeprecatedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the endpoint delete batch deprecated params

func (*EndpointDeleteBatchDeprecatedParams) SetTimeout

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

SetTimeout adds the timeout to the endpoint delete batch deprecated params

func (*EndpointDeleteBatchDeprecatedParams) WithBody

WithBody adds the body to the endpoint delete batch deprecated params

func (*EndpointDeleteBatchDeprecatedParams) WithContext

WithContext adds the context to the endpoint delete batch deprecated params

func (*EndpointDeleteBatchDeprecatedParams) WithDefaults

WithDefaults hydrates default values in the endpoint delete batch deprecated params (not the query body).

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

func (*EndpointDeleteBatchDeprecatedParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the endpoint delete batch deprecated params

func (*EndpointDeleteBatchDeprecatedParams) WithTimeout

WithTimeout adds the timeout to the endpoint delete batch deprecated params

func (*EndpointDeleteBatchDeprecatedParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EndpointDeleteBatchDeprecatedReader

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

EndpointDeleteBatchDeprecatedReader is a Reader for the EndpointDeleteBatchDeprecated structure.

func (*EndpointDeleteBatchDeprecatedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EndpointDeleteBatchForbidden

type EndpointDeleteBatchForbidden struct {
}

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

Unauthorized access or operation not allowed.

func NewEndpointDeleteBatchForbidden

func NewEndpointDeleteBatchForbidden() *EndpointDeleteBatchForbidden

NewEndpointDeleteBatchForbidden creates a EndpointDeleteBatchForbidden with default headers values

func (*EndpointDeleteBatchForbidden) Code

Code gets the status code for the endpoint delete batch forbidden response

func (*EndpointDeleteBatchForbidden) Error

func (*EndpointDeleteBatchForbidden) IsClientError

func (o *EndpointDeleteBatchForbidden) IsClientError() bool

IsClientError returns true when this endpoint delete batch forbidden response has a 4xx status code

func (*EndpointDeleteBatchForbidden) IsCode

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

IsCode returns true when this endpoint delete batch forbidden response a status code equal to that given

func (*EndpointDeleteBatchForbidden) IsRedirect

func (o *EndpointDeleteBatchForbidden) IsRedirect() bool

IsRedirect returns true when this endpoint delete batch forbidden response has a 3xx status code

func (*EndpointDeleteBatchForbidden) IsServerError

func (o *EndpointDeleteBatchForbidden) IsServerError() bool

IsServerError returns true when this endpoint delete batch forbidden response has a 5xx status code

func (*EndpointDeleteBatchForbidden) IsSuccess

func (o *EndpointDeleteBatchForbidden) IsSuccess() bool

IsSuccess returns true when this endpoint delete batch forbidden response has a 2xx status code

func (*EndpointDeleteBatchForbidden) String

type EndpointDeleteBatchInternalServerError

type EndpointDeleteBatchInternalServerError struct {
}

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

Server error occurred while attempting to delete the specified environments.

func NewEndpointDeleteBatchInternalServerError

func NewEndpointDeleteBatchInternalServerError() *EndpointDeleteBatchInternalServerError

NewEndpointDeleteBatchInternalServerError creates a EndpointDeleteBatchInternalServerError with default headers values

func (*EndpointDeleteBatchInternalServerError) Code

Code gets the status code for the endpoint delete batch internal server error response

func (*EndpointDeleteBatchInternalServerError) Error

func (*EndpointDeleteBatchInternalServerError) IsClientError

func (o *EndpointDeleteBatchInternalServerError) IsClientError() bool

IsClientError returns true when this endpoint delete batch internal server error response has a 4xx status code

func (*EndpointDeleteBatchInternalServerError) IsCode

IsCode returns true when this endpoint delete batch internal server error response a status code equal to that given

func (*EndpointDeleteBatchInternalServerError) IsRedirect

IsRedirect returns true when this endpoint delete batch internal server error response has a 3xx status code

func (*EndpointDeleteBatchInternalServerError) IsServerError

func (o *EndpointDeleteBatchInternalServerError) IsServerError() bool

IsServerError returns true when this endpoint delete batch internal server error response has a 5xx status code

func (*EndpointDeleteBatchInternalServerError) IsSuccess

IsSuccess returns true when this endpoint delete batch internal server error response has a 2xx status code

func (*EndpointDeleteBatchInternalServerError) String

type EndpointDeleteBatchMultiStatus

type EndpointDeleteBatchMultiStatus struct {
	Payload *models.EndpointsEndpointDeleteBatchPartialResponse
}

EndpointDeleteBatchMultiStatus describes a response with status code 207, with default header values.

Partial success. Some environments were deleted successfully, while others failed.

func NewEndpointDeleteBatchMultiStatus

func NewEndpointDeleteBatchMultiStatus() *EndpointDeleteBatchMultiStatus

NewEndpointDeleteBatchMultiStatus creates a EndpointDeleteBatchMultiStatus with default headers values

func (*EndpointDeleteBatchMultiStatus) Code

Code gets the status code for the endpoint delete batch multi status response

func (*EndpointDeleteBatchMultiStatus) Error

func (*EndpointDeleteBatchMultiStatus) GetPayload

func (*EndpointDeleteBatchMultiStatus) IsClientError

func (o *EndpointDeleteBatchMultiStatus) IsClientError() bool

IsClientError returns true when this endpoint delete batch multi status response has a 4xx status code

func (*EndpointDeleteBatchMultiStatus) IsCode

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

IsCode returns true when this endpoint delete batch multi status response a status code equal to that given

func (*EndpointDeleteBatchMultiStatus) IsRedirect

func (o *EndpointDeleteBatchMultiStatus) IsRedirect() bool

IsRedirect returns true when this endpoint delete batch multi status response has a 3xx status code

func (*EndpointDeleteBatchMultiStatus) IsServerError

func (o *EndpointDeleteBatchMultiStatus) IsServerError() bool

IsServerError returns true when this endpoint delete batch multi status response has a 5xx status code

func (*EndpointDeleteBatchMultiStatus) IsSuccess

func (o *EndpointDeleteBatchMultiStatus) IsSuccess() bool

IsSuccess returns true when this endpoint delete batch multi status response has a 2xx status code

func (*EndpointDeleteBatchMultiStatus) String

type EndpointDeleteBatchNoContent

type EndpointDeleteBatchNoContent struct {
}

EndpointDeleteBatchNoContent describes a response with status code 204, with default header values.

Environment(s) successfully deleted.

func NewEndpointDeleteBatchNoContent

func NewEndpointDeleteBatchNoContent() *EndpointDeleteBatchNoContent

NewEndpointDeleteBatchNoContent creates a EndpointDeleteBatchNoContent with default headers values

func (*EndpointDeleteBatchNoContent) Code

Code gets the status code for the endpoint delete batch no content response

func (*EndpointDeleteBatchNoContent) Error

func (*EndpointDeleteBatchNoContent) IsClientError

func (o *EndpointDeleteBatchNoContent) IsClientError() bool

IsClientError returns true when this endpoint delete batch no content response has a 4xx status code

func (*EndpointDeleteBatchNoContent) IsCode

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

IsCode returns true when this endpoint delete batch no content response a status code equal to that given

func (*EndpointDeleteBatchNoContent) IsRedirect

func (o *EndpointDeleteBatchNoContent) IsRedirect() bool

IsRedirect returns true when this endpoint delete batch no content response has a 3xx status code

func (*EndpointDeleteBatchNoContent) IsServerError

func (o *EndpointDeleteBatchNoContent) IsServerError() bool

IsServerError returns true when this endpoint delete batch no content response has a 5xx status code

func (*EndpointDeleteBatchNoContent) IsSuccess

func (o *EndpointDeleteBatchNoContent) IsSuccess() bool

IsSuccess returns true when this endpoint delete batch no content response has a 2xx status code

func (*EndpointDeleteBatchNoContent) String

type EndpointDeleteBatchParams

type EndpointDeleteBatchParams struct {

	/* Body.

	   List of environments to delete, with optional deleteCluster flag to clean-up associated resources (cloud environments only)
	*/
	Body *models.EndpointsEndpointDeleteBatchPayload

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

EndpointDeleteBatchParams contains all the parameters to send to the API endpoint

for the endpoint delete batch operation.

Typically these are written to a http.Request.

func NewEndpointDeleteBatchParams

func NewEndpointDeleteBatchParams() *EndpointDeleteBatchParams

NewEndpointDeleteBatchParams creates a new EndpointDeleteBatchParams 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 NewEndpointDeleteBatchParamsWithContext

func NewEndpointDeleteBatchParamsWithContext(ctx context.Context) *EndpointDeleteBatchParams

NewEndpointDeleteBatchParamsWithContext creates a new EndpointDeleteBatchParams object with the ability to set a context for a request.

func NewEndpointDeleteBatchParamsWithHTTPClient

func NewEndpointDeleteBatchParamsWithHTTPClient(client *http.Client) *EndpointDeleteBatchParams

NewEndpointDeleteBatchParamsWithHTTPClient creates a new EndpointDeleteBatchParams object with the ability to set a custom HTTPClient for a request.

func NewEndpointDeleteBatchParamsWithTimeout

func NewEndpointDeleteBatchParamsWithTimeout(timeout time.Duration) *EndpointDeleteBatchParams

NewEndpointDeleteBatchParamsWithTimeout creates a new EndpointDeleteBatchParams object with the ability to set a timeout on a request.

func (*EndpointDeleteBatchParams) SetBody

SetBody adds the body to the endpoint delete batch params

func (*EndpointDeleteBatchParams) SetContext

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

SetContext adds the context to the endpoint delete batch params

func (*EndpointDeleteBatchParams) SetDefaults

func (o *EndpointDeleteBatchParams) SetDefaults()

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

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

func (*EndpointDeleteBatchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the endpoint delete batch params

func (*EndpointDeleteBatchParams) SetTimeout

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

SetTimeout adds the timeout to the endpoint delete batch params

func (*EndpointDeleteBatchParams) WithBody

WithBody adds the body to the endpoint delete batch params

func (*EndpointDeleteBatchParams) WithContext

WithContext adds the context to the endpoint delete batch params

func (*EndpointDeleteBatchParams) WithDefaults

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

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

func (*EndpointDeleteBatchParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the endpoint delete batch params

func (*EndpointDeleteBatchParams) WithTimeout

WithTimeout adds the timeout to the endpoint delete batch params

func (*EndpointDeleteBatchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EndpointDeleteBatchReader

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

EndpointDeleteBatchReader is a Reader for the EndpointDeleteBatch structure.

func (*EndpointDeleteBatchReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EndpointDeleteForbidden

type EndpointDeleteForbidden struct {
}

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

Unauthorized access or operation not allowed.

func NewEndpointDeleteForbidden

func NewEndpointDeleteForbidden() *EndpointDeleteForbidden

NewEndpointDeleteForbidden creates a EndpointDeleteForbidden with default headers values

func (*EndpointDeleteForbidden) Code

func (o *EndpointDeleteForbidden) Code() int

Code gets the status code for the endpoint delete forbidden response

func (*EndpointDeleteForbidden) Error

func (o *EndpointDeleteForbidden) Error() string

func (*EndpointDeleteForbidden) IsClientError

func (o *EndpointDeleteForbidden) IsClientError() bool

IsClientError returns true when this endpoint delete forbidden response has a 4xx status code

func (*EndpointDeleteForbidden) IsCode

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

IsCode returns true when this endpoint delete forbidden response a status code equal to that given

func (*EndpointDeleteForbidden) IsRedirect

func (o *EndpointDeleteForbidden) IsRedirect() bool

IsRedirect returns true when this endpoint delete forbidden response has a 3xx status code

func (*EndpointDeleteForbidden) IsServerError

func (o *EndpointDeleteForbidden) IsServerError() bool

IsServerError returns true when this endpoint delete forbidden response has a 5xx status code

func (*EndpointDeleteForbidden) IsSuccess

func (o *EndpointDeleteForbidden) IsSuccess() bool

IsSuccess returns true when this endpoint delete forbidden response has a 2xx status code

func (*EndpointDeleteForbidden) String

func (o *EndpointDeleteForbidden) String() string

type EndpointDeleteInternalServerError

type EndpointDeleteInternalServerError struct {
}

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

Server error occurred while attempting to delete the environment.

func NewEndpointDeleteInternalServerError

func NewEndpointDeleteInternalServerError() *EndpointDeleteInternalServerError

NewEndpointDeleteInternalServerError creates a EndpointDeleteInternalServerError with default headers values

func (*EndpointDeleteInternalServerError) Code

Code gets the status code for the endpoint delete internal server error response

func (*EndpointDeleteInternalServerError) Error

func (*EndpointDeleteInternalServerError) IsClientError

func (o *EndpointDeleteInternalServerError) IsClientError() bool

IsClientError returns true when this endpoint delete internal server error response has a 4xx status code

func (*EndpointDeleteInternalServerError) IsCode

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

IsCode returns true when this endpoint delete internal server error response a status code equal to that given

func (*EndpointDeleteInternalServerError) IsRedirect

func (o *EndpointDeleteInternalServerError) IsRedirect() bool

IsRedirect returns true when this endpoint delete internal server error response has a 3xx status code

func (*EndpointDeleteInternalServerError) IsServerError

func (o *EndpointDeleteInternalServerError) IsServerError() bool

IsServerError returns true when this endpoint delete internal server error response has a 5xx status code

func (*EndpointDeleteInternalServerError) IsSuccess

func (o *EndpointDeleteInternalServerError) IsSuccess() bool

IsSuccess returns true when this endpoint delete internal server error response has a 2xx status code

func (*EndpointDeleteInternalServerError) String

type EndpointDeleteNoContent

type EndpointDeleteNoContent struct {
}

EndpointDeleteNoContent describes a response with status code 204, with default header values.

Environment successfully deleted.

func NewEndpointDeleteNoContent

func NewEndpointDeleteNoContent() *EndpointDeleteNoContent

NewEndpointDeleteNoContent creates a EndpointDeleteNoContent with default headers values

func (*EndpointDeleteNoContent) Code

func (o *EndpointDeleteNoContent) Code() int

Code gets the status code for the endpoint delete no content response

func (*EndpointDeleteNoContent) Error

func (o *EndpointDeleteNoContent) Error() string

func (*EndpointDeleteNoContent) IsClientError

func (o *EndpointDeleteNoContent) IsClientError() bool

IsClientError returns true when this endpoint delete no content response has a 4xx status code

func (*EndpointDeleteNoContent) IsCode

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

IsCode returns true when this endpoint delete no content response a status code equal to that given

func (*EndpointDeleteNoContent) IsRedirect

func (o *EndpointDeleteNoContent) IsRedirect() bool

IsRedirect returns true when this endpoint delete no content response has a 3xx status code

func (*EndpointDeleteNoContent) IsServerError

func (o *EndpointDeleteNoContent) IsServerError() bool

IsServerError returns true when this endpoint delete no content response has a 5xx status code

func (*EndpointDeleteNoContent) IsSuccess

func (o *EndpointDeleteNoContent) IsSuccess() bool

IsSuccess returns true when this endpoint delete no content response has a 2xx status code

func (*EndpointDeleteNoContent) String

func (o *EndpointDeleteNoContent) String() string

type EndpointDeleteNotFound

type EndpointDeleteNotFound struct {
}

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

Unable to find the environment with the specified identifier inside the database.

func NewEndpointDeleteNotFound

func NewEndpointDeleteNotFound() *EndpointDeleteNotFound

NewEndpointDeleteNotFound creates a EndpointDeleteNotFound with default headers values

func (*EndpointDeleteNotFound) Code

func (o *EndpointDeleteNotFound) Code() int

Code gets the status code for the endpoint delete not found response

func (*EndpointDeleteNotFound) Error

func (o *EndpointDeleteNotFound) Error() string

func (*EndpointDeleteNotFound) IsClientError

func (o *EndpointDeleteNotFound) IsClientError() bool

IsClientError returns true when this endpoint delete not found response has a 4xx status code

func (*EndpointDeleteNotFound) IsCode

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

IsCode returns true when this endpoint delete not found response a status code equal to that given

func (*EndpointDeleteNotFound) IsRedirect

func (o *EndpointDeleteNotFound) IsRedirect() bool

IsRedirect returns true when this endpoint delete not found response has a 3xx status code

func (*EndpointDeleteNotFound) IsServerError

func (o *EndpointDeleteNotFound) IsServerError() bool

IsServerError returns true when this endpoint delete not found response has a 5xx status code

func (*EndpointDeleteNotFound) IsSuccess

func (o *EndpointDeleteNotFound) IsSuccess() bool

IsSuccess returns true when this endpoint delete not found response has a 2xx status code

func (*EndpointDeleteNotFound) String

func (o *EndpointDeleteNotFound) String() string

type EndpointDeleteParams

type EndpointDeleteParams struct {

	/* ID.

	   Environment(Endpoint) identifier
	*/
	ID int64

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

EndpointDeleteParams contains all the parameters to send to the API endpoint

for the endpoint delete operation.

Typically these are written to a http.Request.

func NewEndpointDeleteParams

func NewEndpointDeleteParams() *EndpointDeleteParams

NewEndpointDeleteParams creates a new EndpointDeleteParams 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 NewEndpointDeleteParamsWithContext

func NewEndpointDeleteParamsWithContext(ctx context.Context) *EndpointDeleteParams

NewEndpointDeleteParamsWithContext creates a new EndpointDeleteParams object with the ability to set a context for a request.

func NewEndpointDeleteParamsWithHTTPClient

func NewEndpointDeleteParamsWithHTTPClient(client *http.Client) *EndpointDeleteParams

NewEndpointDeleteParamsWithHTTPClient creates a new EndpointDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewEndpointDeleteParamsWithTimeout

func NewEndpointDeleteParamsWithTimeout(timeout time.Duration) *EndpointDeleteParams

NewEndpointDeleteParamsWithTimeout creates a new EndpointDeleteParams object with the ability to set a timeout on a request.

func (*EndpointDeleteParams) SetContext

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

SetContext adds the context to the endpoint delete params

func (*EndpointDeleteParams) SetDefaults

func (o *EndpointDeleteParams) SetDefaults()

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

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

func (*EndpointDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the endpoint delete params

func (*EndpointDeleteParams) SetID

func (o *EndpointDeleteParams) SetID(id int64)

SetID adds the id to the endpoint delete params

func (*EndpointDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the endpoint delete params

func (*EndpointDeleteParams) WithContext

WithContext adds the context to the endpoint delete params

func (*EndpointDeleteParams) WithDefaults

func (o *EndpointDeleteParams) WithDefaults() *EndpointDeleteParams

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

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

func (*EndpointDeleteParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the endpoint delete params

func (*EndpointDeleteParams) WithID

WithID adds the id to the endpoint delete params

func (*EndpointDeleteParams) WithTimeout

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

WithTimeout adds the timeout to the endpoint delete params

func (*EndpointDeleteParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type EndpointDeleteReader

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

EndpointDeleteReader is a Reader for the EndpointDelete structure.

func (*EndpointDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EndpointDockerhubStatusBadRequest

type EndpointDockerhubStatusBadRequest struct {
}

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

Invalid request

func NewEndpointDockerhubStatusBadRequest

func NewEndpointDockerhubStatusBadRequest() *EndpointDockerhubStatusBadRequest

NewEndpointDockerhubStatusBadRequest creates a EndpointDockerhubStatusBadRequest with default headers values

func (*EndpointDockerhubStatusBadRequest) Code

Code gets the status code for the endpoint dockerhub status bad request response

func (*EndpointDockerhubStatusBadRequest) Error

func (*EndpointDockerhubStatusBadRequest) IsClientError

func (o *EndpointDockerhubStatusBadRequest) IsClientError() bool

IsClientError returns true when this endpoint dockerhub status bad request response has a 4xx status code

func (*EndpointDockerhubStatusBadRequest) IsCode

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

IsCode returns true when this endpoint dockerhub status bad request response a status code equal to that given

func (*EndpointDockerhubStatusBadRequest) IsRedirect

func (o *EndpointDockerhubStatusBadRequest) IsRedirect() bool

IsRedirect returns true when this endpoint dockerhub status bad request response has a 3xx status code

func (*EndpointDockerhubStatusBadRequest) IsServerError

func (o *EndpointDockerhubStatusBadRequest) IsServerError() bool

IsServerError returns true when this endpoint dockerhub status bad request response has a 5xx status code

func (*EndpointDockerhubStatusBadRequest) IsSuccess

func (o *EndpointDockerhubStatusBadRequest) IsSuccess() bool

IsSuccess returns true when this endpoint dockerhub status bad request response has a 2xx status code

func (*EndpointDockerhubStatusBadRequest) String

type EndpointDockerhubStatusForbidden

type EndpointDockerhubStatusForbidden struct {
}

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

Permission denied

func NewEndpointDockerhubStatusForbidden

func NewEndpointDockerhubStatusForbidden() *EndpointDockerhubStatusForbidden

NewEndpointDockerhubStatusForbidden creates a EndpointDockerhubStatusForbidden with default headers values

func (*EndpointDockerhubStatusForbidden) Code

Code gets the status code for the endpoint dockerhub status forbidden response

func (*EndpointDockerhubStatusForbidden) Error

func (*EndpointDockerhubStatusForbidden) IsClientError

func (o *EndpointDockerhubStatusForbidden) IsClientError() bool

IsClientError returns true when this endpoint dockerhub status forbidden response has a 4xx status code

func (*EndpointDockerhubStatusForbidden) IsCode

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

IsCode returns true when this endpoint dockerhub status forbidden response a status code equal to that given

func (*EndpointDockerhubStatusForbidden) IsRedirect

func (o *EndpointDockerhubStatusForbidden) IsRedirect() bool

IsRedirect returns true when this endpoint dockerhub status forbidden response has a 3xx status code

func (*EndpointDockerhubStatusForbidden) IsServerError

func (o *EndpointDockerhubStatusForbidden) IsServerError() bool

IsServerError returns true when this endpoint dockerhub status forbidden response has a 5xx status code

func (*EndpointDockerhubStatusForbidden) IsSuccess

func (o *EndpointDockerhubStatusForbidden) IsSuccess() bool

IsSuccess returns true when this endpoint dockerhub status forbidden response has a 2xx status code

func (*EndpointDockerhubStatusForbidden) String

type EndpointDockerhubStatusInternalServerError

type EndpointDockerhubStatusInternalServerError struct {
}

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

Server error

func NewEndpointDockerhubStatusInternalServerError

func NewEndpointDockerhubStatusInternalServerError() *EndpointDockerhubStatusInternalServerError

NewEndpointDockerhubStatusInternalServerError creates a EndpointDockerhubStatusInternalServerError with default headers values

func (*EndpointDockerhubStatusInternalServerError) Code

Code gets the status code for the endpoint dockerhub status internal server error response

func (*EndpointDockerhubStatusInternalServerError) Error

func (*EndpointDockerhubStatusInternalServerError) IsClientError

IsClientError returns true when this endpoint dockerhub status internal server error response has a 4xx status code

func (*EndpointDockerhubStatusInternalServerError) IsCode

IsCode returns true when this endpoint dockerhub status internal server error response a status code equal to that given

func (*EndpointDockerhubStatusInternalServerError) IsRedirect

IsRedirect returns true when this endpoint dockerhub status internal server error response has a 3xx status code

func (*EndpointDockerhubStatusInternalServerError) IsServerError

IsServerError returns true when this endpoint dockerhub status internal server error response has a 5xx status code

func (*EndpointDockerhubStatusInternalServerError) IsSuccess

IsSuccess returns true when this endpoint dockerhub status internal server error response has a 2xx status code

func (*EndpointDockerhubStatusInternalServerError) String

type EndpointDockerhubStatusNotFound

type EndpointDockerhubStatusNotFound struct {
}

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

registry or endpoint not found

func NewEndpointDockerhubStatusNotFound

func NewEndpointDockerhubStatusNotFound() *EndpointDockerhubStatusNotFound

NewEndpointDockerhubStatusNotFound creates a EndpointDockerhubStatusNotFound with default headers values

func (*EndpointDockerhubStatusNotFound) Code

Code gets the status code for the endpoint dockerhub status not found response

func (*EndpointDockerhubStatusNotFound) Error

func (*EndpointDockerhubStatusNotFound) IsClientError

func (o *EndpointDockerhubStatusNotFound) IsClientError() bool

IsClientError returns true when this endpoint dockerhub status not found response has a 4xx status code

func (*EndpointDockerhubStatusNotFound) IsCode

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

IsCode returns true when this endpoint dockerhub status not found response a status code equal to that given

func (*EndpointDockerhubStatusNotFound) IsRedirect

func (o *EndpointDockerhubStatusNotFound) IsRedirect() bool

IsRedirect returns true when this endpoint dockerhub status not found response has a 3xx status code

func (*EndpointDockerhubStatusNotFound) IsServerError

func (o *EndpointDockerhubStatusNotFound) IsServerError() bool

IsServerError returns true when this endpoint dockerhub status not found response has a 5xx status code

func (*EndpointDockerhubStatusNotFound) IsSuccess

func (o *EndpointDockerhubStatusNotFound) IsSuccess() bool

IsSuccess returns true when this endpoint dockerhub status not found response has a 2xx status code

func (*EndpointDockerhubStatusNotFound) String

type EndpointDockerhubStatusOK

type EndpointDockerhubStatusOK struct {
	Payload *models.EndpointsDockerhubStatusResponse
}

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

Success

func NewEndpointDockerhubStatusOK

func NewEndpointDockerhubStatusOK() *EndpointDockerhubStatusOK

NewEndpointDockerhubStatusOK creates a EndpointDockerhubStatusOK with default headers values

func (*EndpointDockerhubStatusOK) Code

func (o *EndpointDockerhubStatusOK) Code() int

Code gets the status code for the endpoint dockerhub status o k response

func (*EndpointDockerhubStatusOK) Error

func (o *EndpointDockerhubStatusOK) Error() string

func (*EndpointDockerhubStatusOK) GetPayload

func (*EndpointDockerhubStatusOK) IsClientError

func (o *EndpointDockerhubStatusOK) IsClientError() bool

IsClientError returns true when this endpoint dockerhub status o k response has a 4xx status code

func (*EndpointDockerhubStatusOK) IsCode

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

IsCode returns true when this endpoint dockerhub status o k response a status code equal to that given

func (*EndpointDockerhubStatusOK) IsRedirect

func (o *EndpointDockerhubStatusOK) IsRedirect() bool

IsRedirect returns true when this endpoint dockerhub status o k response has a 3xx status code

func (*EndpointDockerhubStatusOK) IsServerError

func (o *EndpointDockerhubStatusOK) IsServerError() bool

IsServerError returns true when this endpoint dockerhub status o k response has a 5xx status code

func (*EndpointDockerhubStatusOK) IsSuccess

func (o *EndpointDockerhubStatusOK) IsSuccess() bool

IsSuccess returns true when this endpoint dockerhub status o k response has a 2xx status code

func (*EndpointDockerhubStatusOK) String

func (o *EndpointDockerhubStatusOK) String() string

type EndpointDockerhubStatusParams

type EndpointDockerhubStatusParams struct {

	/* ID.

	   endpoint ID
	*/
	ID int64

	/* RegistryID.

	   registry ID
	*/
	RegistryID int64

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

EndpointDockerhubStatusParams contains all the parameters to send to the API endpoint

for the endpoint dockerhub status operation.

Typically these are written to a http.Request.

func NewEndpointDockerhubStatusParams

func NewEndpointDockerhubStatusParams() *EndpointDockerhubStatusParams

NewEndpointDockerhubStatusParams creates a new EndpointDockerhubStatusParams 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 NewEndpointDockerhubStatusParamsWithContext

func NewEndpointDockerhubStatusParamsWithContext(ctx context.Context) *EndpointDockerhubStatusParams

NewEndpointDockerhubStatusParamsWithContext creates a new EndpointDockerhubStatusParams object with the ability to set a context for a request.

func NewEndpointDockerhubStatusParamsWithHTTPClient

func NewEndpointDockerhubStatusParamsWithHTTPClient(client *http.Client) *EndpointDockerhubStatusParams

NewEndpointDockerhubStatusParamsWithHTTPClient creates a new EndpointDockerhubStatusParams object with the ability to set a custom HTTPClient for a request.

func NewEndpointDockerhubStatusParamsWithTimeout

func NewEndpointDockerhubStatusParamsWithTimeout(timeout time.Duration) *EndpointDockerhubStatusParams

NewEndpointDockerhubStatusParamsWithTimeout creates a new EndpointDockerhubStatusParams object with the ability to set a timeout on a request.

func (*EndpointDockerhubStatusParams) SetContext

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

SetContext adds the context to the endpoint dockerhub status params

func (*EndpointDockerhubStatusParams) SetDefaults

func (o *EndpointDockerhubStatusParams) SetDefaults()

SetDefaults hydrates default values in the endpoint dockerhub status params (not the query body).

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

func (*EndpointDockerhubStatusParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the endpoint dockerhub status params

func (*EndpointDockerhubStatusParams) SetID

func (o *EndpointDockerhubStatusParams) SetID(id int64)

SetID adds the id to the endpoint dockerhub status params

func (*EndpointDockerhubStatusParams) SetRegistryID

func (o *EndpointDockerhubStatusParams) SetRegistryID(registryID int64)

SetRegistryID adds the registryId to the endpoint dockerhub status params

func (*EndpointDockerhubStatusParams) SetTimeout

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

SetTimeout adds the timeout to the endpoint dockerhub status params

func (*EndpointDockerhubStatusParams) WithContext

WithContext adds the context to the endpoint dockerhub status params

func (*EndpointDockerhubStatusParams) WithDefaults

WithDefaults hydrates default values in the endpoint dockerhub status params (not the query body).

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

func (*EndpointDockerhubStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the endpoint dockerhub status params

func (*EndpointDockerhubStatusParams) WithID

WithID adds the id to the endpoint dockerhub status params

func (*EndpointDockerhubStatusParams) WithRegistryID

func (o *EndpointDockerhubStatusParams) WithRegistryID(registryID int64) *EndpointDockerhubStatusParams

WithRegistryID adds the registryID to the endpoint dockerhub status params

func (*EndpointDockerhubStatusParams) WithTimeout

WithTimeout adds the timeout to the endpoint dockerhub status params

func (*EndpointDockerhubStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EndpointDockerhubStatusReader

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

EndpointDockerhubStatusReader is a Reader for the EndpointDockerhubStatus structure.

func (*EndpointDockerhubStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EndpointEdgeAsyncBadRequest

type EndpointEdgeAsyncBadRequest struct {
}

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

Invalid request

func NewEndpointEdgeAsyncBadRequest

func NewEndpointEdgeAsyncBadRequest() *EndpointEdgeAsyncBadRequest

NewEndpointEdgeAsyncBadRequest creates a EndpointEdgeAsyncBadRequest with default headers values

func (*EndpointEdgeAsyncBadRequest) Code

func (o *EndpointEdgeAsyncBadRequest) Code() int

Code gets the status code for the endpoint edge async bad request response

func (*EndpointEdgeAsyncBadRequest) Error

func (*EndpointEdgeAsyncBadRequest) IsClientError

func (o *EndpointEdgeAsyncBadRequest) IsClientError() bool

IsClientError returns true when this endpoint edge async bad request response has a 4xx status code

func (*EndpointEdgeAsyncBadRequest) IsCode

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

IsCode returns true when this endpoint edge async bad request response a status code equal to that given

func (*EndpointEdgeAsyncBadRequest) IsRedirect

func (o *EndpointEdgeAsyncBadRequest) IsRedirect() bool

IsRedirect returns true when this endpoint edge async bad request response has a 3xx status code

func (*EndpointEdgeAsyncBadRequest) IsServerError

func (o *EndpointEdgeAsyncBadRequest) IsServerError() bool

IsServerError returns true when this endpoint edge async bad request response has a 5xx status code

func (*EndpointEdgeAsyncBadRequest) IsSuccess

func (o *EndpointEdgeAsyncBadRequest) IsSuccess() bool

IsSuccess returns true when this endpoint edge async bad request response has a 2xx status code

func (*EndpointEdgeAsyncBadRequest) String

func (o *EndpointEdgeAsyncBadRequest) String() string

type EndpointEdgeAsyncForbidden

type EndpointEdgeAsyncForbidden struct {
}

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

Permission denied to access environment(endpoint)

func NewEndpointEdgeAsyncForbidden

func NewEndpointEdgeAsyncForbidden() *EndpointEdgeAsyncForbidden

NewEndpointEdgeAsyncForbidden creates a EndpointEdgeAsyncForbidden with default headers values

func (*EndpointEdgeAsyncForbidden) Code

func (o *EndpointEdgeAsyncForbidden) Code() int

Code gets the status code for the endpoint edge async forbidden response

func (*EndpointEdgeAsyncForbidden) Error

func (*EndpointEdgeAsyncForbidden) IsClientError

func (o *EndpointEdgeAsyncForbidden) IsClientError() bool

IsClientError returns true when this endpoint edge async forbidden response has a 4xx status code

func (*EndpointEdgeAsyncForbidden) IsCode

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

IsCode returns true when this endpoint edge async forbidden response a status code equal to that given

func (*EndpointEdgeAsyncForbidden) IsRedirect

func (o *EndpointEdgeAsyncForbidden) IsRedirect() bool

IsRedirect returns true when this endpoint edge async forbidden response has a 3xx status code

func (*EndpointEdgeAsyncForbidden) IsServerError

func (o *EndpointEdgeAsyncForbidden) IsServerError() bool

IsServerError returns true when this endpoint edge async forbidden response has a 5xx status code

func (*EndpointEdgeAsyncForbidden) IsSuccess

func (o *EndpointEdgeAsyncForbidden) IsSuccess() bool

IsSuccess returns true when this endpoint edge async forbidden response has a 2xx status code

func (*EndpointEdgeAsyncForbidden) String

func (o *EndpointEdgeAsyncForbidden) String() string

type EndpointEdgeAsyncInternalServerError

type EndpointEdgeAsyncInternalServerError struct {
}

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

Server error

func NewEndpointEdgeAsyncInternalServerError

func NewEndpointEdgeAsyncInternalServerError() *EndpointEdgeAsyncInternalServerError

NewEndpointEdgeAsyncInternalServerError creates a EndpointEdgeAsyncInternalServerError with default headers values

func (*EndpointEdgeAsyncInternalServerError) Code

Code gets the status code for the endpoint edge async internal server error response

func (*EndpointEdgeAsyncInternalServerError) Error

func (*EndpointEdgeAsyncInternalServerError) IsClientError

func (o *EndpointEdgeAsyncInternalServerError) IsClientError() bool

IsClientError returns true when this endpoint edge async internal server error response has a 4xx status code

func (*EndpointEdgeAsyncInternalServerError) IsCode

IsCode returns true when this endpoint edge async internal server error response a status code equal to that given

func (*EndpointEdgeAsyncInternalServerError) IsRedirect

IsRedirect returns true when this endpoint edge async internal server error response has a 3xx status code

func (*EndpointEdgeAsyncInternalServerError) IsServerError

func (o *EndpointEdgeAsyncInternalServerError) IsServerError() bool

IsServerError returns true when this endpoint edge async internal server error response has a 5xx status code

func (*EndpointEdgeAsyncInternalServerError) IsSuccess

IsSuccess returns true when this endpoint edge async internal server error response has a 2xx status code

func (*EndpointEdgeAsyncInternalServerError) String

type EndpointEdgeAsyncNotFound

type EndpointEdgeAsyncNotFound struct {
}

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

Environment(Endpoint) not found

func NewEndpointEdgeAsyncNotFound

func NewEndpointEdgeAsyncNotFound() *EndpointEdgeAsyncNotFound

NewEndpointEdgeAsyncNotFound creates a EndpointEdgeAsyncNotFound with default headers values

func (*EndpointEdgeAsyncNotFound) Code

func (o *EndpointEdgeAsyncNotFound) Code() int

Code gets the status code for the endpoint edge async not found response

func (*EndpointEdgeAsyncNotFound) Error

func (o *EndpointEdgeAsyncNotFound) Error() string

func (*EndpointEdgeAsyncNotFound) IsClientError

func (o *EndpointEdgeAsyncNotFound) IsClientError() bool

IsClientError returns true when this endpoint edge async not found response has a 4xx status code

func (*EndpointEdgeAsyncNotFound) IsCode

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

IsCode returns true when this endpoint edge async not found response a status code equal to that given

func (*EndpointEdgeAsyncNotFound) IsRedirect

func (o *EndpointEdgeAsyncNotFound) IsRedirect() bool

IsRedirect returns true when this endpoint edge async not found response has a 3xx status code

func (*EndpointEdgeAsyncNotFound) IsServerError

func (o *EndpointEdgeAsyncNotFound) IsServerError() bool

IsServerError returns true when this endpoint edge async not found response has a 5xx status code

func (*EndpointEdgeAsyncNotFound) IsSuccess

func (o *EndpointEdgeAsyncNotFound) IsSuccess() bool

IsSuccess returns true when this endpoint edge async not found response has a 2xx status code

func (*EndpointEdgeAsyncNotFound) String

func (o *EndpointEdgeAsyncNotFound) String() string

type EndpointEdgeAsyncOK

type EndpointEdgeAsyncOK struct {
	Payload *models.EndpointedgeEdgeAsyncResponse
}

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

Success

func NewEndpointEdgeAsyncOK

func NewEndpointEdgeAsyncOK() *EndpointEdgeAsyncOK

NewEndpointEdgeAsyncOK creates a EndpointEdgeAsyncOK with default headers values

func (*EndpointEdgeAsyncOK) Code

func (o *EndpointEdgeAsyncOK) Code() int

Code gets the status code for the endpoint edge async o k response

func (*EndpointEdgeAsyncOK) Error

func (o *EndpointEdgeAsyncOK) Error() string

func (*EndpointEdgeAsyncOK) GetPayload

func (*EndpointEdgeAsyncOK) IsClientError

func (o *EndpointEdgeAsyncOK) IsClientError() bool

IsClientError returns true when this endpoint edge async o k response has a 4xx status code

func (*EndpointEdgeAsyncOK) IsCode

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

IsCode returns true when this endpoint edge async o k response a status code equal to that given

func (*EndpointEdgeAsyncOK) IsRedirect

func (o *EndpointEdgeAsyncOK) IsRedirect() bool

IsRedirect returns true when this endpoint edge async o k response has a 3xx status code

func (*EndpointEdgeAsyncOK) IsServerError

func (o *EndpointEdgeAsyncOK) IsServerError() bool

IsServerError returns true when this endpoint edge async o k response has a 5xx status code

func (*EndpointEdgeAsyncOK) IsSuccess

func (o *EndpointEdgeAsyncOK) IsSuccess() bool

IsSuccess returns true when this endpoint edge async o k response has a 2xx status code

func (*EndpointEdgeAsyncOK) String

func (o *EndpointEdgeAsyncOK) String() string

type EndpointEdgeAsyncParams

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

EndpointEdgeAsyncParams contains all the parameters to send to the API endpoint

for the endpoint edge async operation.

Typically these are written to a http.Request.

func NewEndpointEdgeAsyncParams

func NewEndpointEdgeAsyncParams() *EndpointEdgeAsyncParams

NewEndpointEdgeAsyncParams creates a new EndpointEdgeAsyncParams 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 NewEndpointEdgeAsyncParamsWithContext

func NewEndpointEdgeAsyncParamsWithContext(ctx context.Context) *EndpointEdgeAsyncParams

NewEndpointEdgeAsyncParamsWithContext creates a new EndpointEdgeAsyncParams object with the ability to set a context for a request.

func NewEndpointEdgeAsyncParamsWithHTTPClient

func NewEndpointEdgeAsyncParamsWithHTTPClient(client *http.Client) *EndpointEdgeAsyncParams

NewEndpointEdgeAsyncParamsWithHTTPClient creates a new EndpointEdgeAsyncParams object with the ability to set a custom HTTPClient for a request.

func NewEndpointEdgeAsyncParamsWithTimeout

func NewEndpointEdgeAsyncParamsWithTimeout(timeout time.Duration) *EndpointEdgeAsyncParams

NewEndpointEdgeAsyncParamsWithTimeout creates a new EndpointEdgeAsyncParams object with the ability to set a timeout on a request.

func (*EndpointEdgeAsyncParams) SetContext

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

SetContext adds the context to the endpoint edge async params

func (*EndpointEdgeAsyncParams) SetDefaults

func (o *EndpointEdgeAsyncParams) SetDefaults()

SetDefaults hydrates default values in the endpoint edge async params (not the query body).

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

func (*EndpointEdgeAsyncParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the endpoint edge async params

func (*EndpointEdgeAsyncParams) SetTimeout

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

SetTimeout adds the timeout to the endpoint edge async params

func (*EndpointEdgeAsyncParams) WithContext

WithContext adds the context to the endpoint edge async params

func (*EndpointEdgeAsyncParams) WithDefaults

WithDefaults hydrates default values in the endpoint edge async params (not the query body).

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

func (*EndpointEdgeAsyncParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the endpoint edge async params

func (*EndpointEdgeAsyncParams) WithTimeout

WithTimeout adds the timeout to the endpoint edge async params

func (*EndpointEdgeAsyncParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EndpointEdgeAsyncReader

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

EndpointEdgeAsyncReader is a Reader for the EndpointEdgeAsync structure.

func (*EndpointEdgeAsyncReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EndpointEdgeStatusInspectBadRequest

type EndpointEdgeStatusInspectBadRequest struct {
}

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

Invalid request

func NewEndpointEdgeStatusInspectBadRequest

func NewEndpointEdgeStatusInspectBadRequest() *EndpointEdgeStatusInspectBadRequest

NewEndpointEdgeStatusInspectBadRequest creates a EndpointEdgeStatusInspectBadRequest with default headers values

func (*EndpointEdgeStatusInspectBadRequest) Code

Code gets the status code for the endpoint edge status inspect bad request response

func (*EndpointEdgeStatusInspectBadRequest) Error

func (*EndpointEdgeStatusInspectBadRequest) IsClientError

func (o *EndpointEdgeStatusInspectBadRequest) IsClientError() bool

IsClientError returns true when this endpoint edge status inspect bad request response has a 4xx status code

func (*EndpointEdgeStatusInspectBadRequest) IsCode

IsCode returns true when this endpoint edge status inspect bad request response a status code equal to that given

func (*EndpointEdgeStatusInspectBadRequest) IsRedirect

func (o *EndpointEdgeStatusInspectBadRequest) IsRedirect() bool

IsRedirect returns true when this endpoint edge status inspect bad request response has a 3xx status code

func (*EndpointEdgeStatusInspectBadRequest) IsServerError

func (o *EndpointEdgeStatusInspectBadRequest) IsServerError() bool

IsServerError returns true when this endpoint edge status inspect bad request response has a 5xx status code

func (*EndpointEdgeStatusInspectBadRequest) IsSuccess

IsSuccess returns true when this endpoint edge status inspect bad request response has a 2xx status code

func (*EndpointEdgeStatusInspectBadRequest) String

type EndpointEdgeStatusInspectForbidden

type EndpointEdgeStatusInspectForbidden struct {
}

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

Permission denied to access environment(endpoint)

func NewEndpointEdgeStatusInspectForbidden

func NewEndpointEdgeStatusInspectForbidden() *EndpointEdgeStatusInspectForbidden

NewEndpointEdgeStatusInspectForbidden creates a EndpointEdgeStatusInspectForbidden with default headers values

func (*EndpointEdgeStatusInspectForbidden) Code

Code gets the status code for the endpoint edge status inspect forbidden response

func (*EndpointEdgeStatusInspectForbidden) Error

func (*EndpointEdgeStatusInspectForbidden) IsClientError

func (o *EndpointEdgeStatusInspectForbidden) IsClientError() bool

IsClientError returns true when this endpoint edge status inspect forbidden response has a 4xx status code

func (*EndpointEdgeStatusInspectForbidden) IsCode

IsCode returns true when this endpoint edge status inspect forbidden response a status code equal to that given

func (*EndpointEdgeStatusInspectForbidden) IsRedirect

func (o *EndpointEdgeStatusInspectForbidden) IsRedirect() bool

IsRedirect returns true when this endpoint edge status inspect forbidden response has a 3xx status code

func (*EndpointEdgeStatusInspectForbidden) IsServerError

func (o *EndpointEdgeStatusInspectForbidden) IsServerError() bool

IsServerError returns true when this endpoint edge status inspect forbidden response has a 5xx status code

func (*EndpointEdgeStatusInspectForbidden) IsSuccess

IsSuccess returns true when this endpoint edge status inspect forbidden response has a 2xx status code

func (*EndpointEdgeStatusInspectForbidden) String

type EndpointEdgeStatusInspectInternalServerError

type EndpointEdgeStatusInspectInternalServerError struct {
}

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

Server error

func NewEndpointEdgeStatusInspectInternalServerError

func NewEndpointEdgeStatusInspectInternalServerError() *EndpointEdgeStatusInspectInternalServerError

NewEndpointEdgeStatusInspectInternalServerError creates a EndpointEdgeStatusInspectInternalServerError with default headers values

func (*EndpointEdgeStatusInspectInternalServerError) Code

Code gets the status code for the endpoint edge status inspect internal server error response

func (*EndpointEdgeStatusInspectInternalServerError) Error

func (*EndpointEdgeStatusInspectInternalServerError) IsClientError

IsClientError returns true when this endpoint edge status inspect internal server error response has a 4xx status code

func (*EndpointEdgeStatusInspectInternalServerError) IsCode

IsCode returns true when this endpoint edge status inspect internal server error response a status code equal to that given

func (*EndpointEdgeStatusInspectInternalServerError) IsRedirect

IsRedirect returns true when this endpoint edge status inspect internal server error response has a 3xx status code

func (*EndpointEdgeStatusInspectInternalServerError) IsServerError

IsServerError returns true when this endpoint edge status inspect internal server error response has a 5xx status code

func (*EndpointEdgeStatusInspectInternalServerError) IsSuccess

IsSuccess returns true when this endpoint edge status inspect internal server error response has a 2xx status code

func (*EndpointEdgeStatusInspectInternalServerError) String

type EndpointEdgeStatusInspectNotFound

type EndpointEdgeStatusInspectNotFound struct {
}

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

Environment(Endpoint) not found

func NewEndpointEdgeStatusInspectNotFound

func NewEndpointEdgeStatusInspectNotFound() *EndpointEdgeStatusInspectNotFound

NewEndpointEdgeStatusInspectNotFound creates a EndpointEdgeStatusInspectNotFound with default headers values

func (*EndpointEdgeStatusInspectNotFound) Code

Code gets the status code for the endpoint edge status inspect not found response

func (*EndpointEdgeStatusInspectNotFound) Error

func (*EndpointEdgeStatusInspectNotFound) IsClientError

func (o *EndpointEdgeStatusInspectNotFound) IsClientError() bool

IsClientError returns true when this endpoint edge status inspect not found response has a 4xx status code

func (*EndpointEdgeStatusInspectNotFound) IsCode

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

IsCode returns true when this endpoint edge status inspect not found response a status code equal to that given

func (*EndpointEdgeStatusInspectNotFound) IsRedirect

func (o *EndpointEdgeStatusInspectNotFound) IsRedirect() bool

IsRedirect returns true when this endpoint edge status inspect not found response has a 3xx status code

func (*EndpointEdgeStatusInspectNotFound) IsServerError

func (o *EndpointEdgeStatusInspectNotFound) IsServerError() bool

IsServerError returns true when this endpoint edge status inspect not found response has a 5xx status code

func (*EndpointEdgeStatusInspectNotFound) IsSuccess

func (o *EndpointEdgeStatusInspectNotFound) IsSuccess() bool

IsSuccess returns true when this endpoint edge status inspect not found response has a 2xx status code

func (*EndpointEdgeStatusInspectNotFound) String

type EndpointEdgeStatusInspectOK

type EndpointEdgeStatusInspectOK struct {
	Payload *models.EndpointedgeEndpointEdgeStatusInspectResponse
}

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

Success

func NewEndpointEdgeStatusInspectOK

func NewEndpointEdgeStatusInspectOK() *EndpointEdgeStatusInspectOK

NewEndpointEdgeStatusInspectOK creates a EndpointEdgeStatusInspectOK with default headers values

func (*EndpointEdgeStatusInspectOK) Code

func (o *EndpointEdgeStatusInspectOK) Code() int

Code gets the status code for the endpoint edge status inspect o k response

func (*EndpointEdgeStatusInspectOK) Error

func (*EndpointEdgeStatusInspectOK) GetPayload

func (*EndpointEdgeStatusInspectOK) IsClientError

func (o *EndpointEdgeStatusInspectOK) IsClientError() bool

IsClientError returns true when this endpoint edge status inspect o k response has a 4xx status code

func (*EndpointEdgeStatusInspectOK) IsCode

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

IsCode returns true when this endpoint edge status inspect o k response a status code equal to that given

func (*EndpointEdgeStatusInspectOK) IsRedirect

func (o *EndpointEdgeStatusInspectOK) IsRedirect() bool

IsRedirect returns true when this endpoint edge status inspect o k response has a 3xx status code

func (*EndpointEdgeStatusInspectOK) IsServerError

func (o *EndpointEdgeStatusInspectOK) IsServerError() bool

IsServerError returns true when this endpoint edge status inspect o k response has a 5xx status code

func (*EndpointEdgeStatusInspectOK) IsSuccess

func (o *EndpointEdgeStatusInspectOK) IsSuccess() bool

IsSuccess returns true when this endpoint edge status inspect o k response has a 2xx status code

func (*EndpointEdgeStatusInspectOK) String

func (o *EndpointEdgeStatusInspectOK) String() string

type EndpointEdgeStatusInspectParams

type EndpointEdgeStatusInspectParams struct {

	/* ID.

	   Environment(Endpoint) identifier
	*/
	ID int64

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

EndpointEdgeStatusInspectParams contains all the parameters to send to the API endpoint

for the endpoint edge status inspect operation.

Typically these are written to a http.Request.

func NewEndpointEdgeStatusInspectParams

func NewEndpointEdgeStatusInspectParams() *EndpointEdgeStatusInspectParams

NewEndpointEdgeStatusInspectParams creates a new EndpointEdgeStatusInspectParams 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 NewEndpointEdgeStatusInspectParamsWithContext

func NewEndpointEdgeStatusInspectParamsWithContext(ctx context.Context) *EndpointEdgeStatusInspectParams

NewEndpointEdgeStatusInspectParamsWithContext creates a new EndpointEdgeStatusInspectParams object with the ability to set a context for a request.

func NewEndpointEdgeStatusInspectParamsWithHTTPClient

func NewEndpointEdgeStatusInspectParamsWithHTTPClient(client *http.Client) *EndpointEdgeStatusInspectParams

NewEndpointEdgeStatusInspectParamsWithHTTPClient creates a new EndpointEdgeStatusInspectParams object with the ability to set a custom HTTPClient for a request.

func NewEndpointEdgeStatusInspectParamsWithTimeout

func NewEndpointEdgeStatusInspectParamsWithTimeout(timeout time.Duration) *EndpointEdgeStatusInspectParams

NewEndpointEdgeStatusInspectParamsWithTimeout creates a new EndpointEdgeStatusInspectParams object with the ability to set a timeout on a request.

func (*EndpointEdgeStatusInspectParams) SetContext

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

SetContext adds the context to the endpoint edge status inspect params

func (*EndpointEdgeStatusInspectParams) SetDefaults

func (o *EndpointEdgeStatusInspectParams) SetDefaults()

SetDefaults hydrates default values in the endpoint edge status inspect params (not the query body).

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

func (*EndpointEdgeStatusInspectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the endpoint edge status inspect params

func (*EndpointEdgeStatusInspectParams) SetID

SetID adds the id to the endpoint edge status inspect params

func (*EndpointEdgeStatusInspectParams) SetTimeout

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

SetTimeout adds the timeout to the endpoint edge status inspect params

func (*EndpointEdgeStatusInspectParams) WithContext

WithContext adds the context to the endpoint edge status inspect params

func (*EndpointEdgeStatusInspectParams) WithDefaults

WithDefaults hydrates default values in the endpoint edge status inspect params (not the query body).

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

func (*EndpointEdgeStatusInspectParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the endpoint edge status inspect params

func (*EndpointEdgeStatusInspectParams) WithID

WithID adds the id to the endpoint edge status inspect params

func (*EndpointEdgeStatusInspectParams) WithTimeout

WithTimeout adds the timeout to the endpoint edge status inspect params

func (*EndpointEdgeStatusInspectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EndpointEdgeStatusInspectReader

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

EndpointEdgeStatusInspectReader is a Reader for the EndpointEdgeStatusInspect structure.

func (*EndpointEdgeStatusInspectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EndpointForceUpdateServiceBadRequest

type EndpointForceUpdateServiceBadRequest struct {
}

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

Invalid request

func NewEndpointForceUpdateServiceBadRequest

func NewEndpointForceUpdateServiceBadRequest() *EndpointForceUpdateServiceBadRequest

NewEndpointForceUpdateServiceBadRequest creates a EndpointForceUpdateServiceBadRequest with default headers values

func (*EndpointForceUpdateServiceBadRequest) Code

Code gets the status code for the endpoint force update service bad request response

func (*EndpointForceUpdateServiceBadRequest) Error

func (*EndpointForceUpdateServiceBadRequest) IsClientError

func (o *EndpointForceUpdateServiceBadRequest) IsClientError() bool

IsClientError returns true when this endpoint force update service bad request response has a 4xx status code

func (*EndpointForceUpdateServiceBadRequest) IsCode

IsCode returns true when this endpoint force update service bad request response a status code equal to that given

func (*EndpointForceUpdateServiceBadRequest) IsRedirect

IsRedirect returns true when this endpoint force update service bad request response has a 3xx status code

func (*EndpointForceUpdateServiceBadRequest) IsServerError

func (o *EndpointForceUpdateServiceBadRequest) IsServerError() bool

IsServerError returns true when this endpoint force update service bad request response has a 5xx status code

func (*EndpointForceUpdateServiceBadRequest) IsSuccess

IsSuccess returns true when this endpoint force update service bad request response has a 2xx status code

func (*EndpointForceUpdateServiceBadRequest) String

type EndpointForceUpdateServiceForbidden

type EndpointForceUpdateServiceForbidden struct {
}

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

Permission denied

func NewEndpointForceUpdateServiceForbidden

func NewEndpointForceUpdateServiceForbidden() *EndpointForceUpdateServiceForbidden

NewEndpointForceUpdateServiceForbidden creates a EndpointForceUpdateServiceForbidden with default headers values

func (*EndpointForceUpdateServiceForbidden) Code

Code gets the status code for the endpoint force update service forbidden response

func (*EndpointForceUpdateServiceForbidden) Error

func (*EndpointForceUpdateServiceForbidden) IsClientError

func (o *EndpointForceUpdateServiceForbidden) IsClientError() bool

IsClientError returns true when this endpoint force update service forbidden response has a 4xx status code

func (*EndpointForceUpdateServiceForbidden) IsCode

IsCode returns true when this endpoint force update service forbidden response a status code equal to that given

func (*EndpointForceUpdateServiceForbidden) IsRedirect

func (o *EndpointForceUpdateServiceForbidden) IsRedirect() bool

IsRedirect returns true when this endpoint force update service forbidden response has a 3xx status code

func (*EndpointForceUpdateServiceForbidden) IsServerError

func (o *EndpointForceUpdateServiceForbidden) IsServerError() bool

IsServerError returns true when this endpoint force update service forbidden response has a 5xx status code

func (*EndpointForceUpdateServiceForbidden) IsSuccess

IsSuccess returns true when this endpoint force update service forbidden response has a 2xx status code

func (*EndpointForceUpdateServiceForbidden) String

type EndpointForceUpdateServiceInternalServerError

type EndpointForceUpdateServiceInternalServerError struct {
}

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

Server error

func NewEndpointForceUpdateServiceInternalServerError

func NewEndpointForceUpdateServiceInternalServerError() *EndpointForceUpdateServiceInternalServerError

NewEndpointForceUpdateServiceInternalServerError creates a EndpointForceUpdateServiceInternalServerError with default headers values

func (*EndpointForceUpdateServiceInternalServerError) Code

Code gets the status code for the endpoint force update service internal server error response

func (*EndpointForceUpdateServiceInternalServerError) Error

func (*EndpointForceUpdateServiceInternalServerError) IsClientError

IsClientError returns true when this endpoint force update service internal server error response has a 4xx status code

func (*EndpointForceUpdateServiceInternalServerError) IsCode

IsCode returns true when this endpoint force update service internal server error response a status code equal to that given

func (*EndpointForceUpdateServiceInternalServerError) IsRedirect

IsRedirect returns true when this endpoint force update service internal server error response has a 3xx status code

func (*EndpointForceUpdateServiceInternalServerError) IsServerError

IsServerError returns true when this endpoint force update service internal server error response has a 5xx status code

func (*EndpointForceUpdateServiceInternalServerError) IsSuccess

IsSuccess returns true when this endpoint force update service internal server error response has a 2xx status code

func (*EndpointForceUpdateServiceInternalServerError) String

type EndpointForceUpdateServiceNotFound

type EndpointForceUpdateServiceNotFound struct {
}

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

endpoint not found

func NewEndpointForceUpdateServiceNotFound

func NewEndpointForceUpdateServiceNotFound() *EndpointForceUpdateServiceNotFound

NewEndpointForceUpdateServiceNotFound creates a EndpointForceUpdateServiceNotFound with default headers values

func (*EndpointForceUpdateServiceNotFound) Code

Code gets the status code for the endpoint force update service not found response

func (*EndpointForceUpdateServiceNotFound) Error

func (*EndpointForceUpdateServiceNotFound) IsClientError

func (o *EndpointForceUpdateServiceNotFound) IsClientError() bool

IsClientError returns true when this endpoint force update service not found response has a 4xx status code

func (*EndpointForceUpdateServiceNotFound) IsCode

IsCode returns true when this endpoint force update service not found response a status code equal to that given

func (*EndpointForceUpdateServiceNotFound) IsRedirect

func (o *EndpointForceUpdateServiceNotFound) IsRedirect() bool

IsRedirect returns true when this endpoint force update service not found response has a 3xx status code

func (*EndpointForceUpdateServiceNotFound) IsServerError

func (o *EndpointForceUpdateServiceNotFound) IsServerError() bool

IsServerError returns true when this endpoint force update service not found response has a 5xx status code

func (*EndpointForceUpdateServiceNotFound) IsSuccess

IsSuccess returns true when this endpoint force update service not found response has a 2xx status code

func (*EndpointForceUpdateServiceNotFound) String

type EndpointForceUpdateServiceOK

type EndpointForceUpdateServiceOK struct {
	Payload *models.SwarmServiceUpdateResponse
}

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

Success

func NewEndpointForceUpdateServiceOK

func NewEndpointForceUpdateServiceOK() *EndpointForceUpdateServiceOK

NewEndpointForceUpdateServiceOK creates a EndpointForceUpdateServiceOK with default headers values

func (*EndpointForceUpdateServiceOK) Code

Code gets the status code for the endpoint force update service o k response

func (*EndpointForceUpdateServiceOK) Error

func (*EndpointForceUpdateServiceOK) GetPayload

func (*EndpointForceUpdateServiceOK) IsClientError

func (o *EndpointForceUpdateServiceOK) IsClientError() bool

IsClientError returns true when this endpoint force update service o k response has a 4xx status code

func (*EndpointForceUpdateServiceOK) IsCode

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

IsCode returns true when this endpoint force update service o k response a status code equal to that given

func (*EndpointForceUpdateServiceOK) IsRedirect

func (o *EndpointForceUpdateServiceOK) IsRedirect() bool

IsRedirect returns true when this endpoint force update service o k response has a 3xx status code

func (*EndpointForceUpdateServiceOK) IsServerError

func (o *EndpointForceUpdateServiceOK) IsServerError() bool

IsServerError returns true when this endpoint force update service o k response has a 5xx status code

func (*EndpointForceUpdateServiceOK) IsSuccess

func (o *EndpointForceUpdateServiceOK) IsSuccess() bool

IsSuccess returns true when this endpoint force update service o k response has a 2xx status code

func (*EndpointForceUpdateServiceOK) String

type EndpointForceUpdateServiceParams

type EndpointForceUpdateServiceParams struct {

	/* Body.

	   details
	*/
	Body *models.EndpointsForceUpdateServicePayload

	/* ID.

	   endpoint identifier
	*/
	ID int64

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

EndpointForceUpdateServiceParams contains all the parameters to send to the API endpoint

for the endpoint force update service operation.

Typically these are written to a http.Request.

func NewEndpointForceUpdateServiceParams

func NewEndpointForceUpdateServiceParams() *EndpointForceUpdateServiceParams

NewEndpointForceUpdateServiceParams creates a new EndpointForceUpdateServiceParams 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 NewEndpointForceUpdateServiceParamsWithContext

func NewEndpointForceUpdateServiceParamsWithContext(ctx context.Context) *EndpointForceUpdateServiceParams

NewEndpointForceUpdateServiceParamsWithContext creates a new EndpointForceUpdateServiceParams object with the ability to set a context for a request.

func NewEndpointForceUpdateServiceParamsWithHTTPClient

func NewEndpointForceUpdateServiceParamsWithHTTPClient(client *http.Client) *EndpointForceUpdateServiceParams

NewEndpointForceUpdateServiceParamsWithHTTPClient creates a new EndpointForceUpdateServiceParams object with the ability to set a custom HTTPClient for a request.

func NewEndpointForceUpdateServiceParamsWithTimeout

func NewEndpointForceUpdateServiceParamsWithTimeout(timeout time.Duration) *EndpointForceUpdateServiceParams

NewEndpointForceUpdateServiceParamsWithTimeout creates a new EndpointForceUpdateServiceParams object with the ability to set a timeout on a request.

func (*EndpointForceUpdateServiceParams) SetBody

SetBody adds the body to the endpoint force update service params

func (*EndpointForceUpdateServiceParams) SetContext

SetContext adds the context to the endpoint force update service params

func (*EndpointForceUpdateServiceParams) SetDefaults

func (o *EndpointForceUpdateServiceParams) SetDefaults()

SetDefaults hydrates default values in the endpoint force update service params (not the query body).

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

func (*EndpointForceUpdateServiceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the endpoint force update service params

func (*EndpointForceUpdateServiceParams) SetID

SetID adds the id to the endpoint force update service params

func (*EndpointForceUpdateServiceParams) SetTimeout

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

SetTimeout adds the timeout to the endpoint force update service params

func (*EndpointForceUpdateServiceParams) WithBody

WithBody adds the body to the endpoint force update service params

func (*EndpointForceUpdateServiceParams) WithContext

WithContext adds the context to the endpoint force update service params

func (*EndpointForceUpdateServiceParams) WithDefaults

WithDefaults hydrates default values in the endpoint force update service params (not the query body).

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

func (*EndpointForceUpdateServiceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the endpoint force update service params

func (*EndpointForceUpdateServiceParams) WithID

WithID adds the id to the endpoint force update service params

func (*EndpointForceUpdateServiceParams) WithTimeout

WithTimeout adds the timeout to the endpoint force update service params

func (*EndpointForceUpdateServiceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EndpointForceUpdateServiceReader

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

EndpointForceUpdateServiceReader is a Reader for the EndpointForceUpdateService structure.

func (*EndpointForceUpdateServiceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EndpointInspectBadRequest

type EndpointInspectBadRequest struct {
}

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

Invalid request

func NewEndpointInspectBadRequest

func NewEndpointInspectBadRequest() *EndpointInspectBadRequest

NewEndpointInspectBadRequest creates a EndpointInspectBadRequest with default headers values

func (*EndpointInspectBadRequest) Code

func (o *EndpointInspectBadRequest) Code() int

Code gets the status code for the endpoint inspect bad request response

func (*EndpointInspectBadRequest) Error

func (o *EndpointInspectBadRequest) Error() string

func (*EndpointInspectBadRequest) IsClientError

func (o *EndpointInspectBadRequest) IsClientError() bool

IsClientError returns true when this endpoint inspect bad request response has a 4xx status code

func (*EndpointInspectBadRequest) IsCode

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

IsCode returns true when this endpoint inspect bad request response a status code equal to that given

func (*EndpointInspectBadRequest) IsRedirect

func (o *EndpointInspectBadRequest) IsRedirect() bool

IsRedirect returns true when this endpoint inspect bad request response has a 3xx status code

func (*EndpointInspectBadRequest) IsServerError

func (o *EndpointInspectBadRequest) IsServerError() bool

IsServerError returns true when this endpoint inspect bad request response has a 5xx status code

func (*EndpointInspectBadRequest) IsSuccess

func (o *EndpointInspectBadRequest) IsSuccess() bool

IsSuccess returns true when this endpoint inspect bad request response has a 2xx status code

func (*EndpointInspectBadRequest) String

func (o *EndpointInspectBadRequest) String() string

type EndpointInspectInternalServerError

type EndpointInspectInternalServerError struct {
}

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

Server error

func NewEndpointInspectInternalServerError

func NewEndpointInspectInternalServerError() *EndpointInspectInternalServerError

NewEndpointInspectInternalServerError creates a EndpointInspectInternalServerError with default headers values

func (*EndpointInspectInternalServerError) Code

Code gets the status code for the endpoint inspect internal server error response

func (*EndpointInspectInternalServerError) Error

func (*EndpointInspectInternalServerError) IsClientError

func (o *EndpointInspectInternalServerError) IsClientError() bool

IsClientError returns true when this endpoint inspect internal server error response has a 4xx status code

func (*EndpointInspectInternalServerError) IsCode

IsCode returns true when this endpoint inspect internal server error response a status code equal to that given

func (*EndpointInspectInternalServerError) IsRedirect

func (o *EndpointInspectInternalServerError) IsRedirect() bool

IsRedirect returns true when this endpoint inspect internal server error response has a 3xx status code

func (*EndpointInspectInternalServerError) IsServerError

func (o *EndpointInspectInternalServerError) IsServerError() bool

IsServerError returns true when this endpoint inspect internal server error response has a 5xx status code

func (*EndpointInspectInternalServerError) IsSuccess

IsSuccess returns true when this endpoint inspect internal server error response has a 2xx status code

func (*EndpointInspectInternalServerError) String

type EndpointInspectNotFound

type EndpointInspectNotFound struct {
}

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

Environment(Endpoint) not found

func NewEndpointInspectNotFound

func NewEndpointInspectNotFound() *EndpointInspectNotFound

NewEndpointInspectNotFound creates a EndpointInspectNotFound with default headers values

func (*EndpointInspectNotFound) Code

func (o *EndpointInspectNotFound) Code() int

Code gets the status code for the endpoint inspect not found response

func (*EndpointInspectNotFound) Error

func (o *EndpointInspectNotFound) Error() string

func (*EndpointInspectNotFound) IsClientError

func (o *EndpointInspectNotFound) IsClientError() bool

IsClientError returns true when this endpoint inspect not found response has a 4xx status code

func (*EndpointInspectNotFound) IsCode

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

IsCode returns true when this endpoint inspect not found response a status code equal to that given

func (*EndpointInspectNotFound) IsRedirect

func (o *EndpointInspectNotFound) IsRedirect() bool

IsRedirect returns true when this endpoint inspect not found response has a 3xx status code

func (*EndpointInspectNotFound) IsServerError

func (o *EndpointInspectNotFound) IsServerError() bool

IsServerError returns true when this endpoint inspect not found response has a 5xx status code

func (*EndpointInspectNotFound) IsSuccess

func (o *EndpointInspectNotFound) IsSuccess() bool

IsSuccess returns true when this endpoint inspect not found response has a 2xx status code

func (*EndpointInspectNotFound) String

func (o *EndpointInspectNotFound) String() string

type EndpointInspectOK

type EndpointInspectOK struct {
	Payload *models.PortainereeEndpoint
}

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

Success

func NewEndpointInspectOK

func NewEndpointInspectOK() *EndpointInspectOK

NewEndpointInspectOK creates a EndpointInspectOK with default headers values

func (*EndpointInspectOK) Code

func (o *EndpointInspectOK) Code() int

Code gets the status code for the endpoint inspect o k response

func (*EndpointInspectOK) Error

func (o *EndpointInspectOK) Error() string

func (*EndpointInspectOK) GetPayload

func (o *EndpointInspectOK) GetPayload() *models.PortainereeEndpoint

func (*EndpointInspectOK) IsClientError

func (o *EndpointInspectOK) IsClientError() bool

IsClientError returns true when this endpoint inspect o k response has a 4xx status code

func (*EndpointInspectOK) IsCode

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

IsCode returns true when this endpoint inspect o k response a status code equal to that given

func (*EndpointInspectOK) IsRedirect

func (o *EndpointInspectOK) IsRedirect() bool

IsRedirect returns true when this endpoint inspect o k response has a 3xx status code

func (*EndpointInspectOK) IsServerError

func (o *EndpointInspectOK) IsServerError() bool

IsServerError returns true when this endpoint inspect o k response has a 5xx status code

func (*EndpointInspectOK) IsSuccess

func (o *EndpointInspectOK) IsSuccess() bool

IsSuccess returns true when this endpoint inspect o k response has a 2xx status code

func (*EndpointInspectOK) String

func (o *EndpointInspectOK) String() string

type EndpointInspectParams

type EndpointInspectParams struct {

	/* ExcludeSnapshot.

	   if true, the snapshot data won't be retrieved
	*/
	ExcludeSnapshot *bool

	/* ExcludeSnapshotRaw.

	   if true, the SnapshotRaw field won't be retrieved
	*/
	ExcludeSnapshotRaw *bool

	/* ID.

	   Environment(Endpoint) identifier
	*/
	ID int64

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

EndpointInspectParams contains all the parameters to send to the API endpoint

for the endpoint inspect operation.

Typically these are written to a http.Request.

func NewEndpointInspectParams

func NewEndpointInspectParams() *EndpointInspectParams

NewEndpointInspectParams creates a new EndpointInspectParams 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 NewEndpointInspectParamsWithContext

func NewEndpointInspectParamsWithContext(ctx context.Context) *EndpointInspectParams

NewEndpointInspectParamsWithContext creates a new EndpointInspectParams object with the ability to set a context for a request.

func NewEndpointInspectParamsWithHTTPClient

func NewEndpointInspectParamsWithHTTPClient(client *http.Client) *EndpointInspectParams

NewEndpointInspectParamsWithHTTPClient creates a new EndpointInspectParams object with the ability to set a custom HTTPClient for a request.

func NewEndpointInspectParamsWithTimeout

func NewEndpointInspectParamsWithTimeout(timeout time.Duration) *EndpointInspectParams

NewEndpointInspectParamsWithTimeout creates a new EndpointInspectParams object with the ability to set a timeout on a request.

func (*EndpointInspectParams) SetContext

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

SetContext adds the context to the endpoint inspect params

func (*EndpointInspectParams) SetDefaults

func (o *EndpointInspectParams) SetDefaults()

SetDefaults hydrates default values in the endpoint inspect params (not the query body).

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

func (*EndpointInspectParams) SetExcludeSnapshot

func (o *EndpointInspectParams) SetExcludeSnapshot(excludeSnapshot *bool)

SetExcludeSnapshot adds the excludeSnapshot to the endpoint inspect params

func (*EndpointInspectParams) SetExcludeSnapshotRaw

func (o *EndpointInspectParams) SetExcludeSnapshotRaw(excludeSnapshotRaw *bool)

SetExcludeSnapshotRaw adds the excludeSnapshotRaw to the endpoint inspect params

func (*EndpointInspectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the endpoint inspect params

func (*EndpointInspectParams) SetID

func (o *EndpointInspectParams) SetID(id int64)

SetID adds the id to the endpoint inspect params

func (*EndpointInspectParams) SetTimeout

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

SetTimeout adds the timeout to the endpoint inspect params

func (*EndpointInspectParams) WithContext

WithContext adds the context to the endpoint inspect params

func (*EndpointInspectParams) WithDefaults

func (o *EndpointInspectParams) WithDefaults() *EndpointInspectParams

WithDefaults hydrates default values in the endpoint inspect params (not the query body).

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

func (*EndpointInspectParams) WithExcludeSnapshot

func (o *EndpointInspectParams) WithExcludeSnapshot(excludeSnapshot *bool) *EndpointInspectParams

WithExcludeSnapshot adds the excludeSnapshot to the endpoint inspect params

func (*EndpointInspectParams) WithExcludeSnapshotRaw

func (o *EndpointInspectParams) WithExcludeSnapshotRaw(excludeSnapshotRaw *bool) *EndpointInspectParams

WithExcludeSnapshotRaw adds the excludeSnapshotRaw to the endpoint inspect params

func (*EndpointInspectParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the endpoint inspect params

func (*EndpointInspectParams) WithID

WithID adds the id to the endpoint inspect params

func (*EndpointInspectParams) WithTimeout

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

WithTimeout adds the timeout to the endpoint inspect params

func (*EndpointInspectParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type EndpointInspectReader

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

EndpointInspectReader is a Reader for the EndpointInspect structure.

func (*EndpointInspectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EndpointListInternalServerError

type EndpointListInternalServerError struct {
}

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

Server error

func NewEndpointListInternalServerError

func NewEndpointListInternalServerError() *EndpointListInternalServerError

NewEndpointListInternalServerError creates a EndpointListInternalServerError with default headers values

func (*EndpointListInternalServerError) Code

Code gets the status code for the endpoint list internal server error response

func (*EndpointListInternalServerError) Error

func (*EndpointListInternalServerError) IsClientError

func (o *EndpointListInternalServerError) IsClientError() bool

IsClientError returns true when this endpoint list internal server error response has a 4xx status code

func (*EndpointListInternalServerError) IsCode

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

IsCode returns true when this endpoint list internal server error response a status code equal to that given

func (*EndpointListInternalServerError) IsRedirect

func (o *EndpointListInternalServerError) IsRedirect() bool

IsRedirect returns true when this endpoint list internal server error response has a 3xx status code

func (*EndpointListInternalServerError) IsServerError

func (o *EndpointListInternalServerError) IsServerError() bool

IsServerError returns true when this endpoint list internal server error response has a 5xx status code

func (*EndpointListInternalServerError) IsSuccess

func (o *EndpointListInternalServerError) IsSuccess() bool

IsSuccess returns true when this endpoint list internal server error response has a 2xx status code

func (*EndpointListInternalServerError) String

type EndpointListOK

type EndpointListOK struct {
	Payload []*models.PortainereeEndpoint
}

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

Endpoints

func NewEndpointListOK

func NewEndpointListOK() *EndpointListOK

NewEndpointListOK creates a EndpointListOK with default headers values

func (*EndpointListOK) Code

func (o *EndpointListOK) Code() int

Code gets the status code for the endpoint list o k response

func (*EndpointListOK) Error

func (o *EndpointListOK) Error() string

func (*EndpointListOK) GetPayload

func (o *EndpointListOK) GetPayload() []*models.PortainereeEndpoint

func (*EndpointListOK) IsClientError

func (o *EndpointListOK) IsClientError() bool

IsClientError returns true when this endpoint list o k response has a 4xx status code

func (*EndpointListOK) IsCode

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

IsCode returns true when this endpoint list o k response a status code equal to that given

func (*EndpointListOK) IsRedirect

func (o *EndpointListOK) IsRedirect() bool

IsRedirect returns true when this endpoint list o k response has a 3xx status code

func (*EndpointListOK) IsServerError

func (o *EndpointListOK) IsServerError() bool

IsServerError returns true when this endpoint list o k response has a 5xx status code

func (*EndpointListOK) IsSuccess

func (o *EndpointListOK) IsSuccess() bool

IsSuccess returns true when this endpoint list o k response has a 2xx status code

func (*EndpointListOK) String

func (o *EndpointListOK) String() string

type EndpointListParams

type EndpointListParams struct {

	/* AgentVersions.

	   will return only environments with on of these agent versions
	*/
	AgentVersions []string

	/* EdgeAsync.

	   if exists true show only edge async agents, false show only standard edge agents. if missing, will show both types (relevant only for edge agents)
	*/
	EdgeAsync *bool

	/* EdgeCheckInPassedSeconds.

	   if bigger then zero, show only edge agents that checked-in in the last provided seconds (relevant only for edge agents)
	*/
	EdgeCheckInPassedSeconds *float64

	/* EdgeDeviceUntrusted.

	   if true, show only untrusted edge agents, if false show only trusted edge agents (relevant only for edge agents)
	*/
	EdgeDeviceUntrusted *bool

	/* EdgeGroupIds.

	   List environments(endpoints) of these edge groups
	*/
	EdgeGroupIds []int64

	/* EdgeStackStatus.

	   only applied when edgeStackId exists. Filter the returned environments based on their deployment status in the stack (not the environment status!)
	*/
	EdgeStackStatus *string

	/* EndpointIds.

	   will return only these environments(endpoints)
	*/
	EndpointIds []int64

	/* ExcludeEdgeGroupIds.

	   Exclude environments(endpoints) of these edge groups
	*/
	ExcludeEdgeGroupIds []int64

	/* ExcludeIds.

	   will exclude these environments(endpoints)
	*/
	ExcludeIds []int64

	/* ExcludeSnapshotRaw.

	   if true, the SnapshotRaw field won't be retrieved
	*/
	ExcludeSnapshotRaw *bool

	/* ExcludeSnapshots.

	   if true, the snapshot data won't be retrieved
	*/
	ExcludeSnapshots *bool

	/* GroupIds.

	   List environments(endpoints) of these groups
	*/
	GroupIds []int64

	/* K8sEnvAdmin.

	   If true, an `X-K8S-Env-Admin` header will be added to the response to indicate if the user is a K8S environment admin for any of the returned environments
	*/
	K8sEnvAdmin *bool

	/* Limit.

	   Limit results to this value
	*/
	Limit *int64

	/* Name.

	   will return only environments(endpoints) with this name
	*/
	Name *string

	/* Order.

	   Order sorted results by desc/asc
	*/
	Order *int64

	/* Provisioned.

	   If true, will return environment(endpoint) that were provisioned
	*/
	Provisioned *bool

	/* Search.

	   Search query
	*/
	Search *string

	/* Start.

	   Start searching from
	*/
	Start *int64

	/* Status.

	   List environments(endpoints) by this status
	*/
	Status []int64

	/* TagIds.

	   search environments(endpoints) with these tags (depends on tagsPartialMatch)
	*/
	TagIds []int64

	/* TagsPartialMatch.

	   If true, will return environment(endpoint) which has one of tagIds, if false (or missing) will return only environments(endpoints) that has all the tags
	*/
	TagsPartialMatch *bool

	/* Types.

	   List environments(endpoints) of this type
	*/
	Types []int64

	/* UpdateInformation.

	   If true, an `X-Update-Available` header will be added to the response to indicate if an update is available
	*/
	UpdateInformation *bool

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

EndpointListParams contains all the parameters to send to the API endpoint

for the endpoint list operation.

Typically these are written to a http.Request.

func NewEndpointListParams

func NewEndpointListParams() *EndpointListParams

NewEndpointListParams creates a new EndpointListParams 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 NewEndpointListParamsWithContext

func NewEndpointListParamsWithContext(ctx context.Context) *EndpointListParams

NewEndpointListParamsWithContext creates a new EndpointListParams object with the ability to set a context for a request.

func NewEndpointListParamsWithHTTPClient

func NewEndpointListParamsWithHTTPClient(client *http.Client) *EndpointListParams

NewEndpointListParamsWithHTTPClient creates a new EndpointListParams object with the ability to set a custom HTTPClient for a request.

func NewEndpointListParamsWithTimeout

func NewEndpointListParamsWithTimeout(timeout time.Duration) *EndpointListParams

NewEndpointListParamsWithTimeout creates a new EndpointListParams object with the ability to set a timeout on a request.

func (*EndpointListParams) SetAgentVersions

func (o *EndpointListParams) SetAgentVersions(agentVersions []string)

SetAgentVersions adds the agentVersions to the endpoint list params

func (*EndpointListParams) SetContext

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

SetContext adds the context to the endpoint list params

func (*EndpointListParams) SetDefaults

func (o *EndpointListParams) SetDefaults()

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

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

func (*EndpointListParams) SetEdgeAsync

func (o *EndpointListParams) SetEdgeAsync(edgeAsync *bool)

SetEdgeAsync adds the edgeAsync to the endpoint list params

func (*EndpointListParams) SetEdgeCheckInPassedSeconds

func (o *EndpointListParams) SetEdgeCheckInPassedSeconds(edgeCheckInPassedSeconds *float64)

SetEdgeCheckInPassedSeconds adds the edgeCheckInPassedSeconds to the endpoint list params

func (*EndpointListParams) SetEdgeDeviceUntrusted

func (o *EndpointListParams) SetEdgeDeviceUntrusted(edgeDeviceUntrusted *bool)

SetEdgeDeviceUntrusted adds the edgeDeviceUntrusted to the endpoint list params

func (*EndpointListParams) SetEdgeGroupIds

func (o *EndpointListParams) SetEdgeGroupIds(edgeGroupIds []int64)

SetEdgeGroupIds adds the edgeGroupIds to the endpoint list params

func (*EndpointListParams) SetEdgeStackStatus

func (o *EndpointListParams) SetEdgeStackStatus(edgeStackStatus *string)

SetEdgeStackStatus adds the edgeStackStatus to the endpoint list params

func (*EndpointListParams) SetEndpointIds

func (o *EndpointListParams) SetEndpointIds(endpointIds []int64)

SetEndpointIds adds the endpointIds to the endpoint list params

func (*EndpointListParams) SetExcludeEdgeGroupIds

func (o *EndpointListParams) SetExcludeEdgeGroupIds(excludeEdgeGroupIds []int64)

SetExcludeEdgeGroupIds adds the excludeEdgeGroupIds to the endpoint list params

func (*EndpointListParams) SetExcludeIds

func (o *EndpointListParams) SetExcludeIds(excludeIds []int64)

SetExcludeIds adds the excludeIds to the endpoint list params

func (*EndpointListParams) SetExcludeSnapshotRaw

func (o *EndpointListParams) SetExcludeSnapshotRaw(excludeSnapshotRaw *bool)

SetExcludeSnapshotRaw adds the excludeSnapshotRaw to the endpoint list params

func (*EndpointListParams) SetExcludeSnapshots

func (o *EndpointListParams) SetExcludeSnapshots(excludeSnapshots *bool)

SetExcludeSnapshots adds the excludeSnapshots to the endpoint list params

func (*EndpointListParams) SetGroupIds

func (o *EndpointListParams) SetGroupIds(groupIds []int64)

SetGroupIds adds the groupIds to the endpoint list params

func (*EndpointListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the endpoint list params

func (*EndpointListParams) SetK8sEnvAdmin

func (o *EndpointListParams) SetK8sEnvAdmin(k8sEnvAdmin *bool)

SetK8sEnvAdmin adds the k8sEnvAdmin to the endpoint list params

func (*EndpointListParams) SetLimit

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

SetLimit adds the limit to the endpoint list params

func (*EndpointListParams) SetName

func (o *EndpointListParams) SetName(name *string)

SetName adds the name to the endpoint list params

func (*EndpointListParams) SetOrder

func (o *EndpointListParams) SetOrder(order *int64)

SetOrder adds the order to the endpoint list params

func (*EndpointListParams) SetProvisioned

func (o *EndpointListParams) SetProvisioned(provisioned *bool)

SetProvisioned adds the provisioned to the endpoint list params

func (*EndpointListParams) SetSearch

func (o *EndpointListParams) SetSearch(search *string)

SetSearch adds the search to the endpoint list params

func (*EndpointListParams) SetStart

func (o *EndpointListParams) SetStart(start *int64)

SetStart adds the start to the endpoint list params

func (*EndpointListParams) SetStatus

func (o *EndpointListParams) SetStatus(status []int64)

SetStatus adds the status to the endpoint list params

func (*EndpointListParams) SetTagIds

func (o *EndpointListParams) SetTagIds(tagIds []int64)

SetTagIds adds the tagIds to the endpoint list params

func (*EndpointListParams) SetTagsPartialMatch

func (o *EndpointListParams) SetTagsPartialMatch(tagsPartialMatch *bool)

SetTagsPartialMatch adds the tagsPartialMatch to the endpoint list params

func (*EndpointListParams) SetTimeout

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

SetTimeout adds the timeout to the endpoint list params

func (*EndpointListParams) SetTypes

func (o *EndpointListParams) SetTypes(types []int64)

SetTypes adds the types to the endpoint list params

func (*EndpointListParams) SetUpdateInformation

func (o *EndpointListParams) SetUpdateInformation(updateInformation *bool)

SetUpdateInformation adds the updateInformation to the endpoint list params

func (*EndpointListParams) WithAgentVersions

func (o *EndpointListParams) WithAgentVersions(agentVersions []string) *EndpointListParams

WithAgentVersions adds the agentVersions to the endpoint list params

func (*EndpointListParams) WithContext

WithContext adds the context to the endpoint list params

func (*EndpointListParams) WithDefaults

func (o *EndpointListParams) WithDefaults() *EndpointListParams

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

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

func (*EndpointListParams) WithEdgeAsync

func (o *EndpointListParams) WithEdgeAsync(edgeAsync *bool) *EndpointListParams

WithEdgeAsync adds the edgeAsync to the endpoint list params

func (*EndpointListParams) WithEdgeCheckInPassedSeconds

func (o *EndpointListParams) WithEdgeCheckInPassedSeconds(edgeCheckInPassedSeconds *float64) *EndpointListParams

WithEdgeCheckInPassedSeconds adds the edgeCheckInPassedSeconds to the endpoint list params

func (*EndpointListParams) WithEdgeDeviceUntrusted

func (o *EndpointListParams) WithEdgeDeviceUntrusted(edgeDeviceUntrusted *bool) *EndpointListParams

WithEdgeDeviceUntrusted adds the edgeDeviceUntrusted to the endpoint list params

func (*EndpointListParams) WithEdgeGroupIds

func (o *EndpointListParams) WithEdgeGroupIds(edgeGroupIds []int64) *EndpointListParams

WithEdgeGroupIds adds the edgeGroupIds to the endpoint list params

func (*EndpointListParams) WithEdgeStackStatus

func (o *EndpointListParams) WithEdgeStackStatus(edgeStackStatus *string) *EndpointListParams

WithEdgeStackStatus adds the edgeStackStatus to the endpoint list params

func (*EndpointListParams) WithEndpointIds

func (o *EndpointListParams) WithEndpointIds(endpointIds []int64) *EndpointListParams

WithEndpointIds adds the endpointIds to the endpoint list params

func (*EndpointListParams) WithExcludeEdgeGroupIds

func (o *EndpointListParams) WithExcludeEdgeGroupIds(excludeEdgeGroupIds []int64) *EndpointListParams

WithExcludeEdgeGroupIds adds the excludeEdgeGroupIds to the endpoint list params

func (*EndpointListParams) WithExcludeIds

func (o *EndpointListParams) WithExcludeIds(excludeIds []int64) *EndpointListParams

WithExcludeIds adds the excludeIds to the endpoint list params

func (*EndpointListParams) WithExcludeSnapshotRaw

func (o *EndpointListParams) WithExcludeSnapshotRaw(excludeSnapshotRaw *bool) *EndpointListParams

WithExcludeSnapshotRaw adds the excludeSnapshotRaw to the endpoint list params

func (*EndpointListParams) WithExcludeSnapshots

func (o *EndpointListParams) WithExcludeSnapshots(excludeSnapshots *bool) *EndpointListParams

WithExcludeSnapshots adds the excludeSnapshots to the endpoint list params

func (*EndpointListParams) WithGroupIds

func (o *EndpointListParams) WithGroupIds(groupIds []int64) *EndpointListParams

WithGroupIds adds the groupIds to the endpoint list params

func (*EndpointListParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the endpoint list params

func (*EndpointListParams) WithK8sEnvAdmin

func (o *EndpointListParams) WithK8sEnvAdmin(k8sEnvAdmin *bool) *EndpointListParams

WithK8sEnvAdmin adds the k8sEnvAdmin to the endpoint list params

func (*EndpointListParams) WithLimit

func (o *EndpointListParams) WithLimit(limit *int64) *EndpointListParams

WithLimit adds the limit to the endpoint list params

func (*EndpointListParams) WithName

func (o *EndpointListParams) WithName(name *string) *EndpointListParams

WithName adds the name to the endpoint list params

func (*EndpointListParams) WithOrder

func (o *EndpointListParams) WithOrder(order *int64) *EndpointListParams

WithOrder adds the order to the endpoint list params

func (*EndpointListParams) WithProvisioned

func (o *EndpointListParams) WithProvisioned(provisioned *bool) *EndpointListParams

WithProvisioned adds the provisioned to the endpoint list params

func (*EndpointListParams) WithSearch

func (o *EndpointListParams) WithSearch(search *string) *EndpointListParams

WithSearch adds the search to the endpoint list params

func (*EndpointListParams) WithStart

func (o *EndpointListParams) WithStart(start *int64) *EndpointListParams

WithStart adds the start to the endpoint list params

func (*EndpointListParams) WithStatus

func (o *EndpointListParams) WithStatus(status []int64) *EndpointListParams

WithStatus adds the status to the endpoint list params

func (*EndpointListParams) WithTagIds

func (o *EndpointListParams) WithTagIds(tagIds []int64) *EndpointListParams

WithTagIds adds the tagIds to the endpoint list params

func (*EndpointListParams) WithTagsPartialMatch

func (o *EndpointListParams) WithTagsPartialMatch(tagsPartialMatch *bool) *EndpointListParams

WithTagsPartialMatch adds the tagsPartialMatch to the endpoint list params

func (*EndpointListParams) WithTimeout

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

WithTimeout adds the timeout to the endpoint list params

func (*EndpointListParams) WithTypes

func (o *EndpointListParams) WithTypes(types []int64) *EndpointListParams

WithTypes adds the types to the endpoint list params

func (*EndpointListParams) WithUpdateInformation

func (o *EndpointListParams) WithUpdateInformation(updateInformation *bool) *EndpointListParams

WithUpdateInformation adds the updateInformation to the endpoint list params

func (*EndpointListParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type EndpointListReader

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

EndpointListReader is a Reader for the EndpointList structure.

func (*EndpointListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EndpointMTLSAgentCertificateErrorBadRequest

type EndpointMTLSAgentCertificateErrorBadRequest struct {
}

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

Invalid request

func NewEndpointMTLSAgentCertificateErrorBadRequest

func NewEndpointMTLSAgentCertificateErrorBadRequest() *EndpointMTLSAgentCertificateErrorBadRequest

NewEndpointMTLSAgentCertificateErrorBadRequest creates a EndpointMTLSAgentCertificateErrorBadRequest with default headers values

func (*EndpointMTLSAgentCertificateErrorBadRequest) Code

Code gets the status code for the endpoint m Tls agent certificate error bad request response

func (*EndpointMTLSAgentCertificateErrorBadRequest) Error

func (*EndpointMTLSAgentCertificateErrorBadRequest) IsClientError

IsClientError returns true when this endpoint m Tls agent certificate error bad request response has a 4xx status code

func (*EndpointMTLSAgentCertificateErrorBadRequest) IsCode

IsCode returns true when this endpoint m Tls agent certificate error bad request response a status code equal to that given

func (*EndpointMTLSAgentCertificateErrorBadRequest) IsRedirect

IsRedirect returns true when this endpoint m Tls agent certificate error bad request response has a 3xx status code

func (*EndpointMTLSAgentCertificateErrorBadRequest) IsServerError

IsServerError returns true when this endpoint m Tls agent certificate error bad request response has a 5xx status code

func (*EndpointMTLSAgentCertificateErrorBadRequest) IsSuccess

IsSuccess returns true when this endpoint m Tls agent certificate error bad request response has a 2xx status code

func (*EndpointMTLSAgentCertificateErrorBadRequest) String

type EndpointMTLSAgentCertificateErrorInternalServerError

type EndpointMTLSAgentCertificateErrorInternalServerError struct {
}

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

Server error

func NewEndpointMTLSAgentCertificateErrorInternalServerError

func NewEndpointMTLSAgentCertificateErrorInternalServerError() *EndpointMTLSAgentCertificateErrorInternalServerError

NewEndpointMTLSAgentCertificateErrorInternalServerError creates a EndpointMTLSAgentCertificateErrorInternalServerError with default headers values

func (*EndpointMTLSAgentCertificateErrorInternalServerError) Code

Code gets the status code for the endpoint m Tls agent certificate error internal server error response

func (*EndpointMTLSAgentCertificateErrorInternalServerError) Error

func (*EndpointMTLSAgentCertificateErrorInternalServerError) IsClientError

IsClientError returns true when this endpoint m Tls agent certificate error internal server error response has a 4xx status code

func (*EndpointMTLSAgentCertificateErrorInternalServerError) IsCode

IsCode returns true when this endpoint m Tls agent certificate error internal server error response a status code equal to that given

func (*EndpointMTLSAgentCertificateErrorInternalServerError) IsRedirect

IsRedirect returns true when this endpoint m Tls agent certificate error internal server error response has a 3xx status code

func (*EndpointMTLSAgentCertificateErrorInternalServerError) IsServerError

IsServerError returns true when this endpoint m Tls agent certificate error internal server error response has a 5xx status code

func (*EndpointMTLSAgentCertificateErrorInternalServerError) IsSuccess

IsSuccess returns true when this endpoint m Tls agent certificate error internal server error response has a 2xx status code

func (*EndpointMTLSAgentCertificateErrorInternalServerError) String

type EndpointMTLSAgentCertificateErrorNotFound

type EndpointMTLSAgentCertificateErrorNotFound struct {
}

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

Environment(Endpoint) not found

func NewEndpointMTLSAgentCertificateErrorNotFound

func NewEndpointMTLSAgentCertificateErrorNotFound() *EndpointMTLSAgentCertificateErrorNotFound

NewEndpointMTLSAgentCertificateErrorNotFound creates a EndpointMTLSAgentCertificateErrorNotFound with default headers values

func (*EndpointMTLSAgentCertificateErrorNotFound) Code

Code gets the status code for the endpoint m Tls agent certificate error not found response

func (*EndpointMTLSAgentCertificateErrorNotFound) Error

func (*EndpointMTLSAgentCertificateErrorNotFound) IsClientError

IsClientError returns true when this endpoint m Tls agent certificate error not found response has a 4xx status code

func (*EndpointMTLSAgentCertificateErrorNotFound) IsCode

IsCode returns true when this endpoint m Tls agent certificate error not found response a status code equal to that given

func (*EndpointMTLSAgentCertificateErrorNotFound) IsRedirect

IsRedirect returns true when this endpoint m Tls agent certificate error not found response has a 3xx status code

func (*EndpointMTLSAgentCertificateErrorNotFound) IsServerError

IsServerError returns true when this endpoint m Tls agent certificate error not found response has a 5xx status code

func (*EndpointMTLSAgentCertificateErrorNotFound) IsSuccess

IsSuccess returns true when this endpoint m Tls agent certificate error not found response has a 2xx status code

func (*EndpointMTLSAgentCertificateErrorNotFound) String

type EndpointMTLSAgentCertificateErrorOK

type EndpointMTLSAgentCertificateErrorOK struct {
	Payload *models.EndpointsEndpointMTLSCertResponse
}

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

Success

func NewEndpointMTLSAgentCertificateErrorOK

func NewEndpointMTLSAgentCertificateErrorOK() *EndpointMTLSAgentCertificateErrorOK

NewEndpointMTLSAgentCertificateErrorOK creates a EndpointMTLSAgentCertificateErrorOK with default headers values

func (*EndpointMTLSAgentCertificateErrorOK) Code

Code gets the status code for the endpoint m Tls agent certificate error o k response

func (*EndpointMTLSAgentCertificateErrorOK) Error

func (*EndpointMTLSAgentCertificateErrorOK) GetPayload

func (*EndpointMTLSAgentCertificateErrorOK) IsClientError

func (o *EndpointMTLSAgentCertificateErrorOK) IsClientError() bool

IsClientError returns true when this endpoint m Tls agent certificate error o k response has a 4xx status code

func (*EndpointMTLSAgentCertificateErrorOK) IsCode

IsCode returns true when this endpoint m Tls agent certificate error o k response a status code equal to that given

func (*EndpointMTLSAgentCertificateErrorOK) IsRedirect

func (o *EndpointMTLSAgentCertificateErrorOK) IsRedirect() bool

IsRedirect returns true when this endpoint m Tls agent certificate error o k response has a 3xx status code

func (*EndpointMTLSAgentCertificateErrorOK) IsServerError

func (o *EndpointMTLSAgentCertificateErrorOK) IsServerError() bool

IsServerError returns true when this endpoint m Tls agent certificate error o k response has a 5xx status code

func (*EndpointMTLSAgentCertificateErrorOK) IsSuccess

IsSuccess returns true when this endpoint m Tls agent certificate error o k response has a 2xx status code

func (*EndpointMTLSAgentCertificateErrorOK) String

type EndpointMTLSAgentCertificateErrorParams

type EndpointMTLSAgentCertificateErrorParams struct {

	/* ID.

	   Environment(Endpoint) identifier
	*/
	ID int64

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

EndpointMTLSAgentCertificateErrorParams contains all the parameters to send to the API endpoint

for the endpoint m TLS agent certificate error operation.

Typically these are written to a http.Request.

func NewEndpointMTLSAgentCertificateErrorParams

func NewEndpointMTLSAgentCertificateErrorParams() *EndpointMTLSAgentCertificateErrorParams

NewEndpointMTLSAgentCertificateErrorParams creates a new EndpointMTLSAgentCertificateErrorParams 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 NewEndpointMTLSAgentCertificateErrorParamsWithContext

func NewEndpointMTLSAgentCertificateErrorParamsWithContext(ctx context.Context) *EndpointMTLSAgentCertificateErrorParams

NewEndpointMTLSAgentCertificateErrorParamsWithContext creates a new EndpointMTLSAgentCertificateErrorParams object with the ability to set a context for a request.

func NewEndpointMTLSAgentCertificateErrorParamsWithHTTPClient

func NewEndpointMTLSAgentCertificateErrorParamsWithHTTPClient(client *http.Client) *EndpointMTLSAgentCertificateErrorParams

NewEndpointMTLSAgentCertificateErrorParamsWithHTTPClient creates a new EndpointMTLSAgentCertificateErrorParams object with the ability to set a custom HTTPClient for a request.

func NewEndpointMTLSAgentCertificateErrorParamsWithTimeout

func NewEndpointMTLSAgentCertificateErrorParamsWithTimeout(timeout time.Duration) *EndpointMTLSAgentCertificateErrorParams

NewEndpointMTLSAgentCertificateErrorParamsWithTimeout creates a new EndpointMTLSAgentCertificateErrorParams object with the ability to set a timeout on a request.

func (*EndpointMTLSAgentCertificateErrorParams) SetContext

SetContext adds the context to the endpoint m TLS agent certificate error params

func (*EndpointMTLSAgentCertificateErrorParams) SetDefaults

func (o *EndpointMTLSAgentCertificateErrorParams) SetDefaults()

SetDefaults hydrates default values in the endpoint m TLS agent certificate error params (not the query body).

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

func (*EndpointMTLSAgentCertificateErrorParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the endpoint m TLS agent certificate error params

func (*EndpointMTLSAgentCertificateErrorParams) SetID

SetID adds the id to the endpoint m TLS agent certificate error params

func (*EndpointMTLSAgentCertificateErrorParams) SetTimeout

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

SetTimeout adds the timeout to the endpoint m TLS agent certificate error params

func (*EndpointMTLSAgentCertificateErrorParams) WithContext

WithContext adds the context to the endpoint m TLS agent certificate error params

func (*EndpointMTLSAgentCertificateErrorParams) WithDefaults

WithDefaults hydrates default values in the endpoint m TLS agent certificate error params (not the query body).

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

func (*EndpointMTLSAgentCertificateErrorParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the endpoint m TLS agent certificate error params

func (*EndpointMTLSAgentCertificateErrorParams) WithID

WithID adds the id to the endpoint m TLS agent certificate error params

func (*EndpointMTLSAgentCertificateErrorParams) WithTimeout

WithTimeout adds the timeout to the endpoint m TLS agent certificate error params

func (*EndpointMTLSAgentCertificateErrorParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EndpointMTLSAgentCertificateErrorReader

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

EndpointMTLSAgentCertificateErrorReader is a Reader for the EndpointMTLSAgentCertificateError structure.

func (*EndpointMTLSAgentCertificateErrorReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EndpointMTLSCertificateBadRequest

type EndpointMTLSCertificateBadRequest struct {
}

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

Invalid request

func NewEndpointMTLSCertificateBadRequest

func NewEndpointMTLSCertificateBadRequest() *EndpointMTLSCertificateBadRequest

NewEndpointMTLSCertificateBadRequest creates a EndpointMTLSCertificateBadRequest with default headers values

func (*EndpointMTLSCertificateBadRequest) Code

Code gets the status code for the endpoint m Tls certificate bad request response

func (*EndpointMTLSCertificateBadRequest) Error

func (*EndpointMTLSCertificateBadRequest) IsClientError

func (o *EndpointMTLSCertificateBadRequest) IsClientError() bool

IsClientError returns true when this endpoint m Tls certificate bad request response has a 4xx status code

func (*EndpointMTLSCertificateBadRequest) IsCode

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

IsCode returns true when this endpoint m Tls certificate bad request response a status code equal to that given

func (*EndpointMTLSCertificateBadRequest) IsRedirect

func (o *EndpointMTLSCertificateBadRequest) IsRedirect() bool

IsRedirect returns true when this endpoint m Tls certificate bad request response has a 3xx status code

func (*EndpointMTLSCertificateBadRequest) IsServerError

func (o *EndpointMTLSCertificateBadRequest) IsServerError() bool

IsServerError returns true when this endpoint m Tls certificate bad request response has a 5xx status code

func (*EndpointMTLSCertificateBadRequest) IsSuccess

func (o *EndpointMTLSCertificateBadRequest) IsSuccess() bool

IsSuccess returns true when this endpoint m Tls certificate bad request response has a 2xx status code

func (*EndpointMTLSCertificateBadRequest) String

type EndpointMTLSCertificateInternalServerError

type EndpointMTLSCertificateInternalServerError struct {
}

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

Server error

func NewEndpointMTLSCertificateInternalServerError

func NewEndpointMTLSCertificateInternalServerError() *EndpointMTLSCertificateInternalServerError

NewEndpointMTLSCertificateInternalServerError creates a EndpointMTLSCertificateInternalServerError with default headers values

func (*EndpointMTLSCertificateInternalServerError) Code

Code gets the status code for the endpoint m Tls certificate internal server error response

func (*EndpointMTLSCertificateInternalServerError) Error

func (*EndpointMTLSCertificateInternalServerError) IsClientError

IsClientError returns true when this endpoint m Tls certificate internal server error response has a 4xx status code

func (*EndpointMTLSCertificateInternalServerError) IsCode

IsCode returns true when this endpoint m Tls certificate internal server error response a status code equal to that given

func (*EndpointMTLSCertificateInternalServerError) IsRedirect

IsRedirect returns true when this endpoint m Tls certificate internal server error response has a 3xx status code

func (*EndpointMTLSCertificateInternalServerError) IsServerError

IsServerError returns true when this endpoint m Tls certificate internal server error response has a 5xx status code

func (*EndpointMTLSCertificateInternalServerError) IsSuccess

IsSuccess returns true when this endpoint m Tls certificate internal server error response has a 2xx status code

func (*EndpointMTLSCertificateInternalServerError) String

type EndpointMTLSCertificateNotFound

type EndpointMTLSCertificateNotFound struct {
}

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

Environment(Endpoint) not found

func NewEndpointMTLSCertificateNotFound

func NewEndpointMTLSCertificateNotFound() *EndpointMTLSCertificateNotFound

NewEndpointMTLSCertificateNotFound creates a EndpointMTLSCertificateNotFound with default headers values

func (*EndpointMTLSCertificateNotFound) Code

Code gets the status code for the endpoint m Tls certificate not found response

func (*EndpointMTLSCertificateNotFound) Error

func (*EndpointMTLSCertificateNotFound) IsClientError

func (o *EndpointMTLSCertificateNotFound) IsClientError() bool

IsClientError returns true when this endpoint m Tls certificate not found response has a 4xx status code

func (*EndpointMTLSCertificateNotFound) IsCode

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

IsCode returns true when this endpoint m Tls certificate not found response a status code equal to that given

func (*EndpointMTLSCertificateNotFound) IsRedirect

func (o *EndpointMTLSCertificateNotFound) IsRedirect() bool

IsRedirect returns true when this endpoint m Tls certificate not found response has a 3xx status code

func (*EndpointMTLSCertificateNotFound) IsServerError

func (o *EndpointMTLSCertificateNotFound) IsServerError() bool

IsServerError returns true when this endpoint m Tls certificate not found response has a 5xx status code

func (*EndpointMTLSCertificateNotFound) IsSuccess

func (o *EndpointMTLSCertificateNotFound) IsSuccess() bool

IsSuccess returns true when this endpoint m Tls certificate not found response has a 2xx status code

func (*EndpointMTLSCertificateNotFound) String

type EndpointMTLSCertificateOK

type EndpointMTLSCertificateOK struct {
	Payload *models.EndpointsEndpointMTLSCertResponse
}

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

Success

func NewEndpointMTLSCertificateOK

func NewEndpointMTLSCertificateOK() *EndpointMTLSCertificateOK

NewEndpointMTLSCertificateOK creates a EndpointMTLSCertificateOK with default headers values

func (*EndpointMTLSCertificateOK) Code

func (o *EndpointMTLSCertificateOK) Code() int

Code gets the status code for the endpoint m Tls certificate o k response

func (*EndpointMTLSCertificateOK) Error

func (o *EndpointMTLSCertificateOK) Error() string

func (*EndpointMTLSCertificateOK) GetPayload

func (*EndpointMTLSCertificateOK) IsClientError

func (o *EndpointMTLSCertificateOK) IsClientError() bool

IsClientError returns true when this endpoint m Tls certificate o k response has a 4xx status code

func (*EndpointMTLSCertificateOK) IsCode

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

IsCode returns true when this endpoint m Tls certificate o k response a status code equal to that given

func (*EndpointMTLSCertificateOK) IsRedirect

func (o *EndpointMTLSCertificateOK) IsRedirect() bool

IsRedirect returns true when this endpoint m Tls certificate o k response has a 3xx status code

func (*EndpointMTLSCertificateOK) IsServerError

func (o *EndpointMTLSCertificateOK) IsServerError() bool

IsServerError returns true when this endpoint m Tls certificate o k response has a 5xx status code

func (*EndpointMTLSCertificateOK) IsSuccess

func (o *EndpointMTLSCertificateOK) IsSuccess() bool

IsSuccess returns true when this endpoint m Tls certificate o k response has a 2xx status code

func (*EndpointMTLSCertificateOK) String

func (o *EndpointMTLSCertificateOK) String() string

type EndpointMTLSCertificateParams

type EndpointMTLSCertificateParams struct {

	/* ID.

	   Environment(Endpoint) identifier
	*/
	ID int64

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

EndpointMTLSCertificateParams contains all the parameters to send to the API endpoint

for the endpoint m TLS certificate operation.

Typically these are written to a http.Request.

func NewEndpointMTLSCertificateParams

func NewEndpointMTLSCertificateParams() *EndpointMTLSCertificateParams

NewEndpointMTLSCertificateParams creates a new EndpointMTLSCertificateParams 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 NewEndpointMTLSCertificateParamsWithContext

func NewEndpointMTLSCertificateParamsWithContext(ctx context.Context) *EndpointMTLSCertificateParams

NewEndpointMTLSCertificateParamsWithContext creates a new EndpointMTLSCertificateParams object with the ability to set a context for a request.

func NewEndpointMTLSCertificateParamsWithHTTPClient

func NewEndpointMTLSCertificateParamsWithHTTPClient(client *http.Client) *EndpointMTLSCertificateParams

NewEndpointMTLSCertificateParamsWithHTTPClient creates a new EndpointMTLSCertificateParams object with the ability to set a custom HTTPClient for a request.

func NewEndpointMTLSCertificateParamsWithTimeout

func NewEndpointMTLSCertificateParamsWithTimeout(timeout time.Duration) *EndpointMTLSCertificateParams

NewEndpointMTLSCertificateParamsWithTimeout creates a new EndpointMTLSCertificateParams object with the ability to set a timeout on a request.

func (*EndpointMTLSCertificateParams) SetContext

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

SetContext adds the context to the endpoint m TLS certificate params

func (*EndpointMTLSCertificateParams) SetDefaults

func (o *EndpointMTLSCertificateParams) SetDefaults()

SetDefaults hydrates default values in the endpoint m TLS certificate params (not the query body).

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

func (*EndpointMTLSCertificateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the endpoint m TLS certificate params

func (*EndpointMTLSCertificateParams) SetID

func (o *EndpointMTLSCertificateParams) SetID(id int64)

SetID adds the id to the endpoint m TLS certificate params

func (*EndpointMTLSCertificateParams) SetTimeout

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

SetTimeout adds the timeout to the endpoint m TLS certificate params

func (*EndpointMTLSCertificateParams) WithContext

WithContext adds the context to the endpoint m TLS certificate params

func (*EndpointMTLSCertificateParams) WithDefaults

WithDefaults hydrates default values in the endpoint m TLS certificate params (not the query body).

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

func (*EndpointMTLSCertificateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the endpoint m TLS certificate params

func (*EndpointMTLSCertificateParams) WithID

WithID adds the id to the endpoint m TLS certificate params

func (*EndpointMTLSCertificateParams) WithTimeout

WithTimeout adds the timeout to the endpoint m TLS certificate params

func (*EndpointMTLSCertificateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EndpointMTLSCertificateReader

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

EndpointMTLSCertificateReader is a Reader for the EndpointMTLSCertificate structure.

func (*EndpointMTLSCertificateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EndpointRegistriesListInternalServerError

type EndpointRegistriesListInternalServerError struct {
}

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

Server error

func NewEndpointRegistriesListInternalServerError

func NewEndpointRegistriesListInternalServerError() *EndpointRegistriesListInternalServerError

NewEndpointRegistriesListInternalServerError creates a EndpointRegistriesListInternalServerError with default headers values

func (*EndpointRegistriesListInternalServerError) Code

Code gets the status code for the endpoint registries list internal server error response

func (*EndpointRegistriesListInternalServerError) Error

func (*EndpointRegistriesListInternalServerError) IsClientError

IsClientError returns true when this endpoint registries list internal server error response has a 4xx status code

func (*EndpointRegistriesListInternalServerError) IsCode

IsCode returns true when this endpoint registries list internal server error response a status code equal to that given

func (*EndpointRegistriesListInternalServerError) IsRedirect

IsRedirect returns true when this endpoint registries list internal server error response has a 3xx status code

func (*EndpointRegistriesListInternalServerError) IsServerError

IsServerError returns true when this endpoint registries list internal server error response has a 5xx status code

func (*EndpointRegistriesListInternalServerError) IsSuccess

IsSuccess returns true when this endpoint registries list internal server error response has a 2xx status code

func (*EndpointRegistriesListInternalServerError) String

type EndpointRegistriesListOK

type EndpointRegistriesListOK struct {
	Payload []*models.PortainereeRegistry
}

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

Success

func NewEndpointRegistriesListOK

func NewEndpointRegistriesListOK() *EndpointRegistriesListOK

NewEndpointRegistriesListOK creates a EndpointRegistriesListOK with default headers values

func (*EndpointRegistriesListOK) Code

func (o *EndpointRegistriesListOK) Code() int

Code gets the status code for the endpoint registries list o k response

func (*EndpointRegistriesListOK) Error

func (o *EndpointRegistriesListOK) Error() string

func (*EndpointRegistriesListOK) GetPayload

func (*EndpointRegistriesListOK) IsClientError

func (o *EndpointRegistriesListOK) IsClientError() bool

IsClientError returns true when this endpoint registries list o k response has a 4xx status code

func (*EndpointRegistriesListOK) IsCode

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

IsCode returns true when this endpoint registries list o k response a status code equal to that given

func (*EndpointRegistriesListOK) IsRedirect

func (o *EndpointRegistriesListOK) IsRedirect() bool

IsRedirect returns true when this endpoint registries list o k response has a 3xx status code

func (*EndpointRegistriesListOK) IsServerError

func (o *EndpointRegistriesListOK) IsServerError() bool

IsServerError returns true when this endpoint registries list o k response has a 5xx status code

func (*EndpointRegistriesListOK) IsSuccess

func (o *EndpointRegistriesListOK) IsSuccess() bool

IsSuccess returns true when this endpoint registries list o k response has a 2xx status code

func (*EndpointRegistriesListOK) String

func (o *EndpointRegistriesListOK) String() string

type EndpointRegistriesListParams

type EndpointRegistriesListParams struct {

	/* ID.

	   Environment(Endpoint) identifier
	*/
	ID int64

	/* Namespace.

	   required if kubernetes environment, will show registries by namespace
	*/
	Namespace *string

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

EndpointRegistriesListParams contains all the parameters to send to the API endpoint

for the endpoint registries list operation.

Typically these are written to a http.Request.

func NewEndpointRegistriesListParams

func NewEndpointRegistriesListParams() *EndpointRegistriesListParams

NewEndpointRegistriesListParams creates a new EndpointRegistriesListParams 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 NewEndpointRegistriesListParamsWithContext

func NewEndpointRegistriesListParamsWithContext(ctx context.Context) *EndpointRegistriesListParams

NewEndpointRegistriesListParamsWithContext creates a new EndpointRegistriesListParams object with the ability to set a context for a request.

func NewEndpointRegistriesListParamsWithHTTPClient

func NewEndpointRegistriesListParamsWithHTTPClient(client *http.Client) *EndpointRegistriesListParams

NewEndpointRegistriesListParamsWithHTTPClient creates a new EndpointRegistriesListParams object with the ability to set a custom HTTPClient for a request.

func NewEndpointRegistriesListParamsWithTimeout

func NewEndpointRegistriesListParamsWithTimeout(timeout time.Duration) *EndpointRegistriesListParams

NewEndpointRegistriesListParamsWithTimeout creates a new EndpointRegistriesListParams object with the ability to set a timeout on a request.

func (*EndpointRegistriesListParams) SetContext

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

SetContext adds the context to the endpoint registries list params

func (*EndpointRegistriesListParams) SetDefaults

func (o *EndpointRegistriesListParams) SetDefaults()

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

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

func (*EndpointRegistriesListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the endpoint registries list params

func (*EndpointRegistriesListParams) SetID

func (o *EndpointRegistriesListParams) SetID(id int64)

SetID adds the id to the endpoint registries list params

func (*EndpointRegistriesListParams) SetNamespace

func (o *EndpointRegistriesListParams) SetNamespace(namespace *string)

SetNamespace adds the namespace to the endpoint registries list params

func (*EndpointRegistriesListParams) SetTimeout

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

SetTimeout adds the timeout to the endpoint registries list params

func (*EndpointRegistriesListParams) WithContext

WithContext adds the context to the endpoint registries list params

func (*EndpointRegistriesListParams) WithDefaults

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

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

func (*EndpointRegistriesListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the endpoint registries list params

func (*EndpointRegistriesListParams) WithID

WithID adds the id to the endpoint registries list params

func (*EndpointRegistriesListParams) WithNamespace

WithNamespace adds the namespace to the endpoint registries list params

func (*EndpointRegistriesListParams) WithTimeout

WithTimeout adds the timeout to the endpoint registries list params

func (*EndpointRegistriesListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EndpointRegistriesListReader

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

EndpointRegistriesListReader is a Reader for the EndpointRegistriesList structure.

func (*EndpointRegistriesListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EndpointRegistryAccessBadRequest

type EndpointRegistryAccessBadRequest struct {
}

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

Invalid request

func NewEndpointRegistryAccessBadRequest

func NewEndpointRegistryAccessBadRequest() *EndpointRegistryAccessBadRequest

NewEndpointRegistryAccessBadRequest creates a EndpointRegistryAccessBadRequest with default headers values

func (*EndpointRegistryAccessBadRequest) Code

Code gets the status code for the endpoint registry access bad request response

func (*EndpointRegistryAccessBadRequest) Error

func (*EndpointRegistryAccessBadRequest) IsClientError

func (o *EndpointRegistryAccessBadRequest) IsClientError() bool

IsClientError returns true when this endpoint registry access bad request response has a 4xx status code

func (*EndpointRegistryAccessBadRequest) IsCode

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

IsCode returns true when this endpoint registry access bad request response a status code equal to that given

func (*EndpointRegistryAccessBadRequest) IsRedirect

func (o *EndpointRegistryAccessBadRequest) IsRedirect() bool

IsRedirect returns true when this endpoint registry access bad request response has a 3xx status code

func (*EndpointRegistryAccessBadRequest) IsServerError

func (o *EndpointRegistryAccessBadRequest) IsServerError() bool

IsServerError returns true when this endpoint registry access bad request response has a 5xx status code

func (*EndpointRegistryAccessBadRequest) IsSuccess

func (o *EndpointRegistryAccessBadRequest) IsSuccess() bool

IsSuccess returns true when this endpoint registry access bad request response has a 2xx status code

func (*EndpointRegistryAccessBadRequest) String

type EndpointRegistryAccessForbidden

type EndpointRegistryAccessForbidden struct {
}

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

Permission denied

func NewEndpointRegistryAccessForbidden

func NewEndpointRegistryAccessForbidden() *EndpointRegistryAccessForbidden

NewEndpointRegistryAccessForbidden creates a EndpointRegistryAccessForbidden with default headers values

func (*EndpointRegistryAccessForbidden) Code

Code gets the status code for the endpoint registry access forbidden response

func (*EndpointRegistryAccessForbidden) Error

func (*EndpointRegistryAccessForbidden) IsClientError

func (o *EndpointRegistryAccessForbidden) IsClientError() bool

IsClientError returns true when this endpoint registry access forbidden response has a 4xx status code

func (*EndpointRegistryAccessForbidden) IsCode

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

IsCode returns true when this endpoint registry access forbidden response a status code equal to that given

func (*EndpointRegistryAccessForbidden) IsRedirect

func (o *EndpointRegistryAccessForbidden) IsRedirect() bool

IsRedirect returns true when this endpoint registry access forbidden response has a 3xx status code

func (*EndpointRegistryAccessForbidden) IsServerError

func (o *EndpointRegistryAccessForbidden) IsServerError() bool

IsServerError returns true when this endpoint registry access forbidden response has a 5xx status code

func (*EndpointRegistryAccessForbidden) IsSuccess

func (o *EndpointRegistryAccessForbidden) IsSuccess() bool

IsSuccess returns true when this endpoint registry access forbidden response has a 2xx status code

func (*EndpointRegistryAccessForbidden) String

type EndpointRegistryAccessInternalServerError

type EndpointRegistryAccessInternalServerError struct {
}

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

Server error

func NewEndpointRegistryAccessInternalServerError

func NewEndpointRegistryAccessInternalServerError() *EndpointRegistryAccessInternalServerError

NewEndpointRegistryAccessInternalServerError creates a EndpointRegistryAccessInternalServerError with default headers values

func (*EndpointRegistryAccessInternalServerError) Code

Code gets the status code for the endpoint registry access internal server error response

func (*EndpointRegistryAccessInternalServerError) Error

func (*EndpointRegistryAccessInternalServerError) IsClientError

IsClientError returns true when this endpoint registry access internal server error response has a 4xx status code

func (*EndpointRegistryAccessInternalServerError) IsCode

IsCode returns true when this endpoint registry access internal server error response a status code equal to that given

func (*EndpointRegistryAccessInternalServerError) IsRedirect

IsRedirect returns true when this endpoint registry access internal server error response has a 3xx status code

func (*EndpointRegistryAccessInternalServerError) IsServerError

IsServerError returns true when this endpoint registry access internal server error response has a 5xx status code

func (*EndpointRegistryAccessInternalServerError) IsSuccess

IsSuccess returns true when this endpoint registry access internal server error response has a 2xx status code

func (*EndpointRegistryAccessInternalServerError) String

type EndpointRegistryAccessNoContent

type EndpointRegistryAccessNoContent struct {
}

EndpointRegistryAccessNoContent describes a response with status code 204, with default header values.

Success

func NewEndpointRegistryAccessNoContent

func NewEndpointRegistryAccessNoContent() *EndpointRegistryAccessNoContent

NewEndpointRegistryAccessNoContent creates a EndpointRegistryAccessNoContent with default headers values

func (*EndpointRegistryAccessNoContent) Code

Code gets the status code for the endpoint registry access no content response

func (*EndpointRegistryAccessNoContent) Error

func (*EndpointRegistryAccessNoContent) IsClientError

func (o *EndpointRegistryAccessNoContent) IsClientError() bool

IsClientError returns true when this endpoint registry access no content response has a 4xx status code

func (*EndpointRegistryAccessNoContent) IsCode

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

IsCode returns true when this endpoint registry access no content response a status code equal to that given

func (*EndpointRegistryAccessNoContent) IsRedirect

func (o *EndpointRegistryAccessNoContent) IsRedirect() bool

IsRedirect returns true when this endpoint registry access no content response has a 3xx status code

func (*EndpointRegistryAccessNoContent) IsServerError

func (o *EndpointRegistryAccessNoContent) IsServerError() bool

IsServerError returns true when this endpoint registry access no content response has a 5xx status code

func (*EndpointRegistryAccessNoContent) IsSuccess

func (o *EndpointRegistryAccessNoContent) IsSuccess() bool

IsSuccess returns true when this endpoint registry access no content response has a 2xx status code

func (*EndpointRegistryAccessNoContent) String

type EndpointRegistryAccessNotFound

type EndpointRegistryAccessNotFound struct {
}

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

Endpoint not found

func NewEndpointRegistryAccessNotFound

func NewEndpointRegistryAccessNotFound() *EndpointRegistryAccessNotFound

NewEndpointRegistryAccessNotFound creates a EndpointRegistryAccessNotFound with default headers values

func (*EndpointRegistryAccessNotFound) Code

Code gets the status code for the endpoint registry access not found response

func (*EndpointRegistryAccessNotFound) Error

func (*EndpointRegistryAccessNotFound) IsClientError

func (o *EndpointRegistryAccessNotFound) IsClientError() bool

IsClientError returns true when this endpoint registry access not found response has a 4xx status code

func (*EndpointRegistryAccessNotFound) IsCode

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

IsCode returns true when this endpoint registry access not found response a status code equal to that given

func (*EndpointRegistryAccessNotFound) IsRedirect

func (o *EndpointRegistryAccessNotFound) IsRedirect() bool

IsRedirect returns true when this endpoint registry access not found response has a 3xx status code

func (*EndpointRegistryAccessNotFound) IsServerError

func (o *EndpointRegistryAccessNotFound) IsServerError() bool

IsServerError returns true when this endpoint registry access not found response has a 5xx status code

func (*EndpointRegistryAccessNotFound) IsSuccess

func (o *EndpointRegistryAccessNotFound) IsSuccess() bool

IsSuccess returns true when this endpoint registry access not found response has a 2xx status code

func (*EndpointRegistryAccessNotFound) String

type EndpointRegistryAccessParams

type EndpointRegistryAccessParams struct {

	/* Body.

	   details
	*/
	Body *models.EndpointsRegistryAccessPayload

	/* ID.

	   Environment(Endpoint) identifier
	*/
	ID int64

	/* RegistryID.

	   Registry identifier
	*/
	RegistryID int64

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

EndpointRegistryAccessParams contains all the parameters to send to the API endpoint

for the endpoint registry access operation.

Typically these are written to a http.Request.

func NewEndpointRegistryAccessParams

func NewEndpointRegistryAccessParams() *EndpointRegistryAccessParams

NewEndpointRegistryAccessParams creates a new EndpointRegistryAccessParams 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 NewEndpointRegistryAccessParamsWithContext

func NewEndpointRegistryAccessParamsWithContext(ctx context.Context) *EndpointRegistryAccessParams

NewEndpointRegistryAccessParamsWithContext creates a new EndpointRegistryAccessParams object with the ability to set a context for a request.

func NewEndpointRegistryAccessParamsWithHTTPClient

func NewEndpointRegistryAccessParamsWithHTTPClient(client *http.Client) *EndpointRegistryAccessParams

NewEndpointRegistryAccessParamsWithHTTPClient creates a new EndpointRegistryAccessParams object with the ability to set a custom HTTPClient for a request.

func NewEndpointRegistryAccessParamsWithTimeout

func NewEndpointRegistryAccessParamsWithTimeout(timeout time.Duration) *EndpointRegistryAccessParams

NewEndpointRegistryAccessParamsWithTimeout creates a new EndpointRegistryAccessParams object with the ability to set a timeout on a request.

func (*EndpointRegistryAccessParams) SetBody

SetBody adds the body to the endpoint registry access params

func (*EndpointRegistryAccessParams) SetContext

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

SetContext adds the context to the endpoint registry access params

func (*EndpointRegistryAccessParams) SetDefaults

func (o *EndpointRegistryAccessParams) SetDefaults()

SetDefaults hydrates default values in the endpoint registry access params (not the query body).

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

func (*EndpointRegistryAccessParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the endpoint registry access params

func (*EndpointRegistryAccessParams) SetID

func (o *EndpointRegistryAccessParams) SetID(id int64)

SetID adds the id to the endpoint registry access params

func (*EndpointRegistryAccessParams) SetRegistryID

func (o *EndpointRegistryAccessParams) SetRegistryID(registryID int64)

SetRegistryID adds the registryId to the endpoint registry access params

func (*EndpointRegistryAccessParams) SetTimeout

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

SetTimeout adds the timeout to the endpoint registry access params

func (*EndpointRegistryAccessParams) WithBody

WithBody adds the body to the endpoint registry access params

func (*EndpointRegistryAccessParams) WithContext

WithContext adds the context to the endpoint registry access params

func (*EndpointRegistryAccessParams) WithDefaults

WithDefaults hydrates default values in the endpoint registry access params (not the query body).

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

func (*EndpointRegistryAccessParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the endpoint registry access params

func (*EndpointRegistryAccessParams) WithID

WithID adds the id to the endpoint registry access params

func (*EndpointRegistryAccessParams) WithRegistryID

func (o *EndpointRegistryAccessParams) WithRegistryID(registryID int64) *EndpointRegistryAccessParams

WithRegistryID adds the registryID to the endpoint registry access params

func (*EndpointRegistryAccessParams) WithTimeout

WithTimeout adds the timeout to the endpoint registry access params

func (*EndpointRegistryAccessParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EndpointRegistryAccessReader

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

EndpointRegistryAccessReader is a Reader for the EndpointRegistryAccess structure.

func (*EndpointRegistryAccessReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EndpointSettingsUpdateBadRequest

type EndpointSettingsUpdateBadRequest struct {
}

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

Invalid request

func NewEndpointSettingsUpdateBadRequest

func NewEndpointSettingsUpdateBadRequest() *EndpointSettingsUpdateBadRequest

NewEndpointSettingsUpdateBadRequest creates a EndpointSettingsUpdateBadRequest with default headers values

func (*EndpointSettingsUpdateBadRequest) Code

Code gets the status code for the endpoint settings update bad request response

func (*EndpointSettingsUpdateBadRequest) Error

func (*EndpointSettingsUpdateBadRequest) IsClientError

func (o *EndpointSettingsUpdateBadRequest) IsClientError() bool

IsClientError returns true when this endpoint settings update bad request response has a 4xx status code

func (*EndpointSettingsUpdateBadRequest) IsCode

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

IsCode returns true when this endpoint settings update bad request response a status code equal to that given

func (*EndpointSettingsUpdateBadRequest) IsRedirect

func (o *EndpointSettingsUpdateBadRequest) IsRedirect() bool

IsRedirect returns true when this endpoint settings update bad request response has a 3xx status code

func (*EndpointSettingsUpdateBadRequest) IsServerError

func (o *EndpointSettingsUpdateBadRequest) IsServerError() bool

IsServerError returns true when this endpoint settings update bad request response has a 5xx status code

func (*EndpointSettingsUpdateBadRequest) IsSuccess

func (o *EndpointSettingsUpdateBadRequest) IsSuccess() bool

IsSuccess returns true when this endpoint settings update bad request response has a 2xx status code

func (*EndpointSettingsUpdateBadRequest) String

type EndpointSettingsUpdateInternalServerError

type EndpointSettingsUpdateInternalServerError struct {
}

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

Server error

func NewEndpointSettingsUpdateInternalServerError

func NewEndpointSettingsUpdateInternalServerError() *EndpointSettingsUpdateInternalServerError

NewEndpointSettingsUpdateInternalServerError creates a EndpointSettingsUpdateInternalServerError with default headers values

func (*EndpointSettingsUpdateInternalServerError) Code

Code gets the status code for the endpoint settings update internal server error response

func (*EndpointSettingsUpdateInternalServerError) Error

func (*EndpointSettingsUpdateInternalServerError) IsClientError

IsClientError returns true when this endpoint settings update internal server error response has a 4xx status code

func (*EndpointSettingsUpdateInternalServerError) IsCode

IsCode returns true when this endpoint settings update internal server error response a status code equal to that given

func (*EndpointSettingsUpdateInternalServerError) IsRedirect

IsRedirect returns true when this endpoint settings update internal server error response has a 3xx status code

func (*EndpointSettingsUpdateInternalServerError) IsServerError

IsServerError returns true when this endpoint settings update internal server error response has a 5xx status code

func (*EndpointSettingsUpdateInternalServerError) IsSuccess

IsSuccess returns true when this endpoint settings update internal server error response has a 2xx status code

func (*EndpointSettingsUpdateInternalServerError) String

type EndpointSettingsUpdateNotFound

type EndpointSettingsUpdateNotFound struct {
}

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

Environment(Endpoint) not found

func NewEndpointSettingsUpdateNotFound

func NewEndpointSettingsUpdateNotFound() *EndpointSettingsUpdateNotFound

NewEndpointSettingsUpdateNotFound creates a EndpointSettingsUpdateNotFound with default headers values

func (*EndpointSettingsUpdateNotFound) Code

Code gets the status code for the endpoint settings update not found response

func (*EndpointSettingsUpdateNotFound) Error

func (*EndpointSettingsUpdateNotFound) IsClientError

func (o *EndpointSettingsUpdateNotFound) IsClientError() bool

IsClientError returns true when this endpoint settings update not found response has a 4xx status code

func (*EndpointSettingsUpdateNotFound) IsCode

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

IsCode returns true when this endpoint settings update not found response a status code equal to that given

func (*EndpointSettingsUpdateNotFound) IsRedirect

func (o *EndpointSettingsUpdateNotFound) IsRedirect() bool

IsRedirect returns true when this endpoint settings update not found response has a 3xx status code

func (*EndpointSettingsUpdateNotFound) IsServerError

func (o *EndpointSettingsUpdateNotFound) IsServerError() bool

IsServerError returns true when this endpoint settings update not found response has a 5xx status code

func (*EndpointSettingsUpdateNotFound) IsSuccess

func (o *EndpointSettingsUpdateNotFound) IsSuccess() bool

IsSuccess returns true when this endpoint settings update not found response has a 2xx status code

func (*EndpointSettingsUpdateNotFound) String

type EndpointSettingsUpdateOK

type EndpointSettingsUpdateOK struct {
	Payload *models.PortainereeEndpoint
}

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

Success

func NewEndpointSettingsUpdateOK

func NewEndpointSettingsUpdateOK() *EndpointSettingsUpdateOK

NewEndpointSettingsUpdateOK creates a EndpointSettingsUpdateOK with default headers values

func (*EndpointSettingsUpdateOK) Code

func (o *EndpointSettingsUpdateOK) Code() int

Code gets the status code for the endpoint settings update o k response

func (*EndpointSettingsUpdateOK) Error

func (o *EndpointSettingsUpdateOK) Error() string

func (*EndpointSettingsUpdateOK) GetPayload

func (*EndpointSettingsUpdateOK) IsClientError

func (o *EndpointSettingsUpdateOK) IsClientError() bool

IsClientError returns true when this endpoint settings update o k response has a 4xx status code

func (*EndpointSettingsUpdateOK) IsCode

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

IsCode returns true when this endpoint settings update o k response a status code equal to that given

func (*EndpointSettingsUpdateOK) IsRedirect

func (o *EndpointSettingsUpdateOK) IsRedirect() bool

IsRedirect returns true when this endpoint settings update o k response has a 3xx status code

func (*EndpointSettingsUpdateOK) IsServerError

func (o *EndpointSettingsUpdateOK) IsServerError() bool

IsServerError returns true when this endpoint settings update o k response has a 5xx status code

func (*EndpointSettingsUpdateOK) IsSuccess

func (o *EndpointSettingsUpdateOK) IsSuccess() bool

IsSuccess returns true when this endpoint settings update o k response has a 2xx status code

func (*EndpointSettingsUpdateOK) String

func (o *EndpointSettingsUpdateOK) String() string

type EndpointSettingsUpdateParams

type EndpointSettingsUpdateParams struct {

	/* Body.

	   Environment(Endpoint) details
	*/
	Body *models.EndpointsEndpointSettingsUpdatePayload

	/* ID.

	   Environment(Endpoint) identifier
	*/
	ID int64

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

EndpointSettingsUpdateParams contains all the parameters to send to the API endpoint

for the endpoint settings update operation.

Typically these are written to a http.Request.

func NewEndpointSettingsUpdateParams

func NewEndpointSettingsUpdateParams() *EndpointSettingsUpdateParams

NewEndpointSettingsUpdateParams creates a new EndpointSettingsUpdateParams 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 NewEndpointSettingsUpdateParamsWithContext

func NewEndpointSettingsUpdateParamsWithContext(ctx context.Context) *EndpointSettingsUpdateParams

NewEndpointSettingsUpdateParamsWithContext creates a new EndpointSettingsUpdateParams object with the ability to set a context for a request.

func NewEndpointSettingsUpdateParamsWithHTTPClient

func NewEndpointSettingsUpdateParamsWithHTTPClient(client *http.Client) *EndpointSettingsUpdateParams

NewEndpointSettingsUpdateParamsWithHTTPClient creates a new EndpointSettingsUpdateParams object with the ability to set a custom HTTPClient for a request.

func NewEndpointSettingsUpdateParamsWithTimeout

func NewEndpointSettingsUpdateParamsWithTimeout(timeout time.Duration) *EndpointSettingsUpdateParams

NewEndpointSettingsUpdateParamsWithTimeout creates a new EndpointSettingsUpdateParams object with the ability to set a timeout on a request.

func (*EndpointSettingsUpdateParams) SetBody

SetBody adds the body to the endpoint settings update params

func (*EndpointSettingsUpdateParams) SetContext

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

SetContext adds the context to the endpoint settings update params

func (*EndpointSettingsUpdateParams) SetDefaults

func (o *EndpointSettingsUpdateParams) SetDefaults()

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

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

func (*EndpointSettingsUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the endpoint settings update params

func (*EndpointSettingsUpdateParams) SetID

func (o *EndpointSettingsUpdateParams) SetID(id int64)

SetID adds the id to the endpoint settings update params

func (*EndpointSettingsUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the endpoint settings update params

func (*EndpointSettingsUpdateParams) WithBody

WithBody adds the body to the endpoint settings update params

func (*EndpointSettingsUpdateParams) WithContext

WithContext adds the context to the endpoint settings update params

func (*EndpointSettingsUpdateParams) WithDefaults

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

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

func (*EndpointSettingsUpdateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the endpoint settings update params

func (*EndpointSettingsUpdateParams) WithID

WithID adds the id to the endpoint settings update params

func (*EndpointSettingsUpdateParams) WithTimeout

WithTimeout adds the timeout to the endpoint settings update params

func (*EndpointSettingsUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EndpointSettingsUpdateReader

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

EndpointSettingsUpdateReader is a Reader for the EndpointSettingsUpdate structure.

func (*EndpointSettingsUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EndpointSnapshotBadRequest

type EndpointSnapshotBadRequest struct {
}

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

Invalid request

func NewEndpointSnapshotBadRequest

func NewEndpointSnapshotBadRequest() *EndpointSnapshotBadRequest

NewEndpointSnapshotBadRequest creates a EndpointSnapshotBadRequest with default headers values

func (*EndpointSnapshotBadRequest) Code

func (o *EndpointSnapshotBadRequest) Code() int

Code gets the status code for the endpoint snapshot bad request response

func (*EndpointSnapshotBadRequest) Error

func (*EndpointSnapshotBadRequest) IsClientError

func (o *EndpointSnapshotBadRequest) IsClientError() bool

IsClientError returns true when this endpoint snapshot bad request response has a 4xx status code

func (*EndpointSnapshotBadRequest) IsCode

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

IsCode returns true when this endpoint snapshot bad request response a status code equal to that given

func (*EndpointSnapshotBadRequest) IsRedirect

func (o *EndpointSnapshotBadRequest) IsRedirect() bool

IsRedirect returns true when this endpoint snapshot bad request response has a 3xx status code

func (*EndpointSnapshotBadRequest) IsServerError

func (o *EndpointSnapshotBadRequest) IsServerError() bool

IsServerError returns true when this endpoint snapshot bad request response has a 5xx status code

func (*EndpointSnapshotBadRequest) IsSuccess

func (o *EndpointSnapshotBadRequest) IsSuccess() bool

IsSuccess returns true when this endpoint snapshot bad request response has a 2xx status code

func (*EndpointSnapshotBadRequest) String

func (o *EndpointSnapshotBadRequest) String() string

type EndpointSnapshotInternalServerError

type EndpointSnapshotInternalServerError struct {
}

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

Server error

func NewEndpointSnapshotInternalServerError

func NewEndpointSnapshotInternalServerError() *EndpointSnapshotInternalServerError

NewEndpointSnapshotInternalServerError creates a EndpointSnapshotInternalServerError with default headers values

func (*EndpointSnapshotInternalServerError) Code

Code gets the status code for the endpoint snapshot internal server error response

func (*EndpointSnapshotInternalServerError) Error

func (*EndpointSnapshotInternalServerError) IsClientError

func (o *EndpointSnapshotInternalServerError) IsClientError() bool

IsClientError returns true when this endpoint snapshot internal server error response has a 4xx status code

func (*EndpointSnapshotInternalServerError) IsCode

IsCode returns true when this endpoint snapshot internal server error response a status code equal to that given

func (*EndpointSnapshotInternalServerError) IsRedirect

func (o *EndpointSnapshotInternalServerError) IsRedirect() bool

IsRedirect returns true when this endpoint snapshot internal server error response has a 3xx status code

func (*EndpointSnapshotInternalServerError) IsServerError

func (o *EndpointSnapshotInternalServerError) IsServerError() bool

IsServerError returns true when this endpoint snapshot internal server error response has a 5xx status code

func (*EndpointSnapshotInternalServerError) IsSuccess

IsSuccess returns true when this endpoint snapshot internal server error response has a 2xx status code

func (*EndpointSnapshotInternalServerError) String

type EndpointSnapshotNoContent

type EndpointSnapshotNoContent struct {
}

EndpointSnapshotNoContent describes a response with status code 204, with default header values.

Success

func NewEndpointSnapshotNoContent

func NewEndpointSnapshotNoContent() *EndpointSnapshotNoContent

NewEndpointSnapshotNoContent creates a EndpointSnapshotNoContent with default headers values

func (*EndpointSnapshotNoContent) Code

func (o *EndpointSnapshotNoContent) Code() int

Code gets the status code for the endpoint snapshot no content response

func (*EndpointSnapshotNoContent) Error

func (o *EndpointSnapshotNoContent) Error() string

func (*EndpointSnapshotNoContent) IsClientError

func (o *EndpointSnapshotNoContent) IsClientError() bool

IsClientError returns true when this endpoint snapshot no content response has a 4xx status code

func (*EndpointSnapshotNoContent) IsCode

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

IsCode returns true when this endpoint snapshot no content response a status code equal to that given

func (*EndpointSnapshotNoContent) IsRedirect

func (o *EndpointSnapshotNoContent) IsRedirect() bool

IsRedirect returns true when this endpoint snapshot no content response has a 3xx status code

func (*EndpointSnapshotNoContent) IsServerError

func (o *EndpointSnapshotNoContent) IsServerError() bool

IsServerError returns true when this endpoint snapshot no content response has a 5xx status code

func (*EndpointSnapshotNoContent) IsSuccess

func (o *EndpointSnapshotNoContent) IsSuccess() bool

IsSuccess returns true when this endpoint snapshot no content response has a 2xx status code

func (*EndpointSnapshotNoContent) String

func (o *EndpointSnapshotNoContent) String() string

type EndpointSnapshotNotFound

type EndpointSnapshotNotFound struct {
}

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

Environment(Endpoint) not found

func NewEndpointSnapshotNotFound

func NewEndpointSnapshotNotFound() *EndpointSnapshotNotFound

NewEndpointSnapshotNotFound creates a EndpointSnapshotNotFound with default headers values

func (*EndpointSnapshotNotFound) Code

func (o *EndpointSnapshotNotFound) Code() int

Code gets the status code for the endpoint snapshot not found response

func (*EndpointSnapshotNotFound) Error

func (o *EndpointSnapshotNotFound) Error() string

func (*EndpointSnapshotNotFound) IsClientError

func (o *EndpointSnapshotNotFound) IsClientError() bool

IsClientError returns true when this endpoint snapshot not found response has a 4xx status code

func (*EndpointSnapshotNotFound) IsCode

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

IsCode returns true when this endpoint snapshot not found response a status code equal to that given

func (*EndpointSnapshotNotFound) IsRedirect

func (o *EndpointSnapshotNotFound) IsRedirect() bool

IsRedirect returns true when this endpoint snapshot not found response has a 3xx status code

func (*EndpointSnapshotNotFound) IsServerError

func (o *EndpointSnapshotNotFound) IsServerError() bool

IsServerError returns true when this endpoint snapshot not found response has a 5xx status code

func (*EndpointSnapshotNotFound) IsSuccess

func (o *EndpointSnapshotNotFound) IsSuccess() bool

IsSuccess returns true when this endpoint snapshot not found response has a 2xx status code

func (*EndpointSnapshotNotFound) String

func (o *EndpointSnapshotNotFound) String() string

type EndpointSnapshotParams

type EndpointSnapshotParams struct {

	/* ID.

	   Environment(Endpoint) identifier
	*/
	ID int64

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

EndpointSnapshotParams contains all the parameters to send to the API endpoint

for the endpoint snapshot operation.

Typically these are written to a http.Request.

func NewEndpointSnapshotParams

func NewEndpointSnapshotParams() *EndpointSnapshotParams

NewEndpointSnapshotParams creates a new EndpointSnapshotParams 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 NewEndpointSnapshotParamsWithContext

func NewEndpointSnapshotParamsWithContext(ctx context.Context) *EndpointSnapshotParams

NewEndpointSnapshotParamsWithContext creates a new EndpointSnapshotParams object with the ability to set a context for a request.

func NewEndpointSnapshotParamsWithHTTPClient

func NewEndpointSnapshotParamsWithHTTPClient(client *http.Client) *EndpointSnapshotParams

NewEndpointSnapshotParamsWithHTTPClient creates a new EndpointSnapshotParams object with the ability to set a custom HTTPClient for a request.

func NewEndpointSnapshotParamsWithTimeout

func NewEndpointSnapshotParamsWithTimeout(timeout time.Duration) *EndpointSnapshotParams

NewEndpointSnapshotParamsWithTimeout creates a new EndpointSnapshotParams object with the ability to set a timeout on a request.

func (*EndpointSnapshotParams) SetContext

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

SetContext adds the context to the endpoint snapshot params

func (*EndpointSnapshotParams) SetDefaults

func (o *EndpointSnapshotParams) SetDefaults()

SetDefaults hydrates default values in the endpoint snapshot params (not the query body).

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

func (*EndpointSnapshotParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the endpoint snapshot params

func (*EndpointSnapshotParams) SetID

func (o *EndpointSnapshotParams) SetID(id int64)

SetID adds the id to the endpoint snapshot params

func (*EndpointSnapshotParams) SetTimeout

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

SetTimeout adds the timeout to the endpoint snapshot params

func (*EndpointSnapshotParams) WithContext

WithContext adds the context to the endpoint snapshot params

func (*EndpointSnapshotParams) WithDefaults

WithDefaults hydrates default values in the endpoint snapshot params (not the query body).

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

func (*EndpointSnapshotParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the endpoint snapshot params

func (*EndpointSnapshotParams) WithID

WithID adds the id to the endpoint snapshot params

func (*EndpointSnapshotParams) WithTimeout

WithTimeout adds the timeout to the endpoint snapshot params

func (*EndpointSnapshotParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EndpointSnapshotReader

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

EndpointSnapshotReader is a Reader for the EndpointSnapshot structure.

func (*EndpointSnapshotReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EndpointSnapshotsInternalServerError

type EndpointSnapshotsInternalServerError struct {
}

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

Server Error

func NewEndpointSnapshotsInternalServerError

func NewEndpointSnapshotsInternalServerError() *EndpointSnapshotsInternalServerError

NewEndpointSnapshotsInternalServerError creates a EndpointSnapshotsInternalServerError with default headers values

func (*EndpointSnapshotsInternalServerError) Code

Code gets the status code for the endpoint snapshots internal server error response

func (*EndpointSnapshotsInternalServerError) Error

func (*EndpointSnapshotsInternalServerError) IsClientError

func (o *EndpointSnapshotsInternalServerError) IsClientError() bool

IsClientError returns true when this endpoint snapshots internal server error response has a 4xx status code

func (*EndpointSnapshotsInternalServerError) IsCode

IsCode returns true when this endpoint snapshots internal server error response a status code equal to that given

func (*EndpointSnapshotsInternalServerError) IsRedirect

IsRedirect returns true when this endpoint snapshots internal server error response has a 3xx status code

func (*EndpointSnapshotsInternalServerError) IsServerError

func (o *EndpointSnapshotsInternalServerError) IsServerError() bool

IsServerError returns true when this endpoint snapshots internal server error response has a 5xx status code

func (*EndpointSnapshotsInternalServerError) IsSuccess

IsSuccess returns true when this endpoint snapshots internal server error response has a 2xx status code

func (*EndpointSnapshotsInternalServerError) String

type EndpointSnapshotsNoContent

type EndpointSnapshotsNoContent struct {
}

EndpointSnapshotsNoContent describes a response with status code 204, with default header values.

Success

func NewEndpointSnapshotsNoContent

func NewEndpointSnapshotsNoContent() *EndpointSnapshotsNoContent

NewEndpointSnapshotsNoContent creates a EndpointSnapshotsNoContent with default headers values

func (*EndpointSnapshotsNoContent) Code

func (o *EndpointSnapshotsNoContent) Code() int

Code gets the status code for the endpoint snapshots no content response

func (*EndpointSnapshotsNoContent) Error

func (*EndpointSnapshotsNoContent) IsClientError

func (o *EndpointSnapshotsNoContent) IsClientError() bool

IsClientError returns true when this endpoint snapshots no content response has a 4xx status code

func (*EndpointSnapshotsNoContent) IsCode

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

IsCode returns true when this endpoint snapshots no content response a status code equal to that given

func (*EndpointSnapshotsNoContent) IsRedirect

func (o *EndpointSnapshotsNoContent) IsRedirect() bool

IsRedirect returns true when this endpoint snapshots no content response has a 3xx status code

func (*EndpointSnapshotsNoContent) IsServerError

func (o *EndpointSnapshotsNoContent) IsServerError() bool

IsServerError returns true when this endpoint snapshots no content response has a 5xx status code

func (*EndpointSnapshotsNoContent) IsSuccess

func (o *EndpointSnapshotsNoContent) IsSuccess() bool

IsSuccess returns true when this endpoint snapshots no content response has a 2xx status code

func (*EndpointSnapshotsNoContent) String

func (o *EndpointSnapshotsNoContent) String() string

type EndpointSnapshotsParams

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

EndpointSnapshotsParams contains all the parameters to send to the API endpoint

for the endpoint snapshots operation.

Typically these are written to a http.Request.

func NewEndpointSnapshotsParams

func NewEndpointSnapshotsParams() *EndpointSnapshotsParams

NewEndpointSnapshotsParams creates a new EndpointSnapshotsParams 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 NewEndpointSnapshotsParamsWithContext

func NewEndpointSnapshotsParamsWithContext(ctx context.Context) *EndpointSnapshotsParams

NewEndpointSnapshotsParamsWithContext creates a new EndpointSnapshotsParams object with the ability to set a context for a request.

func NewEndpointSnapshotsParamsWithHTTPClient

func NewEndpointSnapshotsParamsWithHTTPClient(client *http.Client) *EndpointSnapshotsParams

NewEndpointSnapshotsParamsWithHTTPClient creates a new EndpointSnapshotsParams object with the ability to set a custom HTTPClient for a request.

func NewEndpointSnapshotsParamsWithTimeout

func NewEndpointSnapshotsParamsWithTimeout(timeout time.Duration) *EndpointSnapshotsParams

NewEndpointSnapshotsParamsWithTimeout creates a new EndpointSnapshotsParams object with the ability to set a timeout on a request.

func (*EndpointSnapshotsParams) SetContext

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

SetContext adds the context to the endpoint snapshots params

func (*EndpointSnapshotsParams) SetDefaults

func (o *EndpointSnapshotsParams) SetDefaults()

SetDefaults hydrates default values in the endpoint snapshots params (not the query body).

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

func (*EndpointSnapshotsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the endpoint snapshots params

func (*EndpointSnapshotsParams) SetTimeout

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

SetTimeout adds the timeout to the endpoint snapshots params

func (*EndpointSnapshotsParams) WithContext

WithContext adds the context to the endpoint snapshots params

func (*EndpointSnapshotsParams) WithDefaults

WithDefaults hydrates default values in the endpoint snapshots params (not the query body).

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

func (*EndpointSnapshotsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the endpoint snapshots params

func (*EndpointSnapshotsParams) WithTimeout

WithTimeout adds the timeout to the endpoint snapshots params

func (*EndpointSnapshotsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EndpointSnapshotsReader

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

EndpointSnapshotsReader is a Reader for the EndpointSnapshots structure.

func (*EndpointSnapshotsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EndpointUpdateBadRequest

type EndpointUpdateBadRequest struct {
}

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

Invalid request

func NewEndpointUpdateBadRequest

func NewEndpointUpdateBadRequest() *EndpointUpdateBadRequest

NewEndpointUpdateBadRequest creates a EndpointUpdateBadRequest with default headers values

func (*EndpointUpdateBadRequest) Code

func (o *EndpointUpdateBadRequest) Code() int

Code gets the status code for the endpoint update bad request response

func (*EndpointUpdateBadRequest) Error

func (o *EndpointUpdateBadRequest) Error() string

func (*EndpointUpdateBadRequest) IsClientError

func (o *EndpointUpdateBadRequest) IsClientError() bool

IsClientError returns true when this endpoint update bad request response has a 4xx status code

func (*EndpointUpdateBadRequest) IsCode

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

IsCode returns true when this endpoint update bad request response a status code equal to that given

func (*EndpointUpdateBadRequest) IsRedirect

func (o *EndpointUpdateBadRequest) IsRedirect() bool

IsRedirect returns true when this endpoint update bad request response has a 3xx status code

func (*EndpointUpdateBadRequest) IsServerError

func (o *EndpointUpdateBadRequest) IsServerError() bool

IsServerError returns true when this endpoint update bad request response has a 5xx status code

func (*EndpointUpdateBadRequest) IsSuccess

func (o *EndpointUpdateBadRequest) IsSuccess() bool

IsSuccess returns true when this endpoint update bad request response has a 2xx status code

func (*EndpointUpdateBadRequest) String

func (o *EndpointUpdateBadRequest) String() string

type EndpointUpdateConflict

type EndpointUpdateConflict struct {
}

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

Name is not unique

func NewEndpointUpdateConflict

func NewEndpointUpdateConflict() *EndpointUpdateConflict

NewEndpointUpdateConflict creates a EndpointUpdateConflict with default headers values

func (*EndpointUpdateConflict) Code

func (o *EndpointUpdateConflict) Code() int

Code gets the status code for the endpoint update conflict response

func (*EndpointUpdateConflict) Error

func (o *EndpointUpdateConflict) Error() string

func (*EndpointUpdateConflict) IsClientError

func (o *EndpointUpdateConflict) IsClientError() bool

IsClientError returns true when this endpoint update conflict response has a 4xx status code

func (*EndpointUpdateConflict) IsCode

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

IsCode returns true when this endpoint update conflict response a status code equal to that given

func (*EndpointUpdateConflict) IsRedirect

func (o *EndpointUpdateConflict) IsRedirect() bool

IsRedirect returns true when this endpoint update conflict response has a 3xx status code

func (*EndpointUpdateConflict) IsServerError

func (o *EndpointUpdateConflict) IsServerError() bool

IsServerError returns true when this endpoint update conflict response has a 5xx status code

func (*EndpointUpdateConflict) IsSuccess

func (o *EndpointUpdateConflict) IsSuccess() bool

IsSuccess returns true when this endpoint update conflict response has a 2xx status code

func (*EndpointUpdateConflict) String

func (o *EndpointUpdateConflict) String() string

type EndpointUpdateInternalServerError

type EndpointUpdateInternalServerError struct {
}

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

Server error

func NewEndpointUpdateInternalServerError

func NewEndpointUpdateInternalServerError() *EndpointUpdateInternalServerError

NewEndpointUpdateInternalServerError creates a EndpointUpdateInternalServerError with default headers values

func (*EndpointUpdateInternalServerError) Code

Code gets the status code for the endpoint update internal server error response

func (*EndpointUpdateInternalServerError) Error

func (*EndpointUpdateInternalServerError) IsClientError

func (o *EndpointUpdateInternalServerError) IsClientError() bool

IsClientError returns true when this endpoint update internal server error response has a 4xx status code

func (*EndpointUpdateInternalServerError) IsCode

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

IsCode returns true when this endpoint update internal server error response a status code equal to that given

func (*EndpointUpdateInternalServerError) IsRedirect

func (o *EndpointUpdateInternalServerError) IsRedirect() bool

IsRedirect returns true when this endpoint update internal server error response has a 3xx status code

func (*EndpointUpdateInternalServerError) IsServerError

func (o *EndpointUpdateInternalServerError) IsServerError() bool

IsServerError returns true when this endpoint update internal server error response has a 5xx status code

func (*EndpointUpdateInternalServerError) IsSuccess

func (o *EndpointUpdateInternalServerError) IsSuccess() bool

IsSuccess returns true when this endpoint update internal server error response has a 2xx status code

func (*EndpointUpdateInternalServerError) String

type EndpointUpdateNotFound

type EndpointUpdateNotFound struct {
}

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

Environment(Endpoint) not found

func NewEndpointUpdateNotFound

func NewEndpointUpdateNotFound() *EndpointUpdateNotFound

NewEndpointUpdateNotFound creates a EndpointUpdateNotFound with default headers values

func (*EndpointUpdateNotFound) Code

func (o *EndpointUpdateNotFound) Code() int

Code gets the status code for the endpoint update not found response

func (*EndpointUpdateNotFound) Error

func (o *EndpointUpdateNotFound) Error() string

func (*EndpointUpdateNotFound) IsClientError

func (o *EndpointUpdateNotFound) IsClientError() bool

IsClientError returns true when this endpoint update not found response has a 4xx status code

func (*EndpointUpdateNotFound) IsCode

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

IsCode returns true when this endpoint update not found response a status code equal to that given

func (*EndpointUpdateNotFound) IsRedirect

func (o *EndpointUpdateNotFound) IsRedirect() bool

IsRedirect returns true when this endpoint update not found response has a 3xx status code

func (*EndpointUpdateNotFound) IsServerError

func (o *EndpointUpdateNotFound) IsServerError() bool

IsServerError returns true when this endpoint update not found response has a 5xx status code

func (*EndpointUpdateNotFound) IsSuccess

func (o *EndpointUpdateNotFound) IsSuccess() bool

IsSuccess returns true when this endpoint update not found response has a 2xx status code

func (*EndpointUpdateNotFound) String

func (o *EndpointUpdateNotFound) String() string

type EndpointUpdateOK

type EndpointUpdateOK struct {
	Payload *models.PortainereeEndpoint
}

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

Success

func NewEndpointUpdateOK

func NewEndpointUpdateOK() *EndpointUpdateOK

NewEndpointUpdateOK creates a EndpointUpdateOK with default headers values

func (*EndpointUpdateOK) Code

func (o *EndpointUpdateOK) Code() int

Code gets the status code for the endpoint update o k response

func (*EndpointUpdateOK) Error

func (o *EndpointUpdateOK) Error() string

func (*EndpointUpdateOK) GetPayload

func (o *EndpointUpdateOK) GetPayload() *models.PortainereeEndpoint

func (*EndpointUpdateOK) IsClientError

func (o *EndpointUpdateOK) IsClientError() bool

IsClientError returns true when this endpoint update o k response has a 4xx status code

func (*EndpointUpdateOK) IsCode

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

IsCode returns true when this endpoint update o k response a status code equal to that given

func (*EndpointUpdateOK) IsRedirect

func (o *EndpointUpdateOK) IsRedirect() bool

IsRedirect returns true when this endpoint update o k response has a 3xx status code

func (*EndpointUpdateOK) IsServerError

func (o *EndpointUpdateOK) IsServerError() bool

IsServerError returns true when this endpoint update o k response has a 5xx status code

func (*EndpointUpdateOK) IsSuccess

func (o *EndpointUpdateOK) IsSuccess() bool

IsSuccess returns true when this endpoint update o k response has a 2xx status code

func (*EndpointUpdateOK) String

func (o *EndpointUpdateOK) String() string

type EndpointUpdateParams

type EndpointUpdateParams struct {

	/* Body.

	   Environment(Endpoint) details
	*/
	Body *models.EndpointsEndpointUpdatePayload

	/* ID.

	   Environment(Endpoint) identifier
	*/
	ID int64

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

EndpointUpdateParams contains all the parameters to send to the API endpoint

for the endpoint update operation.

Typically these are written to a http.Request.

func NewEndpointUpdateParams

func NewEndpointUpdateParams() *EndpointUpdateParams

NewEndpointUpdateParams creates a new EndpointUpdateParams 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 NewEndpointUpdateParamsWithContext

func NewEndpointUpdateParamsWithContext(ctx context.Context) *EndpointUpdateParams

NewEndpointUpdateParamsWithContext creates a new EndpointUpdateParams object with the ability to set a context for a request.

func NewEndpointUpdateParamsWithHTTPClient

func NewEndpointUpdateParamsWithHTTPClient(client *http.Client) *EndpointUpdateParams

NewEndpointUpdateParamsWithHTTPClient creates a new EndpointUpdateParams object with the ability to set a custom HTTPClient for a request.

func NewEndpointUpdateParamsWithTimeout

func NewEndpointUpdateParamsWithTimeout(timeout time.Duration) *EndpointUpdateParams

NewEndpointUpdateParamsWithTimeout creates a new EndpointUpdateParams object with the ability to set a timeout on a request.

func (*EndpointUpdateParams) SetBody

SetBody adds the body to the endpoint update params

func (*EndpointUpdateParams) SetContext

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

SetContext adds the context to the endpoint update params

func (*EndpointUpdateParams) SetDefaults

func (o *EndpointUpdateParams) SetDefaults()

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

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

func (*EndpointUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the endpoint update params

func (*EndpointUpdateParams) SetID

func (o *EndpointUpdateParams) SetID(id int64)

SetID adds the id to the endpoint update params

func (*EndpointUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the endpoint update params

func (*EndpointUpdateParams) WithBody

WithBody adds the body to the endpoint update params

func (*EndpointUpdateParams) WithContext

WithContext adds the context to the endpoint update params

func (*EndpointUpdateParams) WithDefaults

func (o *EndpointUpdateParams) WithDefaults() *EndpointUpdateParams

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

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

func (*EndpointUpdateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the endpoint update params

func (*EndpointUpdateParams) WithID

WithID adds the id to the endpoint update params

func (*EndpointUpdateParams) WithTimeout

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

WithTimeout adds the timeout to the endpoint update params

func (*EndpointUpdateParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type EndpointUpdateReader

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

EndpointUpdateReader is a Reader for the EndpointUpdate structure.

func (*EndpointUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EndpointUpdateRelationsBadRequest

type EndpointUpdateRelationsBadRequest struct {
}

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

Invalid request

func NewEndpointUpdateRelationsBadRequest

func NewEndpointUpdateRelationsBadRequest() *EndpointUpdateRelationsBadRequest

NewEndpointUpdateRelationsBadRequest creates a EndpointUpdateRelationsBadRequest with default headers values

func (*EndpointUpdateRelationsBadRequest) Code

Code gets the status code for the endpoint update relations bad request response

func (*EndpointUpdateRelationsBadRequest) Error

func (*EndpointUpdateRelationsBadRequest) IsClientError

func (o *EndpointUpdateRelationsBadRequest) IsClientError() bool

IsClientError returns true when this endpoint update relations bad request response has a 4xx status code

func (*EndpointUpdateRelationsBadRequest) IsCode

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

IsCode returns true when this endpoint update relations bad request response a status code equal to that given

func (*EndpointUpdateRelationsBadRequest) IsRedirect

func (o *EndpointUpdateRelationsBadRequest) IsRedirect() bool

IsRedirect returns true when this endpoint update relations bad request response has a 3xx status code

func (*EndpointUpdateRelationsBadRequest) IsServerError

func (o *EndpointUpdateRelationsBadRequest) IsServerError() bool

IsServerError returns true when this endpoint update relations bad request response has a 5xx status code

func (*EndpointUpdateRelationsBadRequest) IsSuccess

func (o *EndpointUpdateRelationsBadRequest) IsSuccess() bool

IsSuccess returns true when this endpoint update relations bad request response has a 2xx status code

func (*EndpointUpdateRelationsBadRequest) String

type EndpointUpdateRelationsInternalServerError

type EndpointUpdateRelationsInternalServerError struct {
}

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

Server error

func NewEndpointUpdateRelationsInternalServerError

func NewEndpointUpdateRelationsInternalServerError() *EndpointUpdateRelationsInternalServerError

NewEndpointUpdateRelationsInternalServerError creates a EndpointUpdateRelationsInternalServerError with default headers values

func (*EndpointUpdateRelationsInternalServerError) Code

Code gets the status code for the endpoint update relations internal server error response

func (*EndpointUpdateRelationsInternalServerError) Error

func (*EndpointUpdateRelationsInternalServerError) IsClientError

IsClientError returns true when this endpoint update relations internal server error response has a 4xx status code

func (*EndpointUpdateRelationsInternalServerError) IsCode

IsCode returns true when this endpoint update relations internal server error response a status code equal to that given

func (*EndpointUpdateRelationsInternalServerError) IsRedirect

IsRedirect returns true when this endpoint update relations internal server error response has a 3xx status code

func (*EndpointUpdateRelationsInternalServerError) IsServerError

IsServerError returns true when this endpoint update relations internal server error response has a 5xx status code

func (*EndpointUpdateRelationsInternalServerError) IsSuccess

IsSuccess returns true when this endpoint update relations internal server error response has a 2xx status code

func (*EndpointUpdateRelationsInternalServerError) String

type EndpointUpdateRelationsNoContent

type EndpointUpdateRelationsNoContent struct {
}

EndpointUpdateRelationsNoContent describes a response with status code 204, with default header values.

Success

func NewEndpointUpdateRelationsNoContent

func NewEndpointUpdateRelationsNoContent() *EndpointUpdateRelationsNoContent

NewEndpointUpdateRelationsNoContent creates a EndpointUpdateRelationsNoContent with default headers values

func (*EndpointUpdateRelationsNoContent) Code

Code gets the status code for the endpoint update relations no content response

func (*EndpointUpdateRelationsNoContent) Error

func (*EndpointUpdateRelationsNoContent) IsClientError

func (o *EndpointUpdateRelationsNoContent) IsClientError() bool

IsClientError returns true when this endpoint update relations no content response has a 4xx status code

func (*EndpointUpdateRelationsNoContent) IsCode

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

IsCode returns true when this endpoint update relations no content response a status code equal to that given

func (*EndpointUpdateRelationsNoContent) IsRedirect

func (o *EndpointUpdateRelationsNoContent) IsRedirect() bool

IsRedirect returns true when this endpoint update relations no content response has a 3xx status code

func (*EndpointUpdateRelationsNoContent) IsServerError

func (o *EndpointUpdateRelationsNoContent) IsServerError() bool

IsServerError returns true when this endpoint update relations no content response has a 5xx status code

func (*EndpointUpdateRelationsNoContent) IsSuccess

func (o *EndpointUpdateRelationsNoContent) IsSuccess() bool

IsSuccess returns true when this endpoint update relations no content response has a 2xx status code

func (*EndpointUpdateRelationsNoContent) String

type EndpointUpdateRelationsNotFound

type EndpointUpdateRelationsNotFound struct {
}

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

Not found

func NewEndpointUpdateRelationsNotFound

func NewEndpointUpdateRelationsNotFound() *EndpointUpdateRelationsNotFound

NewEndpointUpdateRelationsNotFound creates a EndpointUpdateRelationsNotFound with default headers values

func (*EndpointUpdateRelationsNotFound) Code

Code gets the status code for the endpoint update relations not found response

func (*EndpointUpdateRelationsNotFound) Error

func (*EndpointUpdateRelationsNotFound) IsClientError

func (o *EndpointUpdateRelationsNotFound) IsClientError() bool

IsClientError returns true when this endpoint update relations not found response has a 4xx status code

func (*EndpointUpdateRelationsNotFound) IsCode

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

IsCode returns true when this endpoint update relations not found response a status code equal to that given

func (*EndpointUpdateRelationsNotFound) IsRedirect

func (o *EndpointUpdateRelationsNotFound) IsRedirect() bool

IsRedirect returns true when this endpoint update relations not found response has a 3xx status code

func (*EndpointUpdateRelationsNotFound) IsServerError

func (o *EndpointUpdateRelationsNotFound) IsServerError() bool

IsServerError returns true when this endpoint update relations not found response has a 5xx status code

func (*EndpointUpdateRelationsNotFound) IsSuccess

func (o *EndpointUpdateRelationsNotFound) IsSuccess() bool

IsSuccess returns true when this endpoint update relations not found response has a 2xx status code

func (*EndpointUpdateRelationsNotFound) String

type EndpointUpdateRelationsParams

type EndpointUpdateRelationsParams struct {

	/* Body.

	   Environment relations data
	*/
	Body *models.EndpointsEndpointUpdateRelationsPayload

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

EndpointUpdateRelationsParams contains all the parameters to send to the API endpoint

for the endpoint update relations operation.

Typically these are written to a http.Request.

func NewEndpointUpdateRelationsParams

func NewEndpointUpdateRelationsParams() *EndpointUpdateRelationsParams

NewEndpointUpdateRelationsParams creates a new EndpointUpdateRelationsParams 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 NewEndpointUpdateRelationsParamsWithContext

func NewEndpointUpdateRelationsParamsWithContext(ctx context.Context) *EndpointUpdateRelationsParams

NewEndpointUpdateRelationsParamsWithContext creates a new EndpointUpdateRelationsParams object with the ability to set a context for a request.

func NewEndpointUpdateRelationsParamsWithHTTPClient

func NewEndpointUpdateRelationsParamsWithHTTPClient(client *http.Client) *EndpointUpdateRelationsParams

NewEndpointUpdateRelationsParamsWithHTTPClient creates a new EndpointUpdateRelationsParams object with the ability to set a custom HTTPClient for a request.

func NewEndpointUpdateRelationsParamsWithTimeout

func NewEndpointUpdateRelationsParamsWithTimeout(timeout time.Duration) *EndpointUpdateRelationsParams

NewEndpointUpdateRelationsParamsWithTimeout creates a new EndpointUpdateRelationsParams object with the ability to set a timeout on a request.

func (*EndpointUpdateRelationsParams) SetBody

SetBody adds the body to the endpoint update relations params

func (*EndpointUpdateRelationsParams) SetContext

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

SetContext adds the context to the endpoint update relations params

func (*EndpointUpdateRelationsParams) SetDefaults

func (o *EndpointUpdateRelationsParams) SetDefaults()

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

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

func (*EndpointUpdateRelationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the endpoint update relations params

func (*EndpointUpdateRelationsParams) SetTimeout

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

SetTimeout adds the timeout to the endpoint update relations params

func (*EndpointUpdateRelationsParams) WithBody

WithBody adds the body to the endpoint update relations params

func (*EndpointUpdateRelationsParams) WithContext

WithContext adds the context to the endpoint update relations params

func (*EndpointUpdateRelationsParams) WithDefaults

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

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

func (*EndpointUpdateRelationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the endpoint update relations params

func (*EndpointUpdateRelationsParams) WithTimeout

WithTimeout adds the timeout to the endpoint update relations params

func (*EndpointUpdateRelationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EndpointUpdateRelationsReader

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

EndpointUpdateRelationsReader is a Reader for the EndpointUpdateRelations structure.

func (*EndpointUpdateRelationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EndpointUpdateRelationsUnauthorized

type EndpointUpdateRelationsUnauthorized struct {
}

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

Unauthorized

func NewEndpointUpdateRelationsUnauthorized

func NewEndpointUpdateRelationsUnauthorized() *EndpointUpdateRelationsUnauthorized

NewEndpointUpdateRelationsUnauthorized creates a EndpointUpdateRelationsUnauthorized with default headers values

func (*EndpointUpdateRelationsUnauthorized) Code

Code gets the status code for the endpoint update relations unauthorized response

func (*EndpointUpdateRelationsUnauthorized) Error

func (*EndpointUpdateRelationsUnauthorized) IsClientError

func (o *EndpointUpdateRelationsUnauthorized) IsClientError() bool

IsClientError returns true when this endpoint update relations unauthorized response has a 4xx status code

func (*EndpointUpdateRelationsUnauthorized) IsCode

IsCode returns true when this endpoint update relations unauthorized response a status code equal to that given

func (*EndpointUpdateRelationsUnauthorized) IsRedirect

func (o *EndpointUpdateRelationsUnauthorized) IsRedirect() bool

IsRedirect returns true when this endpoint update relations unauthorized response has a 3xx status code

func (*EndpointUpdateRelationsUnauthorized) IsServerError

func (o *EndpointUpdateRelationsUnauthorized) IsServerError() bool

IsServerError returns true when this endpoint update relations unauthorized response has a 5xx status code

func (*EndpointUpdateRelationsUnauthorized) IsSuccess

IsSuccess returns true when this endpoint update relations unauthorized response has a 2xx status code

func (*EndpointUpdateRelationsUnauthorized) String

type NamespacesAccessUpdateBadRequest

type NamespacesAccessUpdateBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewNamespacesAccessUpdateBadRequest

func NewNamespacesAccessUpdateBadRequest() *NamespacesAccessUpdateBadRequest

NewNamespacesAccessUpdateBadRequest creates a NamespacesAccessUpdateBadRequest with default headers values

func (*NamespacesAccessUpdateBadRequest) Code

Code gets the status code for the namespaces access update bad request response

func (*NamespacesAccessUpdateBadRequest) Error

func (*NamespacesAccessUpdateBadRequest) IsClientError

func (o *NamespacesAccessUpdateBadRequest) IsClientError() bool

IsClientError returns true when this namespaces access update bad request response has a 4xx status code

func (*NamespacesAccessUpdateBadRequest) IsCode

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

IsCode returns true when this namespaces access update bad request response a status code equal to that given

func (*NamespacesAccessUpdateBadRequest) IsRedirect

func (o *NamespacesAccessUpdateBadRequest) IsRedirect() bool

IsRedirect returns true when this namespaces access update bad request response has a 3xx status code

func (*NamespacesAccessUpdateBadRequest) IsServerError

func (o *NamespacesAccessUpdateBadRequest) IsServerError() bool

IsServerError returns true when this namespaces access update bad request response has a 5xx status code

func (*NamespacesAccessUpdateBadRequest) IsSuccess

func (o *NamespacesAccessUpdateBadRequest) IsSuccess() bool

IsSuccess returns true when this namespaces access update bad request response has a 2xx status code

func (*NamespacesAccessUpdateBadRequest) String

type NamespacesAccessUpdateForbidden

type NamespacesAccessUpdateForbidden struct {
}

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

Permission denied - the user is authenticated but does not have the necessary permissions to access the requested resource or perform the specified operation. Check your user roles and permissions.

func NewNamespacesAccessUpdateForbidden

func NewNamespacesAccessUpdateForbidden() *NamespacesAccessUpdateForbidden

NewNamespacesAccessUpdateForbidden creates a NamespacesAccessUpdateForbidden with default headers values

func (*NamespacesAccessUpdateForbidden) Code

Code gets the status code for the namespaces access update forbidden response

func (*NamespacesAccessUpdateForbidden) Error

func (*NamespacesAccessUpdateForbidden) IsClientError

func (o *NamespacesAccessUpdateForbidden) IsClientError() bool

IsClientError returns true when this namespaces access update forbidden response has a 4xx status code

func (*NamespacesAccessUpdateForbidden) IsCode

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

IsCode returns true when this namespaces access update forbidden response a status code equal to that given

func (*NamespacesAccessUpdateForbidden) IsRedirect

func (o *NamespacesAccessUpdateForbidden) IsRedirect() bool

IsRedirect returns true when this namespaces access update forbidden response has a 3xx status code

func (*NamespacesAccessUpdateForbidden) IsServerError

func (o *NamespacesAccessUpdateForbidden) IsServerError() bool

IsServerError returns true when this namespaces access update forbidden response has a 5xx status code

func (*NamespacesAccessUpdateForbidden) IsSuccess

func (o *NamespacesAccessUpdateForbidden) IsSuccess() bool

IsSuccess returns true when this namespaces access update forbidden response has a 2xx status code

func (*NamespacesAccessUpdateForbidden) String

type NamespacesAccessUpdateInternalServerError

type NamespacesAccessUpdateInternalServerError struct {
}

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

Server error occurred while attempting to update namespace access permissions.

func NewNamespacesAccessUpdateInternalServerError

func NewNamespacesAccessUpdateInternalServerError() *NamespacesAccessUpdateInternalServerError

NewNamespacesAccessUpdateInternalServerError creates a NamespacesAccessUpdateInternalServerError with default headers values

func (*NamespacesAccessUpdateInternalServerError) Code

Code gets the status code for the namespaces access update internal server error response

func (*NamespacesAccessUpdateInternalServerError) Error

func (*NamespacesAccessUpdateInternalServerError) IsClientError

IsClientError returns true when this namespaces access update internal server error response has a 4xx status code

func (*NamespacesAccessUpdateInternalServerError) IsCode

IsCode returns true when this namespaces access update internal server error response a status code equal to that given

func (*NamespacesAccessUpdateInternalServerError) IsRedirect

IsRedirect returns true when this namespaces access update internal server error response has a 3xx status code

func (*NamespacesAccessUpdateInternalServerError) IsServerError

IsServerError returns true when this namespaces access update internal server error response has a 5xx status code

func (*NamespacesAccessUpdateInternalServerError) IsSuccess

IsSuccess returns true when this namespaces access update internal server error response has a 2xx status code

func (*NamespacesAccessUpdateInternalServerError) String

type NamespacesAccessUpdateNoContent

type NamespacesAccessUpdateNoContent struct {
}

NamespacesAccessUpdateNoContent describes a response with status code 204, with default header values.

Success - Access permissions were successfully updated

func NewNamespacesAccessUpdateNoContent

func NewNamespacesAccessUpdateNoContent() *NamespacesAccessUpdateNoContent

NewNamespacesAccessUpdateNoContent creates a NamespacesAccessUpdateNoContent with default headers values

func (*NamespacesAccessUpdateNoContent) Code

Code gets the status code for the namespaces access update no content response

func (*NamespacesAccessUpdateNoContent) Error

func (*NamespacesAccessUpdateNoContent) IsClientError

func (o *NamespacesAccessUpdateNoContent) IsClientError() bool

IsClientError returns true when this namespaces access update no content response has a 4xx status code

func (*NamespacesAccessUpdateNoContent) IsCode

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

IsCode returns true when this namespaces access update no content response a status code equal to that given

func (*NamespacesAccessUpdateNoContent) IsRedirect

func (o *NamespacesAccessUpdateNoContent) IsRedirect() bool

IsRedirect returns true when this namespaces access update no content response has a 3xx status code

func (*NamespacesAccessUpdateNoContent) IsServerError

func (o *NamespacesAccessUpdateNoContent) IsServerError() bool

IsServerError returns true when this namespaces access update no content response has a 5xx status code

func (*NamespacesAccessUpdateNoContent) IsSuccess

func (o *NamespacesAccessUpdateNoContent) IsSuccess() bool

IsSuccess returns true when this namespaces access update no content response has a 2xx status code

func (*NamespacesAccessUpdateNoContent) String

type NamespacesAccessUpdateNotFound

type NamespacesAccessUpdateNotFound struct {
}

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

Unable to find an environment with the specified identifier.

func NewNamespacesAccessUpdateNotFound

func NewNamespacesAccessUpdateNotFound() *NamespacesAccessUpdateNotFound

NewNamespacesAccessUpdateNotFound creates a NamespacesAccessUpdateNotFound with default headers values

func (*NamespacesAccessUpdateNotFound) Code

Code gets the status code for the namespaces access update not found response

func (*NamespacesAccessUpdateNotFound) Error

func (*NamespacesAccessUpdateNotFound) IsClientError

func (o *NamespacesAccessUpdateNotFound) IsClientError() bool

IsClientError returns true when this namespaces access update not found response has a 4xx status code

func (*NamespacesAccessUpdateNotFound) IsCode

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

IsCode returns true when this namespaces access update not found response a status code equal to that given

func (*NamespacesAccessUpdateNotFound) IsRedirect

func (o *NamespacesAccessUpdateNotFound) IsRedirect() bool

IsRedirect returns true when this namespaces access update not found response has a 3xx status code

func (*NamespacesAccessUpdateNotFound) IsServerError

func (o *NamespacesAccessUpdateNotFound) IsServerError() bool

IsServerError returns true when this namespaces access update not found response has a 5xx status code

func (*NamespacesAccessUpdateNotFound) IsSuccess

func (o *NamespacesAccessUpdateNotFound) IsSuccess() bool

IsSuccess returns true when this namespaces access update not found response has a 2xx status code

func (*NamespacesAccessUpdateNotFound) String

type NamespacesAccessUpdateParams

type NamespacesAccessUpdateParams struct {

	/* Body.

	   Payload containing lists of users and teams to add or remove access for
	*/
	Body *models.EndpointsResourcePoolUpdatePayload

	/* ID.

	   Environment identifier
	*/
	ID int64

	/* Rpn.

	   Namespace identifier
	*/
	Rpn int64

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

NamespacesAccessUpdateParams contains all the parameters to send to the API endpoint

for the namespaces access update operation.

Typically these are written to a http.Request.

func NewNamespacesAccessUpdateParams

func NewNamespacesAccessUpdateParams() *NamespacesAccessUpdateParams

NewNamespacesAccessUpdateParams creates a new NamespacesAccessUpdateParams 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 NewNamespacesAccessUpdateParamsWithContext

func NewNamespacesAccessUpdateParamsWithContext(ctx context.Context) *NamespacesAccessUpdateParams

NewNamespacesAccessUpdateParamsWithContext creates a new NamespacesAccessUpdateParams object with the ability to set a context for a request.

func NewNamespacesAccessUpdateParamsWithHTTPClient

func NewNamespacesAccessUpdateParamsWithHTTPClient(client *http.Client) *NamespacesAccessUpdateParams

NewNamespacesAccessUpdateParamsWithHTTPClient creates a new NamespacesAccessUpdateParams object with the ability to set a custom HTTPClient for a request.

func NewNamespacesAccessUpdateParamsWithTimeout

func NewNamespacesAccessUpdateParamsWithTimeout(timeout time.Duration) *NamespacesAccessUpdateParams

NewNamespacesAccessUpdateParamsWithTimeout creates a new NamespacesAccessUpdateParams object with the ability to set a timeout on a request.

func (*NamespacesAccessUpdateParams) SetBody

SetBody adds the body to the namespaces access update params

func (*NamespacesAccessUpdateParams) SetContext

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

SetContext adds the context to the namespaces access update params

func (*NamespacesAccessUpdateParams) SetDefaults

func (o *NamespacesAccessUpdateParams) SetDefaults()

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

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

func (*NamespacesAccessUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the namespaces access update params

func (*NamespacesAccessUpdateParams) SetID

func (o *NamespacesAccessUpdateParams) SetID(id int64)

SetID adds the id to the namespaces access update params

func (*NamespacesAccessUpdateParams) SetRpn

func (o *NamespacesAccessUpdateParams) SetRpn(rpn int64)

SetRpn adds the rpn to the namespaces access update params

func (*NamespacesAccessUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the namespaces access update params

func (*NamespacesAccessUpdateParams) WithBody

WithBody adds the body to the namespaces access update params

func (*NamespacesAccessUpdateParams) WithContext

WithContext adds the context to the namespaces access update params

func (*NamespacesAccessUpdateParams) WithDefaults

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

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

func (*NamespacesAccessUpdateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the namespaces access update params

func (*NamespacesAccessUpdateParams) WithID

WithID adds the id to the namespaces access update params

func (*NamespacesAccessUpdateParams) WithRpn

WithRpn adds the rpn to the namespaces access update params

func (*NamespacesAccessUpdateParams) WithTimeout

WithTimeout adds the timeout to the namespaces access update params

func (*NamespacesAccessUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type NamespacesAccessUpdateReader

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

NamespacesAccessUpdateReader is a Reader for the NamespacesAccessUpdate structure.

func (*NamespacesAccessUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostEndpointsIDDockerV2BrowsePutBadRequest

type PostEndpointsIDDockerV2BrowsePutBadRequest struct {
}

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

Invalid request

func NewPostEndpointsIDDockerV2BrowsePutBadRequest

func NewPostEndpointsIDDockerV2BrowsePutBadRequest() *PostEndpointsIDDockerV2BrowsePutBadRequest

NewPostEndpointsIDDockerV2BrowsePutBadRequest creates a PostEndpointsIDDockerV2BrowsePutBadRequest with default headers values

func (*PostEndpointsIDDockerV2BrowsePutBadRequest) Code

Code gets the status code for the post endpoints Id docker v2 browse put bad request response

func (*PostEndpointsIDDockerV2BrowsePutBadRequest) Error

func (*PostEndpointsIDDockerV2BrowsePutBadRequest) IsClientError

IsClientError returns true when this post endpoints Id docker v2 browse put bad request response has a 4xx status code

func (*PostEndpointsIDDockerV2BrowsePutBadRequest) IsCode

IsCode returns true when this post endpoints Id docker v2 browse put bad request response a status code equal to that given

func (*PostEndpointsIDDockerV2BrowsePutBadRequest) IsRedirect

IsRedirect returns true when this post endpoints Id docker v2 browse put bad request response has a 3xx status code

func (*PostEndpointsIDDockerV2BrowsePutBadRequest) IsServerError

IsServerError returns true when this post endpoints Id docker v2 browse put bad request response has a 5xx status code

func (*PostEndpointsIDDockerV2BrowsePutBadRequest) IsSuccess

IsSuccess returns true when this post endpoints Id docker v2 browse put bad request response has a 2xx status code

func (*PostEndpointsIDDockerV2BrowsePutBadRequest) String

type PostEndpointsIDDockerV2BrowsePutInternalServerError

type PostEndpointsIDDockerV2BrowsePutInternalServerError struct {
}

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

Server error

func NewPostEndpointsIDDockerV2BrowsePutInternalServerError

func NewPostEndpointsIDDockerV2BrowsePutInternalServerError() *PostEndpointsIDDockerV2BrowsePutInternalServerError

NewPostEndpointsIDDockerV2BrowsePutInternalServerError creates a PostEndpointsIDDockerV2BrowsePutInternalServerError with default headers values

func (*PostEndpointsIDDockerV2BrowsePutInternalServerError) Code

Code gets the status code for the post endpoints Id docker v2 browse put internal server error response

func (*PostEndpointsIDDockerV2BrowsePutInternalServerError) Error

func (*PostEndpointsIDDockerV2BrowsePutInternalServerError) IsClientError

IsClientError returns true when this post endpoints Id docker v2 browse put internal server error response has a 4xx status code

func (*PostEndpointsIDDockerV2BrowsePutInternalServerError) IsCode

IsCode returns true when this post endpoints Id docker v2 browse put internal server error response a status code equal to that given

func (*PostEndpointsIDDockerV2BrowsePutInternalServerError) IsRedirect

IsRedirect returns true when this post endpoints Id docker v2 browse put internal server error response has a 3xx status code

func (*PostEndpointsIDDockerV2BrowsePutInternalServerError) IsServerError

IsServerError returns true when this post endpoints Id docker v2 browse put internal server error response has a 5xx status code

func (*PostEndpointsIDDockerV2BrowsePutInternalServerError) IsSuccess

IsSuccess returns true when this post endpoints Id docker v2 browse put internal server error response has a 2xx status code

func (*PostEndpointsIDDockerV2BrowsePutInternalServerError) String

type PostEndpointsIDDockerV2BrowsePutNoContent

type PostEndpointsIDDockerV2BrowsePutNoContent struct {
}

PostEndpointsIDDockerV2BrowsePutNoContent describes a response with status code 204, with default header values.

Success

func NewPostEndpointsIDDockerV2BrowsePutNoContent

func NewPostEndpointsIDDockerV2BrowsePutNoContent() *PostEndpointsIDDockerV2BrowsePutNoContent

NewPostEndpointsIDDockerV2BrowsePutNoContent creates a PostEndpointsIDDockerV2BrowsePutNoContent with default headers values

func (*PostEndpointsIDDockerV2BrowsePutNoContent) Code

Code gets the status code for the post endpoints Id docker v2 browse put no content response

func (*PostEndpointsIDDockerV2BrowsePutNoContent) Error

func (*PostEndpointsIDDockerV2BrowsePutNoContent) IsClientError

IsClientError returns true when this post endpoints Id docker v2 browse put no content response has a 4xx status code

func (*PostEndpointsIDDockerV2BrowsePutNoContent) IsCode

IsCode returns true when this post endpoints Id docker v2 browse put no content response a status code equal to that given

func (*PostEndpointsIDDockerV2BrowsePutNoContent) IsRedirect

IsRedirect returns true when this post endpoints Id docker v2 browse put no content response has a 3xx status code

func (*PostEndpointsIDDockerV2BrowsePutNoContent) IsServerError

IsServerError returns true when this post endpoints Id docker v2 browse put no content response has a 5xx status code

func (*PostEndpointsIDDockerV2BrowsePutNoContent) IsSuccess

IsSuccess returns true when this post endpoints Id docker v2 browse put no content response has a 2xx status code

func (*PostEndpointsIDDockerV2BrowsePutNoContent) String

type PostEndpointsIDDockerV2BrowsePutParams

type PostEndpointsIDDockerV2BrowsePutParams struct {

	/* Path.

	   The destination path to upload the file to
	*/
	Path string

	/* File.

	   The file to upload
	*/
	File runtime.NamedReadCloser

	/* ID.

	   Environment(Endpoint) identifier
	*/
	ID int64

	/* VolumeID.

	   Optional volume identifier to upload the file
	*/
	VolumeID *string

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

PostEndpointsIDDockerV2BrowsePutParams contains all the parameters to send to the API endpoint

for the post endpoints ID docker v2 browse put operation.

Typically these are written to a http.Request.

func NewPostEndpointsIDDockerV2BrowsePutParams

func NewPostEndpointsIDDockerV2BrowsePutParams() *PostEndpointsIDDockerV2BrowsePutParams

NewPostEndpointsIDDockerV2BrowsePutParams creates a new PostEndpointsIDDockerV2BrowsePutParams 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 NewPostEndpointsIDDockerV2BrowsePutParamsWithContext

func NewPostEndpointsIDDockerV2BrowsePutParamsWithContext(ctx context.Context) *PostEndpointsIDDockerV2BrowsePutParams

NewPostEndpointsIDDockerV2BrowsePutParamsWithContext creates a new PostEndpointsIDDockerV2BrowsePutParams object with the ability to set a context for a request.

func NewPostEndpointsIDDockerV2BrowsePutParamsWithHTTPClient

func NewPostEndpointsIDDockerV2BrowsePutParamsWithHTTPClient(client *http.Client) *PostEndpointsIDDockerV2BrowsePutParams

NewPostEndpointsIDDockerV2BrowsePutParamsWithHTTPClient creates a new PostEndpointsIDDockerV2BrowsePutParams object with the ability to set a custom HTTPClient for a request.

func NewPostEndpointsIDDockerV2BrowsePutParamsWithTimeout

func NewPostEndpointsIDDockerV2BrowsePutParamsWithTimeout(timeout time.Duration) *PostEndpointsIDDockerV2BrowsePutParams

NewPostEndpointsIDDockerV2BrowsePutParamsWithTimeout creates a new PostEndpointsIDDockerV2BrowsePutParams object with the ability to set a timeout on a request.

func (*PostEndpointsIDDockerV2BrowsePutParams) SetContext

SetContext adds the context to the post endpoints ID docker v2 browse put params

func (*PostEndpointsIDDockerV2BrowsePutParams) SetDefaults

func (o *PostEndpointsIDDockerV2BrowsePutParams) SetDefaults()

SetDefaults hydrates default values in the post endpoints ID docker v2 browse put params (not the query body).

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

func (*PostEndpointsIDDockerV2BrowsePutParams) SetFile

SetFile adds the file to the post endpoints ID docker v2 browse put params

func (*PostEndpointsIDDockerV2BrowsePutParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post endpoints ID docker v2 browse put params

func (*PostEndpointsIDDockerV2BrowsePutParams) SetID

SetID adds the id to the post endpoints ID docker v2 browse put params

func (*PostEndpointsIDDockerV2BrowsePutParams) SetPath

SetPath adds the path to the post endpoints ID docker v2 browse put params

func (*PostEndpointsIDDockerV2BrowsePutParams) SetTimeout

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

SetTimeout adds the timeout to the post endpoints ID docker v2 browse put params

func (*PostEndpointsIDDockerV2BrowsePutParams) SetVolumeID

func (o *PostEndpointsIDDockerV2BrowsePutParams) SetVolumeID(volumeID *string)

SetVolumeID adds the volumeId to the post endpoints ID docker v2 browse put params

func (*PostEndpointsIDDockerV2BrowsePutParams) WithContext

WithContext adds the context to the post endpoints ID docker v2 browse put params

func (*PostEndpointsIDDockerV2BrowsePutParams) WithDefaults

WithDefaults hydrates default values in the post endpoints ID docker v2 browse put params (not the query body).

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

func (*PostEndpointsIDDockerV2BrowsePutParams) WithFile

WithFile adds the file to the post endpoints ID docker v2 browse put params

func (*PostEndpointsIDDockerV2BrowsePutParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post endpoints ID docker v2 browse put params

func (*PostEndpointsIDDockerV2BrowsePutParams) WithID

WithID adds the id to the post endpoints ID docker v2 browse put params

func (*PostEndpointsIDDockerV2BrowsePutParams) WithPath

WithPath adds the path to the post endpoints ID docker v2 browse put params

func (*PostEndpointsIDDockerV2BrowsePutParams) WithTimeout

WithTimeout adds the timeout to the post endpoints ID docker v2 browse put params

func (*PostEndpointsIDDockerV2BrowsePutParams) WithVolumeID

WithVolumeID adds the volumeID to the post endpoints ID docker v2 browse put params

func (*PostEndpointsIDDockerV2BrowsePutParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostEndpointsIDDockerV2BrowsePutReader

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

PostEndpointsIDDockerV2BrowsePutReader is a Reader for the PostEndpointsIDDockerV2BrowsePut structure.

func (*PostEndpointsIDDockerV2BrowsePutReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SnapshotContainerInspectNotFound

type SnapshotContainerInspectNotFound struct {
}

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

Environment not found

func NewSnapshotContainerInspectNotFound

func NewSnapshotContainerInspectNotFound() *SnapshotContainerInspectNotFound

NewSnapshotContainerInspectNotFound creates a SnapshotContainerInspectNotFound with default headers values

func (*SnapshotContainerInspectNotFound) Code

Code gets the status code for the snapshot container inspect not found response

func (*SnapshotContainerInspectNotFound) Error

func (*SnapshotContainerInspectNotFound) IsClientError

func (o *SnapshotContainerInspectNotFound) IsClientError() bool

IsClientError returns true when this snapshot container inspect not found response has a 4xx status code

func (*SnapshotContainerInspectNotFound) IsCode

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

IsCode returns true when this snapshot container inspect not found response a status code equal to that given

func (*SnapshotContainerInspectNotFound) IsRedirect

func (o *SnapshotContainerInspectNotFound) IsRedirect() bool

IsRedirect returns true when this snapshot container inspect not found response has a 3xx status code

func (*SnapshotContainerInspectNotFound) IsServerError

func (o *SnapshotContainerInspectNotFound) IsServerError() bool

IsServerError returns true when this snapshot container inspect not found response has a 5xx status code

func (*SnapshotContainerInspectNotFound) IsSuccess

func (o *SnapshotContainerInspectNotFound) IsSuccess() bool

IsSuccess returns true when this snapshot container inspect not found response has a 2xx status code

func (*SnapshotContainerInspectNotFound) String

type SnapshotContainerInspectOK

type SnapshotContainerInspectOK struct {
	Payload *models.PortainerDockerContainerSnapshot
}

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

Success

func NewSnapshotContainerInspectOK

func NewSnapshotContainerInspectOK() *SnapshotContainerInspectOK

NewSnapshotContainerInspectOK creates a SnapshotContainerInspectOK with default headers values

func (*SnapshotContainerInspectOK) Code

func (o *SnapshotContainerInspectOK) Code() int

Code gets the status code for the snapshot container inspect o k response

func (*SnapshotContainerInspectOK) Error

func (*SnapshotContainerInspectOK) GetPayload

func (*SnapshotContainerInspectOK) IsClientError

func (o *SnapshotContainerInspectOK) IsClientError() bool

IsClientError returns true when this snapshot container inspect o k response has a 4xx status code

func (*SnapshotContainerInspectOK) IsCode

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

IsCode returns true when this snapshot container inspect o k response a status code equal to that given

func (*SnapshotContainerInspectOK) IsRedirect

func (o *SnapshotContainerInspectOK) IsRedirect() bool

IsRedirect returns true when this snapshot container inspect o k response has a 3xx status code

func (*SnapshotContainerInspectOK) IsServerError

func (o *SnapshotContainerInspectOK) IsServerError() bool

IsServerError returns true when this snapshot container inspect o k response has a 5xx status code

func (*SnapshotContainerInspectOK) IsSuccess

func (o *SnapshotContainerInspectOK) IsSuccess() bool

IsSuccess returns true when this snapshot container inspect o k response has a 2xx status code

func (*SnapshotContainerInspectOK) String

func (o *SnapshotContainerInspectOK) String() string

type SnapshotContainerInspectParams

type SnapshotContainerInspectParams struct {

	/* ContainerID.

	   Container identifier
	*/
	ContainerID int64

	/* EnvironmentID.

	   Environment identifier
	*/
	EnvironmentID int64

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

SnapshotContainerInspectParams contains all the parameters to send to the API endpoint

for the snapshot container inspect operation.

Typically these are written to a http.Request.

func NewSnapshotContainerInspectParams

func NewSnapshotContainerInspectParams() *SnapshotContainerInspectParams

NewSnapshotContainerInspectParams creates a new SnapshotContainerInspectParams 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 NewSnapshotContainerInspectParamsWithContext

func NewSnapshotContainerInspectParamsWithContext(ctx context.Context) *SnapshotContainerInspectParams

NewSnapshotContainerInspectParamsWithContext creates a new SnapshotContainerInspectParams object with the ability to set a context for a request.

func NewSnapshotContainerInspectParamsWithHTTPClient

func NewSnapshotContainerInspectParamsWithHTTPClient(client *http.Client) *SnapshotContainerInspectParams

NewSnapshotContainerInspectParamsWithHTTPClient creates a new SnapshotContainerInspectParams object with the ability to set a custom HTTPClient for a request.

func NewSnapshotContainerInspectParamsWithTimeout

func NewSnapshotContainerInspectParamsWithTimeout(timeout time.Duration) *SnapshotContainerInspectParams

NewSnapshotContainerInspectParamsWithTimeout creates a new SnapshotContainerInspectParams object with the ability to set a timeout on a request.

func (*SnapshotContainerInspectParams) SetContainerID

func (o *SnapshotContainerInspectParams) SetContainerID(containerID int64)

SetContainerID adds the containerId to the snapshot container inspect params

func (*SnapshotContainerInspectParams) SetContext

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

SetContext adds the context to the snapshot container inspect params

func (*SnapshotContainerInspectParams) SetDefaults

func (o *SnapshotContainerInspectParams) SetDefaults()

SetDefaults hydrates default values in the snapshot container inspect params (not the query body).

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

func (*SnapshotContainerInspectParams) SetEnvironmentID

func (o *SnapshotContainerInspectParams) SetEnvironmentID(environmentID int64)

SetEnvironmentID adds the environmentId to the snapshot container inspect params

func (*SnapshotContainerInspectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the snapshot container inspect params

func (*SnapshotContainerInspectParams) SetTimeout

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

SetTimeout adds the timeout to the snapshot container inspect params

func (*SnapshotContainerInspectParams) WithContainerID

func (o *SnapshotContainerInspectParams) WithContainerID(containerID int64) *SnapshotContainerInspectParams

WithContainerID adds the containerID to the snapshot container inspect params

func (*SnapshotContainerInspectParams) WithContext

WithContext adds the context to the snapshot container inspect params

func (*SnapshotContainerInspectParams) WithDefaults

WithDefaults hydrates default values in the snapshot container inspect params (not the query body).

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

func (*SnapshotContainerInspectParams) WithEnvironmentID

func (o *SnapshotContainerInspectParams) WithEnvironmentID(environmentID int64) *SnapshotContainerInspectParams

WithEnvironmentID adds the environmentID to the snapshot container inspect params

func (*SnapshotContainerInspectParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the snapshot container inspect params

func (*SnapshotContainerInspectParams) WithTimeout

WithTimeout adds the timeout to the snapshot container inspect params

func (*SnapshotContainerInspectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SnapshotContainerInspectReader

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

SnapshotContainerInspectReader is a Reader for the SnapshotContainerInspect structure.

func (*SnapshotContainerInspectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SnapshotContainersListNotFound

type SnapshotContainersListNotFound struct {
}

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

Environment not found

func NewSnapshotContainersListNotFound

func NewSnapshotContainersListNotFound() *SnapshotContainersListNotFound

NewSnapshotContainersListNotFound creates a SnapshotContainersListNotFound with default headers values

func (*SnapshotContainersListNotFound) Code

Code gets the status code for the snapshot containers list not found response

func (*SnapshotContainersListNotFound) Error

func (*SnapshotContainersListNotFound) IsClientError

func (o *SnapshotContainersListNotFound) IsClientError() bool

IsClientError returns true when this snapshot containers list not found response has a 4xx status code

func (*SnapshotContainersListNotFound) IsCode

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

IsCode returns true when this snapshot containers list not found response a status code equal to that given

func (*SnapshotContainersListNotFound) IsRedirect

func (o *SnapshotContainersListNotFound) IsRedirect() bool

IsRedirect returns true when this snapshot containers list not found response has a 3xx status code

func (*SnapshotContainersListNotFound) IsServerError

func (o *SnapshotContainersListNotFound) IsServerError() bool

IsServerError returns true when this snapshot containers list not found response has a 5xx status code

func (*SnapshotContainersListNotFound) IsSuccess

func (o *SnapshotContainersListNotFound) IsSuccess() bool

IsSuccess returns true when this snapshot containers list not found response has a 2xx status code

func (*SnapshotContainersListNotFound) String

type SnapshotContainersListOK

type SnapshotContainersListOK struct {
	Payload *models.PortainerDockerContainerSnapshot
}

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

Success

func NewSnapshotContainersListOK

func NewSnapshotContainersListOK() *SnapshotContainersListOK

NewSnapshotContainersListOK creates a SnapshotContainersListOK with default headers values

func (*SnapshotContainersListOK) Code

func (o *SnapshotContainersListOK) Code() int

Code gets the status code for the snapshot containers list o k response

func (*SnapshotContainersListOK) Error

func (o *SnapshotContainersListOK) Error() string

func (*SnapshotContainersListOK) GetPayload

func (*SnapshotContainersListOK) IsClientError

func (o *SnapshotContainersListOK) IsClientError() bool

IsClientError returns true when this snapshot containers list o k response has a 4xx status code

func (*SnapshotContainersListOK) IsCode

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

IsCode returns true when this snapshot containers list o k response a status code equal to that given

func (*SnapshotContainersListOK) IsRedirect

func (o *SnapshotContainersListOK) IsRedirect() bool

IsRedirect returns true when this snapshot containers list o k response has a 3xx status code

func (*SnapshotContainersListOK) IsServerError

func (o *SnapshotContainersListOK) IsServerError() bool

IsServerError returns true when this snapshot containers list o k response has a 5xx status code

func (*SnapshotContainersListOK) IsSuccess

func (o *SnapshotContainersListOK) IsSuccess() bool

IsSuccess returns true when this snapshot containers list o k response has a 2xx status code

func (*SnapshotContainersListOK) String

func (o *SnapshotContainersListOK) String() string

type SnapshotContainersListParams

type SnapshotContainersListParams struct {

	/* EdgeStackID.

	   Edge stack identifier, will return only containers for this edge stack
	*/
	EdgeStackID *int64

	/* EnvironmentID.

	   Environment identifier
	*/
	EnvironmentID int64

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

SnapshotContainersListParams contains all the parameters to send to the API endpoint

for the snapshot containers list operation.

Typically these are written to a http.Request.

func NewSnapshotContainersListParams

func NewSnapshotContainersListParams() *SnapshotContainersListParams

NewSnapshotContainersListParams creates a new SnapshotContainersListParams 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 NewSnapshotContainersListParamsWithContext

func NewSnapshotContainersListParamsWithContext(ctx context.Context) *SnapshotContainersListParams

NewSnapshotContainersListParamsWithContext creates a new SnapshotContainersListParams object with the ability to set a context for a request.

func NewSnapshotContainersListParamsWithHTTPClient

func NewSnapshotContainersListParamsWithHTTPClient(client *http.Client) *SnapshotContainersListParams

NewSnapshotContainersListParamsWithHTTPClient creates a new SnapshotContainersListParams object with the ability to set a custom HTTPClient for a request.

func NewSnapshotContainersListParamsWithTimeout

func NewSnapshotContainersListParamsWithTimeout(timeout time.Duration) *SnapshotContainersListParams

NewSnapshotContainersListParamsWithTimeout creates a new SnapshotContainersListParams object with the ability to set a timeout on a request.

func (*SnapshotContainersListParams) SetContext

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

SetContext adds the context to the snapshot containers list params

func (*SnapshotContainersListParams) SetDefaults

func (o *SnapshotContainersListParams) SetDefaults()

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

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

func (*SnapshotContainersListParams) SetEdgeStackID

func (o *SnapshotContainersListParams) SetEdgeStackID(edgeStackID *int64)

SetEdgeStackID adds the edgeStackId to the snapshot containers list params

func (*SnapshotContainersListParams) SetEnvironmentID

func (o *SnapshotContainersListParams) SetEnvironmentID(environmentID int64)

SetEnvironmentID adds the environmentId to the snapshot containers list params

func (*SnapshotContainersListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the snapshot containers list params

func (*SnapshotContainersListParams) SetTimeout

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

SetTimeout adds the timeout to the snapshot containers list params

func (*SnapshotContainersListParams) WithContext

WithContext adds the context to the snapshot containers list params

func (*SnapshotContainersListParams) WithDefaults

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

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

func (*SnapshotContainersListParams) WithEdgeStackID

func (o *SnapshotContainersListParams) WithEdgeStackID(edgeStackID *int64) *SnapshotContainersListParams

WithEdgeStackID adds the edgeStackID to the snapshot containers list params

func (*SnapshotContainersListParams) WithEnvironmentID

func (o *SnapshotContainersListParams) WithEnvironmentID(environmentID int64) *SnapshotContainersListParams

WithEnvironmentID adds the environmentID to the snapshot containers list params

func (*SnapshotContainersListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the snapshot containers list params

func (*SnapshotContainersListParams) WithTimeout

WithTimeout adds the timeout to the snapshot containers list params

func (*SnapshotContainersListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SnapshotContainersListReader

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

SnapshotContainersListReader is a Reader for the SnapshotContainersList structure.

func (*SnapshotContainersListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SnapshotInspectNotFound

type SnapshotInspectNotFound struct {
}

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

Environment not found

func NewSnapshotInspectNotFound

func NewSnapshotInspectNotFound() *SnapshotInspectNotFound

NewSnapshotInspectNotFound creates a SnapshotInspectNotFound with default headers values

func (*SnapshotInspectNotFound) Code

func (o *SnapshotInspectNotFound) Code() int

Code gets the status code for the snapshot inspect not found response

func (*SnapshotInspectNotFound) Error

func (o *SnapshotInspectNotFound) Error() string

func (*SnapshotInspectNotFound) IsClientError

func (o *SnapshotInspectNotFound) IsClientError() bool

IsClientError returns true when this snapshot inspect not found response has a 4xx status code

func (*SnapshotInspectNotFound) IsCode

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

IsCode returns true when this snapshot inspect not found response a status code equal to that given

func (*SnapshotInspectNotFound) IsRedirect

func (o *SnapshotInspectNotFound) IsRedirect() bool

IsRedirect returns true when this snapshot inspect not found response has a 3xx status code

func (*SnapshotInspectNotFound) IsServerError

func (o *SnapshotInspectNotFound) IsServerError() bool

IsServerError returns true when this snapshot inspect not found response has a 5xx status code

func (*SnapshotInspectNotFound) IsSuccess

func (o *SnapshotInspectNotFound) IsSuccess() bool

IsSuccess returns true when this snapshot inspect not found response has a 2xx status code

func (*SnapshotInspectNotFound) String

func (o *SnapshotInspectNotFound) String() string

type SnapshotInspectOK

type SnapshotInspectOK struct {
	Payload models.PortainerDockerSnapshotRaw
}

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

Success

func NewSnapshotInspectOK

func NewSnapshotInspectOK() *SnapshotInspectOK

NewSnapshotInspectOK creates a SnapshotInspectOK with default headers values

func (*SnapshotInspectOK) Code

func (o *SnapshotInspectOK) Code() int

Code gets the status code for the snapshot inspect o k response

func (*SnapshotInspectOK) Error

func (o *SnapshotInspectOK) Error() string

func (*SnapshotInspectOK) GetPayload

func (*SnapshotInspectOK) IsClientError

func (o *SnapshotInspectOK) IsClientError() bool

IsClientError returns true when this snapshot inspect o k response has a 4xx status code

func (*SnapshotInspectOK) IsCode

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

IsCode returns true when this snapshot inspect o k response a status code equal to that given

func (*SnapshotInspectOK) IsRedirect

func (o *SnapshotInspectOK) IsRedirect() bool

IsRedirect returns true when this snapshot inspect o k response has a 3xx status code

func (*SnapshotInspectOK) IsServerError

func (o *SnapshotInspectOK) IsServerError() bool

IsServerError returns true when this snapshot inspect o k response has a 5xx status code

func (*SnapshotInspectOK) IsSuccess

func (o *SnapshotInspectOK) IsSuccess() bool

IsSuccess returns true when this snapshot inspect o k response has a 2xx status code

func (*SnapshotInspectOK) String

func (o *SnapshotInspectOK) String() string

type SnapshotInspectParams

type SnapshotInspectParams struct {

	/* EnvironmentID.

	   Environment identifier
	*/
	EnvironmentID int64

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

SnapshotInspectParams contains all the parameters to send to the API endpoint

for the snapshot inspect operation.

Typically these are written to a http.Request.

func NewSnapshotInspectParams

func NewSnapshotInspectParams() *SnapshotInspectParams

NewSnapshotInspectParams creates a new SnapshotInspectParams 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 NewSnapshotInspectParamsWithContext

func NewSnapshotInspectParamsWithContext(ctx context.Context) *SnapshotInspectParams

NewSnapshotInspectParamsWithContext creates a new SnapshotInspectParams object with the ability to set a context for a request.

func NewSnapshotInspectParamsWithHTTPClient

func NewSnapshotInspectParamsWithHTTPClient(client *http.Client) *SnapshotInspectParams

NewSnapshotInspectParamsWithHTTPClient creates a new SnapshotInspectParams object with the ability to set a custom HTTPClient for a request.

func NewSnapshotInspectParamsWithTimeout

func NewSnapshotInspectParamsWithTimeout(timeout time.Duration) *SnapshotInspectParams

NewSnapshotInspectParamsWithTimeout creates a new SnapshotInspectParams object with the ability to set a timeout on a request.

func (*SnapshotInspectParams) SetContext

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

SetContext adds the context to the snapshot inspect params

func (*SnapshotInspectParams) SetDefaults

func (o *SnapshotInspectParams) SetDefaults()

SetDefaults hydrates default values in the snapshot inspect params (not the query body).

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

func (*SnapshotInspectParams) SetEnvironmentID

func (o *SnapshotInspectParams) SetEnvironmentID(environmentID int64)

SetEnvironmentID adds the environmentId to the snapshot inspect params

func (*SnapshotInspectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the snapshot inspect params

func (*SnapshotInspectParams) SetTimeout

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

SetTimeout adds the timeout to the snapshot inspect params

func (*SnapshotInspectParams) WithContext

WithContext adds the context to the snapshot inspect params

func (*SnapshotInspectParams) WithDefaults

func (o *SnapshotInspectParams) WithDefaults() *SnapshotInspectParams

WithDefaults hydrates default values in the snapshot inspect params (not the query body).

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

func (*SnapshotInspectParams) WithEnvironmentID

func (o *SnapshotInspectParams) WithEnvironmentID(environmentID int64) *SnapshotInspectParams

WithEnvironmentID adds the environmentID to the snapshot inspect params

func (*SnapshotInspectParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the snapshot inspect params

func (*SnapshotInspectParams) WithTimeout

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

WithTimeout adds the timeout to the snapshot inspect params

func (*SnapshotInspectParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type SnapshotInspectReader

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

SnapshotInspectReader is a Reader for the SnapshotInspect structure.

func (*SnapshotInspectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TrustEdgeEndpointsBadRequest

type TrustEdgeEndpointsBadRequest struct {
}

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

Invalid request payload, such as missing required fields or fields not meeting validation criteria.

func NewTrustEdgeEndpointsBadRequest

func NewTrustEdgeEndpointsBadRequest() *TrustEdgeEndpointsBadRequest

NewTrustEdgeEndpointsBadRequest creates a TrustEdgeEndpointsBadRequest with default headers values

func (*TrustEdgeEndpointsBadRequest) Code

Code gets the status code for the trust edge endpoints bad request response

func (*TrustEdgeEndpointsBadRequest) Error

func (*TrustEdgeEndpointsBadRequest) IsClientError

func (o *TrustEdgeEndpointsBadRequest) IsClientError() bool

IsClientError returns true when this trust edge endpoints bad request response has a 4xx status code

func (*TrustEdgeEndpointsBadRequest) IsCode

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

IsCode returns true when this trust edge endpoints bad request response a status code equal to that given

func (*TrustEdgeEndpointsBadRequest) IsRedirect

func (o *TrustEdgeEndpointsBadRequest) IsRedirect() bool

IsRedirect returns true when this trust edge endpoints bad request response has a 3xx status code

func (*TrustEdgeEndpointsBadRequest) IsServerError

func (o *TrustEdgeEndpointsBadRequest) IsServerError() bool

IsServerError returns true when this trust edge endpoints bad request response has a 5xx status code

func (*TrustEdgeEndpointsBadRequest) IsSuccess

func (o *TrustEdgeEndpointsBadRequest) IsSuccess() bool

IsSuccess returns true when this trust edge endpoints bad request response has a 2xx status code

func (*TrustEdgeEndpointsBadRequest) String

type TrustEdgeEndpointsInternalServerError

type TrustEdgeEndpointsInternalServerError struct {
}

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

Server error occurred while attempting to associate the environments.

func NewTrustEdgeEndpointsInternalServerError

func NewTrustEdgeEndpointsInternalServerError() *TrustEdgeEndpointsInternalServerError

NewTrustEdgeEndpointsInternalServerError creates a TrustEdgeEndpointsInternalServerError with default headers values

func (*TrustEdgeEndpointsInternalServerError) Code

Code gets the status code for the trust edge endpoints internal server error response

func (*TrustEdgeEndpointsInternalServerError) Error

func (*TrustEdgeEndpointsInternalServerError) IsClientError

func (o *TrustEdgeEndpointsInternalServerError) IsClientError() bool

IsClientError returns true when this trust edge endpoints internal server error response has a 4xx status code

func (*TrustEdgeEndpointsInternalServerError) IsCode

IsCode returns true when this trust edge endpoints internal server error response a status code equal to that given

func (*TrustEdgeEndpointsInternalServerError) IsRedirect

IsRedirect returns true when this trust edge endpoints internal server error response has a 3xx status code

func (*TrustEdgeEndpointsInternalServerError) IsServerError

func (o *TrustEdgeEndpointsInternalServerError) IsServerError() bool

IsServerError returns true when this trust edge endpoints internal server error response has a 5xx status code

func (*TrustEdgeEndpointsInternalServerError) IsSuccess

IsSuccess returns true when this trust edge endpoints internal server error response has a 2xx status code

func (*TrustEdgeEndpointsInternalServerError) String

type TrustEdgeEndpointsNoContent

type TrustEdgeEndpointsNoContent struct {
}

TrustEdgeEndpointsNoContent describes a response with status code 204, with default header values.

Environment(s) successfully associated.

func NewTrustEdgeEndpointsNoContent

func NewTrustEdgeEndpointsNoContent() *TrustEdgeEndpointsNoContent

NewTrustEdgeEndpointsNoContent creates a TrustEdgeEndpointsNoContent with default headers values

func (*TrustEdgeEndpointsNoContent) Code

func (o *TrustEdgeEndpointsNoContent) Code() int

Code gets the status code for the trust edge endpoints no content response

func (*TrustEdgeEndpointsNoContent) Error

func (*TrustEdgeEndpointsNoContent) IsClientError

func (o *TrustEdgeEndpointsNoContent) IsClientError() bool

IsClientError returns true when this trust edge endpoints no content response has a 4xx status code

func (*TrustEdgeEndpointsNoContent) IsCode

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

IsCode returns true when this trust edge endpoints no content response a status code equal to that given

func (*TrustEdgeEndpointsNoContent) IsRedirect

func (o *TrustEdgeEndpointsNoContent) IsRedirect() bool

IsRedirect returns true when this trust edge endpoints no content response has a 3xx status code

func (*TrustEdgeEndpointsNoContent) IsServerError

func (o *TrustEdgeEndpointsNoContent) IsServerError() bool

IsServerError returns true when this trust edge endpoints no content response has a 5xx status code

func (*TrustEdgeEndpointsNoContent) IsSuccess

func (o *TrustEdgeEndpointsNoContent) IsSuccess() bool

IsSuccess returns true when this trust edge endpoints no content response has a 2xx status code

func (*TrustEdgeEndpointsNoContent) String

func (o *TrustEdgeEndpointsNoContent) String() string

type TrustEdgeEndpointsParams

type TrustEdgeEndpointsParams struct {

	/* Body.

	   Information about the environments to trust
	*/
	Body *models.EndpointedgeEndpointsTrustPayload

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

TrustEdgeEndpointsParams contains all the parameters to send to the API endpoint

for the trust edge endpoints operation.

Typically these are written to a http.Request.

func NewTrustEdgeEndpointsParams

func NewTrustEdgeEndpointsParams() *TrustEdgeEndpointsParams

NewTrustEdgeEndpointsParams creates a new TrustEdgeEndpointsParams 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 NewTrustEdgeEndpointsParamsWithContext

func NewTrustEdgeEndpointsParamsWithContext(ctx context.Context) *TrustEdgeEndpointsParams

NewTrustEdgeEndpointsParamsWithContext creates a new TrustEdgeEndpointsParams object with the ability to set a context for a request.

func NewTrustEdgeEndpointsParamsWithHTTPClient

func NewTrustEdgeEndpointsParamsWithHTTPClient(client *http.Client) *TrustEdgeEndpointsParams

NewTrustEdgeEndpointsParamsWithHTTPClient creates a new TrustEdgeEndpointsParams object with the ability to set a custom HTTPClient for a request.

func NewTrustEdgeEndpointsParamsWithTimeout

func NewTrustEdgeEndpointsParamsWithTimeout(timeout time.Duration) *TrustEdgeEndpointsParams

NewTrustEdgeEndpointsParamsWithTimeout creates a new TrustEdgeEndpointsParams object with the ability to set a timeout on a request.

func (*TrustEdgeEndpointsParams) SetBody

SetBody adds the body to the trust edge endpoints params

func (*TrustEdgeEndpointsParams) SetContext

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

SetContext adds the context to the trust edge endpoints params

func (*TrustEdgeEndpointsParams) SetDefaults

func (o *TrustEdgeEndpointsParams) SetDefaults()

SetDefaults hydrates default values in the trust edge endpoints params (not the query body).

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

func (*TrustEdgeEndpointsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the trust edge endpoints params

func (*TrustEdgeEndpointsParams) SetTimeout

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

SetTimeout adds the timeout to the trust edge endpoints params

func (*TrustEdgeEndpointsParams) WithBody

WithBody adds the body to the trust edge endpoints params

func (*TrustEdgeEndpointsParams) WithContext

WithContext adds the context to the trust edge endpoints params

func (*TrustEdgeEndpointsParams) WithDefaults

WithDefaults hydrates default values in the trust edge endpoints params (not the query body).

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

func (*TrustEdgeEndpointsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the trust edge endpoints params

func (*TrustEdgeEndpointsParams) WithTimeout

WithTimeout adds the timeout to the trust edge endpoints params

func (*TrustEdgeEndpointsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type TrustEdgeEndpointsReader

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

TrustEdgeEndpointsReader is a Reader for the TrustEdgeEndpoints structure.

func (*TrustEdgeEndpointsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

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