provisioning

package
v0.0.0-...-0524d7e Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2024 License: GPL-3.0 Imports: 12 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithAcceptApplicationJSON

func WithAcceptApplicationJSON(r *runtime.ClientOperation)

WithAcceptApplicationJSON sets the Accept header to "application/json".

func WithAcceptTextPlain

func WithAcceptTextPlain(r *runtime.ClientOperation)

WithAcceptTextPlain sets the Accept header to "text/plain".

Types

type Client

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

Client for provisioning API

func (*Client) GetAPI5BridgeLocation

func (a *Client) GetAPI5BridgeLocation(params *GetAPI5BridgeLocationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetApi5BridgeLocationOK, error)

GetAPI5BridgeLocation gets bridges

fetch bridges by location

func (*Client) GetAPI5Bridges

func (a *Client) GetAPI5Bridges(params *GetAPI5BridgesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetApi5BridgesOK, error)

GetAPI5Bridges gets all bridges

Fetch all bridges. This is an optional API endpoint for compatibility with vpnweb, but do not count on all the providers to have it enabled since it makes it easier to enumerate resources. On the other hand, if the service has "open" VPN endpoints, they can enumerate them here freely. Bridges, however, should be more restricted as a general rule.

func (*Client) GetAPI5Gateway

func (a *Client) GetAPI5Gateway(params *GetAPI5GatewayParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetApi5GatewayOK, error)

GetAPI5Gateway gets gateways by location countrycode or random

Get Gateways with param countrycode for nearest, or with param location to get a gateway in specific location, or a random one without params

func (*Client) GetAPI5Gateways

func (a *Client) GetAPI5Gateways(params *GetAPI5GatewaysParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetApi5GatewaysOK, error)

GetAPI5Gateways gets all gateways

Fetch all gateways. This is an optional API endpoint for compatibility with vpnweb, but do not count on all the providers to have it enabled since it makes it easier to enumerate resources. On the other hand, if the service has "open" VPN endpoints, they can enumerate them here freely. Bridges, however, should be more restricted as a general rule.

func (*Client) GetAPI5OpenvpnCert

func (a *Client) GetAPI5OpenvpnCert(params *GetAPI5OpenvpnCertParams, opts ...ClientOption) (*GetApi5OpenvpnCertOK, error)

GetAPI5OpenvpnCert gets openvpn cert

Fetch a new key and cert.

func (*Client) GetAPI5OpenvpnConfig

func (a *Client) GetAPI5OpenvpnConfig(params *GetAPI5OpenvpnConfigParams, opts ...ClientOption) (*GetApi5OpenvpnConfigOK, error)

GetAPI5OpenvpnConfig fetches open v p n config file

fetch a working config file for OpenVPN service.

func (*Client) GetAPI5Service

func (a *Client) GetAPI5Service(params *GetAPI5ServiceParams, opts ...ClientOption) (*GetApi5ServiceOK, error)

GetAPI5Service gets service info

fetch service information, including location and common tunnel config

func (*Client) GetAPIAutoconf

func (a *Client) GetAPIAutoconf(params *GetAPIAutoconfParams, opts ...ClientOption) (*GetAPIAutoconfOK, error)

GetAPIAutoconf fetches open v p n config file

fetch a working config file for OpenVPN service.

func (*Client) GetProviderJSON

func (a *Client) GetProviderJSON(params *GetProviderJSONParams, opts ...ClientOption) (*GetProviderJSONOK, error)

GetProviderJSON gets provider info

Fetch provider information how to configure and bootstrap the VPN

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

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

func WithAccept

func WithAccept(mime string) ClientOption

WithAccept allows the client to force the Accept header to negotiate a specific Producer from the server.

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

type ClientService

