Documentation
¶
Index ¶
- type Client
- func (a *Client) Jvm(params *JvmParams, authInfo runtime.ClientAuthInfoWriter) (*JvmOK, error)
- func (a *Client) Locales(params *LocalesParams, authInfo runtime.ClientAuthInfoWriter) (*LocalesOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) System(params *SystemParams, authInfo runtime.ClientAuthInfoWriter) (*SystemOK, error)
- func (a *Client) Threaddump(params *ThreaddumpParams, authInfo runtime.ClientAuthInfoWriter) (*ThreaddumpOK, error)
- type JvmOK
- type JvmParams
- func (o *JvmParams) SetContext(ctx context.Context)
- func (o *JvmParams) SetHTTPClient(client *http.Client)
- func (o *JvmParams) SetTimeout(timeout time.Duration)
- func (o *JvmParams) WithContext(ctx context.Context) *JvmParams
- func (o *JvmParams) WithHTTPClient(client *http.Client) *JvmParams
- func (o *JvmParams) WithTimeout(timeout time.Duration) *JvmParams
- func (o *JvmParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type JvmReader
- type LocalesOK
- type LocalesParams
- func (o *LocalesParams) SetContext(ctx context.Context)
- func (o *LocalesParams) SetHTTPClient(client *http.Client)
- func (o *LocalesParams) SetTimeout(timeout time.Duration)
- func (o *LocalesParams) WithContext(ctx context.Context) *LocalesParams
- func (o *LocalesParams) WithHTTPClient(client *http.Client) *LocalesParams
- func (o *LocalesParams) WithTimeout(timeout time.Duration) *LocalesParams
- func (o *LocalesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type LocalesReader
- type SystemOK
- type SystemParams
- func (o *SystemParams) SetContext(ctx context.Context)
- func (o *SystemParams) SetHTTPClient(client *http.Client)
- func (o *SystemParams) SetTimeout(timeout time.Duration)
- func (o *SystemParams) WithContext(ctx context.Context) *SystemParams
- func (o *SystemParams) WithHTTPClient(client *http.Client) *SystemParams
- func (o *SystemParams) WithTimeout(timeout time.Duration) *SystemParams
- func (o *SystemParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SystemReader
- type ThreaddumpOK
- type ThreaddumpParams
- func (o *ThreaddumpParams) SetContext(ctx context.Context)
- func (o *ThreaddumpParams) SetHTTPClient(client *http.Client)
- func (o *ThreaddumpParams) SetTimeout(timeout time.Duration)
- func (o *ThreaddumpParams) WithContext(ctx context.Context) *ThreaddumpParams
- func (o *ThreaddumpParams) WithHTTPClient(client *http.Client) *ThreaddumpParams
- func (o *ThreaddumpParams) WithTimeout(timeout time.Duration) *ThreaddumpParams
- func (o *ThreaddumpParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ThreaddumpReader
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) 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
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 ¶
NewJvmParamsWithContext creates a new JvmParams object with the default values initialized, and the ability to set a context for a request
func NewJvmParamsWithHTTPClient ¶
NewJvmParamsWithHTTPClient creates a new JvmParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewJvmParamsWithTimeout ¶
NewJvmParamsWithTimeout creates a new JvmParams object with the default values initialized, and the ability to set a timeout on a request
func (*JvmParams) SetContext ¶
SetContext adds the context to the jvm params
func (*JvmParams) SetHTTPClient ¶
SetHTTPClient adds the HTTPClient to the jvm params
func (*JvmParams) SetTimeout ¶
SetTimeout adds the timeout to the jvm params
func (*JvmParams) WithContext ¶
WithContext adds the context to the jvm params
func (*JvmParams) WithHTTPClient ¶
WithHTTPClient adds the HTTPClient to the jvm params
func (*JvmParams) WithTimeout ¶
WithTimeout adds the timeout to the jvm params
func (*JvmParams) WriteToRequest ¶
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
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
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.