servers

package
v0.0.0-...-7b99a6d Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for servers API

func (*Client) GetServerForDeveloper

func (a *Client) GetServerForDeveloper(params *GetServerForDeveloperParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetServerForDeveloperOK, error)

GetServerForDeveloper gets authorization server

Returns authorization server details with list of scopes.

func (*Client) ListServersForDeveloper

func (a *Client) ListServersForDeveloper(params *ListServersForDeveloperParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListServersForDeveloperOK, error)

ListServersForDeveloper lists authorization servers

Returns list of authorization severs.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	GetServerForDeveloper(params *GetServerForDeveloperParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetServerForDeveloperOK, error)

	ListServersForDeveloper(params *ListServersForDeveloperParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListServersForDeveloperOK, 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 servers API client.

type GetServerForDeveloperForbidden

type GetServerForDeveloperForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewGetServerForDeveloperForbidden

func NewGetServerForDeveloperForbidden() *GetServerForDeveloperForbidden

NewGetServerForDeveloperForbidden creates a GetServerForDeveloperForbidden with default headers values

func (*GetServerForDeveloperForbidden) Code

Code gets the status code for the get server for developer forbidden response

func (*GetServerForDeveloperForbidden) Error

func (*GetServerForDeveloperForbidden) GetPayload

func (o *GetServerForDeveloperForbidden) GetPayload() *models.Error

func (*GetServerForDeveloperForbidden) IsClientError

func (o *GetServerForDeveloperForbidden) IsClientError() bool

IsClientError returns true when this get server for developer forbidden response has a 4xx status code

func (*GetServerForDeveloperForbidden) IsCode

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

IsCode returns true when this get server for developer forbidden response a status code equal to that given

func (*GetServerForDeveloperForbidden) IsRedirect

func (o *GetServerForDeveloperForbidden) IsRedirect() bool

IsRedirect returns true when this get server for developer forbidden response has a 3xx status code

func (*GetServerForDeveloperForbidden) IsServerError

func (o *GetServerForDeveloperForbidden) IsServerError() bool

IsServerError returns true when this get server for developer forbidden response has a 5xx status code

func (*GetServerForDeveloperForbidden) IsSuccess

func (o *GetServerForDeveloperForbidden) IsSuccess() bool

IsSuccess returns true when this get server for developer forbidden response has a 2xx status code

func (*GetServerForDeveloperForbidden) String

type GetServerForDeveloperNotFound

type GetServerForDeveloperNotFound struct {
	Payload *models.Error
}

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

Not found

func NewGetServerForDeveloperNotFound

func NewGetServerForDeveloperNotFound() *GetServerForDeveloperNotFound

NewGetServerForDeveloperNotFound creates a GetServerForDeveloperNotFound with default headers values

func (*GetServerForDeveloperNotFound) Code

Code gets the status code for the get server for developer not found response

func (*GetServerForDeveloperNotFound) Error

func (*GetServerForDeveloperNotFound) GetPayload

func (o *GetServerForDeveloperNotFound) GetPayload() *models.Error

func (*GetServerForDeveloperNotFound) IsClientError

func (o *GetServerForDeveloperNotFound) IsClientError() bool

IsClientError returns true when this get server for developer not found response has a 4xx status code

func (*GetServerForDeveloperNotFound) IsCode

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

IsCode returns true when this get server for developer not found response a status code equal to that given

func (*GetServerForDeveloperNotFound) IsRedirect

func (o *GetServerForDeveloperNotFound) IsRedirect() bool

IsRedirect returns true when this get server for developer not found response has a 3xx status code

func (*GetServerForDeveloperNotFound) IsServerError

func (o *GetServerForDeveloperNotFound) IsServerError() bool

IsServerError returns true when this get server for developer not found response has a 5xx status code

func (*GetServerForDeveloperNotFound) IsSuccess

func (o *GetServerForDeveloperNotFound) IsSuccess() bool

IsSuccess returns true when this get server for developer not found response has a 2xx status code

func (*GetServerForDeveloperNotFound) String

type GetServerForDeveloperOK

type GetServerForDeveloperOK struct {
	Payload *models.GetServerWithScopesDeveloperResponse
}

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

Get developer server with scopes

func NewGetServerForDeveloperOK

func NewGetServerForDeveloperOK() *GetServerForDeveloperOK

NewGetServerForDeveloperOK creates a GetServerForDeveloperOK with default headers values

func (*GetServerForDeveloperOK) Code

func (o *GetServerForDeveloperOK) Code() int

Code gets the status code for the get server for developer o k response

func (*GetServerForDeveloperOK) Error

func (o *GetServerForDeveloperOK) Error() string

func (*GetServerForDeveloperOK) GetPayload

func (*GetServerForDeveloperOK) IsClientError

func (o *GetServerForDeveloperOK) IsClientError() bool

IsClientError returns true when this get server for developer o k response has a 4xx status code

func (*GetServerForDeveloperOK) IsCode

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

IsCode returns true when this get server for developer o k response a status code equal to that given

func (*GetServerForDeveloperOK) IsRedirect

func (o *GetServerForDeveloperOK) IsRedirect() bool

IsRedirect returns true when this get server for developer o k response has a 3xx status code

func (*GetServerForDeveloperOK) IsServerError

func (o *GetServerForDeveloperOK) IsServerError() bool

IsServerError returns true when this get server for developer o k response has a 5xx status code

func (*GetServerForDeveloperOK) IsSuccess

func (o *GetServerForDeveloperOK) IsSuccess() bool

IsSuccess returns true when this get server for developer o k response has a 2xx status code

func (*GetServerForDeveloperOK) String

func (o *GetServerForDeveloperOK) String() string

type GetServerForDeveloperParams

type GetServerForDeveloperParams struct {

	/* Rid.

	   Regular server id

	   Default: "default"
	*/
	Rid string

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

GetServerForDeveloperParams contains all the parameters to send to the API endpoint

for the get server for developer operation.

Typically these are written to a http.Request.

func NewGetServerForDeveloperParams

func NewGetServerForDeveloperParams() *GetServerForDeveloperParams

NewGetServerForDeveloperParams creates a new GetServerForDeveloperParams 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 NewGetServerForDeveloperParamsWithContext

func NewGetServerForDeveloperParamsWithContext(ctx context.Context) *GetServerForDeveloperParams

NewGetServerForDeveloperParamsWithContext creates a new GetServerForDeveloperParams object with the ability to set a context for a request.

func NewGetServerForDeveloperParamsWithHTTPClient

func NewGetServerForDeveloperParamsWithHTTPClient(client *http.Client) *GetServerForDeveloperParams

NewGetServerForDeveloperParamsWithHTTPClient creates a new GetServerForDeveloperParams object with the ability to set a custom HTTPClient for a request.

func NewGetServerForDeveloperParamsWithTimeout

func NewGetServerForDeveloperParamsWithTimeout(timeout time.Duration) *GetServerForDeveloperParams

NewGetServerForDeveloperParamsWithTimeout creates a new GetServerForDeveloperParams object with the ability to set a timeout on a request.

func (*GetServerForDeveloperParams) SetContext

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

SetContext adds the context to the get server for developer params

func (*GetServerForDeveloperParams) SetDefaults

func (o *GetServerForDeveloperParams) SetDefaults()

SetDefaults hydrates default values in the get server for developer params (not the query body).

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

func (*GetServerForDeveloperParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get server for developer params

func (*GetServerForDeveloperParams) SetRid

func (o *GetServerForDeveloperParams) SetRid(rid string)

SetRid adds the rid to the get server for developer params

func (*GetServerForDeveloperParams) SetTimeout

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

SetTimeout adds the timeout to the get server for developer params

func (*GetServerForDeveloperParams) WithContext

WithContext adds the context to the get server for developer params

func (*GetServerForDeveloperParams) WithDefaults

WithDefaults hydrates default values in the get server for developer params (not the query body).

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

func (*GetServerForDeveloperParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get server for developer params

func (*GetServerForDeveloperParams) WithRid

WithRid adds the rid to the get server for developer params

func (*GetServerForDeveloperParams) WithTimeout

WithTimeout adds the timeout to the get server for developer params

func (*GetServerForDeveloperParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetServerForDeveloperReader

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

GetServerForDeveloperReader is a Reader for the GetServerForDeveloper structure.

func (*GetServerForDeveloperReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetServerForDeveloperTooManyRequests

type GetServerForDeveloperTooManyRequests struct {
	Payload *models.Error
}

GetServerForDeveloperTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewGetServerForDeveloperTooManyRequests

func NewGetServerForDeveloperTooManyRequests() *GetServerForDeveloperTooManyRequests

NewGetServerForDeveloperTooManyRequests creates a GetServerForDeveloperTooManyRequests with default headers values

func (*GetServerForDeveloperTooManyRequests) Code

Code gets the status code for the get server for developer too many requests response

func (*GetServerForDeveloperTooManyRequests) Error

func (*GetServerForDeveloperTooManyRequests) GetPayload

func (*GetServerForDeveloperTooManyRequests) IsClientError

func (o *GetServerForDeveloperTooManyRequests) IsClientError() bool

IsClientError returns true when this get server for developer too many requests response has a 4xx status code

func (*GetServerForDeveloperTooManyRequests) IsCode

IsCode returns true when this get server for developer too many requests response a status code equal to that given

func (*GetServerForDeveloperTooManyRequests) IsRedirect

IsRedirect returns true when this get server for developer too many requests response has a 3xx status code

func (*GetServerForDeveloperTooManyRequests) IsServerError

func (o *GetServerForDeveloperTooManyRequests) IsServerError() bool

IsServerError returns true when this get server for developer too many requests response has a 5xx status code

func (*GetServerForDeveloperTooManyRequests) IsSuccess

IsSuccess returns true when this get server for developer too many requests response has a 2xx status code

func (*GetServerForDeveloperTooManyRequests) String

type GetServerForDeveloperUnauthorized

type GetServerForDeveloperUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewGetServerForDeveloperUnauthorized

func NewGetServerForDeveloperUnauthorized() *GetServerForDeveloperUnauthorized

NewGetServerForDeveloperUnauthorized creates a GetServerForDeveloperUnauthorized with default headers values

func (*GetServerForDeveloperUnauthorized) Code

Code gets the status code for the get server for developer unauthorized response

func (*GetServerForDeveloperUnauthorized) Error

func (*GetServerForDeveloperUnauthorized) GetPayload

func (*GetServerForDeveloperUnauthorized) IsClientError

func (o *GetServerForDeveloperUnauthorized) IsClientError() bool

IsClientError returns true when this get server for developer unauthorized response has a 4xx status code

func (*GetServerForDeveloperUnauthorized) IsCode

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

IsCode returns true when this get server for developer unauthorized response a status code equal to that given

func (*GetServerForDeveloperUnauthorized) IsRedirect

func (o *GetServerForDeveloperUnauthorized) IsRedirect() bool

IsRedirect returns true when this get server for developer unauthorized response has a 3xx status code

func (*GetServerForDeveloperUnauthorized) IsServerError

func (o *GetServerForDeveloperUnauthorized) IsServerError() bool

IsServerError returns true when this get server for developer unauthorized response has a 5xx status code

func (*GetServerForDeveloperUnauthorized) IsSuccess

func (o *GetServerForDeveloperUnauthorized) IsSuccess() bool

IsSuccess returns true when this get server for developer unauthorized response has a 2xx status code

func (*GetServerForDeveloperUnauthorized) String

type ListServersForDeveloperForbidden

type ListServersForDeveloperForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewListServersForDeveloperForbidden

func NewListServersForDeveloperForbidden() *ListServersForDeveloperForbidden

NewListServersForDeveloperForbidden creates a ListServersForDeveloperForbidden with default headers values

func (*ListServersForDeveloperForbidden) Code

Code gets the status code for the list servers for developer forbidden response

func (*ListServersForDeveloperForbidden) Error

func (*ListServersForDeveloperForbidden) GetPayload

func (*ListServersForDeveloperForbidden) IsClientError

func (o *ListServersForDeveloperForbidden) IsClientError() bool

IsClientError returns true when this list servers for developer forbidden response has a 4xx status code

func (*ListServersForDeveloperForbidden) IsCode

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

IsCode returns true when this list servers for developer forbidden response a status code equal to that given

func (*ListServersForDeveloperForbidden) IsRedirect

func (o *ListServersForDeveloperForbidden) IsRedirect() bool

IsRedirect returns true when this list servers for developer forbidden response has a 3xx status code

func (*ListServersForDeveloperForbidden) IsServerError

func (o *ListServersForDeveloperForbidden) IsServerError() bool

IsServerError returns true when this list servers for developer forbidden response has a 5xx status code

func (*ListServersForDeveloperForbidden) IsSuccess

func (o *ListServersForDeveloperForbidden) IsSuccess() bool

IsSuccess returns true when this list servers for developer forbidden response has a 2xx status code

func (*ListServersForDeveloperForbidden) String

type ListServersForDeveloperNotFound

type ListServersForDeveloperNotFound struct {
	Payload *models.Error
}

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

Not found

func NewListServersForDeveloperNotFound

func NewListServersForDeveloperNotFound() *ListServersForDeveloperNotFound

NewListServersForDeveloperNotFound creates a ListServersForDeveloperNotFound with default headers values

func (*ListServersForDeveloperNotFound) Code

Code gets the status code for the list servers for developer not found response

func (*ListServersForDeveloperNotFound) Error

func (*ListServersForDeveloperNotFound) GetPayload

func (o *ListServersForDeveloperNotFound) GetPayload() *models.Error

func (*ListServersForDeveloperNotFound) IsClientError

func (o *ListServersForDeveloperNotFound) IsClientError() bool

IsClientError returns true when this list servers for developer not found response has a 4xx status code

func (*ListServersForDeveloperNotFound) IsCode

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

IsCode returns true when this list servers for developer not found response a status code equal to that given

func (*ListServersForDeveloperNotFound) IsRedirect

func (o *ListServersForDeveloperNotFound) IsRedirect() bool

IsRedirect returns true when this list servers for developer not found response has a 3xx status code

func (*ListServersForDeveloperNotFound) IsServerError

func (o *ListServersForDeveloperNotFound) IsServerError() bool

IsServerError returns true when this list servers for developer not found response has a 5xx status code

func (*ListServersForDeveloperNotFound) IsSuccess

func (o *ListServersForDeveloperNotFound) IsSuccess() bool

IsSuccess returns true when this list servers for developer not found response has a 2xx status code

func (*ListServersForDeveloperNotFound) String

type ListServersForDeveloperOK

type ListServersForDeveloperOK struct {
	Payload *models.ListServersDeveloperResponse
}

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

List developer servers

func NewListServersForDeveloperOK

func NewListServersForDeveloperOK() *ListServersForDeveloperOK

NewListServersForDeveloperOK creates a ListServersForDeveloperOK with default headers values

func (*ListServersForDeveloperOK) Code

func (o *ListServersForDeveloperOK) Code() int

Code gets the status code for the list servers for developer o k response

func (*ListServersForDeveloperOK) Error

func (o *ListServersForDeveloperOK) Error() string

func (*ListServersForDeveloperOK) GetPayload

func (*ListServersForDeveloperOK) IsClientError

func (o *ListServersForDeveloperOK) IsClientError() bool

IsClientError returns true when this list servers for developer o k response has a 4xx status code

func (*ListServersForDeveloperOK) IsCode

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

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

func (*ListServersForDeveloperOK) IsRedirect

func (o *ListServersForDeveloperOK) IsRedirect() bool

IsRedirect returns true when this list servers for developer o k response has a 3xx status code

func (*ListServersForDeveloperOK) IsServerError

func (o *ListServersForDeveloperOK) IsServerError() bool

IsServerError returns true when this list servers for developer o k response has a 5xx status code

func (*ListServersForDeveloperOK) IsSuccess

func (o *ListServersForDeveloperOK) IsSuccess() bool

IsSuccess returns true when this list servers for developer o k response has a 2xx status code

func (*ListServersForDeveloperOK) String

func (o *ListServersForDeveloperOK) String() string

type ListServersForDeveloperParams

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

ListServersForDeveloperParams contains all the parameters to send to the API endpoint

for the list servers for developer operation.

Typically these are written to a http.Request.

func NewListServersForDeveloperParams

func NewListServersForDeveloperParams() *ListServersForDeveloperParams

NewListServersForDeveloperParams creates a new ListServersForDeveloperParams 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 NewListServersForDeveloperParamsWithContext

func NewListServersForDeveloperParamsWithContext(ctx context.Context) *ListServersForDeveloperParams

NewListServersForDeveloperParamsWithContext creates a new ListServersForDeveloperParams object with the ability to set a context for a request.

func NewListServersForDeveloperParamsWithHTTPClient

func NewListServersForDeveloperParamsWithHTTPClient(client *http.Client) *ListServersForDeveloperParams

NewListServersForDeveloperParamsWithHTTPClient creates a new ListServersForDeveloperParams object with the ability to set a custom HTTPClient for a request.

func NewListServersForDeveloperParamsWithTimeout

func NewListServersForDeveloperParamsWithTimeout(timeout time.Duration) *ListServersForDeveloperParams

NewListServersForDeveloperParamsWithTimeout creates a new ListServersForDeveloperParams object with the ability to set a timeout on a request.

func (*ListServersForDeveloperParams) SetContext

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

SetContext adds the context to the list servers for developer params

func (*ListServersForDeveloperParams) SetDefaults

func (o *ListServersForDeveloperParams) SetDefaults()

SetDefaults hydrates default values in the list servers for developer params (not the query body).

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

func (*ListServersForDeveloperParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list servers for developer params

func (*ListServersForDeveloperParams) SetTimeout

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

SetTimeout adds the timeout to the list servers for developer params

func (*ListServersForDeveloperParams) WithContext

WithContext adds the context to the list servers for developer params

func (*ListServersForDeveloperParams) WithDefaults

WithDefaults hydrates default values in the list servers for developer params (not the query body).

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

func (*ListServersForDeveloperParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list servers for developer params

func (*ListServersForDeveloperParams) WithTimeout

WithTimeout adds the timeout to the list servers for developer params

func (*ListServersForDeveloperParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListServersForDeveloperReader

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

ListServersForDeveloperReader is a Reader for the ListServersForDeveloper structure.

func (*ListServersForDeveloperReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListServersForDeveloperTooManyRequests

type ListServersForDeveloperTooManyRequests struct {
	Payload *models.Error
}

ListServersForDeveloperTooManyRequests describes a response with status code 429, with default header values.

Too many requests

func NewListServersForDeveloperTooManyRequests

func NewListServersForDeveloperTooManyRequests() *ListServersForDeveloperTooManyRequests

NewListServersForDeveloperTooManyRequests creates a ListServersForDeveloperTooManyRequests with default headers values

func (*ListServersForDeveloperTooManyRequests) Code

Code gets the status code for the list servers for developer too many requests response

func (*ListServersForDeveloperTooManyRequests) Error

func (*ListServersForDeveloperTooManyRequests) GetPayload

func (*ListServersForDeveloperTooManyRequests) IsClientError

func (o *ListServersForDeveloperTooManyRequests) IsClientError() bool

IsClientError returns true when this list servers for developer too many requests response has a 4xx status code

func (*ListServersForDeveloperTooManyRequests) IsCode

IsCode returns true when this list servers for developer too many requests response a status code equal to that given

func (*ListServersForDeveloperTooManyRequests) IsRedirect

IsRedirect returns true when this list servers for developer too many requests response has a 3xx status code

func (*ListServersForDeveloperTooManyRequests) IsServerError

func (o *ListServersForDeveloperTooManyRequests) IsServerError() bool

IsServerError returns true when this list servers for developer too many requests response has a 5xx status code

func (*ListServersForDeveloperTooManyRequests) IsSuccess

IsSuccess returns true when this list servers for developer too many requests response has a 2xx status code

func (*ListServersForDeveloperTooManyRequests) String

type ListServersForDeveloperUnauthorized

type ListServersForDeveloperUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewListServersForDeveloperUnauthorized

func NewListServersForDeveloperUnauthorized() *ListServersForDeveloperUnauthorized

NewListServersForDeveloperUnauthorized creates a ListServersForDeveloperUnauthorized with default headers values

func (*ListServersForDeveloperUnauthorized) Code

Code gets the status code for the list servers for developer unauthorized response

func (*ListServersForDeveloperUnauthorized) Error

func (*ListServersForDeveloperUnauthorized) GetPayload

func (*ListServersForDeveloperUnauthorized) IsClientError

func (o *ListServersForDeveloperUnauthorized) IsClientError() bool

IsClientError returns true when this list servers for developer unauthorized response has a 4xx status code

func (*ListServersForDeveloperUnauthorized) IsCode

IsCode returns true when this list servers for developer unauthorized response a status code equal to that given

func (*ListServersForDeveloperUnauthorized) IsRedirect

func (o *ListServersForDeveloperUnauthorized) IsRedirect() bool

IsRedirect returns true when this list servers for developer unauthorized response has a 3xx status code

func (*ListServersForDeveloperUnauthorized) IsServerError

func (o *ListServersForDeveloperUnauthorized) IsServerError() bool

IsServerError returns true when this list servers for developer unauthorized response has a 5xx status code

func (*ListServersForDeveloperUnauthorized) IsSuccess

IsSuccess returns true when this list servers for developer unauthorized response has a 2xx status code

func (*ListServersForDeveloperUnauthorized) String

Jump to

Keyboard shortcuts

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