system_authentication

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2018 License: BSD-3-Clause 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 system authentication API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new system authentication API client.

func (*Client) Jvm

func (a *Client) Jvm(params *JvmParams, authInfo runtime.ClientAuthInfoWriter) (*JvmOK, error)

Jvm gets j VM information

func (*Client) Locales

func (a *Client) Locales(params *LocalesParams, authInfo runtime.ClientAuthInfoWriter) (*LocalesOK, error)

Locales gets supported locales

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) System

func (a *Client) System(params *SystemParams, authInfo runtime.ClientAuthInfoWriter) (*SystemOK, error)

System gets system overview

func (*Client) Threaddump

func (a *Client) Threaddump(params *ThreaddumpParams, authInfo runtime.ClientAuthInfoWriter) (*ThreaddumpOK, error)

Threaddump gets a thread dump

type JvmOK

type JvmOK struct {
	Payload *models.SystemJVMResponse
}

JvmOK handles this case with default header values.

No response was specified

func NewJvmOK

func NewJvmOK() *JvmOK

NewJvmOK creates a JvmOK with default headers values

func (*JvmOK) Error

func (o *JvmOK) Error() string

type JvmParams

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

JvmParams contains all the parameters to send to the API endpoint for the jvm operation typically these are written to a http.Request

func NewJvmParams

func NewJvmParams() *JvmParams

NewJvmParams creates a new JvmParams object with the default values initialized.

func NewJvmParamsWithContext

func NewJvmParamsWithContext(ctx context.Context) *JvmParams

NewJvmParamsWithContext creates a new JvmParams object with the default values initialized, and the ability to set a context for a request

func NewJvmParamsWithHTTPClient

func NewJvmParamsWithHTTPClient(client *http.Client) *JvmParams

NewJvmParamsWithHTTPClient creates a new JvmParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewJvmParamsWithTimeout

func NewJvmParamsWithTimeout(timeout time.Duration) *JvmParams

NewJvmParamsWithTimeout creates a new JvmParams object with the default values initialized, and the ability to set a timeout on a request

func (*JvmParams) SetContext

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

SetContext adds the context to the jvm params

