Documentation
¶
Index ¶
- type Client
- func (a *Client) GetAnomalyDetectionDatabaseServices(params *GetAnomalyDetectionDatabaseServicesParams, ...) (*GetAnomalyDetectionDatabaseServicesOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateAnomalyDetectionDatabaseServices(params *UpdateAnomalyDetectionDatabaseServicesParams, ...) (*UpdateAnomalyDetectionDatabaseServicesNoContent, error)
- func (a *Client) ValidateUpdateAnomalyDetectionDatabaseServices(params *ValidateUpdateAnomalyDetectionDatabaseServicesParams, ...) (*ValidateUpdateAnomalyDetectionDatabaseServicesNoContent, error)
- type ClientService
- type GetAnomalyDetectionDatabaseServicesOK
- type GetAnomalyDetectionDatabaseServicesParams
- func NewGetAnomalyDetectionDatabaseServicesParams() *GetAnomalyDetectionDatabaseServicesParams
- func NewGetAnomalyDetectionDatabaseServicesParamsWithContext(ctx context.Context) *GetAnomalyDetectionDatabaseServicesParams
- func NewGetAnomalyDetectionDatabaseServicesParamsWithHTTPClient(client *http.Client) *GetAnomalyDetectionDatabaseServicesParams
- func NewGetAnomalyDetectionDatabaseServicesParamsWithTimeout(timeout time.Duration) *GetAnomalyDetectionDatabaseServicesParams
- func (o *GetAnomalyDetectionDatabaseServicesParams) SetContext(ctx context.Context)
- func (o *GetAnomalyDetectionDatabaseServicesParams) SetHTTPClient(client *http.Client)
- func (o *GetAnomalyDetectionDatabaseServicesParams) SetTimeout(timeout time.Duration)
- func (o *GetAnomalyDetectionDatabaseServicesParams) WithContext(ctx context.Context) *GetAnomalyDetectionDatabaseServicesParams
- func (o *GetAnomalyDetectionDatabaseServicesParams) WithHTTPClient(client *http.Client) *GetAnomalyDetectionDatabaseServicesParams
- func (o *GetAnomalyDetectionDatabaseServicesParams) WithTimeout(timeout time.Duration) *GetAnomalyDetectionDatabaseServicesParams
- func (o *GetAnomalyDetectionDatabaseServicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAnomalyDetectionDatabaseServicesReader
- type UpdateAnomalyDetectionDatabaseServicesBadRequest
- type UpdateAnomalyDetectionDatabaseServicesNoContent
- type UpdateAnomalyDetectionDatabaseServicesParams
- func NewUpdateAnomalyDetectionDatabaseServicesParams() *UpdateAnomalyDetectionDatabaseServicesParams
- func NewUpdateAnomalyDetectionDatabaseServicesParamsWithContext(ctx context.Context) *UpdateAnomalyDetectionDatabaseServicesParams
- func NewUpdateAnomalyDetectionDatabaseServicesParamsWithHTTPClient(client *http.Client) *UpdateAnomalyDetectionDatabaseServicesParams
- func NewUpdateAnomalyDetectionDatabaseServicesParamsWithTimeout(timeout time.Duration) *UpdateAnomalyDetectionDatabaseServicesParams
- func (o *UpdateAnomalyDetectionDatabaseServicesParams) SetBody(body *dynatrace.DatabaseAnomalyDetectionConfig)
- func (o *UpdateAnomalyDetectionDatabaseServicesParams) SetContext(ctx context.Context)
- func (o *UpdateAnomalyDetectionDatabaseServicesParams) SetHTTPClient(client *http.Client)
- func (o *UpdateAnomalyDetectionDatabaseServicesParams) SetTimeout(timeout time.Duration)
- func (o *UpdateAnomalyDetectionDatabaseServicesParams) WithBody(body *dynatrace.DatabaseAnomalyDetectionConfig) *UpdateAnomalyDetectionDatabaseServicesParams
- func (o *UpdateAnomalyDetectionDatabaseServicesParams) WithContext(ctx context.Context) *UpdateAnomalyDetectionDatabaseServicesParams
- func (o *UpdateAnomalyDetectionDatabaseServicesParams) WithHTTPClient(client *http.Client) *UpdateAnomalyDetectionDatabaseServicesParams
- func (o *UpdateAnomalyDetectionDatabaseServicesParams) WithTimeout(timeout time.Duration) *UpdateAnomalyDetectionDatabaseServicesParams
- func (o *UpdateAnomalyDetectionDatabaseServicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateAnomalyDetectionDatabaseServicesReader
- type ValidateUpdateAnomalyDetectionDatabaseServicesBadRequest
- type ValidateUpdateAnomalyDetectionDatabaseServicesNoContent
- type ValidateUpdateAnomalyDetectionDatabaseServicesParams
- func NewValidateUpdateAnomalyDetectionDatabaseServicesParams() *ValidateUpdateAnomalyDetectionDatabaseServicesParams
- func NewValidateUpdateAnomalyDetectionDatabaseServicesParamsWithContext(ctx context.Context) *ValidateUpdateAnomalyDetectionDatabaseServicesParams
- func NewValidateUpdateAnomalyDetectionDatabaseServicesParamsWithHTTPClient(client *http.Client) *ValidateUpdateAnomalyDetectionDatabaseServicesParams
- func NewValidateUpdateAnomalyDetectionDatabaseServicesParamsWithTimeout(timeout time.Duration) *ValidateUpdateAnomalyDetectionDatabaseServicesParams
- func (o *ValidateUpdateAnomalyDetectionDatabaseServicesParams) SetBody(body *dynatrace.DatabaseAnomalyDetectionConfig)
- func (o *ValidateUpdateAnomalyDetectionDatabaseServicesParams) SetContext(ctx context.Context)
- func (o *ValidateUpdateAnomalyDetectionDatabaseServicesParams) SetHTTPClient(client *http.Client)
- func (o *ValidateUpdateAnomalyDetectionDatabaseServicesParams) SetTimeout(timeout time.Duration)
- func (o *ValidateUpdateAnomalyDetectionDatabaseServicesParams) WithBody(body *dynatrace.DatabaseAnomalyDetectionConfig) *ValidateUpdateAnomalyDetectionDatabaseServicesParams
- func (o *ValidateUpdateAnomalyDetectionDatabaseServicesParams) WithContext(ctx context.Context) *ValidateUpdateAnomalyDetectionDatabaseServicesParams
- func (o *ValidateUpdateAnomalyDetectionDatabaseServicesParams) WithHTTPClient(client *http.Client) *ValidateUpdateAnomalyDetectionDatabaseServicesParams
- func (o *ValidateUpdateAnomalyDetectionDatabaseServicesParams) WithTimeout(timeout time.Duration) *ValidateUpdateAnomalyDetectionDatabaseServicesParams
- func (o *ValidateUpdateAnomalyDetectionDatabaseServicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ValidateUpdateAnomalyDetectionDatabaseServicesReader
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 anomaly detection database services API
func (*Client) GetAnomalyDetectionDatabaseServices ¶
func (a *Client) GetAnomalyDetectionDatabaseServices(params *GetAnomalyDetectionDatabaseServicesParams, authInfo runtime.ClientAuthInfoWriter) (*GetAnomalyDetectionDatabaseServicesOK, error)
GetAnomalyDetectionDatabaseServices gets the configuration of anomaly detection for database services
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateAnomalyDetectionDatabaseServices ¶
func (a *Client) UpdateAnomalyDetectionDatabaseServices(params *UpdateAnomalyDetectionDatabaseServicesParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateAnomalyDetectionDatabaseServicesNoContent, error)
UpdateAnomalyDetectionDatabaseServices updates the configuration of anomaly detection for database services
func (*Client) ValidateUpdateAnomalyDetectionDatabaseServices ¶
func (a *Client) ValidateUpdateAnomalyDetectionDatabaseServices(params *ValidateUpdateAnomalyDetectionDatabaseServicesParams, authInfo runtime.ClientAuthInfoWriter) (*ValidateUpdateAnomalyDetectionDatabaseServicesNoContent, error)
ValidateUpdateAnomalyDetectionDatabaseServices validates the payload for the p u t anomaly detection database services request
type ClientService ¶
type ClientService interface { GetAnomalyDetectionDatabaseServices(params *GetAnomalyDetectionDatabaseServicesParams, authInfo runtime.ClientAuthInfoWriter) (*GetAnomalyDetectionDatabaseServicesOK, error) UpdateAnomalyDetectionDatabaseServices(params *UpdateAnomalyDetectionDatabaseServicesParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateAnomalyDetectionDatabaseServicesNoContent, error) ValidateUpdateAnomalyDetectionDatabaseServices(params *ValidateUpdateAnomalyDetectionDatabaseServicesParams, authInfo runtime.ClientAuthInfoWriter) (*ValidateUpdateAnomalyDetectionDatabaseServicesNoContent, 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 anomaly detection database services API client.
type GetAnomalyDetectionDatabaseServicesOK ¶
type GetAnomalyDetectionDatabaseServicesOK struct {
Payload *dynatrace.DatabaseAnomalyDetectionConfig
}
GetAnomalyDetectionDatabaseServicesOK handles this case with default header values.
successful operation
func NewGetAnomalyDetectionDatabaseServicesOK ¶
func NewGetAnomalyDetectionDatabaseServicesOK() *GetAnomalyDetectionDatabaseServicesOK
NewGetAnomalyDetectionDatabaseServicesOK creates a GetAnomalyDetectionDatabaseServicesOK with default headers values
func (*GetAnomalyDetectionDatabaseServicesOK) Error ¶
func (o *GetAnomalyDetectionDatabaseServicesOK) Error() string
func (*GetAnomalyDetectionDatabaseServicesOK) GetPayload ¶
func (o *GetAnomalyDetectionDatabaseServicesOK) GetPayload() *dynatrace.DatabaseAnomalyDetectionConfig
type GetAnomalyDetectionDatabaseServicesParams ¶
type GetAnomalyDetectionDatabaseServicesParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAnomalyDetectionDatabaseServicesParams contains all the parameters to send to the API endpoint for the get anomaly detection database services operation typically these are written to a http.Request
func NewGetAnomalyDetectionDatabaseServicesParams ¶
func NewGetAnomalyDetectionDatabaseServicesParams() *GetAnomalyDetectionDatabaseServicesParams
NewGetAnomalyDetectionDatabaseServicesParams creates a new GetAnomalyDetectionDatabaseServicesParams object with the default values initialized.
func NewGetAnomalyDetectionDatabaseServicesParamsWithContext ¶
func NewGetAnomalyDetectionDatabaseServicesParamsWithContext(ctx context.Context) *GetAnomalyDetectionDatabaseServicesParams
NewGetAnomalyDetectionDatabaseServicesParamsWithContext creates a new GetAnomalyDetectionDatabaseServicesParams object with the default values initialized, and the ability to set a context for a request
func NewGetAnomalyDetectionDatabaseServicesParamsWithHTTPClient ¶
func NewGetAnomalyDetectionDatabaseServicesParamsWithHTTPClient(client *http.Client) *GetAnomalyDetectionDatabaseServicesParams
NewGetAnomalyDetectionDatabaseServicesParamsWithHTTPClient creates a new GetAnomalyDetectionDatabaseServicesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAnomalyDetectionDatabaseServicesParamsWithTimeout ¶
func NewGetAnomalyDetectionDatabaseServicesParamsWithTimeout(timeout time.Duration) *GetAnomalyDetectionDatabaseServicesParams
NewGetAnomalyDetectionDatabaseServicesParamsWithTimeout creates a new GetAnomalyDetectionDatabaseServicesParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAnomalyDetectionDatabaseServicesParams) SetContext ¶
func (o *GetAnomalyDetectionDatabaseServicesParams) SetContext(ctx context.Context)
SetContext adds the context to the get anomaly detection database services params
func (*GetAnomalyDetectionDatabaseServicesParams) SetHTTPClient ¶
func (o *GetAnomalyDetectionDatabaseServicesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get anomaly detection database services params
func (*GetAnomalyDetectionDatabaseServicesParams) SetTimeout ¶
func (o *GetAnomalyDetectionDatabaseServicesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get anomaly detection database services params
func (*GetAnomalyDetectionDatabaseServicesParams) WithContext ¶
func (o *GetAnomalyDetectionDatabaseServicesParams) WithContext(ctx context.Context) *GetAnomalyDetectionDatabaseServicesParams
WithContext adds the context to the get anomaly detection database services params
func (*GetAnomalyDetectionDatabaseServicesParams) WithHTTPClient ¶
func (o *GetAnomalyDetectionDatabaseServicesParams) WithHTTPClient(client *http.Client) *GetAnomalyDetectionDatabaseServicesParams
WithHTTPClient adds the HTTPClient to the get anomaly detection database services params
func (*GetAnomalyDetectionDatabaseServicesParams) WithTimeout ¶
func (o *GetAnomalyDetectionDatabaseServicesParams) WithTimeout(timeout time.Duration) *GetAnomalyDetectionDatabaseServicesParams
WithTimeout adds the timeout to the get anomaly detection database services params
func (*GetAnomalyDetectionDatabaseServicesParams) WriteToRequest ¶
func (o *GetAnomalyDetectionDatabaseServicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAnomalyDetectionDatabaseServicesReader ¶
type GetAnomalyDetectionDatabaseServicesReader struct {
// contains filtered or unexported fields
}
GetAnomalyDetectionDatabaseServicesReader is a Reader for the GetAnomalyDetectionDatabaseServices structure.
func (*GetAnomalyDetectionDatabaseServicesReader) ReadResponse ¶
func (o *GetAnomalyDetectionDatabaseServicesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateAnomalyDetectionDatabaseServicesBadRequest ¶
type UpdateAnomalyDetectionDatabaseServicesBadRequest struct {
Payload *dynatrace.ErrorEnvelope
}
UpdateAnomalyDetectionDatabaseServicesBadRequest handles this case with default header values.
Failed. The input is invalid.
func NewUpdateAnomalyDetectionDatabaseServicesBadRequest ¶
func NewUpdateAnomalyDetectionDatabaseServicesBadRequest() *UpdateAnomalyDetectionDatabaseServicesBadRequest
NewUpdateAnomalyDetectionDatabaseServicesBadRequest creates a UpdateAnomalyDetectionDatabaseServicesBadRequest with default headers values
func (*UpdateAnomalyDetectionDatabaseServicesBadRequest) Error ¶
func (o *UpdateAnomalyDetectionDatabaseServicesBadRequest) Error() string
func (*UpdateAnomalyDetectionDatabaseServicesBadRequest) GetPayload ¶
func (o *UpdateAnomalyDetectionDatabaseServicesBadRequest) GetPayload() *dynatrace.ErrorEnvelope
type UpdateAnomalyDetectionDatabaseServicesNoContent ¶
type UpdateAnomalyDetectionDatabaseServicesNoContent struct { }
UpdateAnomalyDetectionDatabaseServicesNoContent handles this case with default header values.
Success. Configuration has been updated. Response doesn't have a body.
func NewUpdateAnomalyDetectionDatabaseServicesNoContent ¶
func NewUpdateAnomalyDetectionDatabaseServicesNoContent() *UpdateAnomalyDetectionDatabaseServicesNoContent
NewUpdateAnomalyDetectionDatabaseServicesNoContent creates a UpdateAnomalyDetectionDatabaseServicesNoContent with default headers values
func (*UpdateAnomalyDetectionDatabaseServicesNoContent) Error ¶
func (o *UpdateAnomalyDetectionDatabaseServicesNoContent) Error() string
type UpdateAnomalyDetectionDatabaseServicesParams ¶
type UpdateAnomalyDetectionDatabaseServicesParams struct { /*Body The JSON body of the request. Contains parameters of the database service anomaly detection configuration. */ Body *dynatrace.DatabaseAnomalyDetectionConfig Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateAnomalyDetectionDatabaseServicesParams contains all the parameters to send to the API endpoint for the update anomaly detection database services operation typically these are written to a http.Request
func NewUpdateAnomalyDetectionDatabaseServicesParams ¶
func NewUpdateAnomalyDetectionDatabaseServicesParams() *UpdateAnomalyDetectionDatabaseServicesParams
NewUpdateAnomalyDetectionDatabaseServicesParams creates a new UpdateAnomalyDetectionDatabaseServicesParams object with the default values initialized.
func NewUpdateAnomalyDetectionDatabaseServicesParamsWithContext ¶
func NewUpdateAnomalyDetectionDatabaseServicesParamsWithContext(ctx context.Context) *UpdateAnomalyDetectionDatabaseServicesParams
NewUpdateAnomalyDetectionDatabaseServicesParamsWithContext creates a new UpdateAnomalyDetectionDatabaseServicesParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateAnomalyDetectionDatabaseServicesParamsWithHTTPClient ¶
func NewUpdateAnomalyDetectionDatabaseServicesParamsWithHTTPClient(client *http.Client) *UpdateAnomalyDetectionDatabaseServicesParams
NewUpdateAnomalyDetectionDatabaseServicesParamsWithHTTPClient creates a new UpdateAnomalyDetectionDatabaseServicesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateAnomalyDetectionDatabaseServicesParamsWithTimeout ¶
func NewUpdateAnomalyDetectionDatabaseServicesParamsWithTimeout(timeout time.Duration) *UpdateAnomalyDetectionDatabaseServicesParams
NewUpdateAnomalyDetectionDatabaseServicesParamsWithTimeout creates a new UpdateAnomalyDetectionDatabaseServicesParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateAnomalyDetectionDatabaseServicesParams) SetBody ¶
func (o *UpdateAnomalyDetectionDatabaseServicesParams) SetBody(body *dynatrace.DatabaseAnomalyDetectionConfig)
SetBody adds the body to the update anomaly detection database services params
func (*UpdateAnomalyDetectionDatabaseServicesParams) SetContext ¶
func (o *UpdateAnomalyDetectionDatabaseServicesParams) SetContext(ctx context.Context)
SetContext adds the context to the update anomaly detection database services params
func (*UpdateAnomalyDetectionDatabaseServicesParams) SetHTTPClient ¶
func (o *UpdateAnomalyDetectionDatabaseServicesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update anomaly detection database services params
func (*UpdateAnomalyDetectionDatabaseServicesParams) SetTimeout ¶
func (o *UpdateAnomalyDetectionDatabaseServicesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update anomaly detection database services params
func (*UpdateAnomalyDetectionDatabaseServicesParams) WithBody ¶
func (o *UpdateAnomalyDetectionDatabaseServicesParams) WithBody(body *dynatrace.DatabaseAnomalyDetectionConfig) *UpdateAnomalyDetectionDatabaseServicesParams
WithBody adds the body to the update anomaly detection database services params
func (*UpdateAnomalyDetectionDatabaseServicesParams) WithContext ¶
func (o *UpdateAnomalyDetectionDatabaseServicesParams) WithContext(ctx context.Context) *UpdateAnomalyDetectionDatabaseServicesParams
WithContext adds the context to the update anomaly detection database services params
func (*UpdateAnomalyDetectionDatabaseServicesParams) WithHTTPClient ¶
func (o *UpdateAnomalyDetectionDatabaseServicesParams) WithHTTPClient(client *http.Client) *UpdateAnomalyDetectionDatabaseServicesParams
WithHTTPClient adds the HTTPClient to the update anomaly detection database services params
func (*UpdateAnomalyDetectionDatabaseServicesParams) WithTimeout ¶
func (o *UpdateAnomalyDetectionDatabaseServicesParams) WithTimeout(timeout time.Duration) *UpdateAnomalyDetectionDatabaseServicesParams
WithTimeout adds the timeout to the update anomaly detection database services params
func (*UpdateAnomalyDetectionDatabaseServicesParams) WriteToRequest ¶
func (o *UpdateAnomalyDetectionDatabaseServicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateAnomalyDetectionDatabaseServicesReader ¶
type UpdateAnomalyDetectionDatabaseServicesReader struct {
// contains filtered or unexported fields
}
UpdateAnomalyDetectionDatabaseServicesReader is a Reader for the UpdateAnomalyDetectionDatabaseServices structure.
func (*UpdateAnomalyDetectionDatabaseServicesReader) ReadResponse ¶
func (o *UpdateAnomalyDetectionDatabaseServicesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ValidateUpdateAnomalyDetectionDatabaseServicesBadRequest ¶
type ValidateUpdateAnomalyDetectionDatabaseServicesBadRequest struct {
Payload *dynatrace.ErrorEnvelope
}
ValidateUpdateAnomalyDetectionDatabaseServicesBadRequest handles this case with default header values.
Failed. The input is invalid.
func NewValidateUpdateAnomalyDetectionDatabaseServicesBadRequest ¶
func NewValidateUpdateAnomalyDetectionDatabaseServicesBadRequest() *ValidateUpdateAnomalyDetectionDatabaseServicesBadRequest
NewValidateUpdateAnomalyDetectionDatabaseServicesBadRequest creates a ValidateUpdateAnomalyDetectionDatabaseServicesBadRequest with default headers values
func (*ValidateUpdateAnomalyDetectionDatabaseServicesBadRequest) Error ¶
func (o *ValidateUpdateAnomalyDetectionDatabaseServicesBadRequest) Error() string
func (*ValidateUpdateAnomalyDetectionDatabaseServicesBadRequest) GetPayload ¶
func (o *ValidateUpdateAnomalyDetectionDatabaseServicesBadRequest) GetPayload() *dynatrace.ErrorEnvelope
type ValidateUpdateAnomalyDetectionDatabaseServicesNoContent ¶
type ValidateUpdateAnomalyDetectionDatabaseServicesNoContent struct { }
ValidateUpdateAnomalyDetectionDatabaseServicesNoContent handles this case with default header values.
Validated. The submitted configuration is valid. Response doesn't have a body.
func NewValidateUpdateAnomalyDetectionDatabaseServicesNoContent ¶
func NewValidateUpdateAnomalyDetectionDatabaseServicesNoContent() *ValidateUpdateAnomalyDetectionDatabaseServicesNoContent
NewValidateUpdateAnomalyDetectionDatabaseServicesNoContent creates a ValidateUpdateAnomalyDetectionDatabaseServicesNoContent with default headers values
func (*ValidateUpdateAnomalyDetectionDatabaseServicesNoContent) Error ¶
func (o *ValidateUpdateAnomalyDetectionDatabaseServicesNoContent) Error() string
type ValidateUpdateAnomalyDetectionDatabaseServicesParams ¶
type ValidateUpdateAnomalyDetectionDatabaseServicesParams struct { /*Body The JSON body of the request. Contains parameters of the database service anomaly detection configuration. */ Body *dynatrace.DatabaseAnomalyDetectionConfig Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ValidateUpdateAnomalyDetectionDatabaseServicesParams contains all the parameters to send to the API endpoint for the validate update anomaly detection database services operation typically these are written to a http.Request
func NewValidateUpdateAnomalyDetectionDatabaseServicesParams ¶
func NewValidateUpdateAnomalyDetectionDatabaseServicesParams() *ValidateUpdateAnomalyDetectionDatabaseServicesParams
NewValidateUpdateAnomalyDetectionDatabaseServicesParams creates a new ValidateUpdateAnomalyDetectionDatabaseServicesParams object with the default values initialized.
func NewValidateUpdateAnomalyDetectionDatabaseServicesParamsWithContext ¶
func NewValidateUpdateAnomalyDetectionDatabaseServicesParamsWithContext(ctx context.Context) *ValidateUpdateAnomalyDetectionDatabaseServicesParams
NewValidateUpdateAnomalyDetectionDatabaseServicesParamsWithContext creates a new ValidateUpdateAnomalyDetectionDatabaseServicesParams object with the default values initialized, and the ability to set a context for a request
func NewValidateUpdateAnomalyDetectionDatabaseServicesParamsWithHTTPClient ¶
func NewValidateUpdateAnomalyDetectionDatabaseServicesParamsWithHTTPClient(client *http.Client) *ValidateUpdateAnomalyDetectionDatabaseServicesParams
NewValidateUpdateAnomalyDetectionDatabaseServicesParamsWithHTTPClient creates a new ValidateUpdateAnomalyDetectionDatabaseServicesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewValidateUpdateAnomalyDetectionDatabaseServicesParamsWithTimeout ¶
func NewValidateUpdateAnomalyDetectionDatabaseServicesParamsWithTimeout(timeout time.Duration) *ValidateUpdateAnomalyDetectionDatabaseServicesParams
NewValidateUpdateAnomalyDetectionDatabaseServicesParamsWithTimeout creates a new ValidateUpdateAnomalyDetectionDatabaseServicesParams object with the default values initialized, and the ability to set a timeout on a request
func (*ValidateUpdateAnomalyDetectionDatabaseServicesParams) SetBody ¶
func (o *ValidateUpdateAnomalyDetectionDatabaseServicesParams) SetBody(body *dynatrace.DatabaseAnomalyDetectionConfig)
SetBody adds the body to the validate update anomaly detection database services params
func (*ValidateUpdateAnomalyDetectionDatabaseServicesParams) SetContext ¶
func (o *ValidateUpdateAnomalyDetectionDatabaseServicesParams) SetContext(ctx context.Context)
SetContext adds the context to the validate update anomaly detection database services params
func (*ValidateUpdateAnomalyDetectionDatabaseServicesParams) SetHTTPClient ¶
func (o *ValidateUpdateAnomalyDetectionDatabaseServicesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the validate update anomaly detection database services params
func (*ValidateUpdateAnomalyDetectionDatabaseServicesParams) SetTimeout ¶
func (o *ValidateUpdateAnomalyDetectionDatabaseServicesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the validate update anomaly detection database services params
func (*ValidateUpdateAnomalyDetectionDatabaseServicesParams) WithBody ¶
func (o *ValidateUpdateAnomalyDetectionDatabaseServicesParams) WithBody(body *dynatrace.DatabaseAnomalyDetectionConfig) *ValidateUpdateAnomalyDetectionDatabaseServicesParams
WithBody adds the body to the validate update anomaly detection database services params
func (*ValidateUpdateAnomalyDetectionDatabaseServicesParams) WithContext ¶
func (o *ValidateUpdateAnomalyDetectionDatabaseServicesParams) WithContext(ctx context.Context) *ValidateUpdateAnomalyDetectionDatabaseServicesParams
WithContext adds the context to the validate update anomaly detection database services params
func (*ValidateUpdateAnomalyDetectionDatabaseServicesParams) WithHTTPClient ¶
func (o *ValidateUpdateAnomalyDetectionDatabaseServicesParams) WithHTTPClient(client *http.Client) *ValidateUpdateAnomalyDetectionDatabaseServicesParams
WithHTTPClient adds the HTTPClient to the validate update anomaly detection database services params
func (*ValidateUpdateAnomalyDetectionDatabaseServicesParams) WithTimeout ¶
func (o *ValidateUpdateAnomalyDetectionDatabaseServicesParams) WithTimeout(timeout time.Duration) *ValidateUpdateAnomalyDetectionDatabaseServicesParams
WithTimeout adds the timeout to the validate update anomaly detection database services params
func (*ValidateUpdateAnomalyDetectionDatabaseServicesParams) WriteToRequest ¶
func (o *ValidateUpdateAnomalyDetectionDatabaseServicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ValidateUpdateAnomalyDetectionDatabaseServicesReader ¶
type ValidateUpdateAnomalyDetectionDatabaseServicesReader struct {
// contains filtered or unexported fields
}
ValidateUpdateAnomalyDetectionDatabaseServicesReader is a Reader for the ValidateUpdateAnomalyDetectionDatabaseServices structure.
func (*ValidateUpdateAnomalyDetectionDatabaseServicesReader) ReadResponse ¶
func (o *ValidateUpdateAnomalyDetectionDatabaseServicesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files
¶
- anomaly_detection_database_services_client.go
- get_anomaly_detection_database_services_parameters.go
- get_anomaly_detection_database_services_responses.go
- update_anomaly_detection_database_services_parameters.go
- update_anomaly_detection_database_services_responses.go
- validate_update_anomaly_detection_database_services_parameters.go
- validate_update_anomaly_detection_database_services_responses.go