type ClientService interface {
	GetAPI5BridgeLocation(params *GetAPI5BridgeLocationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetApi5BridgeLocationOK, error)

	GetAPI5Bridges(params *GetAPI5BridgesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetApi5BridgesOK, error)

	GetAPI5Gateway(params *GetAPI5GatewayParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetApi5GatewayOK, error)

	GetAPI5Gateways(params *GetAPI5GatewaysParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetApi5GatewaysOK, error)

	GetAPI5OpenvpnCert(params *GetAPI5OpenvpnCertParams, opts ...ClientOption) (*GetApi5OpenvpnCertOK, error)

	GetAPI5OpenvpnConfig(params *GetAPI5OpenvpnConfigParams, opts ...ClientOption) (*GetApi5OpenvpnConfigOK, error)

	GetAPI5Service(params *GetAPI5ServiceParams, opts ...ClientOption) (*GetApi5ServiceOK, error)

	GetAPIAutoconf(params *GetAPIAutoconfParams, opts ...ClientOption) (*GetAPIAutoconfOK, error)

	GetProviderJSON(params *GetProviderJSONParams, opts ...ClientOption) (*GetProviderJSONOK, 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 provisioning API client.

func NewClientWithBasicAuth

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

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

type Get5BridgeLocationBadRequest struct {
	Payload interface{}
}

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

Bad Request

func NewGet5BridgeLocationBadRequest

func NewGet5BridgeLocationBadRequest() *Get5BridgeLocationBadRequest

NewGet5BridgeLocationBadRequest creates a Get5BridgeLocationBadRequest with default headers values

func (*Get5BridgeLocationBadRequest) Code

Code gets the status code for the get5 bridge location bad request response

func (*Get5BridgeLocationBadRequest) Error

func (*Get5BridgeLocationBadRequest) GetPayload

func (o *Get5BridgeLocationBadRequest) GetPayload() interface{}

func (*Get5BridgeLocationBadRequest) IsClientError

func (o *Get5BridgeLocationBadRequest) IsClientError() bool

IsClientError returns true when this get5 bridge location bad request response has a 4xx status code

func (*Get5BridgeLocationBadRequest) IsCode

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

IsCode returns true when this get5 bridge location bad request response a status code equal to that given

func (*Get5BridgeLocationBadRequest) IsRedirect

func (o *Get5BridgeLocationBadRequest) IsRedirect() bool

IsRedirect returns true when this get5 bridge location bad request response has a 3xx status code

func (*Get5BridgeLocationBadRequest) IsServerError

func (o *Get5BridgeLocationBadRequest) IsServerError() bool

IsServerError returns true when this get5 bridge location bad request response has a 5xx status code

func (*Get5BridgeLocationBadRequest) IsSuccess

func (o *Get5BridgeLocationBadRequest) IsSuccess() bool

IsSuccess returns true when this get5 bridge location bad request response has a 2xx status code

func (*Get5BridgeLocationBadRequest) String

type Get5BridgeLocationInternalServerError

type Get5BridgeLocationInternalServerError struct {
	Payload interface{}
}

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

Internal Server Error

func NewGet5BridgeLocationInternalServerError

func NewGet5BridgeLocationInternalServerError() *Get5BridgeLocationInternalServerError

NewGet5BridgeLocationInternalServerError creates a Get5BridgeLocationInternalServerError with default headers values

func (*Get5BridgeLocationInternalServerError) Code

Code gets the status code for the get5 bridge location internal server error response

func (*Get5BridgeLocationInternalServerError) Error

func (*Get5BridgeLocationInternalServerError) GetPayload

func (o *Get5BridgeLocationInternalServerError) GetPayload() interface{}

func (*Get5BridgeLocationInternalServerError) IsClientError

func (o *Get5BridgeLocationInternalServerError) IsClientError() bool

IsClientError returns true when this get5 bridge location internal server error response has a 4xx status code

func (*Get5BridgeLocationInternalServerError) IsCode

IsCode returns true when this get5 bridge location internal server error response a status code equal to that given

func (*Get5BridgeLocationInternalServerError) IsRedirect

IsRedirect returns true when this get5 bridge location internal server error response has a 3xx status code

func (*Get5BridgeLocationInternalServerError) IsServerError

func (o *Get5BridgeLocationInternalServerError) IsServerError() bool

IsServerError returns true when this get5 bridge location internal server error response has a 5xx status code

func (*Get5BridgeLocationInternalServerError) IsSuccess

IsSuccess returns true when this get5 bridge location internal server error response has a 2xx status code

func (*Get5BridgeLocationInternalServerError) String

type Get5BridgeLocationNotFound

type Get5BridgeLocationNotFound struct {
	Payload interface{}
}

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

Not Found

func NewGet5BridgeLocationNotFound

func NewGet5BridgeLocationNotFound() *Get5BridgeLocationNotFound

NewGet5BridgeLocationNotFound creates a Get5BridgeLocationNotFound with default headers values

func (*Get5BridgeLocationNotFound) Code

func (o *Get5BridgeLocationNotFound) Code() int

Code gets the status code for the get5 bridge location not found response

func (*Get5BridgeLocationNotFound) Error

func (*Get5BridgeLocationNotFound) GetPayload

func (o *Get5BridgeLocationNotFound) GetPayload() interface{}

func (*Get5BridgeLocationNotFound) IsClientError

func (o *Get5BridgeLocationNotFound) IsClientError() bool

IsClientError returns true when this get5 bridge location not found response has a 4xx status code

func (*Get5BridgeLocationNotFound) IsCode

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

IsCode returns true when this get5 bridge location not found response a status code equal to that given

func (*Get5BridgeLocationNotFound) IsRedirect

func (o *Get5BridgeLocationNotFound) IsRedirect() bool

IsRedirect returns true when this get5 bridge location not found response has a 3xx status code

func (*Get5BridgeLocationNotFound) IsServerError

func (o *Get5BridgeLocationNotFound) IsServerError() bool

IsServerError returns true when this get5 bridge location not found response has a 5xx status code

func (*Get5BridgeLocationNotFound) IsSuccess

func (o *Get5BridgeLocationNotFound) IsSuccess() bool

IsSuccess returns true when this get5 bridge location not found response has a 2xx status code

func (*Get5BridgeLocationNotFound) String

func (o *Get5BridgeLocationNotFound) String() string

type Get5BridgeLocationOK

type Get5BridgeLocationOK struct {
	Payload []*models.ModelsBridge
}

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

OK

func NewGet5BridgeLocationOK

func NewGet5BridgeLocationOK() *Get5BridgeLocationOK

NewGet5BridgeLocationOK creates a Get5BridgeLocationOK with default headers values

func (*Get5BridgeLocationOK) Code

func (o *Get5BridgeLocationOK) Code() int

Code gets the status code for the get5 bridge location o k response

func (*Get5BridgeLocationOK) Error

func (o *Get5BridgeLocationOK) Error() string

func (*Get5BridgeLocationOK) GetPayload

func (o *Get5BridgeLocationOK) GetPayload() []*models.ModelsBridge

func (*Get5BridgeLocationOK) IsClientError

func (o *Get5BridgeLocationOK) IsClientError() bool

IsClientError returns true when this get5 bridge location o k response has a 4xx status code

func (*Get5BridgeLocationOK) IsCode

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

IsCode returns true when this get5 bridge location o k response a status code equal to that given

func (*Get5BridgeLocationOK) IsRedirect

func (o *Get5BridgeLocationOK) IsRedirect() bool

IsRedirect returns true when this get5 bridge location o k response has a 3xx status code

func (*Get5BridgeLocationOK) IsServerError

func (o *Get5BridgeLocationOK) IsServerError() bool

IsServerError returns true when this get5 bridge location o k response has a 5xx status code

func (*Get5BridgeLocationOK) IsSuccess

func (o *Get5BridgeLocationOK) IsSuccess() bool

IsSuccess returns true when this get5 bridge location o k response has a 2xx status code

func (*Get5BridgeLocationOK) String

func (o *Get5BridgeLocationOK) String() string

type Get5BridgeLocationParams

type Get5BridgeLocationParams struct {

	/* Location.

	   Location ID
	*/
	Location string

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

Get5BridgeLocationParams contains all the parameters to send to the API endpoint

for the get5 bridge location operation.

Typically these are written to a http.Request.

func NewGet5BridgeLocationParams

func NewGet5BridgeLocationParams() *Get5BridgeLocationParams

NewGet5BridgeLocationParams creates a new Get5BridgeLocationParams 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 NewGet5BridgeLocationParamsWithContext

func NewGet5BridgeLocationParamsWithContext(ctx context.Context) *Get5BridgeLocationParams

NewGet5BridgeLocationParamsWithContext creates a new Get5BridgeLocationParams object with the ability to set a context for a request.

func NewGet5BridgeLocationParamsWithHTTPClient

func NewGet5BridgeLocationParamsWithHTTPClient(client *http.Client) *Get5BridgeLocationParams

NewGet5BridgeLocationParamsWithHTTPClient creates a new Get5BridgeLocationParams object with the ability to set a custom HTTPClient for a request.

func NewGet5BridgeLocationParamsWithTimeout

func NewGet5BridgeLocationParamsWithTimeout(timeout time.Duration) *Get5BridgeLocationParams

NewGet5BridgeLocationParamsWithTimeout creates a new Get5BridgeLocationParams object with the ability to set a timeout on a request.

func (*Get5BridgeLocationParams) SetContext

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

SetContext adds the context to the get5 bridge location params

func (*Get5BridgeLocationParams) SetDefaults

func (o *Get5BridgeLocationParams) SetDefaults()

SetDefaults hydrates default values in the get5 bridge location params (not the query body).

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

func (*Get5BridgeLocationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get5 bridge location params

func (*Get5BridgeLocationParams) SetLocation

func (o *Get5BridgeLocationParams) SetLocation(location string)

SetLocation adds the location to the get5 bridge location params

func (*Get5BridgeLocationParams) SetTimeout

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

SetTimeout adds the timeout to the get5 bridge location params

func (*Get5BridgeLocationParams) WithContext

WithContext adds the context to the get5 bridge location params

func (*Get5BridgeLocationParams) WithDefaults

WithDefaults hydrates default values in the get5 bridge location params (not the query body).

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

func (*Get5BridgeLocationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get5 bridge location params

func (*Get5BridgeLocationParams) WithLocation

func (o *Get5BridgeLocationParams) WithLocation(location string) *Get5BridgeLocationParams

WithLocation adds the location to the get5 bridge location params

func (*Get5BridgeLocationParams) WithTimeout

WithTimeout adds the timeout to the get5 bridge location params

func (*Get5BridgeLocationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type Get5BridgeLocationReader

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

Get5BridgeLocationReader is a Reader for the Get5BridgeLocation structure.

func (*Get5BridgeLocationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Get5BridgesBadRequest

type Get5BridgesBadRequest struct {
	Payload interface{}
}

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

Bad Request

func NewGet5BridgesBadRequest

func NewGet5BridgesBadRequest() *Get5BridgesBadRequest

NewGet5BridgesBadRequest creates a Get5BridgesBadRequest with default headers values

func (*Get5BridgesBadRequest) Code

func (o *Get5BridgesBadRequest) Code() int

Code gets the status code for the get5 bridges bad request response

func (*Get5BridgesBadRequest) Error

func (o *Get5BridgesBadRequest) Error() string

func (*Get5BridgesBadRequest) GetPayload

func (o *Get5BridgesBadRequest) GetPayload() interface{}

func (*Get5BridgesBadRequest) IsClientError

func (o *Get5BridgesBadRequest) IsClientError() bool

IsClientError returns true when this get5 bridges bad request response has a 4xx status code

func (*Get5BridgesBadRequest) IsCode

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

IsCode returns true when this get5 bridges bad request response a status code equal to that given

func (*Get5BridgesBadRequest) IsRedirect

func (o *Get5BridgesBadRequest) IsRedirect() bool

IsRedirect returns true when this get5 bridges bad request response has a 3xx status code

func (*Get5BridgesBadRequest) IsServerError

func (o *Get5BridgesBadRequest) IsServerError() bool

IsServerError returns true when this get5 bridges bad request response has a 5xx status code

func (*Get5BridgesBadRequest) IsSuccess

func (o *Get5BridgesBadRequest) IsSuccess() bool

IsSuccess returns true when this get5 bridges bad request response has a 2xx status code

func (*Get5BridgesBadRequest) String

func (o *Get5BridgesBadRequest) String() string

type Get5BridgesInternalServerError

type Get5BridgesInternalServerError struct {
	Payload interface{}
}

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

Internal Server Error

func NewGet5BridgesInternalServerError

func NewGet5BridgesInternalServerError() *Get5BridgesInternalServerError

NewGet5BridgesInternalServerError creates a Get5BridgesInternalServerError with default headers values

func (*Get5BridgesInternalServerError) Code

Code gets the status code for the get5 bridges internal server error response

func (*Get5BridgesInternalServerError) Error

func (*Get5BridgesInternalServerError) GetPayload

func (o *Get5BridgesInternalServerError) GetPayload() interface{}

func (*Get5BridgesInternalServerError) IsClientError

func (o *Get5BridgesInternalServerError) IsClientError() bool

IsClientError returns true when this get5 bridges internal server error response has a 4xx status code

func (*Get5BridgesInternalServerError) IsCode

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

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

func (*Get5BridgesInternalServerError) IsRedirect

func (o *Get5BridgesInternalServerError) IsRedirect() bool

IsRedirect returns true when this get5 bridges internal server error response has a 3xx status code

func (*Get5BridgesInternalServerError) IsServerError

func (o *Get5BridgesInternalServerError) IsServerError() bool

IsServerError returns true when this get5 bridges internal server error response has a 5xx status code

func (*Get5BridgesInternalServerError) IsSuccess

func (o *Get5BridgesInternalServerError) IsSuccess() bool

IsSuccess returns true when this get5 bridges internal server error response has a 2xx status code

func (*Get5BridgesInternalServerError) String

type Get5BridgesNotFound

type Get5BridgesNotFound struct {
	Payload interface{}
}

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

Not Found

func NewGet5BridgesNotFound

func NewGet5BridgesNotFound() *Get5BridgesNotFound

NewGet5BridgesNotFound creates a Get5BridgesNotFound with default headers values

func (*Get5BridgesNotFound) Code

func (o *Get5BridgesNotFound) Code() int

Code gets the status code for the get5 bridges not found response

func (*Get5BridgesNotFound) Error

func (o *Get5BridgesNotFound) Error() string

func (*Get5BridgesNotFound) GetPayload

func (o *Get5BridgesNotFound) GetPayload() interface{}

func (*Get5BridgesNotFound) IsClientError

func (o *Get5BridgesNotFound) IsClientError() bool

IsClientError returns true when this get5 bridges not found response has a 4xx status code

func (*Get5BridgesNotFound) IsCode

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

IsCode returns true when this get5 bridges not found response a status code equal to that given

func (*Get5BridgesNotFound) IsRedirect

func (o *Get5BridgesNotFound) IsRedirect() bool

IsRedirect returns true when this get5 bridges not found response has a 3xx status code

func (*Get5BridgesNotFound) IsServerError

func (o *Get5BridgesNotFound) IsServerError() bool

IsServerError returns true when this get5 bridges not found response has a 5xx status code

func (*Get5BridgesNotFound) IsSuccess

func (o *Get5BridgesNotFound) IsSuccess() bool

IsSuccess returns true when this get5 bridges not found response has a 2xx status code

func (*Get5BridgesNotFound) String

func (o *Get5BridgesNotFound) String() string

type Get5BridgesOK

type Get5BridgesOK struct {
	Payload []*models.ModelsBridge
}

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

OK

func NewGet5BridgesOK

func NewGet5BridgesOK() *Get5BridgesOK

NewGet5BridgesOK creates a Get5BridgesOK with default headers values

func (*Get5BridgesOK) Code

func (o *Get5BridgesOK) Code() int

Code gets the status code for the get5 bridges o k response

func (*Get5BridgesOK) Error

func (o *Get5BridgesOK) Error() string

func (*Get5BridgesOK) GetPayload

func (o *Get5BridgesOK) GetPayload() []*models.ModelsBridge

func (*Get5BridgesOK) IsClientError

func (o *Get5BridgesOK) IsClientError() bool

IsClientError returns true when this get5 bridges o k response has a 4xx status code

func (*Get5BridgesOK) IsCode

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

IsCode returns true when this get5 bridges o k response a status code equal to that given

func (*Get5BridgesOK) IsRedirect

func (o *Get5BridgesOK) IsRedirect() bool

IsRedirect returns true when this get5 bridges o k response has a 3xx status code

func (*Get5BridgesOK) IsServerError

func (o *Get5BridgesOK) IsServerError() bool

IsServerError returns true when this get5 bridges o k response has a 5xx status code

func (*Get5BridgesOK) IsSuccess

func (o *Get5BridgesOK) IsSuccess() bool

IsSuccess returns true when this get5 bridges o k response has a 2xx status code

func (*Get5BridgesOK) String

func (o *Get5BridgesOK) String() string

type Get5BridgesParams

type Get5BridgesParams struct {

	/* Loc.

	   location
	*/
	Loc *string

	/* Port.

	   port
	*/
	Port *string

	/* Tr.

	   transport (tcp|udp)
	*/
	Tr *string

	/* Type.

	   type
	*/
	Type *string

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

Get5BridgesParams contains all the parameters to send to the API endpoint

for the get5 bridges operation.

Typically these are written to a http.Request.

func NewGet5BridgesParams

func NewGet5BridgesParams() *Get5BridgesParams

NewGet5BridgesParams creates a new Get5BridgesParams 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 NewGet5BridgesParamsWithContext

func NewGet5BridgesParamsWithContext(ctx context.Context) *Get5BridgesParams

NewGet5BridgesParamsWithContext creates a new Get5BridgesParams object with the ability to set a context for a request.

func NewGet5BridgesParamsWithHTTPClient

func NewGet5BridgesParamsWithHTTPClient(client *http.Client) *Get5BridgesParams

NewGet5BridgesParamsWithHTTPClient creates a new Get5BridgesParams object with the ability to set a custom HTTPClient for a request.

func NewGet5BridgesParamsWithTimeout

func NewGet5BridgesParamsWithTimeout(timeout time.Duration) *Get5BridgesParams

NewGet5BridgesParamsWithTimeout creates a new Get5BridgesParams object with the ability to set a timeout on a request.

func (*Get5BridgesParams) SetContext

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

SetContext adds the context to the get5 bridges params

func (*Get5BridgesParams) SetDefaults

func (o *Get5BridgesParams) SetDefaults()

SetDefaults hydrates default values in the get5 bridges params (not the query body).

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

func (*Get5BridgesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get5 bridges params

func (*Get5BridgesParams) SetLoc

func (o *Get5BridgesParams) SetLoc(loc *string)

SetLoc adds the loc to the get5 bridges params

func (*Get5BridgesParams) SetPort

func (o *Get5BridgesParams) SetPort(port *string)

SetPort adds the port to the get5 bridges params

func (*Get5BridgesParams) SetTimeout

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

SetTimeout adds the timeout to the get5 bridges params

func (*Get5BridgesParams) SetTr

func (o *Get5BridgesParams) SetTr(tr *string)

SetTr adds the tr to the get5 bridges params

func (*Get5BridgesParams) SetType

func (o *Get5BridgesParams) SetType(typeVar *string)

SetType adds the type to the get5 bridges params

func (*Get5BridgesParams) WithContext

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

WithContext adds the context to the get5 bridges params

func (*Get5BridgesParams) WithDefaults

func (o *Get5BridgesParams) WithDefaults() *Get5BridgesParams

WithDefaults hydrates default values in the get5 bridges params (not the query body).

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

func (*Get5BridgesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get5 bridges params

func (*Get5BridgesParams) WithLoc

func (o *Get5BridgesParams) WithLoc(loc *string) *Get5BridgesParams

WithLoc adds the loc to the get5 bridges params

func (*Get5BridgesParams) WithPort

func (o *Get5BridgesParams) WithPort(port *string) *Get5BridgesParams

WithPort adds the port to the get5 bridges params

func (*Get5BridgesParams) WithTimeout

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

WithTimeout adds the timeout to the get5 bridges params

func (*Get5BridgesParams) WithTr

func (o *Get5BridgesParams) WithTr(tr *string) *Get5BridgesParams

WithTr adds the tr to the get5 bridges params

func (*Get5BridgesParams) WithType

func (o *Get5BridgesParams) WithType(typeVar *string) *Get5BridgesParams

WithType adds the typeVar to the get5 bridges params

func (*Get5BridgesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type Get5BridgesReader

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

Get5BridgesReader is a Reader for the Get5Bridges structure.

func (*Get5BridgesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Get5GatewayLocationBadRequest

type Get5GatewayLocationBadRequest struct {
	Payload interface{}
}

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

Bad Request

func NewGet5GatewayLocationBadRequest

func NewGet5GatewayLocationBadRequest() *Get5GatewayLocationBadRequest

NewGet5GatewayLocationBadRequest creates a Get5GatewayLocationBadRequest with default headers values

func (*Get5GatewayLocationBadRequest) Code

Code gets the status code for the get5 gateway location bad request response

func (*Get5GatewayLocationBadRequest) Error

func (*Get5GatewayLocationBadRequest) GetPayload

func (o *Get5GatewayLocationBadRequest) GetPayload() interface{}

func (*Get5GatewayLocationBadRequest) IsClientError

func (o *Get5GatewayLocationBadRequest) IsClientError() bool

IsClientError returns true when this get5 gateway location bad request response has a 4xx status code

func (*Get5GatewayLocationBadRequest) IsCode

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

IsCode returns true when this get5 gateway location bad request response a status code equal to that given

func (*Get5GatewayLocationBadRequest) IsRedirect

func (o *Get5GatewayLocationBadRequest) IsRedirect() bool

IsRedirect returns true when this get5 gateway location bad request response has a 3xx status code

func (*Get5GatewayLocationBadRequest) IsServerError

func (o *Get5GatewayLocationBadRequest) IsServerError() bool

IsServerError returns true when this get5 gateway location bad request response has a 5xx status code

func (*Get5GatewayLocationBadRequest) IsSuccess

func (o *Get5GatewayLocationBadRequest) IsSuccess() bool

IsSuccess returns true when this get5 gateway location bad request response has a 2xx status code

func (*Get5GatewayLocationBadRequest) String

type Get5GatewayLocationInternalServerError

type Get5GatewayLocationInternalServerError struct {
	Payload interface{}
}

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

Internal Server Error

func NewGet5GatewayLocationInternalServerError

func NewGet5GatewayLocationInternalServerError() *Get5GatewayLocationInternalServerError

NewGet5GatewayLocationInternalServerError creates a Get5GatewayLocationInternalServerError with default headers values

func (*Get5GatewayLocationInternalServerError) Code

Code gets the status code for the get5 gateway location internal server error response

func (*Get5GatewayLocationInternalServerError) Error

func (*Get5GatewayLocationInternalServerError) GetPayload

func (o *Get5GatewayLocationInternalServerError) GetPayload() interface{}

func (*Get5GatewayLocationInternalServerError) IsClientError

func (o *Get5GatewayLocationInternalServerError) IsClientError() bool

IsClientError returns true when this get5 gateway location internal server error response has a 4xx status code

func (*Get5GatewayLocationInternalServerError) IsCode

IsCode returns true when this get5 gateway location internal server error response a status code equal to that given

func (*Get5GatewayLocationInternalServerError) IsRedirect

IsRedirect returns true when this get5 gateway location internal server error response has a 3xx status code

func (*Get5GatewayLocationInternalServerError) IsServerError

func (o *Get5GatewayLocationInternalServerError) IsServerError() bool

IsServerError returns true when this get5 gateway location internal server error response has a 5xx status code

func (*Get5GatewayLocationInternalServerError) IsSuccess

IsSuccess returns true when this get5 gateway location internal server error response has a 2xx status code

func (*Get5GatewayLocationInternalServerError) String

type Get5GatewayLocationNotFound

type Get5GatewayLocationNotFound struct {
	Payload interface{}
}

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

Not Found

func NewGet5GatewayLocationNotFound

func NewGet5GatewayLocationNotFound() *Get5GatewayLocationNotFound

NewGet5GatewayLocationNotFound creates a Get5GatewayLocationNotFound with default headers values

func (*Get5GatewayLocationNotFound) Code

func (o *Get5GatewayLocationNotFound) Code() int

Code gets the status code for the get5 gateway location not found response

func (*Get5GatewayLocationNotFound) Error

func (*Get5GatewayLocationNotFound) GetPayload

func (o *Get5GatewayLocationNotFound) GetPayload() interface{}

func (*Get5GatewayLocationNotFound) IsClientError

func (o *Get5GatewayLocationNotFound) IsClientError() bool

IsClientError returns true when this get5 gateway location not found response has a 4xx status code

func (*Get5GatewayLocationNotFound) IsCode

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

IsCode returns true when this get5 gateway location not found response a status code equal to that given

func (*Get5GatewayLocationNotFound) IsRedirect

func (o *Get5GatewayLocationNotFound) IsRedirect() bool

IsRedirect returns true when this get5 gateway location not found response has a 3xx status code

func (*Get5GatewayLocationNotFound) IsServerError

func (o *Get5GatewayLocationNotFound) IsServerError() bool

IsServerError returns true when this get5 gateway location not found response has a 5xx status code

func (*Get5GatewayLocationNotFound) IsSuccess

func (o *Get5GatewayLocationNotFound) IsSuccess() bool

IsSuccess returns true when this get5 gateway location not found response has a 2xx status code

func (*Get5GatewayLocationNotFound) String

func (o *Get5GatewayLocationNotFound) String() string

type Get5GatewayLocationOK

type Get5GatewayLocationOK struct {
	Payload []*models.ModelsGateway
}

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

OK

func NewGet5GatewayLocationOK

func NewGet5GatewayLocationOK() *Get5GatewayLocationOK

NewGet5GatewayLocationOK creates a Get5GatewayLocationOK with default headers values

func (*Get5GatewayLocationOK) Code

func (o *Get5GatewayLocationOK) Code() int

Code gets the status code for the get5 gateway location o k response

func (*Get5GatewayLocationOK) Error

func (o *Get5GatewayLocationOK) Error() string

func (*Get5GatewayLocationOK) GetPayload

func (o *Get5GatewayLocationOK) GetPayload() []*models.ModelsGateway

func (*Get5GatewayLocationOK) IsClientError

func (o *Get5GatewayLocationOK) IsClientError() bool

IsClientError returns true when this get5 gateway location o k response has a 4xx status code

func (*Get5GatewayLocationOK) IsCode

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

IsCode returns true when this get5 gateway location o k response a status code equal to that given

func (*Get5GatewayLocationOK) IsRedirect

func (o *Get5GatewayLocationOK) IsRedirect() bool

IsRedirect returns true when this get5 gateway location o k response has a 3xx status code

func (*Get5GatewayLocationOK) IsServerError

func (o *Get5GatewayLocationOK) IsServerError() bool

IsServerError returns true when this get5 gateway location o k response has a 5xx status code

func (*Get5GatewayLocationOK) IsSuccess

func (o *Get5GatewayLocationOK) IsSuccess() bool

IsSuccess returns true when this get5 gateway location o k response has a 2xx status code

func (*Get5GatewayLocationOK) String

func (o *Get5GatewayLocationOK) String() string

type Get5GatewayLocationParams

type Get5GatewayLocationParams struct {

	/* Location.

	   Location ID
	*/
	Location string

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

Get5GatewayLocationParams contains all the parameters to send to the API endpoint

for the get5 gateway location operation.

Typically these are written to a http.Request.

func NewGet5GatewayLocationParams

func NewGet5GatewayLocationParams() *Get5GatewayLocationParams

NewGet5GatewayLocationParams creates a new Get5GatewayLocationParams 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 NewGet5GatewayLocationParamsWithContext

func NewGet5GatewayLocationParamsWithContext(ctx context.Context) *Get5GatewayLocationParams

NewGet5GatewayLocationParamsWithContext creates a new Get5GatewayLocationParams object with the ability to set a context for a request.

func NewGet5GatewayLocationParamsWithHTTPClient

func NewGet5GatewayLocationParamsWithHTTPClient(client *http.Client) *Get5GatewayLocationParams

NewGet5GatewayLocationParamsWithHTTPClient creates a new Get5GatewayLocationParams object with the ability to set a custom HTTPClient for a request.

func NewGet5GatewayLocationParamsWithTimeout

func NewGet5GatewayLocationParamsWithTimeout(timeout time.Duration) *Get5GatewayLocationParams

NewGet5GatewayLocationParamsWithTimeout creates a new Get5GatewayLocationParams object with the ability to set a timeout on a request.

func (*Get5GatewayLocationParams) SetContext

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

SetContext adds the context to the get5 gateway location params

func (*Get5GatewayLocationParams) SetDefaults

func (o *Get5GatewayLocationParams) SetDefaults()

SetDefaults hydrates default values in the get5 gateway location params (not the query body).

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

func (*Get5GatewayLocationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get5 gateway location params

func (*Get5GatewayLocationParams) SetLocation

func (o *Get5GatewayLocationParams) SetLocation(location string)

SetLocation adds the location to the get5 gateway location params

func (*Get5GatewayLocationParams) SetTimeout

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

SetTimeout adds the timeout to the get5 gateway location params

func (*Get5GatewayLocationParams) WithContext

WithContext adds the context to the get5 gateway location params

func (*Get5GatewayLocationParams) WithDefaults

WithDefaults hydrates default values in the get5 gateway location params (not the query body).

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

func (*Get5GatewayLocationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get5 gateway location params

func (*Get5GatewayLocationParams) WithLocation

func (o *Get5GatewayLocationParams) WithLocation(location string) *Get5GatewayLocationParams

WithLocation adds the location to the get5 gateway location params

func (*Get5GatewayLocationParams) WithTimeout

WithTimeout adds the timeout to the get5 gateway location params

func (*Get5GatewayLocationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type Get5GatewayLocationReader

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

Get5GatewayLocationReader is a Reader for the Get5GatewayLocation structure.

func (*Get5GatewayLocationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Get5GatewaysBadRequest

type Get5GatewaysBadRequest struct {
	Payload interface{}
}

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

Bad Request

func NewGet5GatewaysBadRequest

func NewGet5GatewaysBadRequest() *Get5GatewaysBadRequest

NewGet5GatewaysBadRequest creates a Get5GatewaysBadRequest with default headers values

func (*Get5GatewaysBadRequest) Code

func (o *Get5GatewaysBadRequest) Code() int

Code gets the status code for the get5 gateways bad request response

func (*Get5GatewaysBadRequest) Error

func (o *Get5GatewaysBadRequest) Error() string

func (*Get5GatewaysBadRequest) GetPayload

func (o *Get5GatewaysBadRequest) GetPayload() interface{}

func (*Get5GatewaysBadRequest) IsClientError

func (o *Get5GatewaysBadRequest) IsClientError() bool

IsClientError returns true when this get5 gateways bad request response has a 4xx status code

func (*Get5GatewaysBadRequest) IsCode

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

IsCode returns true when this get5 gateways bad request response a status code equal to that given

func (*Get5GatewaysBadRequest) IsRedirect

func (o *Get5GatewaysBadRequest) IsRedirect() bool

IsRedirect returns true when this get5 gateways bad request response has a 3xx status code

func (*Get5GatewaysBadRequest) IsServerError

func (o *Get5GatewaysBadRequest) IsServerError() bool

IsServerError returns true when this get5 gateways bad request response has a 5xx status code

func (*Get5GatewaysBadRequest) IsSuccess

func (o *Get5GatewaysBadRequest) IsSuccess() bool

IsSuccess returns true when this get5 gateways bad request response has a 2xx status code

func (*Get5GatewaysBadRequest) String

func (o *Get5GatewaysBadRequest) String() string

type Get5GatewaysInternalServerError

type Get5GatewaysInternalServerError struct {
	Payload interface{}
}

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

Internal Server Error

func NewGet5GatewaysInternalServerError

func NewGet5GatewaysInternalServerError() *Get5GatewaysInternalServerError

NewGet5GatewaysInternalServerError creates a Get5GatewaysInternalServerError with default headers values

func (*Get5GatewaysInternalServerError) Code

Code gets the status code for the get5 gateways internal server error response

func (*Get5GatewaysInternalServerError) Error

func (*Get5GatewaysInternalServerError) GetPayload

func (o *Get5GatewaysInternalServerError) GetPayload() interface{}

func (*Get5GatewaysInternalServerError) IsClientError

func (o *Get5GatewaysInternalServerError) IsClientError() bool

IsClientError returns true when this get5 gateways internal server error response has a 4xx status code

func (*Get5GatewaysInternalServerError) IsCode

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

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

func (*Get5GatewaysInternalServerError) IsRedirect

func (o *Get5GatewaysInternalServerError) IsRedirect() bool

IsRedirect returns true when this get5 gateways internal server error response has a 3xx status code

func (*Get5GatewaysInternalServerError) IsServerError

func (o *Get5GatewaysInternalServerError) IsServerError() bool

IsServerError returns true when this get5 gateways internal server error response has a 5xx status code

func (*Get5GatewaysInternalServerError) IsSuccess

func (o *Get5GatewaysInternalServerError) IsSuccess() bool

IsSuccess returns true when this get5 gateways internal server error response has a 2xx status code

func (*Get5GatewaysInternalServerError) String

type Get5GatewaysNotFound

type Get5GatewaysNotFound struct {
	Payload interface{}
}

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

Not Found

func NewGet5GatewaysNotFound

func NewGet5GatewaysNotFound() *Get5GatewaysNotFound

NewGet5GatewaysNotFound creates a Get5GatewaysNotFound with default headers values

func (*Get5GatewaysNotFound) Code

func (o *Get5GatewaysNotFound) Code() int

Code gets the status code for the get5 gateways not found response

func (*Get5GatewaysNotFound) Error

func (o *Get5GatewaysNotFound) Error() string

func (*Get5GatewaysNotFound) GetPayload

func (o *Get5GatewaysNotFound) GetPayload() interface{}

func (*Get5GatewaysNotFound) IsClientError

func (o *Get5GatewaysNotFound) IsClientError() bool

IsClientError returns true when this get5 gateways not found response has a 4xx status code

func (*Get5GatewaysNotFound) IsCode

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

IsCode returns true when this get5 gateways not found response a status code equal to that given

func (*Get5GatewaysNotFound) IsRedirect

func (o *Get5GatewaysNotFound) IsRedirect() bool

IsRedirect returns true when this get5 gateways not found response has a 3xx status code

func (*Get5GatewaysNotFound) IsServerError

func (o *Get5GatewaysNotFound) IsServerError() bool

IsServerError returns true when this get5 gateways not found response has a 5xx status code

func (*Get5GatewaysNotFound) IsSuccess

func (o *Get5GatewaysNotFound) IsSuccess() bool

IsSuccess returns true when this get5 gateways not found response has a 2xx status code

func (*Get5GatewaysNotFound) String

func (o *Get5GatewaysNotFound) String() string

type Get5GatewaysOK

type Get5GatewaysOK struct {
	Payload []*models.ModelsGateway
}

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

OK

func NewGet5GatewaysOK

func NewGet5GatewaysOK() *Get5GatewaysOK

NewGet5GatewaysOK creates a Get5GatewaysOK with default headers values

func (*Get5GatewaysOK) Code

func (o *Get5GatewaysOK) Code() int

Code gets the status code for the get5 gateways o k response

func (*Get5GatewaysOK) Error

func (o *Get5GatewaysOK) Error() string

func (*Get5GatewaysOK) GetPayload

func (o *Get5GatewaysOK) GetPayload() []*models.ModelsGateway

func (*Get5GatewaysOK) IsClientError

func (o *Get5GatewaysOK) IsClientError() bool

IsClientError returns true when this get5 gateways o k response has a 4xx status code

func (*Get5GatewaysOK) IsCode

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

IsCode returns true when this get5 gateways o k response a status code equal to that given

func (*Get5GatewaysOK) IsRedirect

func (o *Get5GatewaysOK) IsRedirect() bool

IsRedirect returns true when this get5 gateways o k response has a 3xx status code

func (*Get5GatewaysOK) IsServerError

func (o *Get5GatewaysOK) IsServerError() bool

IsServerError returns true when this get5 gateways o k response has a 5xx status code

func (*Get5GatewaysOK) IsSuccess

func (o *Get5GatewaysOK) IsSuccess() bool

IsSuccess returns true when this get5 gateways o k response has a 2xx status code

func (*Get5GatewaysOK) String

func (o *Get5GatewaysOK) String() string

type Get5GatewaysParams

type Get5GatewaysParams struct {

	/* Byload.

	   Sort by load (experimental)
	*/
	Byload *bool

	/* Cc.

	   base country code (ISO-2)
	*/
	Cc *string

	/* Loc.

	   location override
	*/
	Loc *string

	/* Port.

	   port
	*/
	Port *string

	/* Tr.

	   transport (tcp|udp)
	*/
	Tr *string

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

Get5GatewaysParams contains all the parameters to send to the API endpoint

for the get5 gateways operation.

Typically these are written to a http.Request.

func NewGet5GatewaysParams

func NewGet5GatewaysParams() *Get5GatewaysParams

NewGet5GatewaysParams creates a new Get5GatewaysParams 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 NewGet5GatewaysParamsWithContext

func NewGet5GatewaysParamsWithContext(ctx context.Context) *Get5GatewaysParams

NewGet5GatewaysParamsWithContext creates a new Get5GatewaysParams object with the ability to set a context for a request.

func NewGet5GatewaysParamsWithHTTPClient

func NewGet5GatewaysParamsWithHTTPClient(client *http.Client) *Get5GatewaysParams

NewGet5GatewaysParamsWithHTTPClient creates a new Get5GatewaysParams object with the ability to set a custom HTTPClient for a request.

func NewGet5GatewaysParamsWithTimeout

func NewGet5GatewaysParamsWithTimeout(timeout time.Duration) *Get5GatewaysParams

NewGet5GatewaysParamsWithTimeout creates a new Get5GatewaysParams object with the ability to set a timeout on a request.

func (*Get5GatewaysParams) SetByload

func (o *Get5GatewaysParams) SetByload(byload *bool)

SetByload adds the byload to the get5 gateways params

func (*Get5GatewaysParams) SetCc

func (o *Get5GatewaysParams) SetCc(cc *string)

SetCc adds the cc to the get5 gateways params

func (*Get5GatewaysParams) SetContext

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

SetContext adds the context to the get5 gateways params

func (*Get5GatewaysParams) SetDefaults

func (o *Get5GatewaysParams) SetDefaults()

SetDefaults hydrates default values in the get5 gateways params (not the query body).

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

func (*Get5GatewaysParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get5 gateways params

func (*Get5GatewaysParams) SetLoc

func (o *Get5GatewaysParams) SetLoc(loc *string)

SetLoc adds the loc to the get5 gateways params

func (*Get5GatewaysParams) SetPort

func (o *Get5GatewaysParams) SetPort(port *string)

SetPort adds the port to the get5 gateways params

func (*Get5GatewaysParams) SetTimeout

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

SetTimeout adds the timeout to the get5 gateways params

func (*Get5GatewaysParams) SetTr

func (o *Get5GatewaysParams) SetTr(tr *string)

SetTr adds the tr to the get5 gateways params

func (*Get5GatewaysParams) WithByload

func (o *Get5GatewaysParams) WithByload(byload *bool) *Get5GatewaysParams

WithByload adds the byload to the get5 gateways params

func (*Get5GatewaysParams) WithCc

WithCc adds the cc to the get5 gateways params

func (*Get5GatewaysParams) WithContext

WithContext adds the context to the get5 gateways params

func (*Get5GatewaysParams) WithDefaults

func (o *Get5GatewaysParams) WithDefaults() *Get5GatewaysParams

WithDefaults hydrates default values in the get5 gateways params (not the query body).

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

func (*Get5GatewaysParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get5 gateways params

func (*Get5GatewaysParams) WithLoc

func (o *Get5GatewaysParams) WithLoc(loc *string) *Get5GatewaysParams

WithLoc adds the loc to the get5 gateways params

func (*Get5GatewaysParams) WithPort

func (o *Get5GatewaysParams) WithPort(port *string) *Get5GatewaysParams

WithPort adds the port to the get5 gateways params

func (*Get5GatewaysParams) WithTimeout

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

WithTimeout adds the timeout to the get5 gateways params

func (*Get5GatewaysParams) WithTr

WithTr adds the tr to the get5 gateways params

func (*Get5GatewaysParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type Get5GatewaysReader

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

Get5GatewaysReader is a Reader for the Get5Gateways structure.

func (*Get5GatewaysReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Get5OpenvpnCertBadRequest

type Get5OpenvpnCertBadRequest struct {
	Payload interface{}
}

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

Bad Request

func NewGet5OpenvpnCertBadRequest

func NewGet5OpenvpnCertBadRequest() *Get5OpenvpnCertBadRequest

NewGet5OpenvpnCertBadRequest creates a Get5OpenvpnCertBadRequest with default headers values

func (*Get5OpenvpnCertBadRequest) Code

func (o *Get5OpenvpnCertBadRequest) Code() int

Code gets the status code for the get5 openvpn cert bad request response

func (*Get5OpenvpnCertBadRequest) Error

func (o *Get5OpenvpnCertBadRequest) Error() string

func (*Get5OpenvpnCertBadRequest) GetPayload

func (o *Get5OpenvpnCertBadRequest) GetPayload() interface{}

func (*Get5OpenvpnCertBadRequest) IsClientError

func (o *Get5OpenvpnCertBadRequest) IsClientError() bool

IsClientError returns true when this get5 openvpn cert bad request response has a 4xx status code

func (*Get5OpenvpnCertBadRequest) IsCode

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

IsCode returns true when this get5 openvpn cert bad request response a status code equal to that given

func (*Get5OpenvpnCertBadRequest) IsRedirect

func (o *Get5OpenvpnCertBadRequest) IsRedirect() bool

IsRedirect returns true when this get5 openvpn cert bad request response has a 3xx status code

func (*Get5OpenvpnCertBadRequest) IsServerError

func (o *Get5OpenvpnCertBadRequest) IsServerError() bool

IsServerError returns true when this get5 openvpn cert bad request response has a 5xx status code

func (*Get5OpenvpnCertBadRequest) IsSuccess

func (o *Get5OpenvpnCertBadRequest) IsSuccess() bool

IsSuccess returns true when this get5 openvpn cert bad request response has a 2xx status code

func (*Get5OpenvpnCertBadRequest) String

func (o *Get5OpenvpnCertBadRequest) String() string

type Get5OpenvpnCertInternalServerError

type Get5OpenvpnCertInternalServerError struct {
	Payload interface{}
}

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

Internal Server Error

func NewGet5OpenvpnCertInternalServerError

func NewGet5OpenvpnCertInternalServerError() *Get5OpenvpnCertInternalServerError

NewGet5OpenvpnCertInternalServerError creates a Get5OpenvpnCertInternalServerError with default headers values

func (*Get5OpenvpnCertInternalServerError) Code

Code gets the status code for the get5 openvpn cert internal server error response

func (*Get5OpenvpnCertInternalServerError) Error

func (*Get5OpenvpnCertInternalServerError) GetPayload

func (o *Get5OpenvpnCertInternalServerError) GetPayload() interface{}

func (*Get5OpenvpnCertInternalServerError) IsClientError

func (o *Get5OpenvpnCertInternalServerError) IsClientError() bool

IsClientError returns true when this get5 openvpn cert internal server error response has a 4xx status code

func (*Get5OpenvpnCertInternalServerError) IsCode

IsCode returns true when this get5 openvpn cert internal server error response a status code equal to that given

func (*Get5OpenvpnCertInternalServerError) IsRedirect

func (o *Get5OpenvpnCertInternalServerError) IsRedirect() bool

IsRedirect returns true when this get5 openvpn cert internal server error response has a 3xx status code

func (*Get5OpenvpnCertInternalServerError) IsServerError

func (o *Get5OpenvpnCertInternalServerError) IsServerError() bool

IsServerError returns true when this get5 openvpn cert internal server error response has a 5xx status code

func (*Get5OpenvpnCertInternalServerError) IsSuccess

IsSuccess returns true when this get5 openvpn cert internal server error response has a 2xx status code

func (*Get5OpenvpnCertInternalServerError) String

type Get5OpenvpnCertNotFound

type Get5OpenvpnCertNotFound struct {
	Payload interface{}
}

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

Not Found

func NewGet5OpenvpnCertNotFound

func NewGet5OpenvpnCertNotFound() *Get5OpenvpnCertNotFound

NewGet5OpenvpnCertNotFound creates a Get5OpenvpnCertNotFound with default headers values

func (*Get5OpenvpnCertNotFound) Code

func (o *Get5OpenvpnCertNotFound) Code() int

Code gets the status code for the get5 openvpn cert not found response

func (*Get5OpenvpnCertNotFound) Error

func (o *Get5OpenvpnCertNotFound) Error() string

func (*Get5OpenvpnCertNotFound) GetPayload

func (o *Get5OpenvpnCertNotFound) GetPayload() interface{}

func (*Get5OpenvpnCertNotFound) IsClientError

func (o *Get5OpenvpnCertNotFound) IsClientError() bool

IsClientError returns true when this get5 openvpn cert not found response has a 4xx status code

func (*Get5OpenvpnCertNotFound) IsCode

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

IsCode returns true when this get5 openvpn cert not found response a status code equal to that given

func (*Get5OpenvpnCertNotFound) IsRedirect

func (o *Get5OpenvpnCertNotFound) IsRedirect() bool

IsRedirect returns true when this get5 openvpn cert not found response has a 3xx status code

func (*Get5OpenvpnCertNotFound) IsServerError

func (o *Get5OpenvpnCertNotFound) IsServerError() bool

IsServerError returns true when this get5 openvpn cert not found response has a 5xx status code

func (*Get5OpenvpnCertNotFound) IsSuccess

func (o *Get5OpenvpnCertNotFound) IsSuccess() bool

IsSuccess returns true when this get5 openvpn cert not found response has a 2xx status code

func (*Get5OpenvpnCertNotFound) String

func (o *Get5OpenvpnCertNotFound) String() string

type Get5OpenvpnCertOK

type Get5OpenvpnCertOK struct {
	Payload string
}

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

OK

func NewGet5OpenvpnCertOK

func NewGet5OpenvpnCertOK() *Get5OpenvpnCertOK

NewGet5OpenvpnCertOK creates a Get5OpenvpnCertOK with default headers values

func (*Get5OpenvpnCertOK) Code

func (o *Get5OpenvpnCertOK) Code() int

Code gets the status code for the get5 openvpn cert o k response

func (*Get5OpenvpnCertOK) Error

func (o *Get5OpenvpnCertOK) Error() string

func (*Get5OpenvpnCertOK) GetPayload

func (o *Get5OpenvpnCertOK) GetPayload() string

func (*Get5OpenvpnCertOK) IsClientError

func (o *Get5OpenvpnCertOK) IsClientError() bool

IsClientError returns true when this get5 openvpn cert o k response has a 4xx status code

func (*Get5OpenvpnCertOK) IsCode

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

IsCode returns true when this get5 openvpn cert o k response a status code equal to that given

func (*Get5OpenvpnCertOK) IsRedirect

func (o *Get5OpenvpnCertOK) IsRedirect() bool

IsRedirect returns true when this get5 openvpn cert o k response has a 3xx status code

func (*Get5OpenvpnCertOK) IsServerError

func (o *Get5OpenvpnCertOK) IsServerError() bool

IsServerError returns true when this get5 openvpn cert o k response has a 5xx status code

func (*Get5OpenvpnCertOK) IsSuccess

func (o *Get5OpenvpnCertOK) IsSuccess() bool

IsSuccess returns true when this get5 openvpn cert o k response has a 2xx status code

func (*Get5OpenvpnCertOK) String

func (o *Get5OpenvpnCertOK) String() string

type Get5OpenvpnCertParams

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

Get5OpenvpnCertParams contains all the parameters to send to the API endpoint

for the get5 openvpn cert operation.

Typically these are written to a http.Request.

func NewGet5OpenvpnCertParams

func NewGet5OpenvpnCertParams() *Get5OpenvpnCertParams

NewGet5OpenvpnCertParams creates a new Get5OpenvpnCertParams 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 NewGet5OpenvpnCertParamsWithContext

func NewGet5OpenvpnCertParamsWithContext(ctx context.Context) *Get5OpenvpnCertParams

NewGet5OpenvpnCertParamsWithContext creates a new Get5OpenvpnCertParams object with the ability to set a context for a request.

func NewGet5OpenvpnCertParamsWithHTTPClient

func NewGet5OpenvpnCertParamsWithHTTPClient(client *http.Client) *Get5OpenvpnCertParams

NewGet5OpenvpnCertParamsWithHTTPClient creates a new Get5OpenvpnCertParams object with the ability to set a custom HTTPClient for a request.

func NewGet5OpenvpnCertParamsWithTimeout

func NewGet5OpenvpnCertParamsWithTimeout(timeout time.Duration) *Get5OpenvpnCertParams

NewGet5OpenvpnCertParamsWithTimeout creates a new Get5OpenvpnCertParams object with the ability to set a timeout on a request.

func (*Get5OpenvpnCertParams) SetContext

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

SetContext adds the context to the get5 openvpn cert params

func (*Get5OpenvpnCertParams) SetDefaults

func (o *Get5OpenvpnCertParams) SetDefaults()

SetDefaults hydrates default values in the get5 openvpn cert params (not the query body).

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

func (*Get5OpenvpnCertParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get5 openvpn cert params

func (*Get5OpenvpnCertParams) SetTimeout

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

SetTimeout adds the timeout to the get5 openvpn cert params

func (*Get5OpenvpnCertParams) WithContext

WithContext adds the context to the get5 openvpn cert params

func (*Get5OpenvpnCertParams) WithDefaults

func (o *Get5OpenvpnCertParams) WithDefaults() *Get5OpenvpnCertParams

WithDefaults hydrates default values in the get5 openvpn cert params (not the query body).

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

func (*Get5OpenvpnCertParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get5 openvpn cert params

func (*Get5OpenvpnCertParams) WithTimeout

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

WithTimeout adds the timeout to the get5 openvpn cert params

func (*Get5OpenvpnCertParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type Get5OpenvpnCertReader

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

Get5OpenvpnCertReader is a Reader for the Get5OpenvpnCert structure.

func (*Get5OpenvpnCertReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Get5OpenvpnConfigBadRequest

type Get5OpenvpnConfigBadRequest struct {
	Payload interface{}
}

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

Bad Request

func NewGet5OpenvpnConfigBadRequest

func NewGet5OpenvpnConfigBadRequest() *Get5OpenvpnConfigBadRequest

NewGet5OpenvpnConfigBadRequest creates a Get5OpenvpnConfigBadRequest with default headers values

func (*Get5OpenvpnConfigBadRequest) Code

func (o *Get5OpenvpnConfigBadRequest) Code() int

Code gets the status code for the get5 openvpn config bad request response

func (*Get5OpenvpnConfigBadRequest) Error

func (*Get5OpenvpnConfigBadRequest) GetPayload

func (o *Get5OpenvpnConfigBadRequest) GetPayload() interface{}

func (*Get5OpenvpnConfigBadRequest) IsClientError

func (o *Get5OpenvpnConfigBadRequest) IsClientError() bool

IsClientError returns true when this get5 openvpn config bad request response has a 4xx status code

func (*Get5OpenvpnConfigBadRequest) IsCode

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

IsCode returns true when this get5 openvpn config bad request response a status code equal to that given

func (*Get5OpenvpnConfigBadRequest) IsRedirect

func (o *Get5OpenvpnConfigBadRequest) IsRedirect() bool

IsRedirect returns true when this get5 openvpn config bad request response has a 3xx status code

func (*Get5OpenvpnConfigBadRequest) IsServerError

func (o *Get5OpenvpnConfigBadRequest) IsServerError() bool

IsServerError returns true when this get5 openvpn config bad request response has a 5xx status code

func (*Get5OpenvpnConfigBadRequest) IsSuccess

func (o *Get5OpenvpnConfigBadRequest) IsSuccess() bool

IsSuccess returns true when this get5 openvpn config bad request response has a 2xx status code

func (*Get5OpenvpnConfigBadRequest) String

func (o *Get5OpenvpnConfigBadRequest) String() string

type Get5OpenvpnConfigInternalServerError

type Get5OpenvpnConfigInternalServerError struct {
	Payload interface{}
}

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

Internal Server Error

func NewGet5OpenvpnConfigInternalServerError

func NewGet5OpenvpnConfigInternalServerError() *Get5OpenvpnConfigInternalServerError

NewGet5OpenvpnConfigInternalServerError creates a Get5OpenvpnConfigInternalServerError with default headers values

func (*Get5OpenvpnConfigInternalServerError) Code

Code gets the status code for the get5 openvpn config internal server error response

func (*Get5OpenvpnConfigInternalServerError) Error

func (*Get5OpenvpnConfigInternalServerError) GetPayload

func (o *Get5OpenvpnConfigInternalServerError) GetPayload() interface{}

func (*Get5OpenvpnConfigInternalServerError) IsClientError

func (o *Get5OpenvpnConfigInternalServerError) IsClientError() bool

IsClientError returns true when this get5 openvpn config internal server error response has a 4xx status code

func (*Get5OpenvpnConfigInternalServerError) IsCode

IsCode returns true when this get5 openvpn config internal server error response a status code equal to that given

func (*Get5OpenvpnConfigInternalServerError) IsRedirect

IsRedirect returns true when this get5 openvpn config internal server error response has a 3xx status code

func (*Get5OpenvpnConfigInternalServerError) IsServerError

func (o *Get5OpenvpnConfigInternalServerError) IsServerError() bool

IsServerError returns true when this get5 openvpn config internal server error response has a 5xx status code

func (*Get5OpenvpnConfigInternalServerError) IsSuccess

IsSuccess returns true when this get5 openvpn config internal server error response has a 2xx status code

func (*Get5OpenvpnConfigInternalServerError) String

type Get5OpenvpnConfigNotFound

type Get5OpenvpnConfigNotFound struct {
	Payload interface{}
}

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

Not Found

func NewGet5OpenvpnConfigNotFound

func NewGet5OpenvpnConfigNotFound() *Get5OpenvpnConfigNotFound

NewGet5OpenvpnConfigNotFound creates a Get5OpenvpnConfigNotFound with default headers values

func (*Get5OpenvpnConfigNotFound) Code

func (o *Get5OpenvpnConfigNotFound) Code() int

Code gets the status code for the get5 openvpn config not found response

func (*Get5OpenvpnConfigNotFound) Error

func (o *Get5OpenvpnConfigNotFound) Error() string

func (*Get5OpenvpnConfigNotFound) GetPayload

func (o *Get5OpenvpnConfigNotFound) GetPayload() interface{}

func (*Get5OpenvpnConfigNotFound) IsClientError

func (o *Get5OpenvpnConfigNotFound) IsClientError() bool

IsClientError returns true when this get5 openvpn config not found response has a 4xx status code

func (*Get5OpenvpnConfigNotFound) IsCode

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

IsCode returns true when this get5 openvpn config not found response a status code equal to that given

func (*Get5OpenvpnConfigNotFound) IsRedirect

func (o *Get5OpenvpnConfigNotFound) IsRedirect() bool

IsRedirect returns true when this get5 openvpn config not found response has a 3xx status code

func (*Get5OpenvpnConfigNotFound) IsServerError

func (o *Get5OpenvpnConfigNotFound) IsServerError() bool

IsServerError returns true when this get5 openvpn config not found response has a 5xx status code

func (*Get5OpenvpnConfigNotFound) IsSuccess

func (o *Get5OpenvpnConfigNotFound) IsSuccess() bool

IsSuccess returns true when this get5 openvpn config not found response has a 2xx status code

func (*Get5OpenvpnConfigNotFound) String

func (o *Get5OpenvpnConfigNotFound) String() string

type Get5OpenvpnConfigOK

type Get5OpenvpnConfigOK struct {
	Payload string
}

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

OK

func NewGet5OpenvpnConfigOK

func NewGet5OpenvpnConfigOK() *Get5OpenvpnConfigOK

NewGet5OpenvpnConfigOK creates a Get5OpenvpnConfigOK with default headers values

func (*Get5OpenvpnConfigOK) Code

func (o *Get5OpenvpnConfigOK) Code() int

Code gets the status code for the get5 openvpn config o k response

func (*Get5OpenvpnConfigOK) Error

func (o *Get5OpenvpnConfigOK) Error() string

func (*Get5OpenvpnConfigOK) GetPayload

func (o *Get5OpenvpnConfigOK) GetPayload() string

func (*Get5OpenvpnConfigOK) IsClientError

func (o *Get5OpenvpnConfigOK) IsClientError() bool

IsClientError returns true when this get5 openvpn config o k response has a 4xx status code

func (*Get5OpenvpnConfigOK) IsCode

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

IsCode returns true when this get5 openvpn config o k response a status code equal to that given

func (*Get5OpenvpnConfigOK) IsRedirect

func (o *Get5OpenvpnConfigOK) IsRedirect() bool

IsRedirect returns true when this get5 openvpn config o k response has a 3xx status code

func (*Get5OpenvpnConfigOK) IsServerError

func (o *Get5OpenvpnConfigOK) IsServerError() bool

IsServerError returns true when this get5 openvpn config o k response has a 5xx status code

func (*Get5OpenvpnConfigOK) IsSuccess

func (o *Get5OpenvpnConfigOK) IsSuccess() bool

IsSuccess returns true when this get5 openvpn config o k response has a 2xx status code

func (*Get5OpenvpnConfigOK) String

func (o *Get5OpenvpnConfigOK) String() string

type Get5OpenvpnConfigParams

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

Get5OpenvpnConfigParams contains all the parameters to send to the API endpoint

for the get5 openvpn config operation.

Typically these are written to a http.Request.

func NewGet5OpenvpnConfigParams

func NewGet5OpenvpnConfigParams() *Get5OpenvpnConfigParams

NewGet5OpenvpnConfigParams creates a new Get5OpenvpnConfigParams 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 NewGet5OpenvpnConfigParamsWithContext

func NewGet5OpenvpnConfigParamsWithContext(ctx context.Context) *Get5OpenvpnConfigParams

NewGet5OpenvpnConfigParamsWithContext creates a new Get5OpenvpnConfigParams object with the ability to set a context for a request.

func NewGet5OpenvpnConfigParamsWithHTTPClient

func NewGet5OpenvpnConfigParamsWithHTTPClient(client *http.Client) *Get5OpenvpnConfigParams

NewGet5OpenvpnConfigParamsWithHTTPClient creates a new Get5OpenvpnConfigParams object with the ability to set a custom HTTPClient for a request.

func NewGet5OpenvpnConfigParamsWithTimeout

func NewGet5OpenvpnConfigParamsWithTimeout(timeout time.Duration) *Get5OpenvpnConfigParams

NewGet5OpenvpnConfigParamsWithTimeout creates a new Get5OpenvpnConfigParams object with the ability to set a timeout on a request.

func (*Get5OpenvpnConfigParams) SetContext

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

SetContext adds the context to the get5 openvpn config params

func (*Get5OpenvpnConfigParams) SetDefaults

func (o *Get5OpenvpnConfigParams) SetDefaults()

SetDefaults hydrates default values in the get5 openvpn config params (not the query body).

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

func (*Get5OpenvpnConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get5 openvpn config params

func (*Get5OpenvpnConfigParams) SetTimeout

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

SetTimeout adds the timeout to the get5 openvpn config params

func (*Get5OpenvpnConfigParams) WithContext

WithContext adds the context to the get5 openvpn config params

func (*Get5OpenvpnConfigParams) WithDefaults

WithDefaults hydrates default values in the get5 openvpn config params (not the query body).

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

func (*Get5OpenvpnConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get5 openvpn config params

func (*Get5OpenvpnConfigParams) WithTimeout

WithTimeout adds the timeout to the get5 openvpn config params

func (*Get5OpenvpnConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type Get5OpenvpnConfigReader

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

Get5OpenvpnConfigReader is a Reader for the Get5OpenvpnConfig structure.

func (*Get5OpenvpnConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Get5ServiceBadRequest

type Get5ServiceBadRequest struct {
	Payload interface{}
}

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

Bad Request

func NewGet5ServiceBadRequest

func NewGet5ServiceBadRequest() *Get5ServiceBadRequest

NewGet5ServiceBadRequest creates a Get5ServiceBadRequest with default headers values

func (*Get5ServiceBadRequest) Code

func (o *Get5ServiceBadRequest) Code() int

Code gets the status code for the get5 service bad request response

func (*Get5ServiceBadRequest) Error

func (o *Get5ServiceBadRequest) Error() string

func (*Get5ServiceBadRequest) GetPayload

func (o *Get5ServiceBadRequest) GetPayload() interface{}

func (*Get5ServiceBadRequest) IsClientError

func (o *Get5ServiceBadRequest) IsClientError() bool

IsClientError returns true when this get5 service bad request response has a 4xx status code

func (*Get5ServiceBadRequest) IsCode

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

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

func (*Get5ServiceBadRequest) IsRedirect

func (o *Get5ServiceBadRequest) IsRedirect() bool

IsRedirect returns true when this get5 service bad request response has a 3xx status code

func (*Get5ServiceBadRequest) IsServerError

func (o *Get5ServiceBadRequest) IsServerError() bool

IsServerError returns true when this get5 service bad request response has a 5xx status code

func (*Get5ServiceBadRequest) IsSuccess

func (o *Get5ServiceBadRequest) IsSuccess() bool

IsSuccess returns true when this get5 service bad request response has a 2xx status code

func (*Get5ServiceBadRequest) String

func (o *Get5ServiceBadRequest) String() string

type Get5ServiceInternalServerError

type Get5ServiceInternalServerError struct {
	Payload interface{}
}

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

Internal Server Error

func NewGet5ServiceInternalServerError

func NewGet5ServiceInternalServerError() *Get5ServiceInternalServerError

NewGet5ServiceInternalServerError creates a Get5ServiceInternalServerError with default headers values

func (*Get5ServiceInternalServerError) Code

Code gets the status code for the get5 service internal server error response

func (*Get5ServiceInternalServerError) Error

func (*Get5ServiceInternalServerError) GetPayload

func (o *Get5ServiceInternalServerError) GetPayload() interface{}

func (*Get5ServiceInternalServerError) IsClientError

func (o *Get5ServiceInternalServerError) IsClientError() bool

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

func (*Get5ServiceInternalServerError) IsCode

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

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

func (*Get5ServiceInternalServerError) IsRedirect

func (o *Get5ServiceInternalServerError) IsRedirect() bool

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

func (*Get5ServiceInternalServerError) IsServerError

func (o *Get5ServiceInternalServerError) IsServerError() bool

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

func (*Get5ServiceInternalServerError) IsSuccess

func (o *Get5ServiceInternalServerError) IsSuccess() bool

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

func (*Get5ServiceInternalServerError) String

type Get5ServiceNotFound

type Get5ServiceNotFound struct {
	Payload interface{}
}

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

Not Found

func NewGet5ServiceNotFound

func NewGet5ServiceNotFound() *Get5ServiceNotFound

NewGet5ServiceNotFound creates a Get5ServiceNotFound with default headers values

func (*Get5ServiceNotFound) Code

func (o *Get5ServiceNotFound) Code() int

Code gets the status code for the get5 service not found response

func (*Get5ServiceNotFound) Error

func (o *Get5ServiceNotFound) Error() string

func (*Get5ServiceNotFound) GetPayload

func (o *Get5ServiceNotFound) GetPayload() interface{}

func (*Get5ServiceNotFound) IsClientError

func (o *Get5ServiceNotFound) IsClientError() bool

IsClientError returns true when this get5 service not found response has a 4xx status code

func (*Get5ServiceNotFound) IsCode

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

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

func (*Get5ServiceNotFound) IsRedirect

func (o *Get5ServiceNotFound) IsRedirect() bool

IsRedirect returns true when this get5 service not found response has a 3xx status code

func (*Get5ServiceNotFound) IsServerError

func (o *Get5ServiceNotFound) IsServerError() bool

IsServerError returns true when this get5 service not found response has a 5xx status code

func (*Get5ServiceNotFound) IsSuccess

func (o *Get5ServiceNotFound) IsSuccess() bool

IsSuccess returns true when this get5 service not found response has a 2xx status code

func (*Get5ServiceNotFound) String

func (o *Get5ServiceNotFound) String() string

type Get5ServiceOK

type Get5ServiceOK struct {
	Payload *models.ModelsEIPService
}

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

OK

func NewGet5ServiceOK

func NewGet5ServiceOK() *Get5ServiceOK

NewGet5ServiceOK creates a Get5ServiceOK with default headers values

func (*Get5ServiceOK) Code

func (o *Get5ServiceOK) Code() int

Code gets the status code for the get5 service o k response

func (*Get5ServiceOK) Error

func (o *Get5ServiceOK) Error() string

func (*Get5ServiceOK) GetPayload

func (o *Get5ServiceOK) GetPayload() *models.ModelsEIPService

func (*Get5ServiceOK) IsClientError

func (o *Get5ServiceOK) IsClientError() bool

IsClientError returns true when this get5 service o k response has a 4xx status code

func (*Get5ServiceOK) IsCode

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

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

func (*Get5ServiceOK) IsRedirect

func (o *Get5ServiceOK) IsRedirect() bool

IsRedirect returns true when this get5 service o k response has a 3xx status code

func (*Get5ServiceOK) IsServerError

func (o *Get5ServiceOK) IsServerError() bool

IsServerError returns true when this get5 service o k response has a 5xx status code

func (*Get5ServiceOK) IsSuccess

func (o *Get5ServiceOK) IsSuccess() bool

IsSuccess returns true when this get5 service o k response has a 2xx status code

func (*Get5ServiceOK) String

func (o *Get5ServiceOK) String() string

type Get5ServiceParams

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

Get5ServiceParams contains all the parameters to send to the API endpoint

for the get5 service operation.

Typically these are written to a http.Request.

func NewGet5ServiceParams

func NewGet5ServiceParams() *Get5ServiceParams

NewGet5ServiceParams creates a new Get5ServiceParams 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 NewGet5ServiceParamsWithContext

func NewGet5ServiceParamsWithContext(ctx context.Context) *Get5ServiceParams

NewGet5ServiceParamsWithContext creates a new Get5ServiceParams object with the ability to set a context for a request.

func NewGet5ServiceParamsWithHTTPClient

func NewGet5ServiceParamsWithHTTPClient(client *http.Client) *Get5ServiceParams

NewGet5ServiceParamsWithHTTPClient creates a new Get5ServiceParams object with the ability to set a custom HTTPClient for a request.

func NewGet5ServiceParamsWithTimeout

func NewGet5ServiceParamsWithTimeout(timeout time.Duration) *Get5ServiceParams

NewGet5ServiceParamsWithTimeout creates a new Get5ServiceParams object with the ability to set a timeout on a request.

func (*Get5ServiceParams) SetContext

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

SetContext adds the context to the get5 service params

func (*Get5ServiceParams) SetDefaults

func (o *Get5ServiceParams) SetDefaults()

SetDefaults hydrates default values in the get5 service params (not the query body).

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

func (*Get5ServiceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get5 service params

func (*Get5ServiceParams) SetTimeout

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

SetTimeout adds the timeout to the get5 service params

func (*Get5ServiceParams) WithContext

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

WithContext adds the context to the get5 service params

func (*Get5ServiceParams) WithDefaults

func (o *Get5ServiceParams) WithDefaults() *Get5ServiceParams

WithDefaults hydrates default values in the get5 service params (not the query body).

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

func (*Get5ServiceParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get5 service params

func (*Get5ServiceParams) WithTimeout

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

WithTimeout adds the timeout to the get5 service params

func (*Get5ServiceParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type Get5ServiceReader

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

Get5ServiceReader is a Reader for the Get5Service structure.

func (*Get5ServiceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPI5BridgeLocationParams

type GetAPI5BridgeLocationParams struct {

	/* Location.

	   Location ID
	*/
	Location string

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

GetAPI5BridgeLocationParams contains all the parameters to send to the API endpoint

for the get API 5 bridge location operation.

Typically these are written to a http.Request.

func NewGetAPI5BridgeLocationParams

func NewGetAPI5BridgeLocationParams() *GetAPI5BridgeLocationParams

NewGetAPI5BridgeLocationParams creates a new GetAPI5BridgeLocationParams 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 NewGetAPI5BridgeLocationParamsWithContext

func NewGetAPI5BridgeLocationParamsWithContext(ctx context.Context) *GetAPI5BridgeLocationParams

NewGetAPI5BridgeLocationParamsWithContext creates a new GetAPI5BridgeLocationParams object with the ability to set a context for a request.

func NewGetAPI5BridgeLocationParamsWithHTTPClient

func NewGetAPI5BridgeLocationParamsWithHTTPClient(client *http.Client) *GetAPI5BridgeLocationParams

NewGetAPI5BridgeLocationParamsWithHTTPClient creates a new GetAPI5BridgeLocationParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPI5BridgeLocationParamsWithTimeout

func NewGetAPI5BridgeLocationParamsWithTimeout(timeout time.Duration) *GetAPI5BridgeLocationParams

NewGetAPI5BridgeLocationParamsWithTimeout creates a new GetAPI5BridgeLocationParams object with the ability to set a timeout on a request.

func (*GetAPI5BridgeLocationParams) SetContext

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

SetContext adds the context to the get API 5 bridge location params

func (*GetAPI5BridgeLocationParams) SetDefaults

func (o *GetAPI5BridgeLocationParams) SetDefaults()

SetDefaults hydrates default values in the get API 5 bridge location params (not the query body).

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

func (*GetAPI5BridgeLocationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API 5 bridge location params

func (*GetAPI5BridgeLocationParams) SetLocation

func (o *GetAPI5BridgeLocationParams) SetLocation(location string)

SetLocation adds the location to the get API 5 bridge location params

func (*GetAPI5BridgeLocationParams) SetTimeout

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

SetTimeout adds the timeout to the get API 5 bridge location params

func (*GetAPI5BridgeLocationParams) WithContext

WithContext adds the context to the get API 5 bridge location params

func (*GetAPI5BridgeLocationParams) WithDefaults

WithDefaults hydrates default values in the get API 5 bridge location params (not the query body).

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

func (*GetAPI5BridgeLocationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API 5 bridge location params

func (*GetAPI5BridgeLocationParams) WithLocation

WithLocation adds the location to the get API 5 bridge location params

func (*GetAPI5BridgeLocationParams) WithTimeout

WithTimeout adds the timeout to the get API 5 bridge location params

func (*GetAPI5BridgeLocationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPI5BridgeLocationReader

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

GetAPI5BridgeLocationReader is a Reader for the GetAPI5BridgeLocation structure.

func (*GetAPI5BridgeLocationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPI5BridgesParams

type GetAPI5BridgesParams struct {

	/* Loc.

	   location
	*/
	Loc *string

	/* Port.

	   port
	*/
	Port *string

	/* Tr.

	   transport (tcp|udp)
	*/
	Tr *string

	/* Type.

	   type
	*/
	Type *string

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

GetAPI5BridgesParams contains all the parameters to send to the API endpoint

for the get API 5 bridges operation.

Typically these are written to a http.Request.

func NewGetAPI5BridgesParams

func NewGetAPI5BridgesParams() *GetAPI5BridgesParams

NewGetAPI5BridgesParams creates a new GetAPI5BridgesParams 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 NewGetAPI5BridgesParamsWithContext

func NewGetAPI5BridgesParamsWithContext(ctx context.Context) *GetAPI5BridgesParams

NewGetAPI5BridgesParamsWithContext creates a new GetAPI5BridgesParams object with the ability to set a context for a request.

func NewGetAPI5BridgesParamsWithHTTPClient

func NewGetAPI5BridgesParamsWithHTTPClient(client *http.Client) *GetAPI5BridgesParams

NewGetAPI5BridgesParamsWithHTTPClient creates a new GetAPI5BridgesParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPI5BridgesParamsWithTimeout

func NewGetAPI5BridgesParamsWithTimeout(timeout time.Duration) *GetAPI5BridgesParams

NewGetAPI5BridgesParamsWithTimeout creates a new GetAPI5BridgesParams object with the ability to set a timeout on a request.

func (*GetAPI5BridgesParams) SetContext

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

SetContext adds the context to the get API 5 bridges params

func (*GetAPI5BridgesParams) SetDefaults

func (o *GetAPI5BridgesParams) SetDefaults()

SetDefaults hydrates default values in the get API 5 bridges params (not the query body).

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

func (*GetAPI5BridgesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API 5 bridges params

func (*GetAPI5BridgesParams) SetLoc

func (o *GetAPI5BridgesParams) SetLoc(loc *string)

SetLoc adds the loc to the get API 5 bridges params

func (*GetAPI5BridgesParams) SetPort

func (o *GetAPI5BridgesParams) SetPort(port *string)

SetPort adds the port to the get API 5 bridges params

func (*GetAPI5BridgesParams) SetTimeout

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

SetTimeout adds the timeout to the get API 5 bridges params

func (*GetAPI5BridgesParams) SetTr

func (o *GetAPI5BridgesParams) SetTr(tr *string)

SetTr adds the tr to the get API 5 bridges params

func (*GetAPI5BridgesParams) SetType

func (o *GetAPI5BridgesParams) SetType(typeVar *string)

SetType adds the type to the get API 5 bridges params

func (*GetAPI5BridgesParams) WithContext

WithContext adds the context to the get API 5 bridges params

func (*GetAPI5BridgesParams) WithDefaults

func (o *GetAPI5BridgesParams) WithDefaults() *GetAPI5BridgesParams

WithDefaults hydrates default values in the get API 5 bridges params (not the query body).

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

func (*GetAPI5BridgesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get API 5 bridges params

func (*GetAPI5BridgesParams) WithLoc

WithLoc adds the loc to the get API 5 bridges params

func (*GetAPI5BridgesParams) WithPort

func (o *GetAPI5BridgesParams) WithPort(port *string) *GetAPI5BridgesParams

WithPort adds the port to the get API 5 bridges params

func (*GetAPI5BridgesParams) WithTimeout

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

WithTimeout adds the timeout to the get API 5 bridges params

func (*GetAPI5BridgesParams) WithTr

WithTr adds the tr to the get API 5 bridges params

func (*GetAPI5BridgesParams) WithType

func (o *GetAPI5BridgesParams) WithType(typeVar *string) *GetAPI5BridgesParams

WithType adds the typeVar to the get API 5 bridges params

func (*GetAPI5BridgesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAPI5BridgesReader

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

GetAPI5BridgesReader is a Reader for the GetAPI5Bridges structure.

func (*GetAPI5BridgesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPI5GatewayLocationParams

type GetAPI5GatewayLocationParams struct {

	/* Location.

	   Location ID
	*/
	Location string

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

GetAPI5GatewayLocationParams contains all the parameters to send to the API endpoint

for the get API 5 gateway location operation.

Typically these are written to a http.Request.

func NewGetAPI5GatewayLocationParams

func NewGetAPI5GatewayLocationParams() *GetAPI5GatewayLocationParams

NewGetAPI5GatewayLocationParams creates a new GetAPI5GatewayLocationParams 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 NewGetAPI5GatewayLocationParamsWithContext

func NewGetAPI5GatewayLocationParamsWithContext(ctx context.Context) *GetAPI5GatewayLocationParams

NewGetAPI5GatewayLocationParamsWithContext creates a new GetAPI5GatewayLocationParams object with the ability to set a context for a request.

func NewGetAPI5GatewayLocationParamsWithHTTPClient

func NewGetAPI5GatewayLocationParamsWithHTTPClient(client *http.Client) *GetAPI5GatewayLocationParams

NewGetAPI5GatewayLocationParamsWithHTTPClient creates a new GetAPI5GatewayLocationParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPI5GatewayLocationParamsWithTimeout

func NewGetAPI5GatewayLocationParamsWithTimeout(timeout time.Duration) *GetAPI5GatewayLocationParams

NewGetAPI5GatewayLocationParamsWithTimeout creates a new GetAPI5GatewayLocationParams object with the ability to set a timeout on a request.

func (*GetAPI5GatewayLocationParams) SetContext

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

SetContext adds the context to the get API 5 gateway location params

func (*GetAPI5GatewayLocationParams) SetDefaults

func (o *GetAPI5GatewayLocationParams) SetDefaults()

SetDefaults hydrates default values in the get API 5 gateway location params (not the query body).

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

func (*GetAPI5GatewayLocationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API 5 gateway location params

func (*GetAPI5GatewayLocationParams) SetLocation

func (o *GetAPI5GatewayLocationParams) SetLocation(location string)

SetLocation adds the location to the get API 5 gateway location params

func (*GetAPI5GatewayLocationParams) SetTimeout

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

SetTimeout adds the timeout to the get API 5 gateway location params

func (*GetAPI5GatewayLocationParams) WithContext

WithContext adds the context to the get API 5 gateway location params

func (*GetAPI5GatewayLocationParams) WithDefaults

WithDefaults hydrates default values in the get API 5 gateway location params (not the query body).

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

func (*GetAPI5GatewayLocationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API 5 gateway location params

func (*GetAPI5GatewayLocationParams) WithLocation

WithLocation adds the location to the get API 5 gateway location params

func (*GetAPI5GatewayLocationParams) WithTimeout

WithTimeout adds the timeout to the get API 5 gateway location params

func (*GetAPI5GatewayLocationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPI5GatewayLocationReader

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

GetAPI5GatewayLocationReader is a Reader for the GetAPI5GatewayLocation structure.

func (*GetAPI5GatewayLocationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPI5GatewayParams

type GetAPI5GatewayParams struct {

	/* Cc.

	   Country code (ISO-2)
	*/
	Cc *string

	/* Loc.

	   location
	*/
	Loc *string

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

GetAPI5GatewayParams contains all the parameters to send to the API endpoint

for the get API 5 gateway operation.

Typically these are written to a http.Request.

func NewGetAPI5GatewayParams

func NewGetAPI5GatewayParams() *GetAPI5GatewayParams

NewGetAPI5GatewayParams creates a new GetAPI5GatewayParams 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 NewGetAPI5GatewayParamsWithContext

func NewGetAPI5GatewayParamsWithContext(ctx context.Context) *GetAPI5GatewayParams

NewGetAPI5GatewayParamsWithContext creates a new GetAPI5GatewayParams object with the ability to set a context for a request.

func NewGetAPI5GatewayParamsWithHTTPClient

func NewGetAPI5GatewayParamsWithHTTPClient(client *http.Client) *GetAPI5GatewayParams

NewGetAPI5GatewayParamsWithHTTPClient creates a new GetAPI5GatewayParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPI5GatewayParamsWithTimeout

func NewGetAPI5GatewayParamsWithTimeout(timeout time.Duration) *GetAPI5GatewayParams

NewGetAPI5GatewayParamsWithTimeout creates a new GetAPI5GatewayParams object with the ability to set a timeout on a request.

func (*GetAPI5GatewayParams) SetCc

func (o *GetAPI5GatewayParams) SetCc(cc *string)

SetCc adds the cc to the get API 5 gateway params

func (*GetAPI5GatewayParams) SetContext

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

SetContext adds the context to the get API 5 gateway params

func (*GetAPI5GatewayParams) SetDefaults

func (o *GetAPI5GatewayParams) SetDefaults()

SetDefaults hydrates default values in the get API 5 gateway params (not the query body).

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

func (*GetAPI5GatewayParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API 5 gateway params

func (*GetAPI5GatewayParams) SetLoc

func (o *GetAPI5GatewayParams) SetLoc(loc *string)

SetLoc adds the loc to the get API 5 gateway params

func (*GetAPI5GatewayParams) SetTimeout

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

SetTimeout adds the timeout to the get API 5 gateway params

func (*GetAPI5GatewayParams) WithCc

WithCc adds the cc to the get API 5 gateway params

func (*GetAPI5GatewayParams) WithContext

WithContext adds the context to the get API 5 gateway params

func (*GetAPI5GatewayParams) WithDefaults

func (o *GetAPI5GatewayParams) WithDefaults() *GetAPI5GatewayParams

WithDefaults hydrates default values in the get API 5 gateway params (not the query body).

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

func (*GetAPI5GatewayParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get API 5 gateway params

func (*GetAPI5GatewayParams) WithLoc

WithLoc adds the loc to the get API 5 gateway params

func (*GetAPI5GatewayParams) WithTimeout

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

WithTimeout adds the timeout to the get API 5 gateway params

func (*GetAPI5GatewayParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAPI5GatewayReader

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

GetAPI5GatewayReader is a Reader for the GetAPI5Gateway structure.

func (*GetAPI5GatewayReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPI5GatewaysParams

type GetAPI5GatewaysParams struct {

	/* Byload.

	   Sort by load (experimental)
	*/
	Byload *bool

	/* Cc.

	   base country code (ISO-2)
	*/
	Cc *string

	/* Loc.

	   location override
	*/
	Loc *string

	/* Port.

	   port
	*/
	Port *string

	/* Tr.

	   transport (tcp|udp)
	*/
	Tr *string

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

GetAPI5GatewaysParams contains all the parameters to send to the API endpoint

for the get API 5 gateways operation.

Typically these are written to a http.Request.

func NewGetAPI5GatewaysParams

func NewGetAPI5GatewaysParams() *GetAPI5GatewaysParams

NewGetAPI5GatewaysParams creates a new GetAPI5GatewaysParams 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 NewGetAPI5GatewaysParamsWithContext

func NewGetAPI5GatewaysParamsWithContext(ctx context.Context) *GetAPI5GatewaysParams

NewGetAPI5GatewaysParamsWithContext creates a new GetAPI5GatewaysParams object with the ability to set a context for a request.

func NewGetAPI5GatewaysParamsWithHTTPClient

func NewGetAPI5GatewaysParamsWithHTTPClient(client *http.Client) *GetAPI5GatewaysParams

NewGetAPI5GatewaysParamsWithHTTPClient creates a new GetAPI5GatewaysParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPI5GatewaysParamsWithTimeout

func NewGetAPI5GatewaysParamsWithTimeout(timeout time.Duration) *GetAPI5GatewaysParams

NewGetAPI5GatewaysParamsWithTimeout creates a new GetAPI5GatewaysParams object with the ability to set a timeout on a request.

func (*GetAPI5GatewaysParams) SetByload

func (o *GetAPI5GatewaysParams) SetByload(byload *bool)

SetByload adds the byload to the get API 5 gateways params

func (*GetAPI5GatewaysParams) SetCc

func (o *GetAPI5GatewaysParams) SetCc(cc *string)

SetCc adds the cc to the get API 5 gateways params

func (*GetAPI5GatewaysParams) SetContext

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

SetContext adds the context to the get API 5 gateways params

func (*GetAPI5GatewaysParams) SetDefaults

func (o *GetAPI5GatewaysParams) SetDefaults()

SetDefaults hydrates default values in the get API 5 gateways params (not the query body).

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

func (*GetAPI5GatewaysParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API 5 gateways params

func (*GetAPI5GatewaysParams) SetLoc

func (o *GetAPI5GatewaysParams) SetLoc(loc *string)

SetLoc adds the loc to the get API 5 gateways params

func (*GetAPI5GatewaysParams) SetPort

func (o *GetAPI5GatewaysParams) SetPort(port *string)

SetPort adds the port to the get API 5 gateways params

func (*GetAPI5GatewaysParams) SetTimeout

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

SetTimeout adds the timeout to the get API 5 gateways params

func (*GetAPI5GatewaysParams) SetTr

func (o *GetAPI5GatewaysParams) SetTr(tr *string)

SetTr adds the tr to the get API 5 gateways params

func (*GetAPI5GatewaysParams) WithByload

func (o *GetAPI5GatewaysParams) WithByload(byload *bool) *GetAPI5GatewaysParams

WithByload adds the byload to the get API 5 gateways params

func (*GetAPI5GatewaysParams) WithCc

WithCc adds the cc to the get API 5 gateways params

func (*GetAPI5GatewaysParams) WithContext

WithContext adds the context to the get API 5 gateways params

func (*GetAPI5GatewaysParams) WithDefaults

func (o *GetAPI5GatewaysParams) WithDefaults() *GetAPI5GatewaysParams

WithDefaults hydrates default values in the get API 5 gateways params (not the query body).

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

func (*GetAPI5GatewaysParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get API 5 gateways params

func (*GetAPI5GatewaysParams) WithLoc

WithLoc adds the loc to the get API 5 gateways params

func (*GetAPI5GatewaysParams) WithPort

WithPort adds the port to the get API 5 gateways params

func (*GetAPI5GatewaysParams) WithTimeout

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

WithTimeout adds the timeout to the get API 5 gateways params

func (*GetAPI5GatewaysParams) WithTr

WithTr adds the tr to the get API 5 gateways params

func (*GetAPI5GatewaysParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAPI5GatewaysReader

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

GetAPI5GatewaysReader is a Reader for the GetAPI5Gateways structure.

func (*GetAPI5GatewaysReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPI5OpenvpnCertParams

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

GetAPI5OpenvpnCertParams contains all the parameters to send to the API endpoint

for the get API 5 openvpn cert operation.

Typically these are written to a http.Request.

func NewGetAPI5OpenvpnCertParams

func NewGetAPI5OpenvpnCertParams() *GetAPI5OpenvpnCertParams

NewGetAPI5OpenvpnCertParams creates a new GetAPI5OpenvpnCertParams 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 NewGetAPI5OpenvpnCertParamsWithContext

func NewGetAPI5OpenvpnCertParamsWithContext(ctx context.Context) *GetAPI5OpenvpnCertParams

NewGetAPI5OpenvpnCertParamsWithContext creates a new GetAPI5OpenvpnCertParams object with the ability to set a context for a request.

func NewGetAPI5OpenvpnCertParamsWithHTTPClient

func NewGetAPI5OpenvpnCertParamsWithHTTPClient(client *http.Client) *GetAPI5OpenvpnCertParams

NewGetAPI5OpenvpnCertParamsWithHTTPClient creates a new GetAPI5OpenvpnCertParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPI5OpenvpnCertParamsWithTimeout

func NewGetAPI5OpenvpnCertParamsWithTimeout(timeout time.Duration) *GetAPI5OpenvpnCertParams

NewGetAPI5OpenvpnCertParamsWithTimeout creates a new GetAPI5OpenvpnCertParams object with the ability to set a timeout on a request.

func (*GetAPI5OpenvpnCertParams) SetContext

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

SetContext adds the context to the get API 5 openvpn cert params

func (*GetAPI5OpenvpnCertParams) SetDefaults

func (o *GetAPI5OpenvpnCertParams) SetDefaults()

SetDefaults hydrates default values in the get API 5 openvpn cert params (not the query body).

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

func (*GetAPI5OpenvpnCertParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API 5 openvpn cert params

func (*GetAPI5OpenvpnCertParams) SetTimeout

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

SetTimeout adds the timeout to the get API 5 openvpn cert params

func (*GetAPI5OpenvpnCertParams) WithContext

WithContext adds the context to the get API 5 openvpn cert params

func (*GetAPI5OpenvpnCertParams) WithDefaults

WithDefaults hydrates default values in the get API 5 openvpn cert params (not the query body).

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

func (*GetAPI5OpenvpnCertParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get API 5 openvpn cert params

func (*GetAPI5OpenvpnCertParams) WithTimeout

WithTimeout adds the timeout to the get API 5 openvpn cert params

func (*GetAPI5OpenvpnCertParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPI5OpenvpnCertReader

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

GetAPI5OpenvpnCertReader is a Reader for the GetAPI5OpenvpnCert structure.

func (*GetAPI5OpenvpnCertReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPI5OpenvpnConfigParams

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

GetAPI5OpenvpnConfigParams contains all the parameters to send to the API endpoint

for the get API 5 openvpn config operation.

Typically these are written to a http.Request.

func NewGetAPI5OpenvpnConfigParams

func NewGetAPI5OpenvpnConfigParams() *GetAPI5OpenvpnConfigParams

NewGetAPI5OpenvpnConfigParams creates a new GetAPI5OpenvpnConfigParams 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 NewGetAPI5OpenvpnConfigParamsWithContext

func NewGetAPI5OpenvpnConfigParamsWithContext(ctx context.Context) *GetAPI5OpenvpnConfigParams

NewGetAPI5OpenvpnConfigParamsWithContext creates a new GetAPI5OpenvpnConfigParams object with the ability to set a context for a request.

func NewGetAPI5OpenvpnConfigParamsWithHTTPClient

func NewGetAPI5OpenvpnConfigParamsWithHTTPClient(client *http.Client) *GetAPI5OpenvpnConfigParams

NewGetAPI5OpenvpnConfigParamsWithHTTPClient creates a new GetAPI5OpenvpnConfigParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPI5OpenvpnConfigParamsWithTimeout

func NewGetAPI5OpenvpnConfigParamsWithTimeout(timeout time.Duration) *GetAPI5OpenvpnConfigParams

NewGetAPI5OpenvpnConfigParamsWithTimeout creates a new GetAPI5OpenvpnConfigParams object with the ability to set a timeout on a request.

func (*GetAPI5OpenvpnConfigParams) SetContext

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

SetContext adds the context to the get API 5 openvpn config params

func (*GetAPI5OpenvpnConfigParams) SetDefaults

func (o *GetAPI5OpenvpnConfigParams) SetDefaults()

SetDefaults hydrates default values in the get API 5 openvpn config params (not the query body).

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

func (*GetAPI5OpenvpnConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API 5 openvpn config params

func (*GetAPI5OpenvpnConfigParams) SetTimeout

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

SetTimeout adds the timeout to the get API 5 openvpn config params

func (*GetAPI5OpenvpnConfigParams) WithContext

WithContext adds the context to the get API 5 openvpn config params

func (*GetAPI5OpenvpnConfigParams) WithDefaults

WithDefaults hydrates default values in the get API 5 openvpn config params (not the query body).

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

func (*GetAPI5OpenvpnConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API 5 openvpn config params

func (*GetAPI5OpenvpnConfigParams) WithTimeout

WithTimeout adds the timeout to the get API 5 openvpn config params

func (*GetAPI5OpenvpnConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPI5OpenvpnConfigReader

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

GetAPI5OpenvpnConfigReader is a Reader for the GetAPI5OpenvpnConfig structure.

func (*GetAPI5OpenvpnConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPI5ServiceParams

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

GetAPI5ServiceParams contains all the parameters to send to the API endpoint

for the get API 5 service operation.

Typically these are written to a http.Request.

func NewGetAPI5ServiceParams

func NewGetAPI5ServiceParams() *GetAPI5ServiceParams

NewGetAPI5ServiceParams creates a new GetAPI5ServiceParams 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 NewGetAPI5ServiceParamsWithContext

func NewGetAPI5ServiceParamsWithContext(ctx context.Context) *GetAPI5ServiceParams

NewGetAPI5ServiceParamsWithContext creates a new GetAPI5ServiceParams object with the ability to set a context for a request.

func NewGetAPI5ServiceParamsWithHTTPClient

func NewGetAPI5ServiceParamsWithHTTPClient(client *http.Client) *GetAPI5ServiceParams

NewGetAPI5ServiceParamsWithHTTPClient creates a new GetAPI5ServiceParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPI5ServiceParamsWithTimeout

func NewGetAPI5ServiceParamsWithTimeout(timeout time.Duration) *GetAPI5ServiceParams

NewGetAPI5ServiceParamsWithTimeout creates a new GetAPI5ServiceParams object with the ability to set a timeout on a request.

func (*GetAPI5ServiceParams) SetContext

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

SetContext adds the context to the get API 5 service params

func (*GetAPI5ServiceParams) SetDefaults

func (o *GetAPI5ServiceParams) SetDefaults()

SetDefaults hydrates default values in the get API 5 service params (not the query body).

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

func (*GetAPI5ServiceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API 5 service params

func (*GetAPI5ServiceParams) SetTimeout

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

SetTimeout adds the timeout to the get API 5 service params

func (*GetAPI5ServiceParams) WithContext

WithContext adds the context to the get API 5 service params

func (*GetAPI5ServiceParams) WithDefaults

func (o *GetAPI5ServiceParams) WithDefaults() *GetAPI5ServiceParams

WithDefaults hydrates default values in the get API 5 service params (not the query body).

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

func (*GetAPI5ServiceParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get API 5 service params

func (*GetAPI5ServiceParams) WithTimeout

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

WithTimeout adds the timeout to the get API 5 service params

func (*GetAPI5ServiceParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAPI5ServiceReader

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

GetAPI5ServiceReader is a Reader for the GetAPI5Service structure.

func (*GetAPI5ServiceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIAutoconfBadRequest

type GetAPIAutoconfBadRequest struct {
	Payload interface{}
}

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

Bad Request

func NewGetAPIAutoconfBadRequest

func NewGetAPIAutoconfBadRequest() *GetAPIAutoconfBadRequest

NewGetAPIAutoconfBadRequest creates a GetAPIAutoconfBadRequest with default headers values

func (*GetAPIAutoconfBadRequest) Code

func (o *GetAPIAutoconfBadRequest) Code() int

Code gets the status code for the get Api autoconf bad request response

func (*GetAPIAutoconfBadRequest) Error

func (o *GetAPIAutoconfBadRequest) Error() string

func (*GetAPIAutoconfBadRequest) GetPayload

func (o *GetAPIAutoconfBadRequest) GetPayload() interface{}

func (*GetAPIAutoconfBadRequest) IsClientError

func (o *GetAPIAutoconfBadRequest) IsClientError() bool

IsClientError returns true when this get Api autoconf bad request response has a 4xx status code

func (*GetAPIAutoconfBadRequest) IsCode

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

IsCode returns true when this get Api autoconf bad request response a status code equal to that given

func (*GetAPIAutoconfBadRequest) IsRedirect

func (o *GetAPIAutoconfBadRequest) IsRedirect() bool

IsRedirect returns true when this get Api autoconf bad request response has a 3xx status code

func (*GetAPIAutoconfBadRequest) IsServerError

func (o *GetAPIAutoconfBadRequest) IsServerError() bool

IsServerError returns true when this get Api autoconf bad request response has a 5xx status code

func (*GetAPIAutoconfBadRequest) IsSuccess

func (o *GetAPIAutoconfBadRequest) IsSuccess() bool

IsSuccess returns true when this get Api autoconf bad request response has a 2xx status code

func (*GetAPIAutoconfBadRequest) String

func (o *GetAPIAutoconfBadRequest) String() string

type GetAPIAutoconfInternalServerError

type GetAPIAutoconfInternalServerError struct {
	Payload interface{}
}

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

Internal Server Error

func NewGetAPIAutoconfInternalServerError

func NewGetAPIAutoconfInternalServerError() *GetAPIAutoconfInternalServerError

NewGetAPIAutoconfInternalServerError creates a GetAPIAutoconfInternalServerError with default headers values

func (*GetAPIAutoconfInternalServerError) Code

Code gets the status code for the get Api autoconf internal server error response

func (*GetAPIAutoconfInternalServerError) Error

func (*GetAPIAutoconfInternalServerError) GetPayload

func (o *GetAPIAutoconfInternalServerError) GetPayload() interface{}

func (*GetAPIAutoconfInternalServerError) IsClientError

func (o *GetAPIAutoconfInternalServerError) IsClientError() bool

IsClientError returns true when this get Api autoconf internal server error response has a 4xx status code

func (*GetAPIAutoconfInternalServerError) IsCode

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

IsCode returns true when this get Api autoconf internal server error response a status code equal to that given

func (*GetAPIAutoconfInternalServerError) IsRedirect

func (o *GetAPIAutoconfInternalServerError) IsRedirect() bool

IsRedirect returns true when this get Api autoconf internal server error response has a 3xx status code

func (*GetAPIAutoconfInternalServerError) IsServerError

func (o *GetAPIAutoconfInternalServerError) IsServerError() bool

IsServerError returns true when this get Api autoconf internal server error response has a 5xx status code

func (*GetAPIAutoconfInternalServerError) IsSuccess

func (o *GetAPIAutoconfInternalServerError) IsSuccess() bool

IsSuccess returns true when this get Api autoconf internal server error response has a 2xx status code

func (*GetAPIAutoconfInternalServerError) String

type GetAPIAutoconfNotFound

type GetAPIAutoconfNotFound struct {
	Payload interface{}
}

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

Not Found

func NewGetAPIAutoconfNotFound

func NewGetAPIAutoconfNotFound() *GetAPIAutoconfNotFound

NewGetAPIAutoconfNotFound creates a GetAPIAutoconfNotFound with default headers values

func (*GetAPIAutoconfNotFound) Code

func (o *GetAPIAutoconfNotFound) Code() int

Code gets the status code for the get Api autoconf not found response

func (*GetAPIAutoconfNotFound) Error

func (o *GetAPIAutoconfNotFound) Error() string

func (*GetAPIAutoconfNotFound) GetPayload

func (o *GetAPIAutoconfNotFound) GetPayload() interface{}

func (*GetAPIAutoconfNotFound) IsClientError

func (o *GetAPIAutoconfNotFound) IsClientError() bool

IsClientError returns true when this get Api autoconf not found response has a 4xx status code

func (*GetAPIAutoconfNotFound) IsCode

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

IsCode returns true when this get Api autoconf not found response a status code equal to that given

func (*GetAPIAutoconfNotFound) IsRedirect

func (o *GetAPIAutoconfNotFound) IsRedirect() bool

IsRedirect returns true when this get Api autoconf not found response has a 3xx status code

func (*GetAPIAutoconfNotFound) IsServerError

func (o *GetAPIAutoconfNotFound) IsServerError() bool

IsServerError returns true when this get Api autoconf not found response has a 5xx status code

func (*GetAPIAutoconfNotFound) IsSuccess

func (o *GetAPIAutoconfNotFound) IsSuccess() bool

IsSuccess returns true when this get Api autoconf not found response has a 2xx status code

func (*GetAPIAutoconfNotFound) String

func (o *GetAPIAutoconfNotFound) String() string

type GetAPIAutoconfOK

type GetAPIAutoconfOK struct {
	Payload string
}

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

OK

func NewGetAPIAutoconfOK

func NewGetAPIAutoconfOK() *GetAPIAutoconfOK

NewGetAPIAutoconfOK creates a GetAPIAutoconfOK with default headers values

func (*GetAPIAutoconfOK) Code

func (o *GetAPIAutoconfOK) Code() int

Code gets the status code for the get Api autoconf o k response

func (*GetAPIAutoconfOK) Error

func (o *GetAPIAutoconfOK) Error() string

func (*GetAPIAutoconfOK) GetPayload

func (o *GetAPIAutoconfOK) GetPayload() string

func (*GetAPIAutoconfOK) IsClientError

func (o *GetAPIAutoconfOK) IsClientError() bool

IsClientError returns true when this get Api autoconf o k response has a 4xx status code

func (*GetAPIAutoconfOK) IsCode

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

IsCode returns true when this get Api autoconf o k response a status code equal to that given

func (*GetAPIAutoconfOK) IsRedirect

func (o *GetAPIAutoconfOK) IsRedirect() bool

IsRedirect returns true when this get Api autoconf o k response has a 3xx status code

func (*GetAPIAutoconfOK) IsServerError

func (o *GetAPIAutoconfOK) IsServerError() bool

IsServerError returns true when this get Api autoconf o k response has a 5xx status code

func (*GetAPIAutoconfOK) IsSuccess

func (o *GetAPIAutoconfOK) IsSuccess() bool

IsSuccess returns true when this get Api autoconf o k response has a 2xx status code

func (*GetAPIAutoconfOK) String

func (o *GetAPIAutoconfOK) String() string

type GetAPIAutoconfParams

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

GetAPIAutoconfParams contains all the parameters to send to the API endpoint

for the get API autoconf operation.

Typically these are written to a http.Request.

func NewGetAPIAutoconfParams

func NewGetAPIAutoconfParams() *GetAPIAutoconfParams

NewGetAPIAutoconfParams creates a new GetAPIAutoconfParams 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 NewGetAPIAutoconfParamsWithContext

func NewGetAPIAutoconfParamsWithContext(ctx context.Context) *GetAPIAutoconfParams

NewGetAPIAutoconfParamsWithContext creates a new GetAPIAutoconfParams object with the ability to set a context for a request.

func NewGetAPIAutoconfParamsWithHTTPClient

func NewGetAPIAutoconfParamsWithHTTPClient(client *http.Client) *GetAPIAutoconfParams

NewGetAPIAutoconfParamsWithHTTPClient creates a new GetAPIAutoconfParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIAutoconfParamsWithTimeout

func NewGetAPIAutoconfParamsWithTimeout(timeout time.Duration) *GetAPIAutoconfParams

NewGetAPIAutoconfParamsWithTimeout creates a new GetAPIAutoconfParams object with the ability to set a timeout on a request.

func (*GetAPIAutoconfParams) SetContext

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

SetContext adds the context to the get API autoconf params

func (*GetAPIAutoconfParams) SetDefaults

func (o *GetAPIAutoconfParams) SetDefaults()

SetDefaults hydrates default values in the get API autoconf params (not the query body).

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

func (*GetAPIAutoconfParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API autoconf params

func (*GetAPIAutoconfParams) SetTimeout

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

SetTimeout adds the timeout to the get API autoconf params

func (*GetAPIAutoconfParams) WithContext

WithContext adds the context to the get API autoconf params

func (*GetAPIAutoconfParams) WithDefaults

func (o *GetAPIAutoconfParams) WithDefaults() *GetAPIAutoconfParams

WithDefaults hydrates default values in the get API autoconf params (not the query body).

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

func (*GetAPIAutoconfParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get API autoconf params

func (*GetAPIAutoconfParams) WithTimeout

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

WithTimeout adds the timeout to the get API autoconf params

func (*GetAPIAutoconfParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAPIAutoconfReader

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

GetAPIAutoconfReader is a Reader for the GetAPIAutoconf structure.

func (*GetAPIAutoconfReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetApi5BridgeLocationBadRequest

type GetApi5BridgeLocationBadRequest struct {
	Payload interface{}
}

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

Bad Request

func NewGetApi5BridgeLocationBadRequest

func NewGetApi5BridgeLocationBadRequest() *GetApi5BridgeLocationBadRequest

NewGetApi5BridgeLocationBadRequest creates a GetApi5BridgeLocationBadRequest with default headers values

func (*GetApi5BridgeLocationBadRequest) Code

Code gets the status code for the get api5 bridge location bad request response

func (*GetApi5BridgeLocationBadRequest) Error

func (*GetApi5BridgeLocationBadRequest) GetPayload

func (o *GetApi5BridgeLocationBadRequest) GetPayload() interface{}

func (*GetApi5BridgeLocationBadRequest) IsClientError

func (o *GetApi5BridgeLocationBadRequest) IsClientError() bool

IsClientError returns true when this get api5 bridge location bad request response has a 4xx status code

func (*GetApi5BridgeLocationBadRequest) IsCode

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

IsCode returns true when this get api5 bridge location bad request response a status code equal to that given

func (*GetApi5BridgeLocationBadRequest) IsRedirect

func (o *GetApi5BridgeLocationBadRequest) IsRedirect() bool

IsRedirect returns true when this get api5 bridge location bad request response has a 3xx status code

func (*GetApi5BridgeLocationBadRequest) IsServerError

func (o *GetApi5BridgeLocationBadRequest) IsServerError() bool

IsServerError returns true when this get api5 bridge location bad request response has a 5xx status code

func (*GetApi5BridgeLocationBadRequest) IsSuccess

func (o *GetApi5BridgeLocationBadRequest) IsSuccess() bool

IsSuccess returns true when this get api5 bridge location bad request response has a 2xx status code

func (*GetApi5BridgeLocationBadRequest) String

type GetApi5BridgeLocationInternalServerError

type GetApi5BridgeLocationInternalServerError struct {
	Payload interface{}
}

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

Internal Server Error

func NewGetApi5BridgeLocationInternalServerError

func NewGetApi5BridgeLocationInternalServerError() *GetApi5BridgeLocationInternalServerError

NewGetApi5BridgeLocationInternalServerError creates a GetApi5BridgeLocationInternalServerError with default headers values

func (*GetApi5BridgeLocationInternalServerError) Code

Code gets the status code for the get api5 bridge location internal server error response

func (*GetApi5BridgeLocationInternalServerError) Error

func (*GetApi5BridgeLocationInternalServerError) GetPayload

func (o *GetApi5BridgeLocationInternalServerError) GetPayload() interface{}

func (*GetApi5BridgeLocationInternalServerError) IsClientError

IsClientError returns true when this get api5 bridge location internal server error response has a 4xx status code

func (*GetApi5BridgeLocationInternalServerError) IsCode

IsCode returns true when this get api5 bridge location internal server error response a status code equal to that given

func (*GetApi5BridgeLocationInternalServerError) IsRedirect

IsRedirect returns true when this get api5 bridge location internal server error response has a 3xx status code

func (*GetApi5BridgeLocationInternalServerError) IsServerError

IsServerError returns true when this get api5 bridge location internal server error response has a 5xx status code

func (*GetApi5BridgeLocationInternalServerError) IsSuccess

IsSuccess returns true when this get api5 bridge location internal server error response has a 2xx status code

func (*GetApi5BridgeLocationInternalServerError) String

type GetApi5BridgeLocationNotFound

type GetApi5BridgeLocationNotFound struct {
	Payload interface{}
}

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

Not Found

func NewGetApi5BridgeLocationNotFound

func NewGetApi5BridgeLocationNotFound() *GetApi5BridgeLocationNotFound

NewGetApi5BridgeLocationNotFound creates a GetApi5BridgeLocationNotFound with default headers values

func (*GetApi5BridgeLocationNotFound) Code

Code gets the status code for the get api5 bridge location not found response

func (*GetApi5BridgeLocationNotFound) Error

func (*GetApi5BridgeLocationNotFound) GetPayload

func (o *GetApi5BridgeLocationNotFound) GetPayload() interface{}

func (*GetApi5BridgeLocationNotFound) IsClientError

func (o *GetApi5BridgeLocationNotFound) IsClientError() bool

IsClientError returns true when this get api5 bridge location not found response has a 4xx status code

func (*GetApi5BridgeLocationNotFound) IsCode

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

IsCode returns true when this get api5 bridge location not found response a status code equal to that given

func (*GetApi5BridgeLocationNotFound) IsRedirect

func (o *GetApi5BridgeLocationNotFound) IsRedirect() bool

IsRedirect returns true when this get api5 bridge location not found response has a 3xx status code

func (*GetApi5BridgeLocationNotFound) IsServerError

func (o *GetApi5BridgeLocationNotFound) IsServerError() bool

IsServerError returns true when this get api5 bridge location not found response has a 5xx status code

func (*GetApi5BridgeLocationNotFound) IsSuccess

func (o *GetApi5BridgeLocationNotFound) IsSuccess() bool

IsSuccess returns true when this get api5 bridge location not found response has a 2xx status code

func (*GetApi5BridgeLocationNotFound) String

type GetApi5BridgeLocationOK

type GetApi5BridgeLocationOK struct {
	Payload []*models.ModelsBridge
}

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

OK

func NewGetApi5BridgeLocationOK

func NewGetApi5BridgeLocationOK() *GetApi5BridgeLocationOK

NewGetApi5BridgeLocationOK creates a GetApi5BridgeLocationOK with default headers values

func (*GetApi5BridgeLocationOK) Code

func (o *GetApi5BridgeLocationOK) Code() int

Code gets the status code for the get api5 bridge location o k response

func (*GetApi5BridgeLocationOK) Error

func (o *GetApi5BridgeLocationOK) Error() string

func (*GetApi5BridgeLocationOK) GetPayload

func (o *GetApi5BridgeLocationOK) GetPayload() []*models.ModelsBridge

func (*GetApi5BridgeLocationOK) IsClientError

func (o *GetApi5BridgeLocationOK) IsClientError() bool

IsClientError returns true when this get api5 bridge location o k response has a 4xx status code

func (*GetApi5BridgeLocationOK) IsCode

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

IsCode returns true when this get api5 bridge location o k response a status code equal to that given

func (*GetApi5BridgeLocationOK) IsRedirect

func (o *GetApi5BridgeLocationOK) IsRedirect() bool

IsRedirect returns true when this get api5 bridge location o k response has a 3xx status code

func (*GetApi5BridgeLocationOK) IsServerError

func (o *GetApi5BridgeLocationOK) IsServerError() bool

IsServerError returns true when this get api5 bridge location o k response has a 5xx status code

func (*GetApi5BridgeLocationOK) IsSuccess

func (o *GetApi5BridgeLocationOK) IsSuccess() bool

IsSuccess returns true when this get api5 bridge location o k response has a 2xx status code

func (*GetApi5BridgeLocationOK) String

func (o *GetApi5BridgeLocationOK) String() string

type GetApi5BridgesBadRequest

type GetApi5BridgesBadRequest struct {
	Payload interface{}
}

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

Bad Request

func NewGetApi5BridgesBadRequest

func NewGetApi5BridgesBadRequest() *GetApi5BridgesBadRequest

NewGetApi5BridgesBadRequest creates a GetApi5BridgesBadRequest with default headers values

func (*GetApi5BridgesBadRequest) Code

func (o *GetApi5BridgesBadRequest) Code() int

Code gets the status code for the get api5 bridges bad request response

func (*GetApi5BridgesBadRequest) Error

func (o *GetApi5BridgesBadRequest) Error() string

func (*GetApi5BridgesBadRequest) GetPayload

func (o *GetApi5BridgesBadRequest) GetPayload() interface{}

func (*GetApi5BridgesBadRequest) IsClientError

func (o *GetApi5BridgesBadRequest) IsClientError() bool

IsClientError returns true when this get api5 bridges bad request response has a 4xx status code

func (*GetApi5BridgesBadRequest) IsCode

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

IsCode returns true when this get api5 bridges bad request response a status code equal to that given

func (*GetApi5BridgesBadRequest) IsRedirect

func (o *GetApi5BridgesBadRequest) IsRedirect() bool

IsRedirect returns true when this get api5 bridges bad request response has a 3xx status code

func (*GetApi5BridgesBadRequest) IsServerError

func (o *GetApi5BridgesBadRequest) IsServerError() bool

IsServerError returns true when this get api5 bridges bad request response has a 5xx status code

func (*GetApi5BridgesBadRequest) IsSuccess

func (o *GetApi5BridgesBadRequest) IsSuccess() bool

IsSuccess returns true when this get api5 bridges bad request response has a 2xx status code

func (*GetApi5BridgesBadRequest) String

func (o *GetApi5BridgesBadRequest) String() string

type GetApi5BridgesInternalServerError

type GetApi5BridgesInternalServerError struct {
	Payload interface{}
}

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

Internal Server Error

func NewGetApi5BridgesInternalServerError

func NewGetApi5BridgesInternalServerError() *GetApi5BridgesInternalServerError

NewGetApi5BridgesInternalServerError creates a GetApi5BridgesInternalServerError with default headers values

func (*GetApi5BridgesInternalServerError) Code

Code gets the status code for the get api5 bridges internal server error response

func (*GetApi5BridgesInternalServerError) Error

func (*GetApi5BridgesInternalServerError) GetPayload

func (o *GetApi5BridgesInternalServerError) GetPayload() interface{}

func (*GetApi5BridgesInternalServerError) IsClientError

func (o *GetApi5BridgesInternalServerError) IsClientError() bool

IsClientError returns true when this get api5 bridges internal server error response has a 4xx status code

func (*GetApi5BridgesInternalServerError) IsCode

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

IsCode returns true when this get api5 bridges internal server error response a status code equal to that given

func (*GetApi5BridgesInternalServerError) IsRedirect

func (o *GetApi5BridgesInternalServerError) IsRedirect() bool

IsRedirect returns true when this get api5 bridges internal server error response has a 3xx status code

func (*GetApi5BridgesInternalServerError) IsServerError

func (o *GetApi5BridgesInternalServerError) IsServerError() bool

IsServerError returns true when this get api5 bridges internal server error response has a 5xx status code

func (*GetApi5BridgesInternalServerError) IsSuccess

func (o *GetApi5BridgesInternalServerError) IsSuccess() bool

IsSuccess returns true when this get api5 bridges internal server error response has a 2xx status code

func (*GetApi5BridgesInternalServerError) String

type GetApi5BridgesNotFound

type GetApi5BridgesNotFound struct {
	Payload interface{}
}

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

Not Found

func NewGetApi5BridgesNotFound

func NewGetApi5BridgesNotFound() *GetApi5BridgesNotFound

NewGetApi5BridgesNotFound creates a GetApi5BridgesNotFound with default headers values

func (*GetApi5BridgesNotFound) Code

func (o *GetApi5BridgesNotFound) Code() int

Code gets the status code for the get api5 bridges not found response

func (*GetApi5BridgesNotFound) Error

func (o *GetApi5BridgesNotFound) Error() string

func (*GetApi5BridgesNotFound) GetPayload

func (o *GetApi5BridgesNotFound) GetPayload() interface{}

func (*GetApi5BridgesNotFound) IsClientError

func (o *GetApi5BridgesNotFound) IsClientError() bool

IsClientError returns true when this get api5 bridges not found response has a 4xx status code

func (*GetApi5BridgesNotFound) IsCode

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

IsCode returns true when this get api5 bridges not found response a status code equal to that given

func (*GetApi5BridgesNotFound) IsRedirect

func (o *GetApi5BridgesNotFound) IsRedirect() bool

IsRedirect returns true when this get api5 bridges not found response has a 3xx status code

func (*GetApi5BridgesNotFound) IsServerError

func (o *GetApi5BridgesNotFound) IsServerError() bool

IsServerError returns true when this get api5 bridges not found response has a 5xx status code

func (*GetApi5BridgesNotFound) IsSuccess

func (o *GetApi5BridgesNotFound) IsSuccess() bool

IsSuccess returns true when this get api5 bridges not found response has a 2xx status code

func (*GetApi5BridgesNotFound) String

func (o *GetApi5BridgesNotFound) String() string

type GetApi5BridgesOK

type GetApi5BridgesOK struct {
	Payload []*models.ModelsBridge
}

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

OK

func NewGetApi5BridgesOK

func NewGetApi5BridgesOK() *GetApi5BridgesOK

NewGetApi5BridgesOK creates a GetApi5BridgesOK with default headers values

func (*GetApi5BridgesOK) Code

func (o *GetApi5BridgesOK) Code() int

Code gets the status code for the get api5 bridges o k response

func (*GetApi5BridgesOK) Error

func (o *GetApi5BridgesOK) Error() string

func (*GetApi5BridgesOK) GetPayload

func (o *GetApi5BridgesOK) GetPayload() []*models.ModelsBridge

func (*GetApi5BridgesOK) IsClientError

func (o *GetApi5BridgesOK) IsClientError() bool

IsClientError returns true when this get api5 bridges o k response has a 4xx status code

func (*GetApi5BridgesOK) IsCode

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

IsCode returns true when this get api5 bridges o k response a status code equal to that given

func (*GetApi5BridgesOK) IsRedirect

func (o *GetApi5BridgesOK) IsRedirect() bool

IsRedirect returns true when this get api5 bridges o k response has a 3xx status code

func (*GetApi5BridgesOK) IsServerError

func (o *GetApi5BridgesOK) IsServerError() bool

IsServerError returns true when this get api5 bridges o k response has a 5xx status code

func (*GetApi5BridgesOK) IsSuccess

func (o *GetApi5BridgesOK) IsSuccess() bool

IsSuccess returns true when this get api5 bridges o k response has a 2xx status code

func (*GetApi5BridgesOK) String

func (o *GetApi5BridgesOK) String() string

type GetApi5GatewayBadRequest

type GetApi5GatewayBadRequest struct {
	Payload interface{}
}

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

Bad Request

func NewGetApi5GatewayBadRequest

func NewGetApi5GatewayBadRequest() *GetApi5GatewayBadRequest

NewGetApi5GatewayBadRequest creates a GetApi5GatewayBadRequest with default headers values

func (*GetApi5GatewayBadRequest) Code

func (o *GetApi5GatewayBadRequest) Code() int

Code gets the status code for the get api5 gateway bad request response

func (*GetApi5GatewayBadRequest) Error

func (o *GetApi5GatewayBadRequest) Error() string

func (*GetApi5GatewayBadRequest) GetPayload

func (o *GetApi5GatewayBadRequest) GetPayload() interface{}

func (*GetApi5GatewayBadRequest) IsClientError

func (o *GetApi5GatewayBadRequest) IsClientError() bool

IsClientError returns true when this get api5 gateway bad request response has a 4xx status code

func (*GetApi5GatewayBadRequest) IsCode

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

IsCode returns true when this get api5 gateway bad request response a status code equal to that given

func (*GetApi5GatewayBadRequest) IsRedirect

func (o *GetApi5GatewayBadRequest) IsRedirect() bool

IsRedirect returns true when this get api5 gateway bad request response has a 3xx status code

func (*GetApi5GatewayBadRequest) IsServerError

func (o *GetApi5GatewayBadRequest) IsServerError() bool

IsServerError returns true when this get api5 gateway bad request response has a 5xx status code

func (*GetApi5GatewayBadRequest) IsSuccess

func (o *GetApi5GatewayBadRequest) IsSuccess() bool

IsSuccess returns true when this get api5 gateway bad request response has a 2xx status code

func (*GetApi5GatewayBadRequest) String

func (o *GetApi5GatewayBadRequest) String() string

type GetApi5GatewayInternalServerError

type GetApi5GatewayInternalServerError struct {
	Payload interface{}
}

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

Internal Server Error

func NewGetApi5GatewayInternalServerError

func NewGetApi5GatewayInternalServerError() *GetApi5GatewayInternalServerError

NewGetApi5GatewayInternalServerError creates a GetApi5GatewayInternalServerError with default headers values

func (*GetApi5GatewayInternalServerError) Code

Code gets the status code for the get api5 gateway internal server error response

func (*GetApi5GatewayInternalServerError) Error

func (*GetApi5GatewayInternalServerError) GetPayload

func (o *GetApi5GatewayInternalServerError) GetPayload() interface{}

func (*GetApi5GatewayInternalServerError) IsClientError

func (o *GetApi5GatewayInternalServerError) IsClientError() bool

IsClientError returns true when this get api5 gateway internal server error response has a 4xx status code

func (*GetApi5GatewayInternalServerError) IsCode

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

IsCode returns true when this get api5 gateway internal server error response a status code equal to that given

func (*GetApi5GatewayInternalServerError) IsRedirect

func (o *GetApi5GatewayInternalServerError) IsRedirect() bool

IsRedirect returns true when this get api5 gateway internal server error response has a 3xx status code

func (*GetApi5GatewayInternalServerError) IsServerError

func (o *GetApi5GatewayInternalServerError) IsServerError() bool

IsServerError returns true when this get api5 gateway internal server error response has a 5xx status code

func (*GetApi5GatewayInternalServerError) IsSuccess

func (o *GetApi5GatewayInternalServerError) IsSuccess() bool

IsSuccess returns true when this get api5 gateway internal server error response has a 2xx status code

func (*GetApi5GatewayInternalServerError) String

type GetApi5GatewayLocationBadRequest

type GetApi5GatewayLocationBadRequest struct {
	Payload interface{}
}

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

Bad Request

func NewGetApi5GatewayLocationBadRequest

func NewGetApi5GatewayLocationBadRequest() *GetApi5GatewayLocationBadRequest

NewGetApi5GatewayLocationBadRequest creates a GetApi5GatewayLocationBadRequest with default headers values

func (*GetApi5GatewayLocationBadRequest) Code

Code gets the status code for the get api5 gateway location bad request response

func (*GetApi5GatewayLocationBadRequest) Error

func (*GetApi5GatewayLocationBadRequest) GetPayload

func (o *GetApi5GatewayLocationBadRequest) GetPayload() interface{}

func (*GetApi5GatewayLocationBadRequest) IsClientError

func (o *GetApi5GatewayLocationBadRequest) IsClientError() bool

IsClientError returns true when this get api5 gateway location bad request response has a 4xx status code

func (*GetApi5GatewayLocationBadRequest) IsCode

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

IsCode returns true when this get api5 gateway location bad request response a status code equal to that given

func (*GetApi5GatewayLocationBadRequest) IsRedirect

func (o *GetApi5GatewayLocationBadRequest) IsRedirect() bool

IsRedirect returns true when this get api5 gateway location bad request response has a 3xx status code

func (*GetApi5GatewayLocationBadRequest) IsServerError

func (o *GetApi5GatewayLocationBadRequest) IsServerError() bool

IsServerError returns true when this get api5 gateway location bad request response has a 5xx status code

func (*GetApi5GatewayLocationBadRequest) IsSuccess

func (o *GetApi5GatewayLocationBadRequest) IsSuccess() bool

IsSuccess returns true when this get api5 gateway location bad request response has a 2xx status code

func (*GetApi5GatewayLocationBadRequest) String

type GetApi5GatewayLocationInternalServerError

type GetApi5GatewayLocationInternalServerError struct {
	Payload interface{}
}

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

Internal Server Error

func NewGetApi5GatewayLocationInternalServerError

func NewGetApi5GatewayLocationInternalServerError() *GetApi5GatewayLocationInternalServerError

NewGetApi5GatewayLocationInternalServerError creates a GetApi5GatewayLocationInternalServerError with default headers values

func (*GetApi5GatewayLocationInternalServerError) Code

Code gets the status code for the get api5 gateway location internal server error response

func (*GetApi5GatewayLocationInternalServerError) Error

func (*GetApi5GatewayLocationInternalServerError) GetPayload

func (o *GetApi5GatewayLocationInternalServerError) GetPayload() interface{}

func (*GetApi5GatewayLocationInternalServerError) IsClientError

IsClientError returns true when this get api5 gateway location internal server error response has a 4xx status code

func (*GetApi5GatewayLocationInternalServerError) IsCode

IsCode returns true when this get api5 gateway location internal server error response a status code equal to that given

func (*GetApi5GatewayLocationInternalServerError) IsRedirect

IsRedirect returns true when this get api5 gateway location internal server error response has a 3xx status code

func (*GetApi5GatewayLocationInternalServerError) IsServerError

IsServerError returns true when this get api5 gateway location internal server error response has a 5xx status code

func (*GetApi5GatewayLocationInternalServerError) IsSuccess

IsSuccess returns true when this get api5 gateway location internal server error response has a 2xx status code

func (*GetApi5GatewayLocationInternalServerError) String

type GetApi5GatewayLocationNotFound

type GetApi5GatewayLocationNotFound struct {
	Payload interface{}
}

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

Not Found

func NewGetApi5GatewayLocationNotFound

func NewGetApi5GatewayLocationNotFound() *GetApi5GatewayLocationNotFound

NewGetApi5GatewayLocationNotFound creates a GetApi5GatewayLocationNotFound with default headers values

func (*GetApi5GatewayLocationNotFound) Code

Code gets the status code for the get api5 gateway location not found response

func (*GetApi5GatewayLocationNotFound) Error

func (*GetApi5GatewayLocationNotFound) GetPayload

func (o *GetApi5GatewayLocationNotFound) GetPayload() interface{}

func (*GetApi5GatewayLocationNotFound) IsClientError

func (o *GetApi5GatewayLocationNotFound) IsClientError() bool

IsClientError returns true when this get api5 gateway location not found response has a 4xx status code

func (*GetApi5GatewayLocationNotFound) IsCode

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

IsCode returns true when this get api5 gateway location not found response a status code equal to that given

func (*GetApi5GatewayLocationNotFound) IsRedirect

func (o *GetApi5GatewayLocationNotFound) IsRedirect() bool

IsRedirect returns true when this get api5 gateway location not found response has a 3xx status code

func (*GetApi5GatewayLocationNotFound) IsServerError

func (o *GetApi5GatewayLocationNotFound) IsServerError() bool

IsServerError returns true when this get api5 gateway location not found response has a 5xx status code

func (*GetApi5GatewayLocationNotFound) IsSuccess

func (o *GetApi5GatewayLocationNotFound) IsSuccess() bool

IsSuccess returns true when this get api5 gateway location not found response has a 2xx status code

func (*GetApi5GatewayLocationNotFound) String

type GetApi5GatewayLocationOK

type GetApi5GatewayLocationOK struct {
	Payload []*models.ModelsGateway
}

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

OK

func NewGetApi5GatewayLocationOK

func NewGetApi5GatewayLocationOK() *GetApi5GatewayLocationOK

NewGetApi5GatewayLocationOK creates a GetApi5GatewayLocationOK with default headers values

func (*GetApi5GatewayLocationOK) Code

func (o *GetApi5GatewayLocationOK) Code() int

Code gets the status code for the get api5 gateway location o k response

func (*GetApi5GatewayLocationOK) Error

func (o *GetApi5GatewayLocationOK) Error() string

func (*GetApi5GatewayLocationOK) GetPayload

func (o *GetApi5GatewayLocationOK) GetPayload() []*models.ModelsGateway

func (*GetApi5GatewayLocationOK) IsClientError

func (o *GetApi5GatewayLocationOK) IsClientError() bool

IsClientError returns true when this get api5 gateway location o k response has a 4xx status code

func (*GetApi5GatewayLocationOK) IsCode

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

IsCode returns true when this get api5 gateway location o k response a status code equal to that given

func (*GetApi5GatewayLocationOK) IsRedirect

func (o *GetApi5GatewayLocationOK) IsRedirect() bool

IsRedirect returns true when this get api5 gateway location o k response has a 3xx status code

func (*GetApi5GatewayLocationOK) IsServerError

func (o *GetApi5GatewayLocationOK) IsServerError() bool

IsServerError returns true when this get api5 gateway location o k response has a 5xx status code

func (*GetApi5GatewayLocationOK) IsSuccess

func (o *GetApi5GatewayLocationOK) IsSuccess() bool

IsSuccess returns true when this get api5 gateway location o k response has a 2xx status code

func (*GetApi5GatewayLocationOK) String

func (o *GetApi5GatewayLocationOK) String() string

type GetApi5GatewayNotFound

type GetApi5GatewayNotFound struct {
	Payload interface{}
}

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

Not Found

func NewGetApi5GatewayNotFound

func NewGetApi5GatewayNotFound() *GetApi5GatewayNotFound

NewGetApi5GatewayNotFound creates a GetApi5GatewayNotFound with default headers values

func (*GetApi5GatewayNotFound) Code

func (o *GetApi5GatewayNotFound) Code() int

Code gets the status code for the get api5 gateway not found response

func (*GetApi5GatewayNotFound) Error

func (o *GetApi5GatewayNotFound) Error() string

func (*GetApi5GatewayNotFound) GetPayload

func (o *GetApi5GatewayNotFound) GetPayload() interface{}

func (*GetApi5GatewayNotFound) IsClientError

func (o *GetApi5GatewayNotFound) IsClientError() bool

IsClientError returns true when this get api5 gateway not found response has a 4xx status code

func (*GetApi5GatewayNotFound) IsCode

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

IsCode returns true when this get api5 gateway not found response a status code equal to that given

func (*GetApi5GatewayNotFound) IsRedirect

func (o *GetApi5GatewayNotFound) IsRedirect() bool

IsRedirect returns true when this get api5 gateway not found response has a 3xx status code

func (*GetApi5GatewayNotFound) IsServerError

func (o *GetApi5GatewayNotFound) IsServerError() bool

IsServerError returns true when this get api5 gateway not found response has a 5xx status code

func (*GetApi5GatewayNotFound) IsSuccess

func (o *GetApi5GatewayNotFound) IsSuccess() bool

IsSuccess returns true when this get api5 gateway not found response has a 2xx status code

func (*GetApi5GatewayNotFound) String

func (o *GetApi5GatewayNotFound) String() string

type GetApi5GatewayOK

type GetApi5GatewayOK struct {
	Payload []*models.ModelsGateway
}

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

OK

func NewGetApi5GatewayOK

func NewGetApi5GatewayOK() *GetApi5GatewayOK

NewGetApi5GatewayOK creates a GetApi5GatewayOK with default headers values

func (*GetApi5GatewayOK) Code

func (o *GetApi5GatewayOK) Code() int

Code gets the status code for the get api5 gateway o k response

func (*GetApi5GatewayOK) Error

func (o *GetApi5GatewayOK) Error() string

func (*GetApi5GatewayOK) GetPayload

func (o *GetApi5GatewayOK) GetPayload() []*models.ModelsGateway

func (*GetApi5GatewayOK) IsClientError

func (o *GetApi5GatewayOK) IsClientError() bool

IsClientError returns true when this get api5 gateway o k response has a 4xx status code

func (*GetApi5GatewayOK) IsCode

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

IsCode returns true when this get api5 gateway o k response a status code equal to that given

func (*GetApi5GatewayOK) IsRedirect

func (o *GetApi5GatewayOK) IsRedirect() bool

IsRedirect returns true when this get api5 gateway o k response has a 3xx status code

func (*GetApi5GatewayOK) IsServerError

func (o *GetApi5GatewayOK) IsServerError() bool

IsServerError returns true when this get api5 gateway o k response has a 5xx status code

func (*GetApi5GatewayOK) IsSuccess

func (o *GetApi5GatewayOK) IsSuccess() bool

IsSuccess returns true when this get api5 gateway o k response has a 2xx status code

func (*GetApi5GatewayOK) String

func (o *GetApi5GatewayOK) String() string

type GetApi5GatewaysBadRequest

type GetApi5GatewaysBadRequest struct {
	Payload interface{}
}

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

Bad Request

func NewGetApi5GatewaysBadRequest

func NewGetApi5GatewaysBadRequest() *GetApi5GatewaysBadRequest

NewGetApi5GatewaysBadRequest creates a GetApi5GatewaysBadRequest with default headers values

func (*GetApi5GatewaysBadRequest) Code

func (o *GetApi5GatewaysBadRequest) Code() int

Code gets the status code for the get api5 gateways bad request response

func (*GetApi5GatewaysBadRequest) Error

func (o *GetApi5GatewaysBadRequest) Error() string

func (*GetApi5GatewaysBadRequest) GetPayload

func (o *GetApi5GatewaysBadRequest) GetPayload() interface{}

func (*GetApi5GatewaysBadRequest) IsClientError

func (o *GetApi5GatewaysBadRequest) IsClientError() bool

IsClientError returns true when this get api5 gateways bad request response has a 4xx status code

func (*GetApi5GatewaysBadRequest) IsCode

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

IsCode returns true when this get api5 gateways bad request response a status code equal to that given

func (*GetApi5GatewaysBadRequest) IsRedirect

func (o *GetApi5GatewaysBadRequest) IsRedirect() bool

IsRedirect returns true when this get api5 gateways bad request response has a 3xx status code

func (*GetApi5GatewaysBadRequest) IsServerError

func (o *GetApi5GatewaysBadRequest) IsServerError() bool

IsServerError returns true when this get api5 gateways bad request response has a 5xx status code

func (*GetApi5GatewaysBadRequest) IsSuccess

func (o *GetApi5GatewaysBadRequest) IsSuccess() bool

IsSuccess returns true when this get api5 gateways bad request response has a 2xx status code

func (*GetApi5GatewaysBadRequest) String

func (o *GetApi5GatewaysBadRequest) String() string

type GetApi5GatewaysInternalServerError

type GetApi5GatewaysInternalServerError struct {
	Payload interface{}
}

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

Internal Server Error

func NewGetApi5GatewaysInternalServerError

func NewGetApi5GatewaysInternalServerError() *GetApi5GatewaysInternalServerError

NewGetApi5GatewaysInternalServerError creates a GetApi5GatewaysInternalServerError with default headers values

func (*GetApi5GatewaysInternalServerError) Code

Code gets the status code for the get api5 gateways internal server error response

func (*GetApi5GatewaysInternalServerError) Error

func (*GetApi5GatewaysInternalServerError) GetPayload

func (o *GetApi5GatewaysInternalServerError) GetPayload() interface{}

func (*GetApi5GatewaysInternalServerError) IsClientError

func (o *GetApi5GatewaysInternalServerError) IsClientError() bool

IsClientError returns true when this get api5 gateways internal server error response has a 4xx status code

func (*GetApi5GatewaysInternalServerError) IsCode

IsCode returns true when this get api5 gateways internal server error response a status code equal to that given

func (*GetApi5GatewaysInternalServerError) IsRedirect

func (o *GetApi5GatewaysInternalServerError) IsRedirect() bool

IsRedirect returns true when this get api5 gateways internal server error response has a 3xx status code

func (*GetApi5GatewaysInternalServerError) IsServerError

func (o *GetApi5GatewaysInternalServerError) IsServerError() bool

IsServerError returns true when this get api5 gateways internal server error response has a 5xx status code

func (*GetApi5GatewaysInternalServerError) IsSuccess

IsSuccess returns true when this get api5 gateways internal server error response has a 2xx status code

func (*GetApi5GatewaysInternalServerError) String

type GetApi5GatewaysNotFound

type GetApi5GatewaysNotFound struct {
	Payload interface{}
}

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

Not Found

func NewGetApi5GatewaysNotFound

func NewGetApi5GatewaysNotFound() *GetApi5GatewaysNotFound

NewGetApi5GatewaysNotFound creates a GetApi5GatewaysNotFound with default headers values

func (*GetApi5GatewaysNotFound) Code

func (o *GetApi5GatewaysNotFound) Code() int

Code gets the status code for the get api5 gateways not found response

func (*GetApi5GatewaysNotFound) Error

func (o *GetApi5GatewaysNotFound) Error() string

func (*GetApi5GatewaysNotFound) GetPayload

func (o *GetApi5GatewaysNotFound) GetPayload() interface{}

func (*GetApi5GatewaysNotFound) IsClientError

func (o *GetApi5GatewaysNotFound) IsClientError() bool

IsClientError returns true when this get api5 gateways not found response has a 4xx status code

func (*GetApi5GatewaysNotFound) IsCode

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

IsCode returns true when this get api5 gateways not found response a status code equal to that given

func (*GetApi5GatewaysNotFound) IsRedirect

func (o *GetApi5GatewaysNotFound) IsRedirect() bool

IsRedirect returns true when this get api5 gateways not found response has a 3xx status code

func (*GetApi5GatewaysNotFound) IsServerError

func (o *GetApi5GatewaysNotFound) IsServerError() bool

IsServerError returns true when this get api5 gateways not found response has a 5xx status code

func (*GetApi5GatewaysNotFound) IsSuccess

func (o *GetApi5GatewaysNotFound) IsSuccess() bool

IsSuccess returns true when this get api5 gateways not found response has a 2xx status code

func (*GetApi5GatewaysNotFound) String

func (o *GetApi5GatewaysNotFound) String() string

type GetApi5GatewaysOK

type GetApi5GatewaysOK struct {
	Payload []*models.ModelsGateway
}

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

OK

func NewGetApi5GatewaysOK

func NewGetApi5GatewaysOK() *GetApi5GatewaysOK

NewGetApi5GatewaysOK creates a GetApi5GatewaysOK with default headers values

func (*GetApi5GatewaysOK) Code

func (o *GetApi5GatewaysOK) Code() int

Code gets the status code for the get api5 gateways o k response

func (*GetApi5GatewaysOK) Error

func (o *GetApi5GatewaysOK) Error() string

func (*GetApi5GatewaysOK) GetPayload

func (o *GetApi5GatewaysOK) GetPayload() []*models.ModelsGateway

func (*GetApi5GatewaysOK) IsClientError

func (o *GetApi5GatewaysOK) IsClientError() bool

IsClientError returns true when this get api5 gateways o k response has a 4xx status code

func (*GetApi5GatewaysOK) IsCode

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

IsCode returns true when this get api5 gateways o k response a status code equal to that given

func (*GetApi5GatewaysOK) IsRedirect

func (o *GetApi5GatewaysOK) IsRedirect() bool

IsRedirect returns true when this get api5 gateways o k response has a 3xx status code

func (*GetApi5GatewaysOK) IsServerError

func (o *GetApi5GatewaysOK) IsServerError() bool

IsServerError returns true when this get api5 gateways o k response has a 5xx status code

func (*GetApi5GatewaysOK) IsSuccess

func (o *GetApi5GatewaysOK) IsSuccess() bool

IsSuccess returns true when this get api5 gateways o k response has a 2xx status code

func (*GetApi5GatewaysOK) String

func (o *GetApi5GatewaysOK) String() string

type GetApi5OpenvpnCertBadRequest

type GetApi5OpenvpnCertBadRequest struct {
	Payload interface{}
}

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

Bad Request

func NewGetApi5OpenvpnCertBadRequest

func NewGetApi5OpenvpnCertBadRequest() *GetApi5OpenvpnCertBadRequest

NewGetApi5OpenvpnCertBadRequest creates a GetApi5OpenvpnCertBadRequest with default headers values

func (*GetApi5OpenvpnCertBadRequest) Code

Code gets the status code for the get api5 openvpn cert bad request response

func (*GetApi5OpenvpnCertBadRequest) Error

func (*GetApi5OpenvpnCertBadRequest) GetPayload

func (o *GetApi5OpenvpnCertBadRequest) GetPayload() interface{}

func (*GetApi5OpenvpnCertBadRequest) IsClientError

func (o *GetApi5OpenvpnCertBadRequest) IsClientError() bool

IsClientError returns true when this get api5 openvpn cert bad request response has a 4xx status code

func (*GetApi5OpenvpnCertBadRequest) IsCode

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

IsCode returns true when this get api5 openvpn cert bad request response a status code equal to that given

func (*GetApi5OpenvpnCertBadRequest) IsRedirect

func (o *GetApi5OpenvpnCertBadRequest) IsRedirect() bool

IsRedirect returns true when this get api5 openvpn cert bad request response has a 3xx status code

func (*GetApi5OpenvpnCertBadRequest) IsServerError

func (o *GetApi5OpenvpnCertBadRequest) IsServerError() bool

IsServerError returns true when this get api5 openvpn cert bad request response has a 5xx status code

func (*GetApi5OpenvpnCertBadRequest) IsSuccess

func (o *GetApi5OpenvpnCertBadRequest) IsSuccess() bool

IsSuccess returns true when this get api5 openvpn cert bad request response has a 2xx status code

func (*GetApi5OpenvpnCertBadRequest) String

type GetApi5OpenvpnCertInternalServerError

type GetApi5OpenvpnCertInternalServerError struct {
	Payload interface{}
}

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

Internal Server Error

func NewGetApi5OpenvpnCertInternalServerError

func NewGetApi5OpenvpnCertInternalServerError() *GetApi5OpenvpnCertInternalServerError

NewGetApi5OpenvpnCertInternalServerError creates a GetApi5OpenvpnCertInternalServerError with default headers values

func (*GetApi5OpenvpnCertInternalServerError) Code

Code gets the status code for the get api5 openvpn cert internal server error response

func (*GetApi5OpenvpnCertInternalServerError) Error

func (*GetApi5OpenvpnCertInternalServerError) GetPayload

func (o *GetApi5OpenvpnCertInternalServerError) GetPayload() interface{}

func (*GetApi5OpenvpnCertInternalServerError) IsClientError

func (o *GetApi5OpenvpnCertInternalServerError) IsClientError() bool

IsClientError returns true when this get api5 openvpn cert internal server error response has a 4xx status code

func (*GetApi5OpenvpnCertInternalServerError) IsCode

IsCode returns true when this get api5 openvpn cert internal server error response a status code equal to that given

func (*GetApi5OpenvpnCertInternalServerError) IsRedirect

IsRedirect returns true when this get api5 openvpn cert internal server error response has a 3xx status code

func (*GetApi5OpenvpnCertInternalServerError) IsServerError

func (o *GetApi5OpenvpnCertInternalServerError) IsServerError() bool

IsServerError returns true when this get api5 openvpn cert internal server error response has a 5xx status code

func (*GetApi5OpenvpnCertInternalServerError) IsSuccess

IsSuccess returns true when this get api5 openvpn cert internal server error response has a 2xx status code

func (*GetApi5OpenvpnCertInternalServerError) String

type GetApi5OpenvpnCertNotFound

type GetApi5OpenvpnCertNotFound struct {
	Payload interface{}
}

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

Not Found

func NewGetApi5OpenvpnCertNotFound

func NewGetApi5OpenvpnCertNotFound() *GetApi5OpenvpnCertNotFound

NewGetApi5OpenvpnCertNotFound creates a GetApi5OpenvpnCertNotFound with default headers values

func (*GetApi5OpenvpnCertNotFound) Code

func (o *GetApi5OpenvpnCertNotFound) Code() int

Code gets the status code for the get api5 openvpn cert not found response

func (*GetApi5OpenvpnCertNotFound) Error

func (*GetApi5OpenvpnCertNotFound) GetPayload

func (o *GetApi5OpenvpnCertNotFound) GetPayload() interface{}

func (*GetApi5OpenvpnCertNotFound) IsClientError

func (o *GetApi5OpenvpnCertNotFound) IsClientError() bool

IsClientError returns true when this get api5 openvpn cert not found response has a 4xx status code

func (*GetApi5OpenvpnCertNotFound) IsCode

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

IsCode returns true when this get api5 openvpn cert not found response a status code equal to that given

func (*GetApi5OpenvpnCertNotFound) IsRedirect

func (o *GetApi5OpenvpnCertNotFound) IsRedirect() bool

IsRedirect returns true when this get api5 openvpn cert not found response has a 3xx status code

func (*GetApi5OpenvpnCertNotFound) IsServerError

func (o *GetApi5OpenvpnCertNotFound) IsServerError() bool

IsServerError returns true when this get api5 openvpn cert not found response has a 5xx status code

func (*GetApi5OpenvpnCertNotFound) IsSuccess

func (o *GetApi5OpenvpnCertNotFound) IsSuccess() bool

IsSuccess returns true when this get api5 openvpn cert not found response has a 2xx status code

func (*GetApi5OpenvpnCertNotFound) String

func (o *GetApi5OpenvpnCertNotFound) String() string

type GetApi5OpenvpnCertOK

type GetApi5OpenvpnCertOK struct {
	Payload string
}

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

OK

func NewGetApi5OpenvpnCertOK

func NewGetApi5OpenvpnCertOK() *GetApi5OpenvpnCertOK

NewGetApi5OpenvpnCertOK creates a GetApi5OpenvpnCertOK with default headers values

func (*GetApi5OpenvpnCertOK) Code

func (o *GetApi5OpenvpnCertOK) Code() int

Code gets the status code for the get api5 openvpn cert o k response

func (*GetApi5OpenvpnCertOK) Error

func (o *GetApi5OpenvpnCertOK) Error() string

func (*GetApi5OpenvpnCertOK) GetPayload

func (o *GetApi5OpenvpnCertOK) GetPayload() string

func (*GetApi5OpenvpnCertOK) IsClientError

func (o *GetApi5OpenvpnCertOK) IsClientError() bool

IsClientError returns true when this get api5 openvpn cert o k response has a 4xx status code

func (*GetApi5OpenvpnCertOK) IsCode

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

IsCode returns true when this get api5 openvpn cert o k response a status code equal to that given

func (*GetApi5OpenvpnCertOK) IsRedirect

func (o *GetApi5OpenvpnCertOK) IsRedirect() bool

IsRedirect returns true when this get api5 openvpn cert o k response has a 3xx status code

func (*GetApi5OpenvpnCertOK) IsServerError

func (o *GetApi5OpenvpnCertOK) IsServerError() bool

IsServerError returns true when this get api5 openvpn cert o k response has a 5xx status code

func (*GetApi5OpenvpnCertOK) IsSuccess

func (o *GetApi5OpenvpnCertOK) IsSuccess() bool

IsSuccess returns true when this get api5 openvpn cert o k response has a 2xx status code

func (*GetApi5OpenvpnCertOK) String

func (o *GetApi5OpenvpnCertOK) String() string

type GetApi5OpenvpnConfigBadRequest

type GetApi5OpenvpnConfigBadRequest struct {
	Payload interface{}
}

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

Bad Request

func NewGetApi5OpenvpnConfigBadRequest

func NewGetApi5OpenvpnConfigBadRequest() *GetApi5OpenvpnConfigBadRequest

NewGetApi5OpenvpnConfigBadRequest creates a GetApi5OpenvpnConfigBadRequest with default headers values

func (*GetApi5OpenvpnConfigBadRequest) Code

Code gets the status code for the get api5 openvpn config bad request response

func (*GetApi5OpenvpnConfigBadRequest) Error

func (*GetApi5OpenvpnConfigBadRequest) GetPayload

func (o *GetApi5OpenvpnConfigBadRequest) GetPayload() interface{}

func (*GetApi5OpenvpnConfigBadRequest) IsClientError

func (o *GetApi5OpenvpnConfigBadRequest) IsClientError() bool

IsClientError returns true when this get api5 openvpn config bad request response has a 4xx status code

func (*GetApi5OpenvpnConfigBadRequest) IsCode

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

IsCode returns true when this get api5 openvpn config bad request response a status code equal to that given

func (*GetApi5OpenvpnConfigBadRequest) IsRedirect

func (o *GetApi5OpenvpnConfigBadRequest) IsRedirect() bool

IsRedirect returns true when this get api5 openvpn config bad request response has a 3xx status code

func (*GetApi5OpenvpnConfigBadRequest) IsServerError

func (o *GetApi5OpenvpnConfigBadRequest) IsServerError() bool

IsServerError returns true when this get api5 openvpn config bad request response has a 5xx status code

func (*GetApi5OpenvpnConfigBadRequest) IsSuccess

func (o *GetApi5OpenvpnConfigBadRequest) IsSuccess() bool

IsSuccess returns true when this get api5 openvpn config bad request response has a 2xx status code

func (*GetApi5OpenvpnConfigBadRequest) String

type GetApi5OpenvpnConfigInternalServerError

type GetApi5OpenvpnConfigInternalServerError struct {
	Payload interface{}
}

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

Internal Server Error

func NewGetApi5OpenvpnConfigInternalServerError

func NewGetApi5OpenvpnConfigInternalServerError() *GetApi5OpenvpnConfigInternalServerError

NewGetApi5OpenvpnConfigInternalServerError creates a GetApi5OpenvpnConfigInternalServerError with default headers values

func (*GetApi5OpenvpnConfigInternalServerError) Code

Code gets the status code for the get api5 openvpn config internal server error response

func (*GetApi5OpenvpnConfigInternalServerError) Error

func (*GetApi5OpenvpnConfigInternalServerError) GetPayload

func (o *GetApi5OpenvpnConfigInternalServerError) GetPayload() interface{}

func (*GetApi5OpenvpnConfigInternalServerError) IsClientError

func (o *GetApi5OpenvpnConfigInternalServerError) IsClientError() bool

IsClientError returns true when this get api5 openvpn config internal server error response has a 4xx status code

func (*GetApi5OpenvpnConfigInternalServerError) IsCode

IsCode returns true when this get api5 openvpn config internal server error response a status code equal to that given

func (*GetApi5OpenvpnConfigInternalServerError) IsRedirect

IsRedirect returns true when this get api5 openvpn config internal server error response has a 3xx status code

func (*GetApi5OpenvpnConfigInternalServerError) IsServerError

func (o *GetApi5OpenvpnConfigInternalServerError) IsServerError() bool

IsServerError returns true when this get api5 openvpn config internal server error response has a 5xx status code

func (*GetApi5OpenvpnConfigInternalServerError) IsSuccess

IsSuccess returns true when this get api5 openvpn config internal server error response has a 2xx status code

func (*GetApi5OpenvpnConfigInternalServerError) String

type GetApi5OpenvpnConfigNotFound

type GetApi5OpenvpnConfigNotFound struct {
	Payload interface{}
}

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

Not Found

func NewGetApi5OpenvpnConfigNotFound

func NewGetApi5OpenvpnConfigNotFound() *GetApi5OpenvpnConfigNotFound

NewGetApi5OpenvpnConfigNotFound creates a GetApi5OpenvpnConfigNotFound with default headers values

func (*GetApi5OpenvpnConfigNotFound) Code

Code gets the status code for the get api5 openvpn config not found response

func (*GetApi5OpenvpnConfigNotFound) Error

func (*GetApi5OpenvpnConfigNotFound) GetPayload

func (o *GetApi5OpenvpnConfigNotFound) GetPayload() interface{}

func (*GetApi5OpenvpnConfigNotFound) IsClientError

func (o *GetApi5OpenvpnConfigNotFound) IsClientError() bool

IsClientError returns true when this get api5 openvpn config not found response has a 4xx status code

func (*GetApi5OpenvpnConfigNotFound) IsCode

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

IsCode returns true when this get api5 openvpn config not found response a status code equal to that given

func (*GetApi5OpenvpnConfigNotFound) IsRedirect

func (o *GetApi5OpenvpnConfigNotFound) IsRedirect() bool

IsRedirect returns true when this get api5 openvpn config not found response has a 3xx status code

func (*GetApi5OpenvpnConfigNotFound) IsServerError

func (o *GetApi5OpenvpnConfigNotFound) IsServerError() bool

IsServerError returns true when this get api5 openvpn config not found response has a 5xx status code

func (*GetApi5OpenvpnConfigNotFound) IsSuccess

func (o *GetApi5OpenvpnConfigNotFound) IsSuccess() bool

IsSuccess returns true when this get api5 openvpn config not found response has a 2xx status code

func (*GetApi5OpenvpnConfigNotFound) String

type GetApi5OpenvpnConfigOK

type GetApi5OpenvpnConfigOK struct {
	Payload string
}

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

OK

func NewGetApi5OpenvpnConfigOK

func NewGetApi5OpenvpnConfigOK() *GetApi5OpenvpnConfigOK

NewGetApi5OpenvpnConfigOK creates a GetApi5OpenvpnConfigOK with default headers values

func (*GetApi5OpenvpnConfigOK) Code

func (o *GetApi5OpenvpnConfigOK) Code() int

Code gets the status code for the get api5 openvpn config o k response

func (*GetApi5OpenvpnConfigOK) Error

func (o *GetApi5OpenvpnConfigOK) Error() string

func (*GetApi5OpenvpnConfigOK) GetPayload

func (o *GetApi5OpenvpnConfigOK) GetPayload() string

func (*GetApi5OpenvpnConfigOK) IsClientError

func (o *GetApi5OpenvpnConfigOK) IsClientError() bool

IsClientError returns true when this get api5 openvpn config o k response has a 4xx status code

func (*GetApi5OpenvpnConfigOK) IsCode

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

IsCode returns true when this get api5 openvpn config o k response a status code equal to that given

func (*GetApi5OpenvpnConfigOK) IsRedirect

func (o *GetApi5OpenvpnConfigOK) IsRedirect() bool

IsRedirect returns true when this get api5 openvpn config o k response has a 3xx status code

func (*GetApi5OpenvpnConfigOK) IsServerError

func (o *GetApi5OpenvpnConfigOK) IsServerError() bool

IsServerError returns true when this get api5 openvpn config o k response has a 5xx status code

func (*GetApi5OpenvpnConfigOK) IsSuccess

func (o *GetApi5OpenvpnConfigOK) IsSuccess() bool

IsSuccess returns true when this get api5 openvpn config o k response has a 2xx status code

func (*GetApi5OpenvpnConfigOK) String

func (o *GetApi5OpenvpnConfigOK) String() string

type GetApi5ServiceBadRequest

type GetApi5ServiceBadRequest struct {
	Payload interface{}
}

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

Bad Request

func NewGetApi5ServiceBadRequest

func NewGetApi5ServiceBadRequest() *GetApi5ServiceBadRequest

NewGetApi5ServiceBadRequest creates a GetApi5ServiceBadRequest with default headers values

func (*GetApi5ServiceBadRequest) Code

func (o *GetApi5ServiceBadRequest) Code() int

Code gets the status code for the get api5 service bad request response

func (*GetApi5ServiceBadRequest) Error

func (o *GetApi5ServiceBadRequest) Error() string

func (*GetApi5ServiceBadRequest) GetPayload

func (o *GetApi5ServiceBadRequest) GetPayload() interface{}

func (*GetApi5ServiceBadRequest) IsClientError

func (o *GetApi5ServiceBadRequest) IsClientError() bool

IsClientError returns true when this get api5 service bad request response has a 4xx status code

func (*GetApi5ServiceBadRequest) IsCode

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

IsCode returns true when this get api5 service bad request response a status code equal to that given

func (*GetApi5ServiceBadRequest) IsRedirect

func (o *GetApi5ServiceBadRequest) IsRedirect() bool

IsRedirect returns true when this get api5 service bad request response has a 3xx status code

func (*GetApi5ServiceBadRequest) IsServerError

func (o *GetApi5ServiceBadRequest) IsServerError() bool

IsServerError returns true when this get api5 service bad request response has a 5xx status code

func (*GetApi5ServiceBadRequest) IsSuccess

func (o *GetApi5ServiceBadRequest) IsSuccess() bool

IsSuccess returns true when this get api5 service bad request response has a 2xx status code

func (*GetApi5ServiceBadRequest) String

func (o *GetApi5ServiceBadRequest) String() string

type GetApi5ServiceInternalServerError

type GetApi5ServiceInternalServerError struct {
	Payload interface{}
}

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

Internal Server Error

func NewGetApi5ServiceInternalServerError

func NewGetApi5ServiceInternalServerError() *GetApi5ServiceInternalServerError

NewGetApi5ServiceInternalServerError creates a GetApi5ServiceInternalServerError with default headers values

func (*GetApi5ServiceInternalServerError) Code

Code gets the status code for the get api5 service internal server error response

func (*GetApi5ServiceInternalServerError) Error

func (*GetApi5ServiceInternalServerError) GetPayload

func (o *GetApi5ServiceInternalServerError) GetPayload() interface{}

func (*GetApi5ServiceInternalServerError) IsClientError

func (o *GetApi5ServiceInternalServerError) IsClientError() bool

IsClientError returns true when this get api5 service internal server error response has a 4xx status code

func (*GetApi5ServiceInternalServerError) IsCode

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

IsCode returns true when this get api5 service internal server error response a status code equal to that given

func (*GetApi5ServiceInternalServerError) IsRedirect

func (o *GetApi5ServiceInternalServerError) IsRedirect() bool

IsRedirect returns true when this get api5 service internal server error response has a 3xx status code

func (*GetApi5ServiceInternalServerError) IsServerError

func (o *GetApi5ServiceInternalServerError) IsServerError() bool

IsServerError returns true when this get api5 service internal server error response has a 5xx status code

func (*GetApi5ServiceInternalServerError) IsSuccess

func (o *GetApi5ServiceInternalServerError) IsSuccess() bool

IsSuccess returns true when this get api5 service internal server error response has a 2xx status code

func (*GetApi5ServiceInternalServerError) String

type GetApi5ServiceNotFound

type GetApi5ServiceNotFound struct {
	Payload interface{}
}

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

Not Found

func NewGetApi5ServiceNotFound

func NewGetApi5ServiceNotFound() *GetApi5ServiceNotFound

NewGetApi5ServiceNotFound creates a GetApi5ServiceNotFound with default headers values

func (*GetApi5ServiceNotFound) Code

func (o *GetApi5ServiceNotFound) Code() int

Code gets the status code for the get api5 service not found response

func (*GetApi5ServiceNotFound) Error

func (o *GetApi5ServiceNotFound) Error() string

func (*GetApi5ServiceNotFound) GetPayload

func (o *GetApi5ServiceNotFound) GetPayload() interface{}

func (*GetApi5ServiceNotFound) IsClientError

func (o *GetApi5ServiceNotFound) IsClientError() bool

IsClientError returns true when this get api5 service not found response has a 4xx status code

func (*GetApi5ServiceNotFound) IsCode

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

IsCode returns true when this get api5 service not found response a status code equal to that given

func (*GetApi5ServiceNotFound) IsRedirect

func (o *GetApi5ServiceNotFound) IsRedirect() bool

IsRedirect returns true when this get api5 service not found response has a 3xx status code

func (*GetApi5ServiceNotFound) IsServerError

func (o *GetApi5ServiceNotFound) IsServerError() bool

IsServerError returns true when this get api5 service not found response has a 5xx status code

func (*GetApi5ServiceNotFound) IsSuccess

func (o *GetApi5ServiceNotFound) IsSuccess() bool

IsSuccess returns true when this get api5 service not found response has a 2xx status code

func (*GetApi5ServiceNotFound) String

func (o *GetApi5ServiceNotFound) String() string

type GetApi5ServiceOK

type GetApi5ServiceOK struct {
	Payload *models.ModelsEIPService
}

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

OK

func NewGetApi5ServiceOK

func NewGetApi5ServiceOK() *GetApi5ServiceOK

NewGetApi5ServiceOK creates a GetApi5ServiceOK with default headers values

func (*GetApi5ServiceOK) Code

func (o *GetApi5ServiceOK) Code() int

Code gets the status code for the get api5 service o k response

func (*GetApi5ServiceOK) Error

func (o *GetApi5ServiceOK) Error() string

func (*GetApi5ServiceOK) GetPayload

func (o *GetApi5ServiceOK) GetPayload() *models.ModelsEIPService

func (*GetApi5ServiceOK) IsClientError

func (o *GetApi5ServiceOK) IsClientError() bool

IsClientError returns true when this get api5 service o k response has a 4xx status code

func (*GetApi5ServiceOK) IsCode

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

IsCode returns true when this get api5 service o k response a status code equal to that given

func (*GetApi5ServiceOK) IsRedirect

func (o *GetApi5ServiceOK) IsRedirect() bool

IsRedirect returns true when this get api5 service o k response has a 3xx status code

func (*GetApi5ServiceOK) IsServerError

func (o *GetApi5ServiceOK) IsServerError() bool

IsServerError returns true when this get api5 service o k response has a 5xx status code

func (*GetApi5ServiceOK) IsSuccess

func (o *GetApi5ServiceOK) IsSuccess() bool

IsSuccess returns true when this get api5 service o k response has a 2xx status code

func (*GetApi5ServiceOK) String

func (o *GetApi5ServiceOK) String() string

type GetAutoconfBadRequest

type GetAutoconfBadRequest struct {
	Payload interface{}
}

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

Bad Request

func NewGetAutoconfBadRequest

func NewGetAutoconfBadRequest() *GetAutoconfBadRequest

NewGetAutoconfBadRequest creates a GetAutoconfBadRequest with default headers values

func (*GetAutoconfBadRequest) Code

func (o *GetAutoconfBadRequest) Code() int

Code gets the status code for the get autoconf bad request response

func (*GetAutoconfBadRequest) Error

func (o *GetAutoconfBadRequest) Error() string

func (*GetAutoconfBadRequest) GetPayload

func (o *GetAutoconfBadRequest) GetPayload() interface{}

func (*GetAutoconfBadRequest) IsClientError

func (o *GetAutoconfBadRequest) IsClientError() bool

IsClientError returns true when this get autoconf bad request response has a 4xx status code

func (*GetAutoconfBadRequest) IsCode

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

IsCode returns true when this get autoconf bad request response a status code equal to that given

func (*GetAutoconfBadRequest) IsRedirect

func (o *GetAutoconfBadRequest) IsRedirect() bool

IsRedirect returns true when this get autoconf bad request response has a 3xx status code

func (*GetAutoconfBadRequest) IsServerError

func (o *GetAutoconfBadRequest) IsServerError() bool

IsServerError returns true when this get autoconf bad request response has a 5xx status code

func (*GetAutoconfBadRequest) IsSuccess

func (o *GetAutoconfBadRequest) IsSuccess() bool

IsSuccess returns true when this get autoconf bad request response has a 2xx status code

func (*GetAutoconfBadRequest) String

func (o *GetAutoconfBadRequest) String() string

type GetAutoconfInternalServerError

type GetAutoconfInternalServerError struct {
	Payload interface{}
}

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

Internal Server Error

func NewGetAutoconfInternalServerError

func NewGetAutoconfInternalServerError() *GetAutoconfInternalServerError

NewGetAutoconfInternalServerError creates a GetAutoconfInternalServerError with default headers values

func (*GetAutoconfInternalServerError) Code

Code gets the status code for the get autoconf internal server error response

func (*GetAutoconfInternalServerError) Error

func (*GetAutoconfInternalServerError) GetPayload

func (o *GetAutoconfInternalServerError) GetPayload() interface{}

func (*GetAutoconfInternalServerError) IsClientError

func (o *GetAutoconfInternalServerError) IsClientError() bool

IsClientError returns true when this get autoconf internal server error response has a 4xx status code

func (*GetAutoconfInternalServerError) IsCode

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

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

func (*GetAutoconfInternalServerError) IsRedirect

func (o *GetAutoconfInternalServerError) IsRedirect() bool

IsRedirect returns true when this get autoconf internal server error response has a 3xx status code

func (*GetAutoconfInternalServerError) IsServerError

func (o *GetAutoconfInternalServerError) IsServerError() bool

IsServerError returns true when this get autoconf internal server error response has a 5xx status code

func (*GetAutoconfInternalServerError) IsSuccess

func (o *GetAutoconfInternalServerError) IsSuccess() bool

IsSuccess returns true when this get autoconf internal server error response has a 2xx status code

func (*GetAutoconfInternalServerError) String

type GetAutoconfNotFound

type GetAutoconfNotFound struct {
	Payload interface{}
}

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

Not Found

func NewGetAutoconfNotFound

func NewGetAutoconfNotFound() *GetAutoconfNotFound

NewGetAutoconfNotFound creates a GetAutoconfNotFound with default headers values

func (*GetAutoconfNotFound) Code

func (o *GetAutoconfNotFound) Code() int

Code gets the status code for the get autoconf not found response

func (*GetAutoconfNotFound) Error

func (o *GetAutoconfNotFound) Error() string

func (*GetAutoconfNotFound) GetPayload

func (o *GetAutoconfNotFound) GetPayload() interface{}

func (*GetAutoconfNotFound) IsClientError

func (o *GetAutoconfNotFound) IsClientError() bool

IsClientError returns true when this get autoconf not found response has a 4xx status code

func (*GetAutoconfNotFound) IsCode

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

IsCode returns true when this get autoconf not found response a status code equal to that given

func (*GetAutoconfNotFound) IsRedirect

func (o *GetAutoconfNotFound) IsRedirect() bool

IsRedirect returns true when this get autoconf not found response has a 3xx status code

func (*GetAutoconfNotFound) IsServerError

func (o *GetAutoconfNotFound) IsServerError() bool

IsServerError returns true when this get autoconf not found response has a 5xx status code

func (*GetAutoconfNotFound) IsSuccess

func (o *GetAutoconfNotFound) IsSuccess() bool

IsSuccess returns true when this get autoconf not found response has a 2xx status code

func (*GetAutoconfNotFound) String

func (o *GetAutoconfNotFound) String() string

type GetAutoconfOK

type GetAutoconfOK struct {
	Payload string
}

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

OK

func NewGetAutoconfOK

func NewGetAutoconfOK() *GetAutoconfOK

NewGetAutoconfOK creates a GetAutoconfOK with default headers values

func (*GetAutoconfOK) Code

func (o *GetAutoconfOK) Code() int

Code gets the status code for the get autoconf o k response

func (*GetAutoconfOK) Error

func (o *GetAutoconfOK) Error() string

func (*GetAutoconfOK) GetPayload

func (o *GetAutoconfOK) GetPayload() string

func (*GetAutoconfOK) IsClientError

func (o *GetAutoconfOK) IsClientError() bool

IsClientError returns true when this get autoconf o k response has a 4xx status code

func (*GetAutoconfOK) IsCode

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

IsCode returns true when this get autoconf o k response a status code equal to that given

func (*GetAutoconfOK) IsRedirect

func (o *GetAutoconfOK) IsRedirect() bool

IsRedirect returns true when this get autoconf o k response has a 3xx status code

func (*GetAutoconfOK) IsServerError

func (o *GetAutoconfOK) IsServerError() bool

IsServerError returns true when this get autoconf o k response has a 5xx status code

func (*GetAutoconfOK) IsSuccess

func (o *GetAutoconfOK) IsSuccess() bool

IsSuccess returns true when this get autoconf o k response has a 2xx status code

func (*GetAutoconfOK) String

func (o *GetAutoconfOK) String() string

type GetAutoconfParams

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

GetAutoconfParams contains all the parameters to send to the API endpoint

for the get autoconf operation.

Typically these are written to a http.Request.

func NewGetAutoconfParams

func NewGetAutoconfParams() *GetAutoconfParams

NewGetAutoconfParams creates a new GetAutoconfParams 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 NewGetAutoconfParamsWithContext

func NewGetAutoconfParamsWithContext(ctx context.Context) *GetAutoconfParams

NewGetAutoconfParamsWithContext creates a new GetAutoconfParams object with the ability to set a context for a request.

func NewGetAutoconfParamsWithHTTPClient

func NewGetAutoconfParamsWithHTTPClient(client *http.Client) *GetAutoconfParams

NewGetAutoconfParamsWithHTTPClient creates a new GetAutoconfParams object with the ability to set a custom HTTPClient for a request.

func NewGetAutoconfParamsWithTimeout

func NewGetAutoconfParamsWithTimeout(timeout time.Duration) *GetAutoconfParams

NewGetAutoconfParamsWithTimeout creates a new GetAutoconfParams object with the ability to set a timeout on a request.

func (*GetAutoconfParams) SetContext

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

SetContext adds the context to the get autoconf params

func (*GetAutoconfParams) SetDefaults

func (o *GetAutoconfParams) SetDefaults()

SetDefaults hydrates default values in the get autoconf params (not the query body).

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

func (*GetAutoconfParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get autoconf params

func (*GetAutoconfParams) SetTimeout

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

SetTimeout adds the timeout to the get autoconf params

func (*GetAutoconfParams) WithContext

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

WithContext adds the context to the get autoconf params

func (*GetAutoconfParams) WithDefaults

func (o *GetAutoconfParams) WithDefaults() *GetAutoconfParams

WithDefaults hydrates default values in the get autoconf params (not the query body).

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

func (*GetAutoconfParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get autoconf params

func (*GetAutoconfParams) WithTimeout

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

WithTimeout adds the timeout to the get autoconf params

func (*GetAutoconfParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAutoconfReader

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

GetAutoconfReader is a Reader for the GetAutoconf structure.

func (*GetAutoconfReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetProviderJSONBadRequest

type GetProviderJSONBadRequest struct {
	Payload interface{}
}

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

Bad Request

func NewGetProviderJSONBadRequest

func NewGetProviderJSONBadRequest() *GetProviderJSONBadRequest

NewGetProviderJSONBadRequest creates a GetProviderJSONBadRequest with default headers values

func (*GetProviderJSONBadRequest) Code

func (o *GetProviderJSONBadRequest) Code() int

Code gets the status code for the get provider Json bad request response

func (*GetProviderJSONBadRequest) Error

func (o *GetProviderJSONBadRequest) Error() string

func (*GetProviderJSONBadRequest) GetPayload

func (o *GetProviderJSONBadRequest) GetPayload() interface{}

func (*GetProviderJSONBadRequest) IsClientError

func (o *GetProviderJSONBadRequest) IsClientError() bool

IsClientError returns true when this get provider Json bad request response has a 4xx status code

func (*GetProviderJSONBadRequest) IsCode

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

IsCode returns true when this get provider Json bad request response a status code equal to that given

func (*GetProviderJSONBadRequest) IsRedirect

func (o *GetProviderJSONBadRequest) IsRedirect() bool

IsRedirect returns true when this get provider Json bad request response has a 3xx status code

func (*GetProviderJSONBadRequest) IsServerError

func (o *GetProviderJSONBadRequest) IsServerError() bool

IsServerError returns true when this get provider Json bad request response has a 5xx status code

func (*GetProviderJSONBadRequest) IsSuccess

func (o *GetProviderJSONBadRequest) IsSuccess() bool

IsSuccess returns true when this get provider Json bad request response has a 2xx status code

func (*GetProviderJSONBadRequest) String

func (o *GetProviderJSONBadRequest) String() string

type GetProviderJSONInternalServerError

type GetProviderJSONInternalServerError struct {
	Payload interface{}
}

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

Internal Server Error

func NewGetProviderJSONInternalServerError

func NewGetProviderJSONInternalServerError() *GetProviderJSONInternalServerError

NewGetProviderJSONInternalServerError creates a GetProviderJSONInternalServerError with default headers values

func (*GetProviderJSONInternalServerError) Code

Code gets the status code for the get provider Json internal server error response

func (*GetProviderJSONInternalServerError) Error

func (*GetProviderJSONInternalServerError) GetPayload

func (o *GetProviderJSONInternalServerError) GetPayload() interface{}

func (*GetProviderJSONInternalServerError) IsClientError

func (o *GetProviderJSONInternalServerError) IsClientError() bool

IsClientError returns true when this get provider Json internal server error response has a 4xx status code

func (*GetProviderJSONInternalServerError) IsCode

IsCode returns true when this get provider Json internal server error response a status code equal to that given

func (*GetProviderJSONInternalServerError) IsRedirect

func (o *GetProviderJSONInternalServerError) IsRedirect() bool

IsRedirect returns true when this get provider Json internal server error response has a 3xx status code

func (*GetProviderJSONInternalServerError) IsServerError

func (o *GetProviderJSONInternalServerError) IsServerError() bool

IsServerError returns true when this get provider Json internal server error response has a 5xx status code

func (*GetProviderJSONInternalServerError) IsSuccess

IsSuccess returns true when this get provider Json internal server error response has a 2xx status code

func (*GetProviderJSONInternalServerError) String

type GetProviderJSONNotFound

type GetProviderJSONNotFound struct {
	Payload interface{}
}

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

Not Found

func NewGetProviderJSONNotFound

func NewGetProviderJSONNotFound() *GetProviderJSONNotFound

NewGetProviderJSONNotFound creates a GetProviderJSONNotFound with default headers values

func (*GetProviderJSONNotFound) Code

func (o *GetProviderJSONNotFound) Code() int

Code gets the status code for the get provider Json not found response

func (*GetProviderJSONNotFound) Error

func (o *GetProviderJSONNotFound) Error() string

func (*GetProviderJSONNotFound) GetPayload

func (o *GetProviderJSONNotFound) GetPayload() interface{}

func (*GetProviderJSONNotFound) IsClientError

func (o *GetProviderJSONNotFound) IsClientError() bool

IsClientError returns true when this get provider Json not found response has a 4xx status code

func (*GetProviderJSONNotFound) IsCode

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

IsCode returns true when this get provider Json not found response a status code equal to that given

func (*GetProviderJSONNotFound) IsRedirect

func (o *GetProviderJSONNotFound) IsRedirect() bool

IsRedirect returns true when this get provider Json not found response has a 3xx status code

func (*GetProviderJSONNotFound) IsServerError

func (o *GetProviderJSONNotFound) IsServerError() bool

IsServerError returns true when this get provider Json not found response has a 5xx status code

func (*GetProviderJSONNotFound) IsSuccess

func (o *GetProviderJSONNotFound) IsSuccess() bool

IsSuccess returns true when this get provider Json not found response has a 2xx status code

func (*GetProviderJSONNotFound) String

func (o *GetProviderJSONNotFound) String() string

type GetProviderJSONOK

type GetProviderJSONOK struct {
	Payload *models.ModelsProvider
}

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

OK

func NewGetProviderJSONOK

func NewGetProviderJSONOK() *GetProviderJSONOK

NewGetProviderJSONOK creates a GetProviderJSONOK with default headers values

func (*GetProviderJSONOK) Code

func (o *GetProviderJSONOK) Code() int

Code gets the status code for the get provider Json o k response

func (*GetProviderJSONOK) Error

func (o *GetProviderJSONOK) Error() string

func (*GetProviderJSONOK) GetPayload

func (o *GetProviderJSONOK) GetPayload() *models.ModelsProvider

func (*GetProviderJSONOK) IsClientError

func (o *GetProviderJSONOK) IsClientError() bool

IsClientError returns true when this get provider Json o k response has a 4xx status code

func (*GetProviderJSONOK) IsCode

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

IsCode returns true when this get provider Json o k response a status code equal to that given

func (*GetProviderJSONOK) IsRedirect

func (o *GetProviderJSONOK) IsRedirect() bool

IsRedirect returns true when this get provider Json o k response has a 3xx status code

func (*GetProviderJSONOK) IsServerError

func (o *GetProviderJSONOK) IsServerError() bool

IsServerError returns true when this get provider Json o k response has a 5xx status code

func (*GetProviderJSONOK) IsSuccess

func (o *GetProviderJSONOK) IsSuccess() bool

IsSuccess returns true when this get provider Json o k response has a 2xx status code

func (*GetProviderJSONOK) String

func (o *GetProviderJSONOK) String() string

type GetProviderJSONParams

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

GetProviderJSONParams contains all the parameters to send to the API endpoint

for the get provider JSON operation.

Typically these are written to a http.Request.

func NewGetProviderJSONParams

func NewGetProviderJSONParams() *GetProviderJSONParams

NewGetProviderJSONParams creates a new GetProviderJSONParams 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 NewGetProviderJSONParamsWithContext

func NewGetProviderJSONParamsWithContext(ctx context.Context) *GetProviderJSONParams

NewGetProviderJSONParamsWithContext creates a new GetProviderJSONParams object with the ability to set a context for a request.

func NewGetProviderJSONParamsWithHTTPClient

func NewGetProviderJSONParamsWithHTTPClient(client *http.Client) *GetProviderJSONParams

NewGetProviderJSONParamsWithHTTPClient creates a new GetProviderJSONParams object with the ability to set a custom HTTPClient for a request.

func NewGetProviderJSONParamsWithTimeout

func NewGetProviderJSONParamsWithTimeout(timeout time.Duration) *GetProviderJSONParams

NewGetProviderJSONParamsWithTimeout creates a new GetProviderJSONParams object with the ability to set a timeout on a request.

func (*GetProviderJSONParams) SetContext

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

SetContext adds the context to the get provider JSON params

func (*GetProviderJSONParams) SetDefaults

func (o *GetProviderJSONParams) SetDefaults()

SetDefaults hydrates default values in the get provider JSON params (not the query body).

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

func (*GetProviderJSONParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get provider JSON params

func (*GetProviderJSONParams) SetTimeout

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

SetTimeout adds the timeout to the get provider JSON params

func (*GetProviderJSONParams) WithContext

WithContext adds the context to the get provider JSON params

func (*GetProviderJSONParams) WithDefaults

func (o *GetProviderJSONParams) WithDefaults() *GetProviderJSONParams

WithDefaults hydrates default values in the get provider JSON params (not the query body).

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

func (*GetProviderJSONParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get provider JSON params

func (*GetProviderJSONParams) WithTimeout

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

WithTimeout adds the timeout to the get provider JSON params

func (*GetProviderJSONParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetProviderJSONReader

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

GetProviderJSONReader is a Reader for the GetProviderJSON structure.

func (*GetProviderJSONReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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