func (*JvmParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the jvm params

func (*JvmParams) SetTimeout

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

SetTimeout adds the timeout to the jvm params

func (*JvmParams) WithContext

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

WithContext adds the context to the jvm params

func (*JvmParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the jvm params

func (*JvmParams) WithTimeout

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

WithTimeout adds the timeout to the jvm params

func (*JvmParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type JvmReader

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

JvmReader is a Reader for the Jvm structure.

func (*JvmReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type LocalesOK

type LocalesOK struct {
	Payload *models.LocalesResponse
}

LocalesOK handles this case with default header values.

No response was specified

func NewLocalesOK

func NewLocalesOK() *LocalesOK

NewLocalesOK creates a LocalesOK with default headers values

func (*LocalesOK) Error

func (o *LocalesOK) Error() string

type LocalesParams

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

LocalesParams contains all the parameters to send to the API endpoint for the locales operation typically these are written to a http.Request

func NewLocalesParams

func NewLocalesParams() *LocalesParams

NewLocalesParams creates a new LocalesParams object with the default values initialized.

func NewLocalesParamsWithContext

func NewLocalesParamsWithContext(ctx context.Context) *LocalesParams

NewLocalesParamsWithContext creates a new LocalesParams object with the default values initialized, and the ability to set a context for a request

func NewLocalesParamsWithHTTPClient

func NewLocalesParamsWithHTTPClient(client *http.Client) *LocalesParams

NewLocalesParamsWithHTTPClient creates a new LocalesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewLocalesParamsWithTimeout

func NewLocalesParamsWithTimeout(timeout time.Duration) *LocalesParams

NewLocalesParamsWithTimeout creates a new LocalesParams object with the default values initialized, and the ability to set a timeout on a request

func (*LocalesParams) SetContext

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

SetContext adds the context to the locales params

func (*LocalesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the locales params

func (*LocalesParams) SetTimeout

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

SetTimeout adds the timeout to the locales params

func (*LocalesParams) WithContext

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

WithContext adds the context to the locales params

func (*LocalesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the locales params

func (*LocalesParams) WithTimeout

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

WithTimeout adds the timeout to the locales params

func (*LocalesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type LocalesReader

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

LocalesReader is a Reader for the Locales structure.

func (*LocalesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SystemOK

type SystemOK struct {
	Payload *models.SystemOverviewResponse
}

SystemOK handles this case with default header values.

No response was specified

func NewSystemOK

func NewSystemOK() *SystemOK

NewSystemOK creates a SystemOK with default headers values

func (*SystemOK) Error

func (o *SystemOK) Error() string

type SystemParams

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

SystemParams contains all the parameters to send to the API endpoint for the system operation typically these are written to a http.Request

func NewSystemParams

func NewSystemParams() *SystemParams

NewSystemParams creates a new SystemParams object with the default values initialized.

func NewSystemParamsWithContext

func NewSystemParamsWithContext(ctx context.Context) *SystemParams

NewSystemParamsWithContext creates a new SystemParams object with the default values initialized, and the ability to set a context for a request

func NewSystemParamsWithHTTPClient

func NewSystemParamsWithHTTPClient(client *http.Client) *SystemParams

NewSystemParamsWithHTTPClient creates a new SystemParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSystemParamsWithTimeout

func NewSystemParamsWithTimeout(timeout time.Duration) *SystemParams

NewSystemParamsWithTimeout creates a new SystemParams object with the default values initialized, and the ability to set a timeout on a request

func (*SystemParams) SetContext

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

SetContext adds the context to the system params

func (*SystemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the system params

func (*SystemParams) SetTimeout

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

SetTimeout adds the timeout to the system params

func (*SystemParams) WithContext

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

WithContext adds the context to the system params

func (*SystemParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the system params

func (*SystemParams) WithTimeout

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

WithTimeout adds the timeout to the system params

func (*SystemParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type SystemReader

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

SystemReader is a Reader for the System structure.

func (*SystemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ThreaddumpOK

type ThreaddumpOK struct {
	Payload *models.SystemThreadDumpResponse
}

ThreaddumpOK handles this case with default header values.

No response was specified

func NewThreaddumpOK

func NewThreaddumpOK() *ThreaddumpOK

NewThreaddumpOK creates a ThreaddumpOK with default headers values

func (*ThreaddumpOK) Error

func (o *ThreaddumpOK) Error() string

type ThreaddumpParams

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

ThreaddumpParams contains all the parameters to send to the API endpoint for the threaddump operation typically these are written to a http.Request

func NewThreaddumpParams

func NewThreaddumpParams() *ThreaddumpParams

NewThreaddumpParams creates a new ThreaddumpParams object with the default values initialized.

func NewThreaddumpParamsWithContext

func NewThreaddumpParamsWithContext(ctx context.Context) *ThreaddumpParams

NewThreaddumpParamsWithContext creates a new ThreaddumpParams object with the default values initialized, and the ability to set a context for a request

func NewThreaddumpParamsWithHTTPClient

func NewThreaddumpParamsWithHTTPClient(client *http.Client) *ThreaddumpParams

NewThreaddumpParamsWithHTTPClient creates a new ThreaddumpParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewThreaddumpParamsWithTimeout

func NewThreaddumpParamsWithTimeout(timeout time.Duration) *ThreaddumpParams

NewThreaddumpParamsWithTimeout creates a new ThreaddumpParams object with the default values initialized, and the ability to set a timeout on a request

func (*ThreaddumpParams) SetContext

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

SetContext adds the context to the threaddump params

func (*ThreaddumpParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the threaddump params

func (*ThreaddumpParams) SetTimeout

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

SetTimeout adds the timeout to the threaddump params

func (*ThreaddumpParams) WithContext

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

WithContext adds the context to the threaddump params

func (*ThreaddumpParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the threaddump params

func (*ThreaddumpParams) WithTimeout

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

WithTimeout adds the timeout to the threaddump params

func (*ThreaddumpParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ThreaddumpReader

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

ThreaddumpReader is a Reader for the Threaddump structure.

func (*ThreaddumpReader) ReadResponse

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