v1util

package
v2.8.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2018 License: Apache-2.0, BSD-2-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CheckClientVersionOK

type CheckClientVersionOK struct {
	Payload *models_cloudbreak.VersionCheckResult
}

CheckClientVersionOK handles this case with default header values.

successful operation

func NewCheckClientVersionOK

func NewCheckClientVersionOK() *CheckClientVersionOK

NewCheckClientVersionOK creates a CheckClientVersionOK with default headers values

func (*CheckClientVersionOK) Error

func (o *CheckClientVersionOK) Error() string

type CheckClientVersionParams

type CheckClientVersionParams struct {

	/*Version*/
	Version string

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

CheckClientVersionParams contains all the parameters to send to the API endpoint for the check client version operation typically these are written to a http.Request

func NewCheckClientVersionParams

func NewCheckClientVersionParams() *CheckClientVersionParams

NewCheckClientVersionParams creates a new CheckClientVersionParams object with the default values initialized.

func NewCheckClientVersionParamsWithContext

func NewCheckClientVersionParamsWithContext(ctx context.Context) *CheckClientVersionParams

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

func NewCheckClientVersionParamsWithHTTPClient

func NewCheckClientVersionParamsWithHTTPClient(client *http.Client) *CheckClientVersionParams

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

func NewCheckClientVersionParamsWithTimeout

func NewCheckClientVersionParamsWithTimeout(timeout time.Duration) *CheckClientVersionParams

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

func (*CheckClientVersionParams) SetContext

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

SetContext adds the context to the check client version params

func (*CheckClientVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the check client version params

func (*CheckClientVersionParams) SetTimeout

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

SetTimeout adds the timeout to the check client version params

func (*CheckClientVersionParams) SetVersion

func (o *CheckClientVersionParams) SetVersion(version string)

SetVersion adds the version to the check client version params

func (*CheckClientVersionParams) WithContext

WithContext adds the context to the check client version params

func (*CheckClientVersionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the check client version params

func (*CheckClientVersionParams) WithTimeout

WithTimeout adds the timeout to the check client version params

func (*CheckClientVersionParams) WithVersion

func (o *CheckClientVersionParams) WithVersion(version string) *CheckClientVersionParams

WithVersion adds the version to the check client version params

func (*CheckClientVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CheckClientVersionReader

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

CheckClientVersionReader is a Reader for the CheckClientVersion structure.

func (*CheckClientVersionReader) ReadResponse

func (o *CheckClientVersionReader) 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 v1util API

func New

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

New creates a new v1util API client.

func (*Client) CheckClientVersion

func (a *Client) CheckClientVersion(params *CheckClientVersionParams) (*CheckClientVersionOK, error)

CheckClientVersion checks the client version

func (*Client) CreateRDSDatabaseUtil

func (a *Client) CreateRDSDatabaseUtil(params *CreateRDSDatabaseUtilParams) (*CreateRDSDatabaseUtilOK, error)

CreateRDSDatabaseUtil creates a database for the service in the r d s if the connection could be created

func (*Client) GetCloudStorageMatrix

func (a *Client) GetCloudStorageMatrix(params *GetCloudStorageMatrixParams) (*GetCloudStorageMatrixOK, error)

GetCloudStorageMatrix returns supported cloud storage for stack version

Define stack version at least at patch level eg. 2.6.0

func (*Client) GetCustomParameters

func (a *Client) GetCustomParameters(params *GetCustomParametersParams) (*GetCustomParametersOK, error)

GetCustomParameters returns custom parameters

func (*Client) GetFileSystemParameters

func (a *Client) GetFileSystemParameters(params *GetFileSystemParametersParams) (*GetFileSystemParametersOK, error)

GetFileSystemParameters returns filesystem parameters

func (*Client) GetKnoxServices

func (a *Client) GetKnoxServices(params *GetKnoxServicesParams) (*GetKnoxServicesOK, error)

GetKnoxServices returns supported knox services

func (*Client) GetStackMatrixUtil

func (a *Client) GetStackMatrixUtil(params *GetStackMatrixUtilParams) (*GetStackMatrixUtilOK, error)

GetStackMatrixUtil returns default ambari details for distinct h d p and h d f

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) TestAmbariDatabaseUtil

func (a *Client) TestAmbariDatabaseUtil(params *TestAmbariDatabaseUtilParams) (*TestAmbariDatabaseUtilOK, error)

TestAmbariDatabaseUtil tests a database connection parameters

type CreateRDSDatabaseUtilOK

type CreateRDSDatabaseUtilOK struct {
	Payload *models_cloudbreak.RdsBuildResult
}

CreateRDSDatabaseUtilOK handles this case with default header values.

successful operation

func NewCreateRDSDatabaseUtilOK

func NewCreateRDSDatabaseUtilOK() *CreateRDSDatabaseUtilOK

NewCreateRDSDatabaseUtilOK creates a CreateRDSDatabaseUtilOK with default headers values

func (*CreateRDSDatabaseUtilOK) Error

func (o *CreateRDSDatabaseUtilOK) Error() string

type CreateRDSDatabaseUtilParams

type CreateRDSDatabaseUtilParams struct {

	/*Body*/
	Body *models_cloudbreak.RDSBuildRequest
	/*Target*/
	Target []string

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

CreateRDSDatabaseUtilParams contains all the parameters to send to the API endpoint for the create r d s database util operation typically these are written to a http.Request

func NewCreateRDSDatabaseUtilParams

func NewCreateRDSDatabaseUtilParams() *CreateRDSDatabaseUtilParams

NewCreateRDSDatabaseUtilParams creates a new CreateRDSDatabaseUtilParams object with the default values initialized.

func NewCreateRDSDatabaseUtilParamsWithContext

func NewCreateRDSDatabaseUtilParamsWithContext(ctx context.Context) *CreateRDSDatabaseUtilParams

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

func NewCreateRDSDatabaseUtilParamsWithHTTPClient

func NewCreateRDSDatabaseUtilParamsWithHTTPClient(client *http.Client) *CreateRDSDatabaseUtilParams

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

func NewCreateRDSDatabaseUtilParamsWithTimeout

func NewCreateRDSDatabaseUtilParamsWithTimeout(timeout time.Duration) *CreateRDSDatabaseUtilParams

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

func (*CreateRDSDatabaseUtilParams) SetBody

SetBody adds the body to the create r d s database util params

func (*CreateRDSDatabaseUtilParams) SetContext

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

SetContext adds the context to the create r d s database util params

func (*CreateRDSDatabaseUtilParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create r d s database util params

func (*CreateRDSDatabaseUtilParams) SetTarget

func (o *CreateRDSDatabaseUtilParams) SetTarget(target []string)

SetTarget adds the target to the create r d s database util params

func (*CreateRDSDatabaseUtilParams) SetTimeout

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

SetTimeout adds the timeout to the create r d s database util params

func (*CreateRDSDatabaseUtilParams) WithBody

WithBody adds the body to the create r d s database util params

func (*CreateRDSDatabaseUtilParams) WithContext

WithContext adds the context to the create r d s database util params

func (*CreateRDSDatabaseUtilParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create r d s database util params

func (*CreateRDSDatabaseUtilParams) WithTarget

WithTarget adds the target to the create r d s database util params

func (*CreateRDSDatabaseUtilParams) WithTimeout

WithTimeout adds the timeout to the create r d s database util params

func (*CreateRDSDatabaseUtilParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateRDSDatabaseUtilReader

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

CreateRDSDatabaseUtilReader is a Reader for the CreateRDSDatabaseUtil structure.

func (*CreateRDSDatabaseUtilReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCloudStorageMatrixOK

type GetCloudStorageMatrixOK struct {
	Payload []*models_cloudbreak.CloudStorageSupportedResponse
}

GetCloudStorageMatrixOK handles this case with default header values.

successful operation

func NewGetCloudStorageMatrixOK

func NewGetCloudStorageMatrixOK() *GetCloudStorageMatrixOK

NewGetCloudStorageMatrixOK creates a GetCloudStorageMatrixOK with default headers values

func (*GetCloudStorageMatrixOK) Error

func (o *GetCloudStorageMatrixOK) Error() string

type GetCloudStorageMatrixParams

type GetCloudStorageMatrixParams struct {

	/*StackVersion*/
	StackVersion *string

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

GetCloudStorageMatrixParams contains all the parameters to send to the API endpoint for the get cloud storage matrix operation typically these are written to a http.Request

func NewGetCloudStorageMatrixParams

func NewGetCloudStorageMatrixParams() *GetCloudStorageMatrixParams

NewGetCloudStorageMatrixParams creates a new GetCloudStorageMatrixParams object with the default values initialized.

func NewGetCloudStorageMatrixParamsWithContext

func NewGetCloudStorageMatrixParamsWithContext(ctx context.Context) *GetCloudStorageMatrixParams

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

func NewGetCloudStorageMatrixParamsWithHTTPClient

func NewGetCloudStorageMatrixParamsWithHTTPClient(client *http.Client) *GetCloudStorageMatrixParams

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

func NewGetCloudStorageMatrixParamsWithTimeout

func NewGetCloudStorageMatrixParamsWithTimeout(timeout time.Duration) *GetCloudStorageMatrixParams

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

func (*GetCloudStorageMatrixParams) SetContext

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

SetContext adds the context to the get cloud storage matrix params

func (*GetCloudStorageMatrixParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get cloud storage matrix params

func (*GetCloudStorageMatrixParams) SetStackVersion

func (o *GetCloudStorageMatrixParams) SetStackVersion(stackVersion *string)

SetStackVersion adds the stackVersion to the get cloud storage matrix params

func (*GetCloudStorageMatrixParams) SetTimeout

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

SetTimeout adds the timeout to the get cloud storage matrix params

func (*GetCloudStorageMatrixParams) WithContext

WithContext adds the context to the get cloud storage matrix params

func (*GetCloudStorageMatrixParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get cloud storage matrix params

func (*GetCloudStorageMatrixParams) WithStackVersion

func (o *GetCloudStorageMatrixParams) WithStackVersion(stackVersion *string) *GetCloudStorageMatrixParams

WithStackVersion adds the stackVersion to the get cloud storage matrix params

func (*GetCloudStorageMatrixParams) WithTimeout

WithTimeout adds the timeout to the get cloud storage matrix params

func (*GetCloudStorageMatrixParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCloudStorageMatrixReader

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

GetCloudStorageMatrixReader is a Reader for the GetCloudStorageMatrix structure.

func (*GetCloudStorageMatrixReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCustomParametersOK

type GetCustomParametersOK struct {
	Payload *models_cloudbreak.ParametersQueryResponse
}

GetCustomParametersOK handles this case with default header values.

successful operation

func NewGetCustomParametersOK

func NewGetCustomParametersOK() *GetCustomParametersOK

NewGetCustomParametersOK creates a GetCustomParametersOK with default headers values

func (*GetCustomParametersOK) Error

func (o *GetCustomParametersOK) Error() string

type GetCustomParametersParams

type GetCustomParametersParams struct {

	/*Body*/
	Body *models_cloudbreak.ParametersQueryRequest

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

GetCustomParametersParams contains all the parameters to send to the API endpoint for the get custom parameters operation typically these are written to a http.Request

func NewGetCustomParametersParams

func NewGetCustomParametersParams() *GetCustomParametersParams

NewGetCustomParametersParams creates a new GetCustomParametersParams object with the default values initialized.

func NewGetCustomParametersParamsWithContext

func NewGetCustomParametersParamsWithContext(ctx context.Context) *GetCustomParametersParams

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

func NewGetCustomParametersParamsWithHTTPClient

func NewGetCustomParametersParamsWithHTTPClient(client *http.Client) *GetCustomParametersParams

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

func NewGetCustomParametersParamsWithTimeout

func NewGetCustomParametersParamsWithTimeout(timeout time.Duration) *GetCustomParametersParams

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

func (*GetCustomParametersParams) SetBody

SetBody adds the body to the get custom parameters params

func (*GetCustomParametersParams) SetContext

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

SetContext adds the context to the get custom parameters params

func (*GetCustomParametersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get custom parameters params

func (*GetCustomParametersParams) SetTimeout

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

SetTimeout adds the timeout to the get custom parameters params

func (*GetCustomParametersParams) WithBody

WithBody adds the body to the get custom parameters params

func (*GetCustomParametersParams) WithContext

WithContext adds the context to the get custom parameters params

func (*GetCustomParametersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get custom parameters params

func (*GetCustomParametersParams) WithTimeout

WithTimeout adds the timeout to the get custom parameters params

func (*GetCustomParametersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCustomParametersReader

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

GetCustomParametersReader is a Reader for the GetCustomParameters structure.

func (*GetCustomParametersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFileSystemParametersOK

type GetFileSystemParametersOK struct {
	Payload *models_cloudbreak.StructuredParameterQueriesResponse
}

GetFileSystemParametersOK handles this case with default header values.

successful operation

func NewGetFileSystemParametersOK

func NewGetFileSystemParametersOK() *GetFileSystemParametersOK

NewGetFileSystemParametersOK creates a GetFileSystemParametersOK with default headers values

func (*GetFileSystemParametersOK) Error

func (o *GetFileSystemParametersOK) Error() string

type GetFileSystemParametersParams

type GetFileSystemParametersParams struct {

	/*Body*/
	Body *models_cloudbreak.StructuredParametersQueryRequest

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

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

func NewGetFileSystemParametersParams

func NewGetFileSystemParametersParams() *GetFileSystemParametersParams

NewGetFileSystemParametersParams creates a new GetFileSystemParametersParams object with the default values initialized.

func NewGetFileSystemParametersParamsWithContext

func NewGetFileSystemParametersParamsWithContext(ctx context.Context) *GetFileSystemParametersParams

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

func NewGetFileSystemParametersParamsWithHTTPClient

func NewGetFileSystemParametersParamsWithHTTPClient(client *http.Client) *GetFileSystemParametersParams

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

func NewGetFileSystemParametersParamsWithTimeout

func NewGetFileSystemParametersParamsWithTimeout(timeout time.Duration) *GetFileSystemParametersParams

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

func (*GetFileSystemParametersParams) SetBody

SetBody adds the body to the get file system parameters params

func (*GetFileSystemParametersParams) SetContext

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

SetContext adds the context to the get file system parameters params

func (*GetFileSystemParametersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get file system parameters params

func (*GetFileSystemParametersParams) SetTimeout

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

SetTimeout adds the timeout to the get file system parameters params

func (*GetFileSystemParametersParams) WithBody

WithBody adds the body to the get file system parameters params

func (*GetFileSystemParametersParams) WithContext

WithContext adds the context to the get file system parameters params

func (*GetFileSystemParametersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get file system parameters params

func (*GetFileSystemParametersParams) WithTimeout

WithTimeout adds the timeout to the get file system parameters params

func (*GetFileSystemParametersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFileSystemParametersReader

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

GetFileSystemParametersReader is a Reader for the GetFileSystemParameters structure.

func (*GetFileSystemParametersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKnoxServicesOK

type GetKnoxServicesOK struct {
	Payload []*models_cloudbreak.ExposedServiceResponse
}

GetKnoxServicesOK handles this case with default header values.

successful operation

func NewGetKnoxServicesOK

func NewGetKnoxServicesOK() *GetKnoxServicesOK

NewGetKnoxServicesOK creates a GetKnoxServicesOK with default headers values

func (*GetKnoxServicesOK) Error

func (o *GetKnoxServicesOK) Error() string

type GetKnoxServicesParams

type GetKnoxServicesParams struct {

	/*BlueprintName*/
	BlueprintName string

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

GetKnoxServicesParams contains all the parameters to send to the API endpoint for the get knox services operation typically these are written to a http.Request

func NewGetKnoxServicesParams

func NewGetKnoxServicesParams() *GetKnoxServicesParams

NewGetKnoxServicesParams creates a new GetKnoxServicesParams object with the default values initialized.

func NewGetKnoxServicesParamsWithContext

func NewGetKnoxServicesParamsWithContext(ctx context.Context) *GetKnoxServicesParams

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

func NewGetKnoxServicesParamsWithHTTPClient

func NewGetKnoxServicesParamsWithHTTPClient(client *http.Client) *GetKnoxServicesParams

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

func NewGetKnoxServicesParamsWithTimeout

func NewGetKnoxServicesParamsWithTimeout(timeout time.Duration) *GetKnoxServicesParams

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

func (*GetKnoxServicesParams) SetBlueprintName

func (o *GetKnoxServicesParams) SetBlueprintName(blueprintName string)

SetBlueprintName adds the blueprintName to the get knox services params

func (*GetKnoxServicesParams) SetContext

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

SetContext adds the context to the get knox services params

func (*GetKnoxServicesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get knox services params

func (*GetKnoxServicesParams) SetTimeout

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

SetTimeout adds the timeout to the get knox services params

func (*GetKnoxServicesParams) WithBlueprintName

func (o *GetKnoxServicesParams) WithBlueprintName(blueprintName string) *GetKnoxServicesParams

WithBlueprintName adds the blueprintName to the get knox services params

func (*GetKnoxServicesParams) WithContext

WithContext adds the context to the get knox services params

func (*GetKnoxServicesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get knox services params

func (*GetKnoxServicesParams) WithTimeout

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

WithTimeout adds the timeout to the get knox services params

func (*GetKnoxServicesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetKnoxServicesReader

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

GetKnoxServicesReader is a Reader for the GetKnoxServices structure.

func (*GetKnoxServicesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetStackMatrixUtilOK

type GetStackMatrixUtilOK struct {
	Payload *models_cloudbreak.StackMatrix
}

GetStackMatrixUtilOK handles this case with default header values.

successful operation

func NewGetStackMatrixUtilOK

func NewGetStackMatrixUtilOK() *GetStackMatrixUtilOK

NewGetStackMatrixUtilOK creates a GetStackMatrixUtilOK with default headers values

func (*GetStackMatrixUtilOK) Error

func (o *GetStackMatrixUtilOK) Error() string

type GetStackMatrixUtilParams

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

GetStackMatrixUtilParams contains all the parameters to send to the API endpoint for the get stack matrix util operation typically these are written to a http.Request

func NewGetStackMatrixUtilParams

func NewGetStackMatrixUtilParams() *GetStackMatrixUtilParams

NewGetStackMatrixUtilParams creates a new GetStackMatrixUtilParams object with the default values initialized.

func NewGetStackMatrixUtilParamsWithContext

func NewGetStackMatrixUtilParamsWithContext(ctx context.Context) *GetStackMatrixUtilParams

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

func NewGetStackMatrixUtilParamsWithHTTPClient

func NewGetStackMatrixUtilParamsWithHTTPClient(client *http.Client) *GetStackMatrixUtilParams

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

func NewGetStackMatrixUtilParamsWithTimeout

func NewGetStackMatrixUtilParamsWithTimeout(timeout time.Duration) *GetStackMatrixUtilParams

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

func (*GetStackMatrixUtilParams) SetContext

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

SetContext adds the context to the get stack matrix util params

func (*GetStackMatrixUtilParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get stack matrix util params

func (*GetStackMatrixUtilParams) SetTimeout

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

SetTimeout adds the timeout to the get stack matrix util params

func (*GetStackMatrixUtilParams) WithContext

WithContext adds the context to the get stack matrix util params

func (*GetStackMatrixUtilParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get stack matrix util params

func (*GetStackMatrixUtilParams) WithTimeout

WithTimeout adds the timeout to the get stack matrix util params

func (*GetStackMatrixUtilParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetStackMatrixUtilReader

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

GetStackMatrixUtilReader is a Reader for the GetStackMatrixUtil structure.

func (*GetStackMatrixUtilReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type TestAmbariDatabaseUtilOK

type TestAmbariDatabaseUtilOK struct {
	Payload *models_cloudbreak.AmbariDatabaseTestResult
}

TestAmbariDatabaseUtilOK handles this case with default header values.

successful operation

func NewTestAmbariDatabaseUtilOK

func NewTestAmbariDatabaseUtilOK() *TestAmbariDatabaseUtilOK

NewTestAmbariDatabaseUtilOK creates a TestAmbariDatabaseUtilOK with default headers values

func (*TestAmbariDatabaseUtilOK) Error

func (o *TestAmbariDatabaseUtilOK) Error() string

type TestAmbariDatabaseUtilParams

type TestAmbariDatabaseUtilParams struct {

	/*Body*/
	Body *models_cloudbreak.AmbariDatabaseDetails

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

TestAmbariDatabaseUtilParams contains all the parameters to send to the API endpoint for the test ambari database util operation typically these are written to a http.Request

func NewTestAmbariDatabaseUtilParams

func NewTestAmbariDatabaseUtilParams() *TestAmbariDatabaseUtilParams

NewTestAmbariDatabaseUtilParams creates a new TestAmbariDatabaseUtilParams object with the default values initialized.

func NewTestAmbariDatabaseUtilParamsWithContext

func NewTestAmbariDatabaseUtilParamsWithContext(ctx context.Context) *TestAmbariDatabaseUtilParams

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

func NewTestAmbariDatabaseUtilParamsWithHTTPClient

func NewTestAmbariDatabaseUtilParamsWithHTTPClient(client *http.Client) *TestAmbariDatabaseUtilParams

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

func NewTestAmbariDatabaseUtilParamsWithTimeout

func NewTestAmbariDatabaseUtilParamsWithTimeout(timeout time.Duration) *TestAmbariDatabaseUtilParams

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

func (*TestAmbariDatabaseUtilParams) SetBody

SetBody adds the body to the test ambari database util params

func (*TestAmbariDatabaseUtilParams) SetContext

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

SetContext adds the context to the test ambari database util params

func (*TestAmbariDatabaseUtilParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the test ambari database util params

func (*TestAmbariDatabaseUtilParams) SetTimeout

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

SetTimeout adds the timeout to the test ambari database util params

func (*TestAmbariDatabaseUtilParams) WithBody

WithBody adds the body to the test ambari database util params

func (*TestAmbariDatabaseUtilParams) WithContext

WithContext adds the context to the test ambari database util params

func (*TestAmbariDatabaseUtilParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the test ambari database util params

func (*TestAmbariDatabaseUtilParams) WithTimeout

WithTimeout adds the timeout to the test ambari database util params

func (*TestAmbariDatabaseUtilParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type TestAmbariDatabaseUtilReader

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

TestAmbariDatabaseUtilReader is a Reader for the TestAmbariDatabaseUtil structure.

func (*TestAmbariDatabaseUtilReader) ReadResponse

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