operations

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2022 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChangeLogSettingsOK

type ChangeLogSettingsOK struct {
	Payload string
}
ChangeLogSettingsOK describes a response with status code 200, with default header values.

successful operation

func NewChangeLogSettingsOK

func NewChangeLogSettingsOK() *ChangeLogSettingsOK

NewChangeLogSettingsOK creates a ChangeLogSettingsOK with default headers values

func (*ChangeLogSettingsOK) Error

func (o *ChangeLogSettingsOK) Error() string

func (*ChangeLogSettingsOK) GetPayload

func (o *ChangeLogSettingsOK) GetPayload() string

type ChangeLogSettingsParams

type ChangeLogSettingsParams struct {

	// Level.
	Level string

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

ChangeLogSettingsParams contains all the parameters to send to the API endpoint

for the change log settings operation.

Typically these are written to a http.Request.

func NewChangeLogSettingsParams

func NewChangeLogSettingsParams() *ChangeLogSettingsParams

NewChangeLogSettingsParams creates a new ChangeLogSettingsParams 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 NewChangeLogSettingsParamsWithContext

func NewChangeLogSettingsParamsWithContext(ctx context.Context) *ChangeLogSettingsParams

NewChangeLogSettingsParamsWithContext creates a new ChangeLogSettingsParams object with the ability to set a context for a request.

func NewChangeLogSettingsParamsWithHTTPClient

func NewChangeLogSettingsParamsWithHTTPClient(client *http.Client) *ChangeLogSettingsParams

NewChangeLogSettingsParamsWithHTTPClient creates a new ChangeLogSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewChangeLogSettingsParamsWithTimeout

func NewChangeLogSettingsParamsWithTimeout(timeout time.Duration) *ChangeLogSettingsParams

NewChangeLogSettingsParamsWithTimeout creates a new ChangeLogSettingsParams object with the ability to set a timeout on a request.

func (*ChangeLogSettingsParams) SetContext

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

SetContext adds the context to the change log settings params

func (*ChangeLogSettingsParams) SetDefaults

func (o *ChangeLogSettingsParams) SetDefaults()

SetDefaults hydrates default values in the change log settings params (not the query body).

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

func (*ChangeLogSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the change log settings params

func (*ChangeLogSettingsParams) SetLevel

func (o *ChangeLogSettingsParams) SetLevel(level string)

SetLevel adds the level to the change log settings params

func (*ChangeLogSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the change log settings params

func (*ChangeLogSettingsParams) WithContext

WithContext adds the context to the change log settings params

func (*ChangeLogSettingsParams) WithDefaults

WithDefaults hydrates default values in the change log settings params (not the query body).

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

func (*ChangeLogSettingsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the change log settings params

func (*ChangeLogSettingsParams) WithLevel

WithLevel adds the level to the change log settings params

func (*ChangeLogSettingsParams) WithTimeout

WithTimeout adds the timeout to the change log settings params

func (*ChangeLogSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ChangeLogSettingsReader

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

ChangeLogSettingsReader is a Reader for the ChangeLogSettings structure.

func (*ChangeLogSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for operations API

func (*Client) ChangeLogSettings

func (a *Client) ChangeLogSettings(params *ChangeLogSettingsParams, opts ...ClientOption) (*ChangeLogSettingsOK, error)

ChangeLogSettings change log settings API

func (*Client) DeleteNode

func (a *Client) DeleteNode(params *DeleteNodeParams, opts ...ClientOption) (*DeleteNodeOK, error)

DeleteNode delete node API

func (*Client) DeleteVoDStream

func (a *Client) DeleteVoDStream(params *DeleteVoDStreamParams, opts ...ClientOption) (*DeleteVoDStreamOK, error)

DeleteVoDStream delete vo d stream API

func (*Client) EditUser

func (a *Client) EditUser(params *EditUserParams, opts ...ClientOption) (*EditUserOK, error)

EditUser edit user API

func (*Client) GetClusterDeleteNodeID

func (a *Client) GetClusterDeleteNodeID(params *GetClusterDeleteNodeIDParams, opts ...ClientOption) (*GetClusterDeleteNodeIDOK, error)

GetClusterDeleteNodeID get cluster delete node ID API

func (*Client) GetNodeCount

func (a *Client) GetNodeCount(params *GetNodeCountParams, opts ...ClientOption) (*GetNodeCountOK, error)

GetNodeCount get node count API

func (*Client) GetNodeList

func (a *Client) GetNodeList(params *GetNodeListParams, opts ...ClientOption) (*GetNodeListOK, error)

GetNodeList get node list API

func (*Client) GetShutdownStatus

func (a *Client) GetShutdownStatus(params *GetShutdownStatusParams, opts ...ClientOption) (*GetShutdownStatusOK, error)

GetShutdownStatus get shutdown status API

func (*Client) GetThreadDump

func (a *Client) GetThreadDump(params *GetThreadDumpParams, opts ...ClientOption) (*GetThreadDumpOK, error)

GetThreadDump get thread dump API

func (*Client) SendSupportRequest

func (a *Client) SendSupportRequest(params *SendSupportRequestParams, opts ...ClientOption) (*SendSupportRequestOK, error)

SendSupportRequest send support request API

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 {
	GetClusterDeleteNodeID(params *GetClusterDeleteNodeIDParams, opts ...ClientOption) (*GetClusterDeleteNodeIDOK, error)

	ChangeLogSettings(params *ChangeLogSettingsParams, opts ...ClientOption) (*ChangeLogSettingsOK, error)

	DeleteNode(params *DeleteNodeParams, opts ...ClientOption) (*DeleteNodeOK, error)

	DeleteVoDStream(params *DeleteVoDStreamParams, opts ...ClientOption) (*DeleteVoDStreamOK, error)

	EditUser(params *EditUserParams, opts ...ClientOption) (*EditUserOK, error)

	GetNodeCount(params *GetNodeCountParams, opts ...ClientOption) (*GetNodeCountOK, error)

	GetNodeList(params *GetNodeListParams, opts ...ClientOption) (*GetNodeListOK, error)

	GetShutdownStatus(params *GetShutdownStatusParams, opts ...ClientOption) (*GetShutdownStatusOK, error)

	GetThreadDump(params *GetThreadDumpParams, opts ...ClientOption) (*GetThreadDumpOK, error)

	SendSupportRequest(params *SendSupportRequestParams, opts ...ClientOption) (*SendSupportRequestOK, 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 operations API client.

type DeleteNodeOK

type DeleteNodeOK struct {
	Payload *models.Result
}
DeleteNodeOK describes a response with status code 200, with default header values.

successful operation

func NewDeleteNodeOK

func NewDeleteNodeOK() *DeleteNodeOK

NewDeleteNodeOK creates a DeleteNodeOK with default headers values

func (*DeleteNodeOK) Error

func (o *DeleteNodeOK) Error() string

func (*DeleteNodeOK) GetPayload

func (o *DeleteNodeOK) GetPayload() *models.Result

type DeleteNodeParams

type DeleteNodeParams struct {

	// ID.
	ID string

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

DeleteNodeParams contains all the parameters to send to the API endpoint

for the delete node operation.

Typically these are written to a http.Request.

func NewDeleteNodeParams

func NewDeleteNodeParams() *DeleteNodeParams

NewDeleteNodeParams creates a new DeleteNodeParams 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 NewDeleteNodeParamsWithContext

func NewDeleteNodeParamsWithContext(ctx context.Context) *DeleteNodeParams

NewDeleteNodeParamsWithContext creates a new DeleteNodeParams object with the ability to set a context for a request.

func NewDeleteNodeParamsWithHTTPClient

func NewDeleteNodeParamsWithHTTPClient(client *http.Client) *DeleteNodeParams

NewDeleteNodeParamsWithHTTPClient creates a new DeleteNodeParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteNodeParamsWithTimeout

func NewDeleteNodeParamsWithTimeout(timeout time.Duration) *DeleteNodeParams

NewDeleteNodeParamsWithTimeout creates a new DeleteNodeParams object with the ability to set a timeout on a request.

func (*DeleteNodeParams) SetContext

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

SetContext adds the context to the delete node params

func (*DeleteNodeParams) SetDefaults

func (o *DeleteNodeParams) SetDefaults()

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

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

func (*DeleteNodeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete node params

func (*DeleteNodeParams) SetID

func (o *DeleteNodeParams) SetID(id string)

SetID adds the id to the delete node params

func (*DeleteNodeParams) SetTimeout

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

SetTimeout adds the timeout to the delete node params

func (*DeleteNodeParams) WithContext

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

WithContext adds the context to the delete node params

func (*DeleteNodeParams) WithDefaults

func (o *DeleteNodeParams) WithDefaults() *DeleteNodeParams

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

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

func (*DeleteNodeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete node params

func (*DeleteNodeParams) WithID

func (o *DeleteNodeParams) WithID(id string) *DeleteNodeParams

WithID adds the id to the delete node params

func (*DeleteNodeParams) WithTimeout

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

WithTimeout adds the timeout to the delete node params

func (*DeleteNodeParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteNodeReader

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

DeleteNodeReader is a Reader for the DeleteNode structure.

func (*DeleteNodeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteVoDStreamOK

type DeleteVoDStreamOK struct {
	Payload string
}
DeleteVoDStreamOK describes a response with status code 200, with default header values.

successful operation

func NewDeleteVoDStreamOK

func NewDeleteVoDStreamOK() *DeleteVoDStreamOK

NewDeleteVoDStreamOK creates a DeleteVoDStreamOK with default headers values

func (*DeleteVoDStreamOK) Error

func (o *DeleteVoDStreamOK) Error() string

func (*DeleteVoDStreamOK) GetPayload

func (o *DeleteVoDStreamOK) GetPayload() string

type DeleteVoDStreamParams

type DeleteVoDStreamParams struct {

	// Appname.
	Appname string

	// StreamName.
	StreamName *string

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

DeleteVoDStreamParams contains all the parameters to send to the API endpoint

for the delete vo d stream operation.

Typically these are written to a http.Request.

func NewDeleteVoDStreamParams

func NewDeleteVoDStreamParams() *DeleteVoDStreamParams

NewDeleteVoDStreamParams creates a new DeleteVoDStreamParams 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 NewDeleteVoDStreamParamsWithContext

func NewDeleteVoDStreamParamsWithContext(ctx context.Context) *DeleteVoDStreamParams

NewDeleteVoDStreamParamsWithContext creates a new DeleteVoDStreamParams object with the ability to set a context for a request.

func NewDeleteVoDStreamParamsWithHTTPClient

func NewDeleteVoDStreamParamsWithHTTPClient(client *http.Client) *DeleteVoDStreamParams

NewDeleteVoDStreamParamsWithHTTPClient creates a new DeleteVoDStreamParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteVoDStreamParamsWithTimeout

func NewDeleteVoDStreamParamsWithTimeout(timeout time.Duration) *DeleteVoDStreamParams

NewDeleteVoDStreamParamsWithTimeout creates a new DeleteVoDStreamParams object with the ability to set a timeout on a request.

func (*DeleteVoDStreamParams) SetAppname

func (o *DeleteVoDStreamParams) SetAppname(appname string)

SetAppname adds the appname to the delete vo d stream params

func (*DeleteVoDStreamParams) SetContext

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

SetContext adds the context to the delete vo d stream params

func (*DeleteVoDStreamParams) SetDefaults

func (o *DeleteVoDStreamParams) SetDefaults()

SetDefaults hydrates default values in the delete vo d stream params (not the query body).

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

func (*DeleteVoDStreamParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete vo d stream params

func (*DeleteVoDStreamParams) SetStreamName

func (o *DeleteVoDStreamParams) SetStreamName(streamName *string)

SetStreamName adds the streamName to the delete vo d stream params

func (*DeleteVoDStreamParams) SetTimeout

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

SetTimeout adds the timeout to the delete vo d stream params

func (*DeleteVoDStreamParams) WithAppname

func (o *DeleteVoDStreamParams) WithAppname(appname string) *DeleteVoDStreamParams

WithAppname adds the appname to the delete vo d stream params

func (*DeleteVoDStreamParams) WithContext

WithContext adds the context to the delete vo d stream params

func (*DeleteVoDStreamParams) WithDefaults

func (o *DeleteVoDStreamParams) WithDefaults() *DeleteVoDStreamParams

WithDefaults hydrates default values in the delete vo d stream params (not the query body).

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

func (*DeleteVoDStreamParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete vo d stream params

func (*DeleteVoDStreamParams) WithStreamName

func (o *DeleteVoDStreamParams) WithStreamName(streamName *string) *DeleteVoDStreamParams

WithStreamName adds the streamName to the delete vo d stream params

func (*DeleteVoDStreamParams) WithTimeout

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

WithTimeout adds the timeout to the delete vo d stream params

func (*DeleteVoDStreamParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteVoDStreamReader

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

DeleteVoDStreamReader is a Reader for the DeleteVoDStream structure.

func (*DeleteVoDStreamReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EditUserOK

type EditUserOK struct {
	Payload *models.Result
}
EditUserOK describes a response with status code 200, with default header values.

successful operation

func NewEditUserOK

func NewEditUserOK() *EditUserOK

NewEditUserOK creates a EditUserOK with default headers values

func (*EditUserOK) Error

func (o *EditUserOK) Error() string

func (*EditUserOK) GetPayload

func (o *EditUserOK) GetPayload() *models.Result

type EditUserParams

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

EditUserParams contains all the parameters to send to the API endpoint

for the edit user operation.

Typically these are written to a http.Request.

func NewEditUserParams

func NewEditUserParams() *EditUserParams

NewEditUserParams creates a new EditUserParams 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 NewEditUserParamsWithContext

func NewEditUserParamsWithContext(ctx context.Context) *EditUserParams

NewEditUserParamsWithContext creates a new EditUserParams object with the ability to set a context for a request.

func NewEditUserParamsWithHTTPClient

func NewEditUserParamsWithHTTPClient(client *http.Client) *EditUserParams

NewEditUserParamsWithHTTPClient creates a new EditUserParams object with the ability to set a custom HTTPClient for a request.

func NewEditUserParamsWithTimeout

func NewEditUserParamsWithTimeout(timeout time.Duration) *EditUserParams

NewEditUserParamsWithTimeout creates a new EditUserParams object with the ability to set a timeout on a request.

func (*EditUserParams) SetContext

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

SetContext adds the context to the edit user params

func (*EditUserParams) SetDefaults

func (o *EditUserParams) SetDefaults()

SetDefaults hydrates default values in the edit user params (not the query body).

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

func (*EditUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the edit user params

func (*EditUserParams) SetTimeout

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

SetTimeout adds the timeout to the edit user params

func (*EditUserParams) WithContext

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

WithContext adds the context to the edit user params

func (*EditUserParams) WithDefaults

func (o *EditUserParams) WithDefaults() *EditUserParams

WithDefaults hydrates default values in the edit user params (not the query body).

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

func (*EditUserParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the edit user params

func (*EditUserParams) WithTimeout

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

WithTimeout adds the timeout to the edit user params

func (*EditUserParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type EditUserReader

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

EditUserReader is a Reader for the EditUser structure.

func (*EditUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetClusterDeleteNodeIDOK

type GetClusterDeleteNodeIDOK struct {
	Payload *models.Result
}
GetClusterDeleteNodeIDOK describes a response with status code 200, with default header values.

successful operation

func NewGetClusterDeleteNodeIDOK

func NewGetClusterDeleteNodeIDOK() *GetClusterDeleteNodeIDOK

NewGetClusterDeleteNodeIDOK creates a GetClusterDeleteNodeIDOK with default headers values

func (*GetClusterDeleteNodeIDOK) Error

func (o *GetClusterDeleteNodeIDOK) Error() string

func (*GetClusterDeleteNodeIDOK) GetPayload

func (o *GetClusterDeleteNodeIDOK) GetPayload() *models.Result

type GetClusterDeleteNodeIDParams

type GetClusterDeleteNodeIDParams struct {

	// ID.
	ID string

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

GetClusterDeleteNodeIDParams contains all the parameters to send to the API endpoint

for the get cluster delete node ID operation.

Typically these are written to a http.Request.

func NewGetClusterDeleteNodeIDParams

func NewGetClusterDeleteNodeIDParams() *GetClusterDeleteNodeIDParams

NewGetClusterDeleteNodeIDParams creates a new GetClusterDeleteNodeIDParams 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 NewGetClusterDeleteNodeIDParamsWithContext

func NewGetClusterDeleteNodeIDParamsWithContext(ctx context.Context) *GetClusterDeleteNodeIDParams

NewGetClusterDeleteNodeIDParamsWithContext creates a new GetClusterDeleteNodeIDParams object with the ability to set a context for a request.

func NewGetClusterDeleteNodeIDParamsWithHTTPClient

func NewGetClusterDeleteNodeIDParamsWithHTTPClient(client *http.Client) *GetClusterDeleteNodeIDParams

NewGetClusterDeleteNodeIDParamsWithHTTPClient creates a new GetClusterDeleteNodeIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetClusterDeleteNodeIDParamsWithTimeout

func NewGetClusterDeleteNodeIDParamsWithTimeout(timeout time.Duration) *GetClusterDeleteNodeIDParams

NewGetClusterDeleteNodeIDParamsWithTimeout creates a new GetClusterDeleteNodeIDParams object with the ability to set a timeout on a request.

func (*GetClusterDeleteNodeIDParams) SetContext

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

SetContext adds the context to the get cluster delete node ID params

func (*GetClusterDeleteNodeIDParams) SetDefaults

func (o *GetClusterDeleteNodeIDParams) SetDefaults()

SetDefaults hydrates default values in the get cluster delete node ID params (not the query body).

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

func (*GetClusterDeleteNodeIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get cluster delete node ID params

func (*GetClusterDeleteNodeIDParams) SetID

func (o *GetClusterDeleteNodeIDParams) SetID(id string)

SetID adds the id to the get cluster delete node ID params

func (*GetClusterDeleteNodeIDParams) SetTimeout

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

SetTimeout adds the timeout to the get cluster delete node ID params

func (*GetClusterDeleteNodeIDParams) WithContext

WithContext adds the context to the get cluster delete node ID params

func (*GetClusterDeleteNodeIDParams) WithDefaults

WithDefaults hydrates default values in the get cluster delete node ID params (not the query body).

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

func (*GetClusterDeleteNodeIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get cluster delete node ID params

func (*GetClusterDeleteNodeIDParams) WithID

WithID adds the id to the get cluster delete node ID params

func (*GetClusterDeleteNodeIDParams) WithTimeout

WithTimeout adds the timeout to the get cluster delete node ID params

func (*GetClusterDeleteNodeIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetClusterDeleteNodeIDReader

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

GetClusterDeleteNodeIDReader is a Reader for the GetClusterDeleteNodeID structure.

func (*GetClusterDeleteNodeIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNodeCountOK

type GetNodeCountOK struct {
	Payload *models.SimpleStat
}
GetNodeCountOK describes a response with status code 200, with default header values.

successful operation

func NewGetNodeCountOK

func NewGetNodeCountOK() *GetNodeCountOK

NewGetNodeCountOK creates a GetNodeCountOK with default headers values

func (*GetNodeCountOK) Error

func (o *GetNodeCountOK) Error() string

func (*GetNodeCountOK) GetPayload

func (o *GetNodeCountOK) GetPayload() *models.SimpleStat

type GetNodeCountParams

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

GetNodeCountParams contains all the parameters to send to the API endpoint

for the get node count operation.

Typically these are written to a http.Request.

func NewGetNodeCountParams

func NewGetNodeCountParams() *GetNodeCountParams

NewGetNodeCountParams creates a new GetNodeCountParams 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 NewGetNodeCountParamsWithContext

func NewGetNodeCountParamsWithContext(ctx context.Context) *GetNodeCountParams

NewGetNodeCountParamsWithContext creates a new GetNodeCountParams object with the ability to set a context for a request.

func NewGetNodeCountParamsWithHTTPClient

func NewGetNodeCountParamsWithHTTPClient(client *http.Client) *GetNodeCountParams

NewGetNodeCountParamsWithHTTPClient creates a new GetNodeCountParams object with the ability to set a custom HTTPClient for a request.

func NewGetNodeCountParamsWithTimeout

func NewGetNodeCountParamsWithTimeout(timeout time.Duration) *GetNodeCountParams

NewGetNodeCountParamsWithTimeout creates a new GetNodeCountParams object with the ability to set a timeout on a request.

func (*GetNodeCountParams) SetContext

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

SetContext adds the context to the get node count params

func (*GetNodeCountParams) SetDefaults

func (o *GetNodeCountParams) SetDefaults()

SetDefaults hydrates default values in the get node count params (not the query body).

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

func (*GetNodeCountParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get node count params

func (*GetNodeCountParams) SetTimeout

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

SetTimeout adds the timeout to the get node count params

func (*GetNodeCountParams) WithContext

WithContext adds the context to the get node count params

func (*GetNodeCountParams) WithDefaults

func (o *GetNodeCountParams) WithDefaults() *GetNodeCountParams

WithDefaults hydrates default values in the get node count params (not the query body).

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

func (*GetNodeCountParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get node count params

func (*GetNodeCountParams) WithTimeout

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

WithTimeout adds the timeout to the get node count params

func (*GetNodeCountParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetNodeCountReader

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

GetNodeCountReader is a Reader for the GetNodeCount structure.

func (*GetNodeCountReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNodeListOK

type GetNodeListOK struct {
	Payload []*models.ClusterNode
}
GetNodeListOK describes a response with status code 200, with default header values.

successful operation

func NewGetNodeListOK

func NewGetNodeListOK() *GetNodeListOK

NewGetNodeListOK creates a GetNodeListOK with default headers values

func (*GetNodeListOK) Error

func (o *GetNodeListOK) Error() string

func (*GetNodeListOK) GetPayload

func (o *GetNodeListOK) GetPayload() []*models.ClusterNode

type GetNodeListParams

type GetNodeListParams struct {

	// Offset.
	//
	// Format: int32
	Offset int32

	// Size.
	//
	// Format: int32
	Size int32

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

GetNodeListParams contains all the parameters to send to the API endpoint

for the get node list operation.

Typically these are written to a http.Request.

func NewGetNodeListParams

func NewGetNodeListParams() *GetNodeListParams

NewGetNodeListParams creates a new GetNodeListParams 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 NewGetNodeListParamsWithContext

func NewGetNodeListParamsWithContext(ctx context.Context) *GetNodeListParams

NewGetNodeListParamsWithContext creates a new GetNodeListParams object with the ability to set a context for a request.

func NewGetNodeListParamsWithHTTPClient

func NewGetNodeListParamsWithHTTPClient(client *http.Client) *GetNodeListParams

NewGetNodeListParamsWithHTTPClient creates a new GetNodeListParams object with the ability to set a custom HTTPClient for a request.

func NewGetNodeListParamsWithTimeout

func NewGetNodeListParamsWithTimeout(timeout time.Duration) *GetNodeListParams

NewGetNodeListParamsWithTimeout creates a new GetNodeListParams object with the ability to set a timeout on a request.

func (*GetNodeListParams) SetContext

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

SetContext adds the context to the get node list params

func (*GetNodeListParams) SetDefaults

func (o *GetNodeListParams) SetDefaults()

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

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

func (*GetNodeListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get node list params

func (*GetNodeListParams) SetOffset

func (o *GetNodeListParams) SetOffset(offset int32)

SetOffset adds the offset to the get node list params

func (*GetNodeListParams) SetSize

func (o *GetNodeListParams) SetSize(size int32)

SetSize adds the size to the get node list params

func (*GetNodeListParams) SetTimeout

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

SetTimeout adds the timeout to the get node list params

func (*GetNodeListParams) WithContext

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

WithContext adds the context to the get node list params

func (*GetNodeListParams) WithDefaults

func (o *GetNodeListParams) WithDefaults() *GetNodeListParams

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

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

func (*GetNodeListParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get node list params

func (*GetNodeListParams) WithOffset

func (o *GetNodeListParams) WithOffset(offset int32) *GetNodeListParams

WithOffset adds the offset to the get node list params

func (*GetNodeListParams) WithSize

func (o *GetNodeListParams) WithSize(size int32) *GetNodeListParams

WithSize adds the size to the get node list params

func (*GetNodeListParams) WithTimeout

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

WithTimeout adds the timeout to the get node list params

func (*GetNodeListParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetNodeListReader

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

GetNodeListReader is a Reader for the GetNodeList structure.

func (*GetNodeListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetShutdownStatusOK

type GetShutdownStatusOK struct {
	Payload bool
}
GetShutdownStatusOK describes a response with status code 200, with default header values.

successful operation

func NewGetShutdownStatusOK

func NewGetShutdownStatusOK() *GetShutdownStatusOK

NewGetShutdownStatusOK creates a GetShutdownStatusOK with default headers values

func (*GetShutdownStatusOK) Error

func (o *GetShutdownStatusOK) Error() string

func (*GetShutdownStatusOK) GetPayload

func (o *GetShutdownStatusOK) GetPayload() bool

type GetShutdownStatusParams

type GetShutdownStatusParams struct {

	// AppNames.
	AppNames *string

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

GetShutdownStatusParams contains all the parameters to send to the API endpoint

for the get shutdown status operation.

Typically these are written to a http.Request.

func NewGetShutdownStatusParams

func NewGetShutdownStatusParams() *GetShutdownStatusParams

NewGetShutdownStatusParams creates a new GetShutdownStatusParams 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 NewGetShutdownStatusParamsWithContext

func NewGetShutdownStatusParamsWithContext(ctx context.Context) *GetShutdownStatusParams

NewGetShutdownStatusParamsWithContext creates a new GetShutdownStatusParams object with the ability to set a context for a request.

func NewGetShutdownStatusParamsWithHTTPClient

func NewGetShutdownStatusParamsWithHTTPClient(client *http.Client) *GetShutdownStatusParams

NewGetShutdownStatusParamsWithHTTPClient creates a new GetShutdownStatusParams object with the ability to set a custom HTTPClient for a request.

func NewGetShutdownStatusParamsWithTimeout

func NewGetShutdownStatusParamsWithTimeout(timeout time.Duration) *GetShutdownStatusParams

NewGetShutdownStatusParamsWithTimeout creates a new GetShutdownStatusParams object with the ability to set a timeout on a request.

func (*GetShutdownStatusParams) SetAppNames

func (o *GetShutdownStatusParams) SetAppNames(appNames *string)

SetAppNames adds the appNames to the get shutdown status params

func (*GetShutdownStatusParams) SetContext

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

SetContext adds the context to the get shutdown status params

func (*GetShutdownStatusParams) SetDefaults

func (o *GetShutdownStatusParams) SetDefaults()

SetDefaults hydrates default values in the get shutdown status params (not the query body).

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

func (*GetShutdownStatusParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get shutdown status params

func (*GetShutdownStatusParams) SetTimeout

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

SetTimeout adds the timeout to the get shutdown status params

func (*GetShutdownStatusParams) WithAppNames

func (o *GetShutdownStatusParams) WithAppNames(appNames *string) *GetShutdownStatusParams

WithAppNames adds the appNames to the get shutdown status params

func (*GetShutdownStatusParams) WithContext

WithContext adds the context to the get shutdown status params

func (*GetShutdownStatusParams) WithDefaults

WithDefaults hydrates default values in the get shutdown status params (not the query body).

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

func (*GetShutdownStatusParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get shutdown status params

func (*GetShutdownStatusParams) WithTimeout

WithTimeout adds the timeout to the get shutdown status params

func (*GetShutdownStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetShutdownStatusReader

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

GetShutdownStatusReader is a Reader for the GetShutdownStatus structure.

func (*GetShutdownStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetThreadDumpOK

type GetThreadDumpOK struct {
	Payload string
}
GetThreadDumpOK describes a response with status code 200, with default header values.

successful operation

func NewGetThreadDumpOK

func NewGetThreadDumpOK() *GetThreadDumpOK

NewGetThreadDumpOK creates a GetThreadDumpOK with default headers values

func (*GetThreadDumpOK) Error

func (o *GetThreadDumpOK) Error() string

func (*GetThreadDumpOK) GetPayload

func (o *GetThreadDumpOK) GetPayload() string

type GetThreadDumpParams

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

GetThreadDumpParams contains all the parameters to send to the API endpoint

for the get thread dump operation.

Typically these are written to a http.Request.

func NewGetThreadDumpParams

func NewGetThreadDumpParams() *GetThreadDumpParams

NewGetThreadDumpParams creates a new GetThreadDumpParams 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 NewGetThreadDumpParamsWithContext

func NewGetThreadDumpParamsWithContext(ctx context.Context) *GetThreadDumpParams

NewGetThreadDumpParamsWithContext creates a new GetThreadDumpParams object with the ability to set a context for a request.

func NewGetThreadDumpParamsWithHTTPClient

func NewGetThreadDumpParamsWithHTTPClient(client *http.Client) *GetThreadDumpParams

NewGetThreadDumpParamsWithHTTPClient creates a new GetThreadDumpParams object with the ability to set a custom HTTPClient for a request.

func NewGetThreadDumpParamsWithTimeout

func NewGetThreadDumpParamsWithTimeout(timeout time.Duration) *GetThreadDumpParams

NewGetThreadDumpParamsWithTimeout creates a new GetThreadDumpParams object with the ability to set a timeout on a request.

func (*GetThreadDumpParams) SetContext

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

SetContext adds the context to the get thread dump params

func (*GetThreadDumpParams) SetDefaults

func (o *GetThreadDumpParams) SetDefaults()

SetDefaults hydrates default values in the get thread dump params (not the query body).

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

func (*GetThreadDumpParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get thread dump params

func (*GetThreadDumpParams) SetTimeout

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

SetTimeout adds the timeout to the get thread dump params

func (*GetThreadDumpParams) WithContext

WithContext adds the context to the get thread dump params

func (*GetThreadDumpParams) WithDefaults

func (o *GetThreadDumpParams) WithDefaults() *GetThreadDumpParams

WithDefaults hydrates default values in the get thread dump params (not the query body).

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

func (*GetThreadDumpParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get thread dump params

func (*GetThreadDumpParams) WithTimeout

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

WithTimeout adds the timeout to the get thread dump params

func (*GetThreadDumpParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetThreadDumpReader

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

GetThreadDumpReader is a Reader for the GetThreadDump structure.

func (*GetThreadDumpReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SendSupportRequestOK

type SendSupportRequestOK struct {
	Payload *models.Result
}
SendSupportRequestOK describes a response with status code 200, with default header values.

successful operation

func NewSendSupportRequestOK

func NewSendSupportRequestOK() *SendSupportRequestOK

NewSendSupportRequestOK creates a SendSupportRequestOK with default headers values

func (*SendSupportRequestOK) Error

func (o *SendSupportRequestOK) Error() string

func (*SendSupportRequestOK) GetPayload

func (o *SendSupportRequestOK) GetPayload() *models.Result

type SendSupportRequestParams

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

SendSupportRequestParams contains all the parameters to send to the API endpoint

for the send support request operation.

Typically these are written to a http.Request.

func NewSendSupportRequestParams

func NewSendSupportRequestParams() *SendSupportRequestParams

NewSendSupportRequestParams creates a new SendSupportRequestParams 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 NewSendSupportRequestParamsWithContext

func NewSendSupportRequestParamsWithContext(ctx context.Context) *SendSupportRequestParams

NewSendSupportRequestParamsWithContext creates a new SendSupportRequestParams object with the ability to set a context for a request.

func NewSendSupportRequestParamsWithHTTPClient

func NewSendSupportRequestParamsWithHTTPClient(client *http.Client) *SendSupportRequestParams

NewSendSupportRequestParamsWithHTTPClient creates a new SendSupportRequestParams object with the ability to set a custom HTTPClient for a request.

func NewSendSupportRequestParamsWithTimeout

func NewSendSupportRequestParamsWithTimeout(timeout time.Duration) *SendSupportRequestParams

NewSendSupportRequestParamsWithTimeout creates a new SendSupportRequestParams object with the ability to set a timeout on a request.

func (*SendSupportRequestParams) SetContext

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

SetContext adds the context to the send support request params

func (*SendSupportRequestParams) SetDefaults

func (o *SendSupportRequestParams) SetDefaults()

SetDefaults hydrates default values in the send support request params (not the query body).

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

func (*SendSupportRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the send support request params

func (*SendSupportRequestParams) SetTimeout

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

SetTimeout adds the timeout to the send support request params

func (*SendSupportRequestParams) WithContext

WithContext adds the context to the send support request params

func (*SendSupportRequestParams) WithDefaults

WithDefaults hydrates default values in the send support request params (not the query body).

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

func (*SendSupportRequestParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the send support request params

func (*SendSupportRequestParams) WithTimeout

WithTimeout adds the timeout to the send support request params

func (*SendSupportRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SendSupportRequestReader

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

SendSupportRequestReader is a Reader for the SendSupportRequest structure.

func (*SendSupportRequestReader) ReadResponse

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