Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateRDSDatabaseUtil(params *CreateRDSDatabaseUtilParams) (*CreateRDSDatabaseUtilOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) TestAmbariDatabaseUtil(params *TestAmbariDatabaseUtilParams) (*TestAmbariDatabaseUtilOK, error)
- func (a *Client) TestLdapConnectionByIDUtil(params *TestLdapConnectionByIDUtilParams) (*TestLdapConnectionByIDUtilOK, error)
- func (a *Client) TestLdapConnectionUtil(params *TestLdapConnectionUtilParams) (*TestLdapConnectionUtilOK, error)
- func (a *Client) TestRdsConnectionByIDUtil(params *TestRdsConnectionByIDUtilParams) (*TestRdsConnectionByIDUtilOK, error)
- func (a *Client) TestRdsConnectionUtil(params *TestRdsConnectionUtilParams) (*TestRdsConnectionUtilOK, error)
- type CreateRDSDatabaseUtilOK
- type CreateRDSDatabaseUtilParams
- func NewCreateRDSDatabaseUtilParams() *CreateRDSDatabaseUtilParams
- func NewCreateRDSDatabaseUtilParamsWithContext(ctx context.Context) *CreateRDSDatabaseUtilParams
- func NewCreateRDSDatabaseUtilParamsWithHTTPClient(client *http.Client) *CreateRDSDatabaseUtilParams
- func NewCreateRDSDatabaseUtilParamsWithTimeout(timeout time.Duration) *CreateRDSDatabaseUtilParams
- func (o *CreateRDSDatabaseUtilParams) SetBody(body *models_cloudbreak.RDSBuildRequest)
- func (o *CreateRDSDatabaseUtilParams) SetContext(ctx context.Context)
- func (o *CreateRDSDatabaseUtilParams) SetHTTPClient(client *http.Client)
- func (o *CreateRDSDatabaseUtilParams) SetTarget(target []string)
- func (o *CreateRDSDatabaseUtilParams) SetTimeout(timeout time.Duration)
- func (o *CreateRDSDatabaseUtilParams) WithBody(body *models_cloudbreak.RDSBuildRequest) *CreateRDSDatabaseUtilParams
- func (o *CreateRDSDatabaseUtilParams) WithContext(ctx context.Context) *CreateRDSDatabaseUtilParams
- func (o *CreateRDSDatabaseUtilParams) WithHTTPClient(client *http.Client) *CreateRDSDatabaseUtilParams
- func (o *CreateRDSDatabaseUtilParams) WithTarget(target []string) *CreateRDSDatabaseUtilParams
- func (o *CreateRDSDatabaseUtilParams) WithTimeout(timeout time.Duration) *CreateRDSDatabaseUtilParams
- func (o *CreateRDSDatabaseUtilParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateRDSDatabaseUtilReader
- type TestAmbariDatabaseUtilOK
- type TestAmbariDatabaseUtilParams
- func NewTestAmbariDatabaseUtilParams() *TestAmbariDatabaseUtilParams
- func NewTestAmbariDatabaseUtilParamsWithContext(ctx context.Context) *TestAmbariDatabaseUtilParams
- func NewTestAmbariDatabaseUtilParamsWithHTTPClient(client *http.Client) *TestAmbariDatabaseUtilParams
- func NewTestAmbariDatabaseUtilParamsWithTimeout(timeout time.Duration) *TestAmbariDatabaseUtilParams
- func (o *TestAmbariDatabaseUtilParams) SetBody(body *models_cloudbreak.AmbariDatabaseDetails)
- func (o *TestAmbariDatabaseUtilParams) SetContext(ctx context.Context)
- func (o *TestAmbariDatabaseUtilParams) SetHTTPClient(client *http.Client)
- func (o *TestAmbariDatabaseUtilParams) SetTimeout(timeout time.Duration)
- func (o *TestAmbariDatabaseUtilParams) WithBody(body *models_cloudbreak.AmbariDatabaseDetails) *TestAmbariDatabaseUtilParams
- func (o *TestAmbariDatabaseUtilParams) WithContext(ctx context.Context) *TestAmbariDatabaseUtilParams
- func (o *TestAmbariDatabaseUtilParams) WithHTTPClient(client *http.Client) *TestAmbariDatabaseUtilParams
- func (o *TestAmbariDatabaseUtilParams) WithTimeout(timeout time.Duration) *TestAmbariDatabaseUtilParams
- func (o *TestAmbariDatabaseUtilParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TestAmbariDatabaseUtilReader
- type TestLdapConnectionByIDUtilOK
- type TestLdapConnectionByIDUtilParams
- func NewTestLdapConnectionByIDUtilParams() *TestLdapConnectionByIDUtilParams
- func NewTestLdapConnectionByIDUtilParamsWithContext(ctx context.Context) *TestLdapConnectionByIDUtilParams
- func NewTestLdapConnectionByIDUtilParamsWithHTTPClient(client *http.Client) *TestLdapConnectionByIDUtilParams
- func NewTestLdapConnectionByIDUtilParamsWithTimeout(timeout time.Duration) *TestLdapConnectionByIDUtilParams
- func (o *TestLdapConnectionByIDUtilParams) SetContext(ctx context.Context)
- func (o *TestLdapConnectionByIDUtilParams) SetHTTPClient(client *http.Client)
- func (o *TestLdapConnectionByIDUtilParams) SetID(id int64)
- func (o *TestLdapConnectionByIDUtilParams) SetTimeout(timeout time.Duration)
- func (o *TestLdapConnectionByIDUtilParams) WithContext(ctx context.Context) *TestLdapConnectionByIDUtilParams
- func (o *TestLdapConnectionByIDUtilParams) WithHTTPClient(client *http.Client) *TestLdapConnectionByIDUtilParams
- func (o *TestLdapConnectionByIDUtilParams) WithID(id int64) *TestLdapConnectionByIDUtilParams
- func (o *TestLdapConnectionByIDUtilParams) WithTimeout(timeout time.Duration) *TestLdapConnectionByIDUtilParams
- func (o *TestLdapConnectionByIDUtilParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TestLdapConnectionByIDUtilReader
- type TestLdapConnectionUtilOK
- type TestLdapConnectionUtilParams
- func NewTestLdapConnectionUtilParams() *TestLdapConnectionUtilParams
- func NewTestLdapConnectionUtilParamsWithContext(ctx context.Context) *TestLdapConnectionUtilParams
- func NewTestLdapConnectionUtilParamsWithHTTPClient(client *http.Client) *TestLdapConnectionUtilParams
- func NewTestLdapConnectionUtilParamsWithTimeout(timeout time.Duration) *TestLdapConnectionUtilParams
- func (o *TestLdapConnectionUtilParams) SetBody(body *models_cloudbreak.LdapValidationRequest)
- func (o *TestLdapConnectionUtilParams) SetContext(ctx context.Context)
- func (o *TestLdapConnectionUtilParams) SetHTTPClient(client *http.Client)
- func (o *TestLdapConnectionUtilParams) SetTimeout(timeout time.Duration)
- func (o *TestLdapConnectionUtilParams) WithBody(body *models_cloudbreak.LdapValidationRequest) *TestLdapConnectionUtilParams
- func (o *TestLdapConnectionUtilParams) WithContext(ctx context.Context) *TestLdapConnectionUtilParams
- func (o *TestLdapConnectionUtilParams) WithHTTPClient(client *http.Client) *TestLdapConnectionUtilParams
- func (o *TestLdapConnectionUtilParams) WithTimeout(timeout time.Duration) *TestLdapConnectionUtilParams
- func (o *TestLdapConnectionUtilParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TestLdapConnectionUtilReader
- type TestRdsConnectionByIDUtilOK
- type TestRdsConnectionByIDUtilParams
- func NewTestRdsConnectionByIDUtilParams() *TestRdsConnectionByIDUtilParams
- func NewTestRdsConnectionByIDUtilParamsWithContext(ctx context.Context) *TestRdsConnectionByIDUtilParams
- func NewTestRdsConnectionByIDUtilParamsWithHTTPClient(client *http.Client) *TestRdsConnectionByIDUtilParams
- func NewTestRdsConnectionByIDUtilParamsWithTimeout(timeout time.Duration) *TestRdsConnectionByIDUtilParams
- func (o *TestRdsConnectionByIDUtilParams) SetContext(ctx context.Context)
- func (o *TestRdsConnectionByIDUtilParams) SetHTTPClient(client *http.Client)
- func (o *TestRdsConnectionByIDUtilParams) SetID(id int64)
- func (o *TestRdsConnectionByIDUtilParams) SetTimeout(timeout time.Duration)
- func (o *TestRdsConnectionByIDUtilParams) WithContext(ctx context.Context) *TestRdsConnectionByIDUtilParams
- func (o *TestRdsConnectionByIDUtilParams) WithHTTPClient(client *http.Client) *TestRdsConnectionByIDUtilParams
- func (o *TestRdsConnectionByIDUtilParams) WithID(id int64) *TestRdsConnectionByIDUtilParams
- func (o *TestRdsConnectionByIDUtilParams) WithTimeout(timeout time.Duration) *TestRdsConnectionByIDUtilParams
- func (o *TestRdsConnectionByIDUtilParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TestRdsConnectionByIDUtilReader
- type TestRdsConnectionUtilOK
- type TestRdsConnectionUtilParams
- func NewTestRdsConnectionUtilParams() *TestRdsConnectionUtilParams
- func NewTestRdsConnectionUtilParamsWithContext(ctx context.Context) *TestRdsConnectionUtilParams
- func NewTestRdsConnectionUtilParamsWithHTTPClient(client *http.Client) *TestRdsConnectionUtilParams
- func NewTestRdsConnectionUtilParamsWithTimeout(timeout time.Duration) *TestRdsConnectionUtilParams
- func (o *TestRdsConnectionUtilParams) SetBody(body *models_cloudbreak.RDSConfig)
- func (o *TestRdsConnectionUtilParams) SetContext(ctx context.Context)
- func (o *TestRdsConnectionUtilParams) SetHTTPClient(client *http.Client)
- func (o *TestRdsConnectionUtilParams) SetTimeout(timeout time.Duration)
- func (o *TestRdsConnectionUtilParams) WithBody(body *models_cloudbreak.RDSConfig) *TestRdsConnectionUtilParams
- func (o *TestRdsConnectionUtilParams) WithContext(ctx context.Context) *TestRdsConnectionUtilParams
- func (o *TestRdsConnectionUtilParams) WithHTTPClient(client *http.Client) *TestRdsConnectionUtilParams
- func (o *TestRdsConnectionUtilParams) WithTimeout(timeout time.Duration) *TestRdsConnectionUtilParams
- func (o *TestRdsConnectionUtilParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TestRdsConnectionUtilReader
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 util API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new util API client.
func (*Client) CreateRDSDatabaseUtil ¶
func (a *Client) CreateRDSDatabaseUtil(params *CreateRDSDatabaseUtilParams) (*CreateRDSDatabaseUtilOK, error)
CreateRDSDatabaseUtil creates a database connection parameters
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
func (*Client) TestLdapConnectionByIDUtil ¶
func (a *Client) TestLdapConnectionByIDUtil(params *TestLdapConnectionByIDUtilParams) (*TestLdapConnectionByIDUtilOK, error)
TestLdapConnectionByIDUtil tests an already exists l d a p connection
func (*Client) TestLdapConnectionUtil ¶
func (a *Client) TestLdapConnectionUtil(params *TestLdapConnectionUtilParams) (*TestLdapConnectionUtilOK, error)
TestLdapConnectionUtil tests an l d a p connection
func (*Client) TestRdsConnectionByIDUtil ¶
func (a *Client) TestRdsConnectionByIDUtil(params *TestRdsConnectionByIDUtilParams) (*TestRdsConnectionByIDUtilOK, error)
TestRdsConnectionByIDUtil tests an already exists r d s connection
func (*Client) TestRdsConnectionUtil ¶
func (a *Client) TestRdsConnectionUtil(params *TestRdsConnectionUtilParams) (*TestRdsConnectionUtilOK, error)
TestRdsConnectionUtil tests an r d s connection
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 ¶
func (o *CreateRDSDatabaseUtilParams) SetBody(body *models_cloudbreak.RDSBuildRequest)
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 ¶
func (o *CreateRDSDatabaseUtilParams) WithBody(body *models_cloudbreak.RDSBuildRequest) *CreateRDSDatabaseUtilParams
WithBody adds the body to the create r d s database util params
func (*CreateRDSDatabaseUtilParams) WithContext ¶
func (o *CreateRDSDatabaseUtilParams) WithContext(ctx context.Context) *CreateRDSDatabaseUtilParams
WithContext adds the context to the create r d s database util params
func (*CreateRDSDatabaseUtilParams) WithHTTPClient ¶
func (o *CreateRDSDatabaseUtilParams) WithHTTPClient(client *http.Client) *CreateRDSDatabaseUtilParams
WithHTTPClient adds the HTTPClient to the create r d s database util params
func (*CreateRDSDatabaseUtilParams) WithTarget ¶
func (o *CreateRDSDatabaseUtilParams) WithTarget(target []string) *CreateRDSDatabaseUtilParams
WithTarget adds the target to the create r d s database util params
func (*CreateRDSDatabaseUtilParams) WithTimeout ¶
func (o *CreateRDSDatabaseUtilParams) WithTimeout(timeout time.Duration) *CreateRDSDatabaseUtilParams
WithTimeout adds the timeout to the create r d s database util params
func (*CreateRDSDatabaseUtilParams) WriteToRequest ¶
func (o *CreateRDSDatabaseUtilParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 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 ¶
func (o *TestAmbariDatabaseUtilParams) SetBody(body *models_cloudbreak.AmbariDatabaseDetails)
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 ¶
func (o *TestAmbariDatabaseUtilParams) WithBody(body *models_cloudbreak.AmbariDatabaseDetails) *TestAmbariDatabaseUtilParams
WithBody adds the body to the test ambari database util params
func (*TestAmbariDatabaseUtilParams) WithContext ¶
func (o *TestAmbariDatabaseUtilParams) WithContext(ctx context.Context) *TestAmbariDatabaseUtilParams
WithContext adds the context to the test ambari database util params
func (*TestAmbariDatabaseUtilParams) WithHTTPClient ¶
func (o *TestAmbariDatabaseUtilParams) WithHTTPClient(client *http.Client) *TestAmbariDatabaseUtilParams
WithHTTPClient adds the HTTPClient to the test ambari database util params
func (*TestAmbariDatabaseUtilParams) WithTimeout ¶
func (o *TestAmbariDatabaseUtilParams) WithTimeout(timeout time.Duration) *TestAmbariDatabaseUtilParams
WithTimeout adds the timeout to the test ambari database util params
func (*TestAmbariDatabaseUtilParams) WriteToRequest ¶
func (o *TestAmbariDatabaseUtilParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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.
type TestLdapConnectionByIDUtilOK ¶
type TestLdapConnectionByIDUtilOK struct {
Payload *models_cloudbreak.RdsTestResult
}
TestLdapConnectionByIDUtilOK handles this case with default header values.
successful operation
func NewTestLdapConnectionByIDUtilOK ¶
func NewTestLdapConnectionByIDUtilOK() *TestLdapConnectionByIDUtilOK
NewTestLdapConnectionByIDUtilOK creates a TestLdapConnectionByIDUtilOK with default headers values
func (*TestLdapConnectionByIDUtilOK) Error ¶
func (o *TestLdapConnectionByIDUtilOK) Error() string
type TestLdapConnectionByIDUtilParams ¶
type TestLdapConnectionByIDUtilParams struct { /*ID*/ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
TestLdapConnectionByIDUtilParams contains all the parameters to send to the API endpoint for the test ldap connection by Id util operation typically these are written to a http.Request
func NewTestLdapConnectionByIDUtilParams ¶
func NewTestLdapConnectionByIDUtilParams() *TestLdapConnectionByIDUtilParams
NewTestLdapConnectionByIDUtilParams creates a new TestLdapConnectionByIDUtilParams object with the default values initialized.
func NewTestLdapConnectionByIDUtilParamsWithContext ¶
func NewTestLdapConnectionByIDUtilParamsWithContext(ctx context.Context) *TestLdapConnectionByIDUtilParams
NewTestLdapConnectionByIDUtilParamsWithContext creates a new TestLdapConnectionByIDUtilParams object with the default values initialized, and the ability to set a context for a request
func NewTestLdapConnectionByIDUtilParamsWithHTTPClient ¶
func NewTestLdapConnectionByIDUtilParamsWithHTTPClient(client *http.Client) *TestLdapConnectionByIDUtilParams
NewTestLdapConnectionByIDUtilParamsWithHTTPClient creates a new TestLdapConnectionByIDUtilParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewTestLdapConnectionByIDUtilParamsWithTimeout ¶
func NewTestLdapConnectionByIDUtilParamsWithTimeout(timeout time.Duration) *TestLdapConnectionByIDUtilParams
NewTestLdapConnectionByIDUtilParamsWithTimeout creates a new TestLdapConnectionByIDUtilParams object with the default values initialized, and the ability to set a timeout on a request
func (*TestLdapConnectionByIDUtilParams) SetContext ¶
func (o *TestLdapConnectionByIDUtilParams) SetContext(ctx context.Context)
SetContext adds the context to the test ldap connection by Id util params
func (*TestLdapConnectionByIDUtilParams) SetHTTPClient ¶
func (o *TestLdapConnectionByIDUtilParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the test ldap connection by Id util params
func (*TestLdapConnectionByIDUtilParams) SetID ¶
func (o *TestLdapConnectionByIDUtilParams) SetID(id int64)
SetID adds the id to the test ldap connection by Id util params
func (*TestLdapConnectionByIDUtilParams) SetTimeout ¶
func (o *TestLdapConnectionByIDUtilParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the test ldap connection by Id util params
func (*TestLdapConnectionByIDUtilParams) WithContext ¶
func (o *TestLdapConnectionByIDUtilParams) WithContext(ctx context.Context) *TestLdapConnectionByIDUtilParams
WithContext adds the context to the test ldap connection by Id util params
func (*TestLdapConnectionByIDUtilParams) WithHTTPClient ¶
func (o *TestLdapConnectionByIDUtilParams) WithHTTPClient(client *http.Client) *TestLdapConnectionByIDUtilParams
WithHTTPClient adds the HTTPClient to the test ldap connection by Id util params
func (*TestLdapConnectionByIDUtilParams) WithID ¶
func (o *TestLdapConnectionByIDUtilParams) WithID(id int64) *TestLdapConnectionByIDUtilParams
WithID adds the id to the test ldap connection by Id util params
func (*TestLdapConnectionByIDUtilParams) WithTimeout ¶
func (o *TestLdapConnectionByIDUtilParams) WithTimeout(timeout time.Duration) *TestLdapConnectionByIDUtilParams
WithTimeout adds the timeout to the test ldap connection by Id util params
func (*TestLdapConnectionByIDUtilParams) WriteToRequest ¶
func (o *TestLdapConnectionByIDUtilParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TestLdapConnectionByIDUtilReader ¶
type TestLdapConnectionByIDUtilReader struct {
// contains filtered or unexported fields
}
TestLdapConnectionByIDUtilReader is a Reader for the TestLdapConnectionByIDUtil structure.
func (*TestLdapConnectionByIDUtilReader) ReadResponse ¶
func (o *TestLdapConnectionByIDUtilReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TestLdapConnectionUtilOK ¶
type TestLdapConnectionUtilOK struct {
Payload *models_cloudbreak.RdsTestResult
}
TestLdapConnectionUtilOK handles this case with default header values.
successful operation
func NewTestLdapConnectionUtilOK ¶
func NewTestLdapConnectionUtilOK() *TestLdapConnectionUtilOK
NewTestLdapConnectionUtilOK creates a TestLdapConnectionUtilOK with default headers values
func (*TestLdapConnectionUtilOK) Error ¶
func (o *TestLdapConnectionUtilOK) Error() string
type TestLdapConnectionUtilParams ¶
type TestLdapConnectionUtilParams struct { /*Body*/ Body *models_cloudbreak.LdapValidationRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
TestLdapConnectionUtilParams contains all the parameters to send to the API endpoint for the test ldap connection util operation typically these are written to a http.Request
func NewTestLdapConnectionUtilParams ¶
func NewTestLdapConnectionUtilParams() *TestLdapConnectionUtilParams
NewTestLdapConnectionUtilParams creates a new TestLdapConnectionUtilParams object with the default values initialized.
func NewTestLdapConnectionUtilParamsWithContext ¶
func NewTestLdapConnectionUtilParamsWithContext(ctx context.Context) *TestLdapConnectionUtilParams
NewTestLdapConnectionUtilParamsWithContext creates a new TestLdapConnectionUtilParams object with the default values initialized, and the ability to set a context for a request
func NewTestLdapConnectionUtilParamsWithHTTPClient ¶
func NewTestLdapConnectionUtilParamsWithHTTPClient(client *http.Client) *TestLdapConnectionUtilParams
NewTestLdapConnectionUtilParamsWithHTTPClient creates a new TestLdapConnectionUtilParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewTestLdapConnectionUtilParamsWithTimeout ¶
func NewTestLdapConnectionUtilParamsWithTimeout(timeout time.Duration) *TestLdapConnectionUtilParams
NewTestLdapConnectionUtilParamsWithTimeout creates a new TestLdapConnectionUtilParams object with the default values initialized, and the ability to set a timeout on a request
func (*TestLdapConnectionUtilParams) SetBody ¶
func (o *TestLdapConnectionUtilParams) SetBody(body *models_cloudbreak.LdapValidationRequest)
SetBody adds the body to the test ldap connection util params
func (*TestLdapConnectionUtilParams) SetContext ¶
func (o *TestLdapConnectionUtilParams) SetContext(ctx context.Context)
SetContext adds the context to the test ldap connection util params
func (*TestLdapConnectionUtilParams) SetHTTPClient ¶
func (o *TestLdapConnectionUtilParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the test ldap connection util params
func (*TestLdapConnectionUtilParams) SetTimeout ¶
func (o *TestLdapConnectionUtilParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the test ldap connection util params
func (*TestLdapConnectionUtilParams) WithBody ¶
func (o *TestLdapConnectionUtilParams) WithBody(body *models_cloudbreak.LdapValidationRequest) *TestLdapConnectionUtilParams
WithBody adds the body to the test ldap connection util params
func (*TestLdapConnectionUtilParams) WithContext ¶
func (o *TestLdapConnectionUtilParams) WithContext(ctx context.Context) *TestLdapConnectionUtilParams
WithContext adds the context to the test ldap connection util params
func (*TestLdapConnectionUtilParams) WithHTTPClient ¶
func (o *TestLdapConnectionUtilParams) WithHTTPClient(client *http.Client) *TestLdapConnectionUtilParams
WithHTTPClient adds the HTTPClient to the test ldap connection util params
func (*TestLdapConnectionUtilParams) WithTimeout ¶
func (o *TestLdapConnectionUtilParams) WithTimeout(timeout time.Duration) *TestLdapConnectionUtilParams
WithTimeout adds the timeout to the test ldap connection util params
func (*TestLdapConnectionUtilParams) WriteToRequest ¶
func (o *TestLdapConnectionUtilParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TestLdapConnectionUtilReader ¶
type TestLdapConnectionUtilReader struct {
// contains filtered or unexported fields
}
TestLdapConnectionUtilReader is a Reader for the TestLdapConnectionUtil structure.
func (*TestLdapConnectionUtilReader) ReadResponse ¶
func (o *TestLdapConnectionUtilReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TestRdsConnectionByIDUtilOK ¶
type TestRdsConnectionByIDUtilOK struct {
Payload *models_cloudbreak.RdsTestResult
}
TestRdsConnectionByIDUtilOK handles this case with default header values.
successful operation
func NewTestRdsConnectionByIDUtilOK ¶
func NewTestRdsConnectionByIDUtilOK() *TestRdsConnectionByIDUtilOK
NewTestRdsConnectionByIDUtilOK creates a TestRdsConnectionByIDUtilOK with default headers values
func (*TestRdsConnectionByIDUtilOK) Error ¶
func (o *TestRdsConnectionByIDUtilOK) Error() string
type TestRdsConnectionByIDUtilParams ¶
type TestRdsConnectionByIDUtilParams struct { /*ID*/ ID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
TestRdsConnectionByIDUtilParams contains all the parameters to send to the API endpoint for the test rds connection by Id util operation typically these are written to a http.Request
func NewTestRdsConnectionByIDUtilParams ¶
func NewTestRdsConnectionByIDUtilParams() *TestRdsConnectionByIDUtilParams
NewTestRdsConnectionByIDUtilParams creates a new TestRdsConnectionByIDUtilParams object with the default values initialized.
func NewTestRdsConnectionByIDUtilParamsWithContext ¶
func NewTestRdsConnectionByIDUtilParamsWithContext(ctx context.Context) *TestRdsConnectionByIDUtilParams
NewTestRdsConnectionByIDUtilParamsWithContext creates a new TestRdsConnectionByIDUtilParams object with the default values initialized, and the ability to set a context for a request
func NewTestRdsConnectionByIDUtilParamsWithHTTPClient ¶
func NewTestRdsConnectionByIDUtilParamsWithHTTPClient(client *http.Client) *TestRdsConnectionByIDUtilParams
NewTestRdsConnectionByIDUtilParamsWithHTTPClient creates a new TestRdsConnectionByIDUtilParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewTestRdsConnectionByIDUtilParamsWithTimeout ¶
func NewTestRdsConnectionByIDUtilParamsWithTimeout(timeout time.Duration) *TestRdsConnectionByIDUtilParams
NewTestRdsConnectionByIDUtilParamsWithTimeout creates a new TestRdsConnectionByIDUtilParams object with the default values initialized, and the ability to set a timeout on a request
func (*TestRdsConnectionByIDUtilParams) SetContext ¶
func (o *TestRdsConnectionByIDUtilParams) SetContext(ctx context.Context)
SetContext adds the context to the test rds connection by Id util params
func (*TestRdsConnectionByIDUtilParams) SetHTTPClient ¶
func (o *TestRdsConnectionByIDUtilParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the test rds connection by Id util params
func (*TestRdsConnectionByIDUtilParams) SetID ¶
func (o *TestRdsConnectionByIDUtilParams) SetID(id int64)
SetID adds the id to the test rds connection by Id util params
func (*TestRdsConnectionByIDUtilParams) SetTimeout ¶
func (o *TestRdsConnectionByIDUtilParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the test rds connection by Id util params
func (*TestRdsConnectionByIDUtilParams) WithContext ¶
func (o *TestRdsConnectionByIDUtilParams) WithContext(ctx context.Context) *TestRdsConnectionByIDUtilParams
WithContext adds the context to the test rds connection by Id util params
func (*TestRdsConnectionByIDUtilParams) WithHTTPClient ¶
func (o *TestRdsConnectionByIDUtilParams) WithHTTPClient(client *http.Client) *TestRdsConnectionByIDUtilParams
WithHTTPClient adds the HTTPClient to the test rds connection by Id util params
func (*TestRdsConnectionByIDUtilParams) WithID ¶
func (o *TestRdsConnectionByIDUtilParams) WithID(id int64) *TestRdsConnectionByIDUtilParams
WithID adds the id to the test rds connection by Id util params
func (*TestRdsConnectionByIDUtilParams) WithTimeout ¶
func (o *TestRdsConnectionByIDUtilParams) WithTimeout(timeout time.Duration) *TestRdsConnectionByIDUtilParams
WithTimeout adds the timeout to the test rds connection by Id util params
func (*TestRdsConnectionByIDUtilParams) WriteToRequest ¶
func (o *TestRdsConnectionByIDUtilParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TestRdsConnectionByIDUtilReader ¶
type TestRdsConnectionByIDUtilReader struct {
// contains filtered or unexported fields
}
TestRdsConnectionByIDUtilReader is a Reader for the TestRdsConnectionByIDUtil structure.
func (*TestRdsConnectionByIDUtilReader) ReadResponse ¶
func (o *TestRdsConnectionByIDUtilReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TestRdsConnectionUtilOK ¶
type TestRdsConnectionUtilOK struct {
Payload *models_cloudbreak.RdsTestResult
}
TestRdsConnectionUtilOK handles this case with default header values.
successful operation
func NewTestRdsConnectionUtilOK ¶
func NewTestRdsConnectionUtilOK() *TestRdsConnectionUtilOK
NewTestRdsConnectionUtilOK creates a TestRdsConnectionUtilOK with default headers values
func (*TestRdsConnectionUtilOK) Error ¶
func (o *TestRdsConnectionUtilOK) Error() string
type TestRdsConnectionUtilParams ¶
type TestRdsConnectionUtilParams struct { /*Body*/ Body *models_cloudbreak.RDSConfig Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
TestRdsConnectionUtilParams contains all the parameters to send to the API endpoint for the test rds connection util operation typically these are written to a http.Request
func NewTestRdsConnectionUtilParams ¶
func NewTestRdsConnectionUtilParams() *TestRdsConnectionUtilParams
NewTestRdsConnectionUtilParams creates a new TestRdsConnectionUtilParams object with the default values initialized.
func NewTestRdsConnectionUtilParamsWithContext ¶
func NewTestRdsConnectionUtilParamsWithContext(ctx context.Context) *TestRdsConnectionUtilParams
NewTestRdsConnectionUtilParamsWithContext creates a new TestRdsConnectionUtilParams object with the default values initialized, and the ability to set a context for a request
func NewTestRdsConnectionUtilParamsWithHTTPClient ¶
func NewTestRdsConnectionUtilParamsWithHTTPClient(client *http.Client) *TestRdsConnectionUtilParams
NewTestRdsConnectionUtilParamsWithHTTPClient creates a new TestRdsConnectionUtilParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewTestRdsConnectionUtilParamsWithTimeout ¶
func NewTestRdsConnectionUtilParamsWithTimeout(timeout time.Duration) *TestRdsConnectionUtilParams
NewTestRdsConnectionUtilParamsWithTimeout creates a new TestRdsConnectionUtilParams object with the default values initialized, and the ability to set a timeout on a request
func (*TestRdsConnectionUtilParams) SetBody ¶
func (o *TestRdsConnectionUtilParams) SetBody(body *models_cloudbreak.RDSConfig)
SetBody adds the body to the test rds connection util params
func (*TestRdsConnectionUtilParams) SetContext ¶
func (o *TestRdsConnectionUtilParams) SetContext(ctx context.Context)
SetContext adds the context to the test rds connection util params
func (*TestRdsConnectionUtilParams) SetHTTPClient ¶
func (o *TestRdsConnectionUtilParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the test rds connection util params
func (*TestRdsConnectionUtilParams) SetTimeout ¶
func (o *TestRdsConnectionUtilParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the test rds connection util params
func (*TestRdsConnectionUtilParams) WithBody ¶
func (o *TestRdsConnectionUtilParams) WithBody(body *models_cloudbreak.RDSConfig) *TestRdsConnectionUtilParams
WithBody adds the body to the test rds connection util params
func (*TestRdsConnectionUtilParams) WithContext ¶
func (o *TestRdsConnectionUtilParams) WithContext(ctx context.Context) *TestRdsConnectionUtilParams
WithContext adds the context to the test rds connection util params
func (*TestRdsConnectionUtilParams) WithHTTPClient ¶
func (o *TestRdsConnectionUtilParams) WithHTTPClient(client *http.Client) *TestRdsConnectionUtilParams
WithHTTPClient adds the HTTPClient to the test rds connection util params
func (*TestRdsConnectionUtilParams) WithTimeout ¶
func (o *TestRdsConnectionUtilParams) WithTimeout(timeout time.Duration) *TestRdsConnectionUtilParams
WithTimeout adds the timeout to the test rds connection util params
func (*TestRdsConnectionUtilParams) WriteToRequest ¶
func (o *TestRdsConnectionUtilParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TestRdsConnectionUtilReader ¶
type TestRdsConnectionUtilReader struct {
// contains filtered or unexported fields
}
TestRdsConnectionUtilReader is a Reader for the TestRdsConnectionUtil structure.
func (*TestRdsConnectionUtilReader) ReadResponse ¶
func (o *TestRdsConnectionUtilReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- create_r_d_s_database_util_parameters.go
- create_r_d_s_database_util_responses.go
- test_ambari_database_util_parameters.go
- test_ambari_database_util_responses.go
- test_ldap_connection_by_id_util_parameters.go
- test_ldap_connection_by_id_util_responses.go
- test_ldap_connection_util_parameters.go
- test_ldap_connection_util_responses.go
- test_rds_connection_by_id_util_parameters.go
- test_rds_connection_by_id_util_responses.go
- test_rds_connection_util_parameters.go
- test_rds_connection_util_responses.go
- util_client.go