web_application_configuration

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2020 License: MIT Imports: 10 Imported by: 0

Documentation

Index

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 web application configuration API

func (*Client) CreateApplicationsWeb

func (a *Client) CreateApplicationsWeb(params *CreateApplicationsWebParams, authInfo runtime.ClientAuthInfoWriter) (*CreateApplicationsWebCreated, error)

CreateApplicationsWeb creates a new web application

The body must not provide an ID as that will be automatically assigned by Dynatrace server.

func (*Client) DeleteApplicationsWeb

DeleteApplicationsWeb deletes the specified web application

func (*Client) GetApplicationsWeb

func (a *Client) GetApplicationsWeb(params *GetApplicationsWebParams, authInfo runtime.ClientAuthInfoWriter) (*GetApplicationsWebOK, error)

GetApplicationsWeb gets the configuration of the specified web application

func (*Client) GetApplicationsWebDataPrivacy

func (a *Client) GetApplicationsWebDataPrivacy(params *GetApplicationsWebDataPrivacyParams, authInfo runtime.ClientAuthInfoWriter) (*GetApplicationsWebDataPrivacyOK, error)

GetApplicationsWebDataPrivacy gets the data privacy settings of the specified web application

func (*Client) GetApplicationsWebDataPrivacyList

GetApplicationsWebDataPrivacyList lists data privacy settings of all web applications

func (*Client) GetApplicationsWebDefault

func (a *Client) GetApplicationsWebDefault(params *GetApplicationsWebDefaultParams, authInfo runtime.ClientAuthInfoWriter) (*GetApplicationsWebDefaultOK, error)
GetApplicationsWebDefault gets the configuration of the default web application

Default application is pre-configured in your Dynatrace environment. By default all traffic goes to this application.

After you configure your own applications, all the traffic, which doesn't fit to any of your applications, goes to the default one.

func (*Client) GetApplicationsWebDefaultDataPrivacy

GetApplicationsWebDefaultDataPrivacy gets the data privacy settings of the default web application

Default application is pre-configured in your Dynatrace environment. By default all the traffic goes to this application.

After you configure your own applications, all the traffic, which doesn't fit to any of your applications, goes to the default one.

func (*Client) GetApplicationsWebs

func (a *Client) GetApplicationsWebs(params *GetApplicationsWebsParams, authInfo runtime.ClientAuthInfoWriter) (*GetApplicationsWebsOK, error)

GetApplicationsWebs lists all existing web applications

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateApplicationsWeb

UpdateApplicationsWeb updates the configuration of the specified web application or creates a new one

If the application with the specified ID does not exist, a new application will be created.

func (*Client) UpdateApplicationsWebDataPrivacy

UpdateApplicationsWebDataPrivacy updates the data privacy settings of the specified web application

func (*Client) UpdateApplicationsWebDefault

UpdateApplicationsWebDefault updates the configuration of the default web application

Default application is pre-configured in your Dynatrace environment. By default all traffic goes to this application.

After you configure your own applications, all the traffic, which doesn't fit to any of your applications, goes to the default one.

func (*Client) UpdateApplicationsWebDefaultDataPrivacy

UpdateApplicationsWebDefaultDataPrivacy updates the data privacy settings of the default web application

Default application is pre-configured in your Dynatrace environment. By default all traffic goes to this application.

After you configure your own applications, all the traffic, which doesn't fit to any of your applications, goes to the default one.

func (*Client) ValidateCreateApplicationsWeb

ValidateCreateApplicationsWeb validates the configuration of the web application for the p o s t applications web request

func (*Client) ValidateCreateApplicationsWebDefault

ValidateCreateApplicationsWebDefault validates the configuration of the default web application for the p u t applications web default request

func (*Client) ValidateUpdateApplicationsDataPrivacy

ValidateUpdateApplicationsDataPrivacy validates data privacy settings for the p u t applications web id data privacy request

func (*Client) ValidateUpdateApplicationsWeb

ValidateUpdateApplicationsWeb validates the configuration of the web application for the p u t applications web id request

func (*Client) ValidateUpdateApplicationsWebDefaultDataPrivacy

ValidateUpdateApplicationsWebDefaultDataPrivacy validates data privacy settings of the default web application for the p u t applications web default data privacy request

type ClientService

type ClientService interface {
	CreateApplicationsWeb(params *CreateApplicationsWebParams, authInfo runtime.ClientAuthInfoWriter) (*CreateApplicationsWebCreated, error)

	DeleteApplicationsWeb(params *DeleteApplicationsWebParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteApplicationsWebNoContent, error)

	GetApplicationsWeb(params *GetApplicationsWebParams, authInfo runtime.ClientAuthInfoWriter) (*GetApplicationsWebOK, error)

	GetApplicationsWebDataPrivacy(params *GetApplicationsWebDataPrivacyParams, authInfo runtime.ClientAuthInfoWriter) (*GetApplicationsWebDataPrivacyOK, error)

	GetApplicationsWebDataPrivacyList(params *GetApplicationsWebDataPrivacyListParams, authInfo runtime.ClientAuthInfoWriter) (*GetApplicationsWebDataPrivacyListOK, error)

	GetApplicationsWebDefault(params *GetApplicationsWebDefaultParams, authInfo runtime.ClientAuthInfoWriter) (*GetApplicationsWebDefaultOK, error)

	GetApplicationsWebDefaultDataPrivacy(params *GetApplicationsWebDefaultDataPrivacyParams, authInfo runtime.ClientAuthInfoWriter) (*GetApplicationsWebDefaultDataPrivacyOK, error)

	GetApplicationsWebs(params *GetApplicationsWebsParams, authInfo runtime.ClientAuthInfoWriter) (*GetApplicationsWebsOK, error)

	UpdateApplicationsWeb(params *UpdateApplicationsWebParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateApplicationsWebCreated, *UpdateApplicationsWebNoContent, error)

	UpdateApplicationsWebDataPrivacy(params *UpdateApplicationsWebDataPrivacyParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateApplicationsWebDataPrivacyNoContent, error)

	UpdateApplicationsWebDefault(params *UpdateApplicationsWebDefaultParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateApplicationsWebDefaultNoContent, error)

	UpdateApplicationsWebDefaultDataPrivacy(params *UpdateApplicationsWebDefaultDataPrivacyParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateApplicationsWebDefaultDataPrivacyNoContent, error)

	ValidateCreateApplicationsWeb(params *ValidateCreateApplicationsWebParams, authInfo runtime.ClientAuthInfoWriter) (*ValidateCreateApplicationsWebNoContent, error)

	ValidateCreateApplicationsWebDefault(params *ValidateCreateApplicationsWebDefaultParams, authInfo runtime.ClientAuthInfoWriter) (*ValidateCreateApplicationsWebDefaultNoContent, error)

	ValidateUpdateApplicationsDataPrivacy(params *ValidateUpdateApplicationsDataPrivacyParams, authInfo runtime.ClientAuthInfoWriter) (*ValidateUpdateApplicationsDataPrivacyNoContent, error)

	ValidateUpdateApplicationsWeb(params *ValidateUpdateApplicationsWebParams, authInfo runtime.ClientAuthInfoWriter) (*ValidateUpdateApplicationsWebNoContent, error)

	ValidateUpdateApplicationsWebDefaultDataPrivacy(params *ValidateUpdateApplicationsWebDefaultDataPrivacyParams, authInfo runtime.ClientAuthInfoWriter) (*ValidateUpdateApplicationsWebDefaultDataPrivacyNoContent, 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 web application configuration API client.

type CreateApplicationsWebBadRequest

type CreateApplicationsWebBadRequest struct {
	Payload *dynatrace.ErrorEnvelope
}

CreateApplicationsWebBadRequest handles this case with default header values.

Failed. The input is invalid.

func NewCreateApplicationsWebBadRequest

func NewCreateApplicationsWebBadRequest() *CreateApplicationsWebBadRequest

NewCreateApplicationsWebBadRequest creates a CreateApplicationsWebBadRequest with default headers values

func (*CreateApplicationsWebBadRequest) Error

func (*CreateApplicationsWebBadRequest) GetPayload

type CreateApplicationsWebCreated

type CreateApplicationsWebCreated struct {
	Payload *dynatrace.EntityShortRepresentation
}

CreateApplicationsWebCreated handles this case with default header values.

Success. The response body contains the ID and name of the new web application.

func NewCreateApplicationsWebCreated

func NewCreateApplicationsWebCreated() *CreateApplicationsWebCreated

NewCreateApplicationsWebCreated creates a CreateApplicationsWebCreated with default headers values

func (*CreateApplicationsWebCreated) Error

func (*CreateApplicationsWebCreated) GetPayload

type CreateApplicationsWebParams

type CreateApplicationsWebParams struct {

	/*Body
	  JSON body of the request, containing parameters of the new web application configuraiton.

	*/
	Body *dynatrace.WebApplicationConfig

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

CreateApplicationsWebParams contains all the parameters to send to the API endpoint for the create applications web operation typically these are written to a http.Request

func NewCreateApplicationsWebParams

func NewCreateApplicationsWebParams() *CreateApplicationsWebParams

NewCreateApplicationsWebParams creates a new CreateApplicationsWebParams object with the default values initialized.

func NewCreateApplicationsWebParamsWithContext

func NewCreateApplicationsWebParamsWithContext(ctx context.Context) *CreateApplicationsWebParams

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

func NewCreateApplicationsWebParamsWithHTTPClient

func NewCreateApplicationsWebParamsWithHTTPClient(client *http.Client) *CreateApplicationsWebParams

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

func NewCreateApplicationsWebParamsWithTimeout

func NewCreateApplicationsWebParamsWithTimeout(timeout time.Duration) *CreateApplicationsWebParams

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

func (*CreateApplicationsWebParams) SetBody

SetBody adds the body to the create applications web params

func (*CreateApplicationsWebParams) SetContext

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

SetContext adds the context to the create applications web params

func (*CreateApplicationsWebParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create applications web params

func (*CreateApplicationsWebParams) SetTimeout

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

SetTimeout adds the timeout to the create applications web params

func (*CreateApplicationsWebParams) WithBody

WithBody adds the body to the create applications web params

func (*CreateApplicationsWebParams) WithContext

WithContext adds the context to the create applications web params

func (*CreateApplicationsWebParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create applications web params

func (*CreateApplicationsWebParams) WithTimeout

WithTimeout adds the timeout to the create applications web params

func (*CreateApplicationsWebParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateApplicationsWebReader

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

CreateApplicationsWebReader is a Reader for the CreateApplicationsWeb structure.

func (*CreateApplicationsWebReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteApplicationsWebNoContent

type DeleteApplicationsWebNoContent struct {
}

DeleteApplicationsWebNoContent handles this case with default header values.

Success. The application has been deleted. The response does not have a body.

func NewDeleteApplicationsWebNoContent

func NewDeleteApplicationsWebNoContent() *DeleteApplicationsWebNoContent

NewDeleteApplicationsWebNoContent creates a DeleteApplicationsWebNoContent with default headers values

func (*DeleteApplicationsWebNoContent) Error

type DeleteApplicationsWebParams

type DeleteApplicationsWebParams struct {

	/*ID
	  The ID of the web application to delete.

	*/
	ID string

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

DeleteApplicationsWebParams contains all the parameters to send to the API endpoint for the delete applications web operation typically these are written to a http.Request

func NewDeleteApplicationsWebParams

func NewDeleteApplicationsWebParams() *DeleteApplicationsWebParams

NewDeleteApplicationsWebParams creates a new DeleteApplicationsWebParams object with the default values initialized.

func NewDeleteApplicationsWebParamsWithContext

func NewDeleteApplicationsWebParamsWithContext(ctx context.Context) *DeleteApplicationsWebParams

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

func NewDeleteApplicationsWebParamsWithHTTPClient

func NewDeleteApplicationsWebParamsWithHTTPClient(client *http.Client) *DeleteApplicationsWebParams

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

func NewDeleteApplicationsWebParamsWithTimeout

func NewDeleteApplicationsWebParamsWithTimeout(timeout time.Duration) *DeleteApplicationsWebParams

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

func (*DeleteApplicationsWebParams) SetContext

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

SetContext adds the context to the delete applications web params

func (*DeleteApplicationsWebParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete applications web params

func (*DeleteApplicationsWebParams) SetID

func (o *DeleteApplicationsWebParams) SetID(id string)

SetID adds the id to the delete applications web params

func (*DeleteApplicationsWebParams) SetTimeout

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

SetTimeout adds the timeout to the delete applications web params

func (*DeleteApplicationsWebParams) WithContext

WithContext adds the context to the delete applications web params

func (*DeleteApplicationsWebParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete applications web params

func (*DeleteApplicationsWebParams) WithID

WithID adds the id to the delete applications web params

func (*DeleteApplicationsWebParams) WithTimeout

WithTimeout adds the timeout to the delete applications web params

func (*DeleteApplicationsWebParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteApplicationsWebReader

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

DeleteApplicationsWebReader is a Reader for the DeleteApplicationsWeb structure.

func (*DeleteApplicationsWebReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetApplicationsWebDataPrivacyListOK

type GetApplicationsWebDataPrivacyListOK struct {
	Payload *dynatrace.ApplicationDataPrivacyList
}

GetApplicationsWebDataPrivacyListOK handles this case with default header values.

successful operation

func NewGetApplicationsWebDataPrivacyListOK

func NewGetApplicationsWebDataPrivacyListOK() *GetApplicationsWebDataPrivacyListOK

NewGetApplicationsWebDataPrivacyListOK creates a GetApplicationsWebDataPrivacyListOK with default headers values

func (*GetApplicationsWebDataPrivacyListOK) Error

func (*GetApplicationsWebDataPrivacyListOK) GetPayload

type GetApplicationsWebDataPrivacyListParams

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

GetApplicationsWebDataPrivacyListParams contains all the parameters to send to the API endpoint for the get applications web data privacy list operation typically these are written to a http.Request

func NewGetApplicationsWebDataPrivacyListParams

func NewGetApplicationsWebDataPrivacyListParams() *GetApplicationsWebDataPrivacyListParams

NewGetApplicationsWebDataPrivacyListParams creates a new GetApplicationsWebDataPrivacyListParams object with the default values initialized.

func NewGetApplicationsWebDataPrivacyListParamsWithContext

func NewGetApplicationsWebDataPrivacyListParamsWithContext(ctx context.Context) *GetApplicationsWebDataPrivacyListParams

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

func NewGetApplicationsWebDataPrivacyListParamsWithHTTPClient

func NewGetApplicationsWebDataPrivacyListParamsWithHTTPClient(client *http.Client) *GetApplicationsWebDataPrivacyListParams

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

func NewGetApplicationsWebDataPrivacyListParamsWithTimeout

func NewGetApplicationsWebDataPrivacyListParamsWithTimeout(timeout time.Duration) *GetApplicationsWebDataPrivacyListParams

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

func (*GetApplicationsWebDataPrivacyListParams) SetContext

SetContext adds the context to the get applications web data privacy list params

func (*GetApplicationsWebDataPrivacyListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get applications web data privacy list params

func (*GetApplicationsWebDataPrivacyListParams) SetTimeout

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

SetTimeout adds the timeout to the get applications web data privacy list params

func (*GetApplicationsWebDataPrivacyListParams) WithContext

WithContext adds the context to the get applications web data privacy list params

func (*GetApplicationsWebDataPrivacyListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get applications web data privacy list params

func (*GetApplicationsWebDataPrivacyListParams) WithTimeout

WithTimeout adds the timeout to the get applications web data privacy list params

func (*GetApplicationsWebDataPrivacyListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetApplicationsWebDataPrivacyListReader

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

GetApplicationsWebDataPrivacyListReader is a Reader for the GetApplicationsWebDataPrivacyList structure.

func (*GetApplicationsWebDataPrivacyListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetApplicationsWebDataPrivacyOK

type GetApplicationsWebDataPrivacyOK struct {
	Payload *dynatrace.ApplicationDataPrivacy
}

GetApplicationsWebDataPrivacyOK handles this case with default header values.

successful operation

func NewGetApplicationsWebDataPrivacyOK

func NewGetApplicationsWebDataPrivacyOK() *GetApplicationsWebDataPrivacyOK

NewGetApplicationsWebDataPrivacyOK creates a GetApplicationsWebDataPrivacyOK with default headers values

func (*GetApplicationsWebDataPrivacyOK) Error

func (*GetApplicationsWebDataPrivacyOK) GetPayload

type GetApplicationsWebDataPrivacyParams

type GetApplicationsWebDataPrivacyParams struct {

	/*ID
	  The ID of the web application where you want to check data privacy settings.

	*/
	ID string

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

GetApplicationsWebDataPrivacyParams contains all the parameters to send to the API endpoint for the get applications web data privacy operation typically these are written to a http.Request

func NewGetApplicationsWebDataPrivacyParams

func NewGetApplicationsWebDataPrivacyParams() *GetApplicationsWebDataPrivacyParams

NewGetApplicationsWebDataPrivacyParams creates a new GetApplicationsWebDataPrivacyParams object with the default values initialized.

func NewGetApplicationsWebDataPrivacyParamsWithContext

func NewGetApplicationsWebDataPrivacyParamsWithContext(ctx context.Context) *GetApplicationsWebDataPrivacyParams

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

func NewGetApplicationsWebDataPrivacyParamsWithHTTPClient

func NewGetApplicationsWebDataPrivacyParamsWithHTTPClient(client *http.Client) *GetApplicationsWebDataPrivacyParams

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

func NewGetApplicationsWebDataPrivacyParamsWithTimeout

func NewGetApplicationsWebDataPrivacyParamsWithTimeout(timeout time.Duration) *GetApplicationsWebDataPrivacyParams

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

func (*GetApplicationsWebDataPrivacyParams) SetContext

SetContext adds the context to the get applications web data privacy params

func (*GetApplicationsWebDataPrivacyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get applications web data privacy params

func (*GetApplicationsWebDataPrivacyParams) SetID

SetID adds the id to the get applications web data privacy params

func (*GetApplicationsWebDataPrivacyParams) SetTimeout

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

SetTimeout adds the timeout to the get applications web data privacy params

func (*GetApplicationsWebDataPrivacyParams) WithContext

WithContext adds the context to the get applications web data privacy params

func (*GetApplicationsWebDataPrivacyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get applications web data privacy params

func (*GetApplicationsWebDataPrivacyParams) WithID

WithID adds the id to the get applications web data privacy params

func (*GetApplicationsWebDataPrivacyParams) WithTimeout

WithTimeout adds the timeout to the get applications web data privacy params

func (*GetApplicationsWebDataPrivacyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetApplicationsWebDataPrivacyReader

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

GetApplicationsWebDataPrivacyReader is a Reader for the GetApplicationsWebDataPrivacy structure.

func (*GetApplicationsWebDataPrivacyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetApplicationsWebDefaultDataPrivacyOK

type GetApplicationsWebDefaultDataPrivacyOK struct {
	Payload *dynatrace.ApplicationDataPrivacy
}

GetApplicationsWebDefaultDataPrivacyOK handles this case with default header values.

successful operation

func NewGetApplicationsWebDefaultDataPrivacyOK

func NewGetApplicationsWebDefaultDataPrivacyOK() *GetApplicationsWebDefaultDataPrivacyOK

NewGetApplicationsWebDefaultDataPrivacyOK creates a GetApplicationsWebDefaultDataPrivacyOK with default headers values

func (*GetApplicationsWebDefaultDataPrivacyOK) Error

func (*GetApplicationsWebDefaultDataPrivacyOK) GetPayload

type GetApplicationsWebDefaultDataPrivacyParams

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

GetApplicationsWebDefaultDataPrivacyParams contains all the parameters to send to the API endpoint for the get applications web default data privacy operation typically these are written to a http.Request

func NewGetApplicationsWebDefaultDataPrivacyParams

func NewGetApplicationsWebDefaultDataPrivacyParams() *GetApplicationsWebDefaultDataPrivacyParams

NewGetApplicationsWebDefaultDataPrivacyParams creates a new GetApplicationsWebDefaultDataPrivacyParams object with the default values initialized.

func NewGetApplicationsWebDefaultDataPrivacyParamsWithContext

func NewGetApplicationsWebDefaultDataPrivacyParamsWithContext(ctx context.Context) *GetApplicationsWebDefaultDataPrivacyParams

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

func NewGetApplicationsWebDefaultDataPrivacyParamsWithHTTPClient

func NewGetApplicationsWebDefaultDataPrivacyParamsWithHTTPClient(client *http.Client) *GetApplicationsWebDefaultDataPrivacyParams

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

func NewGetApplicationsWebDefaultDataPrivacyParamsWithTimeout

func NewGetApplicationsWebDefaultDataPrivacyParamsWithTimeout(timeout time.Duration) *GetApplicationsWebDefaultDataPrivacyParams

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

func (*GetApplicationsWebDefaultDataPrivacyParams) SetContext

SetContext adds the context to the get applications web default data privacy params

func (*GetApplicationsWebDefaultDataPrivacyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get applications web default data privacy params

func (*GetApplicationsWebDefaultDataPrivacyParams) SetTimeout

SetTimeout adds the timeout to the get applications web default data privacy params

func (*GetApplicationsWebDefaultDataPrivacyParams) WithContext

WithContext adds the context to the get applications web default data privacy params

func (*GetApplicationsWebDefaultDataPrivacyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get applications web default data privacy params

func (*GetApplicationsWebDefaultDataPrivacyParams) WithTimeout

WithTimeout adds the timeout to the get applications web default data privacy params

func (*GetApplicationsWebDefaultDataPrivacyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetApplicationsWebDefaultDataPrivacyReader

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

GetApplicationsWebDefaultDataPrivacyReader is a Reader for the GetApplicationsWebDefaultDataPrivacy structure.

func (*GetApplicationsWebDefaultDataPrivacyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetApplicationsWebDefaultOK

type GetApplicationsWebDefaultOK struct {
	Payload *dynatrace.WebApplicationConfig
}

GetApplicationsWebDefaultOK handles this case with default header values.

successful operation

func NewGetApplicationsWebDefaultOK

func NewGetApplicationsWebDefaultOK() *GetApplicationsWebDefaultOK

NewGetApplicationsWebDefaultOK creates a GetApplicationsWebDefaultOK with default headers values

func (*GetApplicationsWebDefaultOK) Error

func (*GetApplicationsWebDefaultOK) GetPayload

type GetApplicationsWebDefaultParams

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

GetApplicationsWebDefaultParams contains all the parameters to send to the API endpoint for the get applications web default operation typically these are written to a http.Request

func NewGetApplicationsWebDefaultParams

func NewGetApplicationsWebDefaultParams() *GetApplicationsWebDefaultParams

NewGetApplicationsWebDefaultParams creates a new GetApplicationsWebDefaultParams object with the default values initialized.

func NewGetApplicationsWebDefaultParamsWithContext

func NewGetApplicationsWebDefaultParamsWithContext(ctx context.Context) *GetApplicationsWebDefaultParams

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

func NewGetApplicationsWebDefaultParamsWithHTTPClient

func NewGetApplicationsWebDefaultParamsWithHTTPClient(client *http.Client) *GetApplicationsWebDefaultParams

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

func NewGetApplicationsWebDefaultParamsWithTimeout

func NewGetApplicationsWebDefaultParamsWithTimeout(timeout time.Duration) *GetApplicationsWebDefaultParams

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

func (*GetApplicationsWebDefaultParams) SetContext

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

SetContext adds the context to the get applications web default params

func (*GetApplicationsWebDefaultParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get applications web default params

func (*GetApplicationsWebDefaultParams) SetTimeout

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

SetTimeout adds the timeout to the get applications web default params

func (*GetApplicationsWebDefaultParams) WithContext

WithContext adds the context to the get applications web default params

func (*GetApplicationsWebDefaultParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get applications web default params

func (*GetApplicationsWebDefaultParams) WithTimeout

WithTimeout adds the timeout to the get applications web default params

func (*GetApplicationsWebDefaultParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetApplicationsWebDefaultReader

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

GetApplicationsWebDefaultReader is a Reader for the GetApplicationsWebDefault structure.

func (*GetApplicationsWebDefaultReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetApplicationsWebOK

type GetApplicationsWebOK struct {
	Payload *dynatrace.WebApplicationConfig
}

GetApplicationsWebOK handles this case with default header values.

successful operation

func NewGetApplicationsWebOK

func NewGetApplicationsWebOK() *GetApplicationsWebOK

NewGetApplicationsWebOK creates a GetApplicationsWebOK with default headers values

func (*GetApplicationsWebOK) Error

func (o *GetApplicationsWebOK) Error() string

func (*GetApplicationsWebOK) GetPayload

type GetApplicationsWebParams

type GetApplicationsWebParams struct {

	/*ID
	  The ID of the requested web application.

	*/
	ID string

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

GetApplicationsWebParams contains all the parameters to send to the API endpoint for the get applications web operation typically these are written to a http.Request

func NewGetApplicationsWebParams

func NewGetApplicationsWebParams() *GetApplicationsWebParams

NewGetApplicationsWebParams creates a new GetApplicationsWebParams object with the default values initialized.

func NewGetApplicationsWebParamsWithContext

func NewGetApplicationsWebParamsWithContext(ctx context.Context) *GetApplicationsWebParams

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

func NewGetApplicationsWebParamsWithHTTPClient

func NewGetApplicationsWebParamsWithHTTPClient(client *http.Client) *GetApplicationsWebParams

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

func NewGetApplicationsWebParamsWithTimeout

func NewGetApplicationsWebParamsWithTimeout(timeout time.Duration) *GetApplicationsWebParams

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

func (*GetApplicationsWebParams) SetContext

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

SetContext adds the context to the get applications web params

func (*GetApplicationsWebParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get applications web params

func (*GetApplicationsWebParams) SetID

func (o *GetApplicationsWebParams) SetID(id string)

SetID adds the id to the get applications web params

func (*GetApplicationsWebParams) SetTimeout

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

SetTimeout adds the timeout to the get applications web params

func (*GetApplicationsWebParams) WithContext

WithContext adds the context to the get applications web params

func (*GetApplicationsWebParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get applications web params

func (*GetApplicationsWebParams) WithID

WithID adds the id to the get applications web params

func (*GetApplicationsWebParams) WithTimeout

WithTimeout adds the timeout to the get applications web params

func (*GetApplicationsWebParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetApplicationsWebReader

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

GetApplicationsWebReader is a Reader for the GetApplicationsWeb structure.

func (*GetApplicationsWebReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetApplicationsWebsOK

type GetApplicationsWebsOK struct {
	Payload *dynatrace.StubList
}

GetApplicationsWebsOK handles this case with default header values.

successful operation

func NewGetApplicationsWebsOK

func NewGetApplicationsWebsOK() *GetApplicationsWebsOK

NewGetApplicationsWebsOK creates a GetApplicationsWebsOK with default headers values

func (*GetApplicationsWebsOK) Error

func (o *GetApplicationsWebsOK) Error() string

func (*GetApplicationsWebsOK) GetPayload

func (o *GetApplicationsWebsOK) GetPayload() *dynatrace.StubList

type GetApplicationsWebsParams

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

GetApplicationsWebsParams contains all the parameters to send to the API endpoint for the get applications webs operation typically these are written to a http.Request

func NewGetApplicationsWebsParams

func NewGetApplicationsWebsParams() *GetApplicationsWebsParams

NewGetApplicationsWebsParams creates a new GetApplicationsWebsParams object with the default values initialized.

func NewGetApplicationsWebsParamsWithContext

func NewGetApplicationsWebsParamsWithContext(ctx context.Context) *GetApplicationsWebsParams

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

func NewGetApplicationsWebsParamsWithHTTPClient

func NewGetApplicationsWebsParamsWithHTTPClient(client *http.Client) *GetApplicationsWebsParams

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

func NewGetApplicationsWebsParamsWithTimeout

func NewGetApplicationsWebsParamsWithTimeout(timeout time.Duration) *GetApplicationsWebsParams

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

func (*GetApplicationsWebsParams) SetContext

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

SetContext adds the context to the get applications webs params

func (*GetApplicationsWebsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get applications webs params

func (*GetApplicationsWebsParams) SetTimeout

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

SetTimeout adds the timeout to the get applications webs params

func (*GetApplicationsWebsParams) WithContext

WithContext adds the context to the get applications webs params

func (*GetApplicationsWebsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get applications webs params

func (*GetApplicationsWebsParams) WithTimeout

WithTimeout adds the timeout to the get applications webs params

func (*GetApplicationsWebsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetApplicationsWebsReader

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

GetApplicationsWebsReader is a Reader for the GetApplicationsWebs structure.

func (*GetApplicationsWebsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateApplicationsWebBadRequest

type UpdateApplicationsWebBadRequest struct {
	Payload *dynatrace.ErrorEnvelope
}

UpdateApplicationsWebBadRequest handles this case with default header values.

Failed. The input is invalid.

func NewUpdateApplicationsWebBadRequest

func NewUpdateApplicationsWebBadRequest() *UpdateApplicationsWebBadRequest

NewUpdateApplicationsWebBadRequest creates a UpdateApplicationsWebBadRequest with default headers values

func (*UpdateApplicationsWebBadRequest) Error

func (*UpdateApplicationsWebBadRequest) GetPayload

type UpdateApplicationsWebCreated

type UpdateApplicationsWebCreated struct {
	Payload *dynatrace.EntityShortRepresentation
}

UpdateApplicationsWebCreated handles this case with default header values.

Success. The new configuration has been created. The response body contains the ID and name of the new web application.

func NewUpdateApplicationsWebCreated

func NewUpdateApplicationsWebCreated() *UpdateApplicationsWebCreated

NewUpdateApplicationsWebCreated creates a UpdateApplicationsWebCreated with default headers values

func (*UpdateApplicationsWebCreated) Error

func (*UpdateApplicationsWebCreated) GetPayload

type UpdateApplicationsWebDataPrivacyBadRequest

type UpdateApplicationsWebDataPrivacyBadRequest struct {
	Payload *dynatrace.ErrorEnvelope
}

UpdateApplicationsWebDataPrivacyBadRequest handles this case with default header values.

Failed. The input is invalid.

func NewUpdateApplicationsWebDataPrivacyBadRequest

func NewUpdateApplicationsWebDataPrivacyBadRequest() *UpdateApplicationsWebDataPrivacyBadRequest

NewUpdateApplicationsWebDataPrivacyBadRequest creates a UpdateApplicationsWebDataPrivacyBadRequest with default headers values

func (*UpdateApplicationsWebDataPrivacyBadRequest) Error

func (*UpdateApplicationsWebDataPrivacyBadRequest) GetPayload

type UpdateApplicationsWebDataPrivacyNoContent

type UpdateApplicationsWebDataPrivacyNoContent struct {
}

UpdateApplicationsWebDataPrivacyNoContent handles this case with default header values.

Success. Data privacy settings have been updated. Response doesn't have a body.

func NewUpdateApplicationsWebDataPrivacyNoContent

func NewUpdateApplicationsWebDataPrivacyNoContent() *UpdateApplicationsWebDataPrivacyNoContent

NewUpdateApplicationsWebDataPrivacyNoContent creates a UpdateApplicationsWebDataPrivacyNoContent with default headers values

func (*UpdateApplicationsWebDataPrivacyNoContent) Error

type UpdateApplicationsWebDataPrivacyParams

type UpdateApplicationsWebDataPrivacyParams struct {

	/*Body
	  JSON body of the request, containing new data privacy settings.

	*/
	Body *dynatrace.ApplicationDataPrivacy
	/*ID
	  The ID of the web application, where you want to update data privacy settings.

	*/
	ID string

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

UpdateApplicationsWebDataPrivacyParams contains all the parameters to send to the API endpoint for the update applications web data privacy operation typically these are written to a http.Request

func NewUpdateApplicationsWebDataPrivacyParams

func NewUpdateApplicationsWebDataPrivacyParams() *UpdateApplicationsWebDataPrivacyParams

NewUpdateApplicationsWebDataPrivacyParams creates a new UpdateApplicationsWebDataPrivacyParams object with the default values initialized.

func NewUpdateApplicationsWebDataPrivacyParamsWithContext

func NewUpdateApplicationsWebDataPrivacyParamsWithContext(ctx context.Context) *UpdateApplicationsWebDataPrivacyParams

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

func NewUpdateApplicationsWebDataPrivacyParamsWithHTTPClient

func NewUpdateApplicationsWebDataPrivacyParamsWithHTTPClient(client *http.Client) *UpdateApplicationsWebDataPrivacyParams

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

func NewUpdateApplicationsWebDataPrivacyParamsWithTimeout

func NewUpdateApplicationsWebDataPrivacyParamsWithTimeout(timeout time.Duration) *UpdateApplicationsWebDataPrivacyParams

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

func (*UpdateApplicationsWebDataPrivacyParams) SetBody

SetBody adds the body to the update applications web data privacy params

func (*UpdateApplicationsWebDataPrivacyParams) SetContext

SetContext adds the context to the update applications web data privacy params

func (*UpdateApplicationsWebDataPrivacyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update applications web data privacy params

func (*UpdateApplicationsWebDataPrivacyParams) SetID

SetID adds the id to the update applications web data privacy params

func (*UpdateApplicationsWebDataPrivacyParams) SetTimeout

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

SetTimeout adds the timeout to the update applications web data privacy params

func (*UpdateApplicationsWebDataPrivacyParams) WithBody

WithBody adds the body to the update applications web data privacy params

func (*UpdateApplicationsWebDataPrivacyParams) WithContext

WithContext adds the context to the update applications web data privacy params

func (*UpdateApplicationsWebDataPrivacyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update applications web data privacy params

func (*UpdateApplicationsWebDataPrivacyParams) WithID

WithID adds the id to the update applications web data privacy params

func (*UpdateApplicationsWebDataPrivacyParams) WithTimeout

WithTimeout adds the timeout to the update applications web data privacy params

func (*UpdateApplicationsWebDataPrivacyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateApplicationsWebDataPrivacyReader

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

UpdateApplicationsWebDataPrivacyReader is a Reader for the UpdateApplicationsWebDataPrivacy structure.

func (*UpdateApplicationsWebDataPrivacyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateApplicationsWebDefaultBadRequest

type UpdateApplicationsWebDefaultBadRequest struct {
	Payload *dynatrace.ErrorEnvelope
}

UpdateApplicationsWebDefaultBadRequest handles this case with default header values.

Failed. The input is invalid.

func NewUpdateApplicationsWebDefaultBadRequest

func NewUpdateApplicationsWebDefaultBadRequest() *UpdateApplicationsWebDefaultBadRequest

NewUpdateApplicationsWebDefaultBadRequest creates a UpdateApplicationsWebDefaultBadRequest with default headers values

func (*UpdateApplicationsWebDefaultBadRequest) Error

func (*UpdateApplicationsWebDefaultBadRequest) GetPayload

type UpdateApplicationsWebDefaultDataPrivacyBadRequest

type UpdateApplicationsWebDefaultDataPrivacyBadRequest struct {
	Payload *dynatrace.ErrorEnvelope
}

UpdateApplicationsWebDefaultDataPrivacyBadRequest handles this case with default header values.

Failed. The input is invalid.

func NewUpdateApplicationsWebDefaultDataPrivacyBadRequest

func NewUpdateApplicationsWebDefaultDataPrivacyBadRequest() *UpdateApplicationsWebDefaultDataPrivacyBadRequest

NewUpdateApplicationsWebDefaultDataPrivacyBadRequest creates a UpdateApplicationsWebDefaultDataPrivacyBadRequest with default headers values

func (*UpdateApplicationsWebDefaultDataPrivacyBadRequest) Error

func (*UpdateApplicationsWebDefaultDataPrivacyBadRequest) GetPayload

type UpdateApplicationsWebDefaultDataPrivacyNoContent

type UpdateApplicationsWebDefaultDataPrivacyNoContent struct {
}

UpdateApplicationsWebDefaultDataPrivacyNoContent handles this case with default header values.

Success. Data privacy settings have been updated. Response doesn't have a body.

func NewUpdateApplicationsWebDefaultDataPrivacyNoContent

func NewUpdateApplicationsWebDefaultDataPrivacyNoContent() *UpdateApplicationsWebDefaultDataPrivacyNoContent

NewUpdateApplicationsWebDefaultDataPrivacyNoContent creates a UpdateApplicationsWebDefaultDataPrivacyNoContent with default headers values

func (*UpdateApplicationsWebDefaultDataPrivacyNoContent) Error

type UpdateApplicationsWebDefaultDataPrivacyParams

type UpdateApplicationsWebDefaultDataPrivacyParams struct {

	/*Body
	  JSON body of the request, containing new data privacy settings.

	*/
	Body *dynatrace.ApplicationDataPrivacy

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

UpdateApplicationsWebDefaultDataPrivacyParams contains all the parameters to send to the API endpoint for the update applications web default data privacy operation typically these are written to a http.Request

func NewUpdateApplicationsWebDefaultDataPrivacyParams

func NewUpdateApplicationsWebDefaultDataPrivacyParams() *UpdateApplicationsWebDefaultDataPrivacyParams

NewUpdateApplicationsWebDefaultDataPrivacyParams creates a new UpdateApplicationsWebDefaultDataPrivacyParams object with the default values initialized.

func NewUpdateApplicationsWebDefaultDataPrivacyParamsWithContext

func NewUpdateApplicationsWebDefaultDataPrivacyParamsWithContext(ctx context.Context) *UpdateApplicationsWebDefaultDataPrivacyParams

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

func NewUpdateApplicationsWebDefaultDataPrivacyParamsWithHTTPClient

func NewUpdateApplicationsWebDefaultDataPrivacyParamsWithHTTPClient(client *http.Client) *UpdateApplicationsWebDefaultDataPrivacyParams

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

func NewUpdateApplicationsWebDefaultDataPrivacyParamsWithTimeout

func NewUpdateApplicationsWebDefaultDataPrivacyParamsWithTimeout(timeout time.Duration) *UpdateApplicationsWebDefaultDataPrivacyParams

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

func (*UpdateApplicationsWebDefaultDataPrivacyParams) SetBody

SetBody adds the body to the update applications web default data privacy params

func (*UpdateApplicationsWebDefaultDataPrivacyParams) SetContext

SetContext adds the context to the update applications web default data privacy params

func (*UpdateApplicationsWebDefaultDataPrivacyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update applications web default data privacy params

func (*UpdateApplicationsWebDefaultDataPrivacyParams) SetTimeout

SetTimeout adds the timeout to the update applications web default data privacy params

func (*UpdateApplicationsWebDefaultDataPrivacyParams) WithBody

WithBody adds the body to the update applications web default data privacy params

func (*UpdateApplicationsWebDefaultDataPrivacyParams) WithContext

WithContext adds the context to the update applications web default data privacy params

func (*UpdateApplicationsWebDefaultDataPrivacyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update applications web default data privacy params

func (*UpdateApplicationsWebDefaultDataPrivacyParams) WithTimeout

WithTimeout adds the timeout to the update applications web default data privacy params

func (*UpdateApplicationsWebDefaultDataPrivacyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateApplicationsWebDefaultDataPrivacyReader

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

UpdateApplicationsWebDefaultDataPrivacyReader is a Reader for the UpdateApplicationsWebDefaultDataPrivacy structure.

func (*UpdateApplicationsWebDefaultDataPrivacyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateApplicationsWebDefaultNoContent

type UpdateApplicationsWebDefaultNoContent struct {
}

UpdateApplicationsWebDefaultNoContent handles this case with default header values.

Success. Configuration has been updated. Response doesn't have a body.

func NewUpdateApplicationsWebDefaultNoContent

func NewUpdateApplicationsWebDefaultNoContent() *UpdateApplicationsWebDefaultNoContent

NewUpdateApplicationsWebDefaultNoContent creates a UpdateApplicationsWebDefaultNoContent with default headers values

func (*UpdateApplicationsWebDefaultNoContent) Error

type UpdateApplicationsWebDefaultParams

type UpdateApplicationsWebDefaultParams struct {

	/*Body
	  JSON body of the request, containing the new parameters of the default web application.

	*/
	Body *dynatrace.WebApplicationConfig

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

UpdateApplicationsWebDefaultParams contains all the parameters to send to the API endpoint for the update applications web default operation typically these are written to a http.Request

func NewUpdateApplicationsWebDefaultParams

func NewUpdateApplicationsWebDefaultParams() *UpdateApplicationsWebDefaultParams

NewUpdateApplicationsWebDefaultParams creates a new UpdateApplicationsWebDefaultParams object with the default values initialized.

func NewUpdateApplicationsWebDefaultParamsWithContext

func NewUpdateApplicationsWebDefaultParamsWithContext(ctx context.Context) *UpdateApplicationsWebDefaultParams

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

func NewUpdateApplicationsWebDefaultParamsWithHTTPClient

func NewUpdateApplicationsWebDefaultParamsWithHTTPClient(client *http.Client) *UpdateApplicationsWebDefaultParams

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

func NewUpdateApplicationsWebDefaultParamsWithTimeout

func NewUpdateApplicationsWebDefaultParamsWithTimeout(timeout time.Duration) *UpdateApplicationsWebDefaultParams

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

func (*UpdateApplicationsWebDefaultParams) SetBody

SetBody adds the body to the update applications web default params

func (*UpdateApplicationsWebDefaultParams) SetContext

SetContext adds the context to the update applications web default params

func (*UpdateApplicationsWebDefaultParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update applications web default params

func (*UpdateApplicationsWebDefaultParams) SetTimeout

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

SetTimeout adds the timeout to the update applications web default params

func (*UpdateApplicationsWebDefaultParams) WithBody

WithBody adds the body to the update applications web default params

func (*UpdateApplicationsWebDefaultParams) WithContext

WithContext adds the context to the update applications web default params

func (*UpdateApplicationsWebDefaultParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update applications web default params

func (*UpdateApplicationsWebDefaultParams) WithTimeout

WithTimeout adds the timeout to the update applications web default params

func (*UpdateApplicationsWebDefaultParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateApplicationsWebDefaultReader

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

UpdateApplicationsWebDefaultReader is a Reader for the UpdateApplicationsWebDefault structure.

func (*UpdateApplicationsWebDefaultReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateApplicationsWebNoContent

type UpdateApplicationsWebNoContent struct {
}

UpdateApplicationsWebNoContent handles this case with default header values.

Success. Configuration has been updated. Response doesn't have a body.

func NewUpdateApplicationsWebNoContent

func NewUpdateApplicationsWebNoContent() *UpdateApplicationsWebNoContent

NewUpdateApplicationsWebNoContent creates a UpdateApplicationsWebNoContent with default headers values

func (*UpdateApplicationsWebNoContent) Error

type UpdateApplicationsWebParams

type UpdateApplicationsWebParams struct {

	/*Body
	  JSON body of the request, containing updated configuration of the web application.

	*/
	Body *dynatrace.WebApplicationConfig
	/*ID
	  The ID of the web application to update.

	If you set the ID in the body as well, it must match this ID.

	*/
	ID string

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

UpdateApplicationsWebParams contains all the parameters to send to the API endpoint for the update applications web operation typically these are written to a http.Request

func NewUpdateApplicationsWebParams

func NewUpdateApplicationsWebParams() *UpdateApplicationsWebParams

NewUpdateApplicationsWebParams creates a new UpdateApplicationsWebParams object with the default values initialized.

func NewUpdateApplicationsWebParamsWithContext

func NewUpdateApplicationsWebParamsWithContext(ctx context.Context) *UpdateApplicationsWebParams

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

func NewUpdateApplicationsWebParamsWithHTTPClient

func NewUpdateApplicationsWebParamsWithHTTPClient(client *http.Client) *UpdateApplicationsWebParams

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

func NewUpdateApplicationsWebParamsWithTimeout

func NewUpdateApplicationsWebParamsWithTimeout(timeout time.Duration) *UpdateApplicationsWebParams

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

func (*UpdateApplicationsWebParams) SetBody

SetBody adds the body to the update applications web params

func (*UpdateApplicationsWebParams) SetContext

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

SetContext adds the context to the update applications web params

func (*UpdateApplicationsWebParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update applications web params

func (*UpdateApplicationsWebParams) SetID

func (o *UpdateApplicationsWebParams) SetID(id string)

SetID adds the id to the update applications web params

func (*UpdateApplicationsWebParams) SetTimeout

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

SetTimeout adds the timeout to the update applications web params

func (*UpdateApplicationsWebParams) WithBody

WithBody adds the body to the update applications web params

func (*UpdateApplicationsWebParams) WithContext

WithContext adds the context to the update applications web params

func (*UpdateApplicationsWebParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update applications web params

func (*UpdateApplicationsWebParams) WithID

WithID adds the id to the update applications web params

func (*UpdateApplicationsWebParams) WithTimeout

WithTimeout adds the timeout to the update applications web params

func (*UpdateApplicationsWebParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateApplicationsWebReader

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

UpdateApplicationsWebReader is a Reader for the UpdateApplicationsWeb structure.

func (*UpdateApplicationsWebReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ValidateCreateApplicationsWebBadRequest

type ValidateCreateApplicationsWebBadRequest struct {
	Payload *dynatrace.ErrorEnvelope
}

ValidateCreateApplicationsWebBadRequest handles this case with default header values.

Failed. The input is invalid.

func NewValidateCreateApplicationsWebBadRequest

func NewValidateCreateApplicationsWebBadRequest() *ValidateCreateApplicationsWebBadRequest

NewValidateCreateApplicationsWebBadRequest creates a ValidateCreateApplicationsWebBadRequest with default headers values

func (*ValidateCreateApplicationsWebBadRequest) Error

func (*ValidateCreateApplicationsWebBadRequest) GetPayload

type ValidateCreateApplicationsWebDefaultBadRequest

type ValidateCreateApplicationsWebDefaultBadRequest struct {
	Payload *dynatrace.ErrorEnvelope
}

ValidateCreateApplicationsWebDefaultBadRequest handles this case with default header values.

Failed. The input is invalid.

func NewValidateCreateApplicationsWebDefaultBadRequest

func NewValidateCreateApplicationsWebDefaultBadRequest() *ValidateCreateApplicationsWebDefaultBadRequest

NewValidateCreateApplicationsWebDefaultBadRequest creates a ValidateCreateApplicationsWebDefaultBadRequest with default headers values

func (*ValidateCreateApplicationsWebDefaultBadRequest) Error

func (*ValidateCreateApplicationsWebDefaultBadRequest) GetPayload

type ValidateCreateApplicationsWebDefaultNoContent

type ValidateCreateApplicationsWebDefaultNoContent struct {
}

ValidateCreateApplicationsWebDefaultNoContent handles this case with default header values.

Validated. The submitted configuration is valid. Response does not have a body.

func NewValidateCreateApplicationsWebDefaultNoContent

func NewValidateCreateApplicationsWebDefaultNoContent() *ValidateCreateApplicationsWebDefaultNoContent

NewValidateCreateApplicationsWebDefaultNoContent creates a ValidateCreateApplicationsWebDefaultNoContent with default headers values

func (*ValidateCreateApplicationsWebDefaultNoContent) Error

type ValidateCreateApplicationsWebDefaultParams

type ValidateCreateApplicationsWebDefaultParams struct {

	/*Body
	  JSON body of the request, containing web application configuration to validate.

	*/
	Body *dynatrace.WebApplicationConfig

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

ValidateCreateApplicationsWebDefaultParams contains all the parameters to send to the API endpoint for the validate create applications web default operation typically these are written to a http.Request

func NewValidateCreateApplicationsWebDefaultParams

func NewValidateCreateApplicationsWebDefaultParams() *ValidateCreateApplicationsWebDefaultParams

NewValidateCreateApplicationsWebDefaultParams creates a new ValidateCreateApplicationsWebDefaultParams object with the default values initialized.

func NewValidateCreateApplicationsWebDefaultParamsWithContext

func NewValidateCreateApplicationsWebDefaultParamsWithContext(ctx context.Context) *ValidateCreateApplicationsWebDefaultParams

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

func NewValidateCreateApplicationsWebDefaultParamsWithHTTPClient

func NewValidateCreateApplicationsWebDefaultParamsWithHTTPClient(client *http.Client) *ValidateCreateApplicationsWebDefaultParams

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

func NewValidateCreateApplicationsWebDefaultParamsWithTimeout

func NewValidateCreateApplicationsWebDefaultParamsWithTimeout(timeout time.Duration) *ValidateCreateApplicationsWebDefaultParams

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

func (*ValidateCreateApplicationsWebDefaultParams) SetBody

SetBody adds the body to the validate create applications web default params

func (*ValidateCreateApplicationsWebDefaultParams) SetContext

SetContext adds the context to the validate create applications web default params

func (*ValidateCreateApplicationsWebDefaultParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the validate create applications web default params

func (*ValidateCreateApplicationsWebDefaultParams) SetTimeout

SetTimeout adds the timeout to the validate create applications web default params

func (*ValidateCreateApplicationsWebDefaultParams) WithBody

WithBody adds the body to the validate create applications web default params

func (*ValidateCreateApplicationsWebDefaultParams) WithContext

WithContext adds the context to the validate create applications web default params

func (*ValidateCreateApplicationsWebDefaultParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the validate create applications web default params

func (*ValidateCreateApplicationsWebDefaultParams) WithTimeout

WithTimeout adds the timeout to the validate create applications web default params

func (*ValidateCreateApplicationsWebDefaultParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ValidateCreateApplicationsWebDefaultReader

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

ValidateCreateApplicationsWebDefaultReader is a Reader for the ValidateCreateApplicationsWebDefault structure.

func (*ValidateCreateApplicationsWebDefaultReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ValidateCreateApplicationsWebNoContent

type ValidateCreateApplicationsWebNoContent struct {
}

ValidateCreateApplicationsWebNoContent handles this case with default header values.

Validated. The submitted configuration is valid. Response does not have a body.

func NewValidateCreateApplicationsWebNoContent

func NewValidateCreateApplicationsWebNoContent() *ValidateCreateApplicationsWebNoContent

NewValidateCreateApplicationsWebNoContent creates a ValidateCreateApplicationsWebNoContent with default headers values

func (*ValidateCreateApplicationsWebNoContent) Error

type ValidateCreateApplicationsWebParams

type ValidateCreateApplicationsWebParams struct {

	/*Body
	  JSON body of the request, containing the web application configuration to validate.

	*/
	Body *dynatrace.WebApplicationConfig

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

ValidateCreateApplicationsWebParams contains all the parameters to send to the API endpoint for the validate create applications web operation typically these are written to a http.Request

func NewValidateCreateApplicationsWebParams

func NewValidateCreateApplicationsWebParams() *ValidateCreateApplicationsWebParams

NewValidateCreateApplicationsWebParams creates a new ValidateCreateApplicationsWebParams object with the default values initialized.

func NewValidateCreateApplicationsWebParamsWithContext

func NewValidateCreateApplicationsWebParamsWithContext(ctx context.Context) *ValidateCreateApplicationsWebParams

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

func NewValidateCreateApplicationsWebParamsWithHTTPClient

func NewValidateCreateApplicationsWebParamsWithHTTPClient(client *http.Client) *ValidateCreateApplicationsWebParams

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

func NewValidateCreateApplicationsWebParamsWithTimeout

func NewValidateCreateApplicationsWebParamsWithTimeout(timeout time.Duration) *ValidateCreateApplicationsWebParams

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

func (*ValidateCreateApplicationsWebParams) SetBody

SetBody adds the body to the validate create applications web params

func (*ValidateCreateApplicationsWebParams) SetContext

SetContext adds the context to the validate create applications web params

func (*ValidateCreateApplicationsWebParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the validate create applications web params

func (*ValidateCreateApplicationsWebParams) SetTimeout

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

SetTimeout adds the timeout to the validate create applications web params

func (*ValidateCreateApplicationsWebParams) WithBody

WithBody adds the body to the validate create applications web params

func (*ValidateCreateApplicationsWebParams) WithContext

WithContext adds the context to the validate create applications web params

func (*ValidateCreateApplicationsWebParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the validate create applications web params

func (*ValidateCreateApplicationsWebParams) WithTimeout

WithTimeout adds the timeout to the validate create applications web params

func (*ValidateCreateApplicationsWebParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ValidateCreateApplicationsWebReader

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

ValidateCreateApplicationsWebReader is a Reader for the ValidateCreateApplicationsWeb structure.

func (*ValidateCreateApplicationsWebReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ValidateUpdateApplicationsDataPrivacyBadRequest

type ValidateUpdateApplicationsDataPrivacyBadRequest struct {
	Payload *dynatrace.ErrorEnvelope
}

ValidateUpdateApplicationsDataPrivacyBadRequest handles this case with default header values.

Failed. The input is invalid.

func NewValidateUpdateApplicationsDataPrivacyBadRequest

func NewValidateUpdateApplicationsDataPrivacyBadRequest() *ValidateUpdateApplicationsDataPrivacyBadRequest

NewValidateUpdateApplicationsDataPrivacyBadRequest creates a ValidateUpdateApplicationsDataPrivacyBadRequest with default headers values

func (*ValidateUpdateApplicationsDataPrivacyBadRequest) Error

func (*ValidateUpdateApplicationsDataPrivacyBadRequest) GetPayload

type ValidateUpdateApplicationsDataPrivacyNoContent

type ValidateUpdateApplicationsDataPrivacyNoContent struct {
}

ValidateUpdateApplicationsDataPrivacyNoContent handles this case with default header values.

Validated. The submitted configuration is valid. Response does not have a body.

func NewValidateUpdateApplicationsDataPrivacyNoContent

func NewValidateUpdateApplicationsDataPrivacyNoContent() *ValidateUpdateApplicationsDataPrivacyNoContent

NewValidateUpdateApplicationsDataPrivacyNoContent creates a ValidateUpdateApplicationsDataPrivacyNoContent with default headers values

func (*ValidateUpdateApplicationsDataPrivacyNoContent) Error

type ValidateUpdateApplicationsDataPrivacyParams

type ValidateUpdateApplicationsDataPrivacyParams struct {

	/*Body
	  JSON body of the request, containing new data privacy settings.

	*/
	Body *dynatrace.ApplicationDataPrivacy
	/*ID
	  The ID of the web application, where you want to validate data privacy settings.

	*/
	ID string

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

ValidateUpdateApplicationsDataPrivacyParams contains all the parameters to send to the API endpoint for the validate update applications data privacy operation typically these are written to a http.Request

func NewValidateUpdateApplicationsDataPrivacyParams

func NewValidateUpdateApplicationsDataPrivacyParams() *ValidateUpdateApplicationsDataPrivacyParams

NewValidateUpdateApplicationsDataPrivacyParams creates a new ValidateUpdateApplicationsDataPrivacyParams object with the default values initialized.

func NewValidateUpdateApplicationsDataPrivacyParamsWithContext

func NewValidateUpdateApplicationsDataPrivacyParamsWithContext(ctx context.Context) *ValidateUpdateApplicationsDataPrivacyParams

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

func NewValidateUpdateApplicationsDataPrivacyParamsWithHTTPClient

func NewValidateUpdateApplicationsDataPrivacyParamsWithHTTPClient(client *http.Client) *ValidateUpdateApplicationsDataPrivacyParams

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

func NewValidateUpdateApplicationsDataPrivacyParamsWithTimeout

func NewValidateUpdateApplicationsDataPrivacyParamsWithTimeout(timeout time.Duration) *ValidateUpdateApplicationsDataPrivacyParams

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

func (*ValidateUpdateApplicationsDataPrivacyParams) SetBody

SetBody adds the body to the validate update applications data privacy params

func (*ValidateUpdateApplicationsDataPrivacyParams) SetContext

SetContext adds the context to the validate update applications data privacy params

func (*ValidateUpdateApplicationsDataPrivacyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the validate update applications data privacy params

func (*ValidateUpdateApplicationsDataPrivacyParams) SetID

SetID adds the id to the validate update applications data privacy params

func (*ValidateUpdateApplicationsDataPrivacyParams) SetTimeout

SetTimeout adds the timeout to the validate update applications data privacy params

func (*ValidateUpdateApplicationsDataPrivacyParams) WithBody

WithBody adds the body to the validate update applications data privacy params

func (*ValidateUpdateApplicationsDataPrivacyParams) WithContext

WithContext adds the context to the validate update applications data privacy params

func (*ValidateUpdateApplicationsDataPrivacyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the validate update applications data privacy params

func (*ValidateUpdateApplicationsDataPrivacyParams) WithID

WithID adds the id to the validate update applications data privacy params

func (*ValidateUpdateApplicationsDataPrivacyParams) WithTimeout

WithTimeout adds the timeout to the validate update applications data privacy params

func (*ValidateUpdateApplicationsDataPrivacyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ValidateUpdateApplicationsDataPrivacyReader

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

ValidateUpdateApplicationsDataPrivacyReader is a Reader for the ValidateUpdateApplicationsDataPrivacy structure.

func (*ValidateUpdateApplicationsDataPrivacyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ValidateUpdateApplicationsWebBadRequest

type ValidateUpdateApplicationsWebBadRequest struct {
	Payload *dynatrace.ErrorEnvelope
}

ValidateUpdateApplicationsWebBadRequest handles this case with default header values.

Failed. The input is invalid.

func NewValidateUpdateApplicationsWebBadRequest

func NewValidateUpdateApplicationsWebBadRequest() *ValidateUpdateApplicationsWebBadRequest

NewValidateUpdateApplicationsWebBadRequest creates a ValidateUpdateApplicationsWebBadRequest with default headers values

func (*ValidateUpdateApplicationsWebBadRequest) Error

func (*ValidateUpdateApplicationsWebBadRequest) GetPayload

type ValidateUpdateApplicationsWebDefaultDataPrivacyBadRequest

type ValidateUpdateApplicationsWebDefaultDataPrivacyBadRequest struct {
	Payload *dynatrace.ErrorEnvelope
}

ValidateUpdateApplicationsWebDefaultDataPrivacyBadRequest handles this case with default header values.

Failed. The input is invalid.

func NewValidateUpdateApplicationsWebDefaultDataPrivacyBadRequest

func NewValidateUpdateApplicationsWebDefaultDataPrivacyBadRequest() *ValidateUpdateApplicationsWebDefaultDataPrivacyBadRequest

NewValidateUpdateApplicationsWebDefaultDataPrivacyBadRequest creates a ValidateUpdateApplicationsWebDefaultDataPrivacyBadRequest with default headers values

func (*ValidateUpdateApplicationsWebDefaultDataPrivacyBadRequest) Error

func (*ValidateUpdateApplicationsWebDefaultDataPrivacyBadRequest) GetPayload

type ValidateUpdateApplicationsWebDefaultDataPrivacyNoContent

type ValidateUpdateApplicationsWebDefaultDataPrivacyNoContent struct {
}

ValidateUpdateApplicationsWebDefaultDataPrivacyNoContent handles this case with default header values.

Validated. The submitted configuration is valid. Response does not have a body.

func NewValidateUpdateApplicationsWebDefaultDataPrivacyNoContent

func NewValidateUpdateApplicationsWebDefaultDataPrivacyNoContent() *ValidateUpdateApplicationsWebDefaultDataPrivacyNoContent

NewValidateUpdateApplicationsWebDefaultDataPrivacyNoContent creates a ValidateUpdateApplicationsWebDefaultDataPrivacyNoContent with default headers values

func (*ValidateUpdateApplicationsWebDefaultDataPrivacyNoContent) Error

type ValidateUpdateApplicationsWebDefaultDataPrivacyParams

type ValidateUpdateApplicationsWebDefaultDataPrivacyParams struct {

	/*Body
	  JSON body of the request, containing the data privacy settings to validate.

	*/
	Body *dynatrace.ApplicationDataPrivacy

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

ValidateUpdateApplicationsWebDefaultDataPrivacyParams contains all the parameters to send to the API endpoint for the validate update applications web default data privacy operation typically these are written to a http.Request

func NewValidateUpdateApplicationsWebDefaultDataPrivacyParams

func NewValidateUpdateApplicationsWebDefaultDataPrivacyParams() *ValidateUpdateApplicationsWebDefaultDataPrivacyParams

NewValidateUpdateApplicationsWebDefaultDataPrivacyParams creates a new ValidateUpdateApplicationsWebDefaultDataPrivacyParams object with the default values initialized.

func NewValidateUpdateApplicationsWebDefaultDataPrivacyParamsWithContext

func NewValidateUpdateApplicationsWebDefaultDataPrivacyParamsWithContext(ctx context.Context) *ValidateUpdateApplicationsWebDefaultDataPrivacyParams

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

func NewValidateUpdateApplicationsWebDefaultDataPrivacyParamsWithHTTPClient

func NewValidateUpdateApplicationsWebDefaultDataPrivacyParamsWithHTTPClient(client *http.Client) *ValidateUpdateApplicationsWebDefaultDataPrivacyParams

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

func NewValidateUpdateApplicationsWebDefaultDataPrivacyParamsWithTimeout

func NewValidateUpdateApplicationsWebDefaultDataPrivacyParamsWithTimeout(timeout time.Duration) *ValidateUpdateApplicationsWebDefaultDataPrivacyParams

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

func (*ValidateUpdateApplicationsWebDefaultDataPrivacyParams) SetBody

SetBody adds the body to the validate update applications web default data privacy params

func (*ValidateUpdateApplicationsWebDefaultDataPrivacyParams) SetContext

SetContext adds the context to the validate update applications web default data privacy params

func (*ValidateUpdateApplicationsWebDefaultDataPrivacyParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the validate update applications web default data privacy params

func (*ValidateUpdateApplicationsWebDefaultDataPrivacyParams) SetTimeout

SetTimeout adds the timeout to the validate update applications web default data privacy params

func (*ValidateUpdateApplicationsWebDefaultDataPrivacyParams) WithBody

WithBody adds the body to the validate update applications web default data privacy params

func (*ValidateUpdateApplicationsWebDefaultDataPrivacyParams) WithContext

WithContext adds the context to the validate update applications web default data privacy params

func (*ValidateUpdateApplicationsWebDefaultDataPrivacyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the validate update applications web default data privacy params

func (*ValidateUpdateApplicationsWebDefaultDataPrivacyParams) WithTimeout

WithTimeout adds the timeout to the validate update applications web default data privacy params

func (*ValidateUpdateApplicationsWebDefaultDataPrivacyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ValidateUpdateApplicationsWebDefaultDataPrivacyReader

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

ValidateUpdateApplicationsWebDefaultDataPrivacyReader is a Reader for the ValidateUpdateApplicationsWebDefaultDataPrivacy structure.

func (*ValidateUpdateApplicationsWebDefaultDataPrivacyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ValidateUpdateApplicationsWebNoContent

type ValidateUpdateApplicationsWebNoContent struct {
}

ValidateUpdateApplicationsWebNoContent handles this case with default header values.

Validated. The submitted configuration is valid. Response does not have a body.

func NewValidateUpdateApplicationsWebNoContent

func NewValidateUpdateApplicationsWebNoContent() *ValidateUpdateApplicationsWebNoContent

NewValidateUpdateApplicationsWebNoContent creates a ValidateUpdateApplicationsWebNoContent with default headers values

func (*ValidateUpdateApplicationsWebNoContent) Error

type ValidateUpdateApplicationsWebParams

type ValidateUpdateApplicationsWebParams struct {

	/*Body
	  JSON body of the request, containing the web application configuration to validate.

	*/
	Body *dynatrace.WebApplicationConfig
	/*ID
	  The ID of the web application to validate.

	*/
	ID string

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

ValidateUpdateApplicationsWebParams contains all the parameters to send to the API endpoint for the validate update applications web operation typically these are written to a http.Request

func NewValidateUpdateApplicationsWebParams

func NewValidateUpdateApplicationsWebParams() *ValidateUpdateApplicationsWebParams

NewValidateUpdateApplicationsWebParams creates a new ValidateUpdateApplicationsWebParams object with the default values initialized.

func NewValidateUpdateApplicationsWebParamsWithContext

func NewValidateUpdateApplicationsWebParamsWithContext(ctx context.Context) *ValidateUpdateApplicationsWebParams

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

func NewValidateUpdateApplicationsWebParamsWithHTTPClient

func NewValidateUpdateApplicationsWebParamsWithHTTPClient(client *http.Client) *ValidateUpdateApplicationsWebParams

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

func NewValidateUpdateApplicationsWebParamsWithTimeout

func NewValidateUpdateApplicationsWebParamsWithTimeout(timeout time.Duration) *ValidateUpdateApplicationsWebParams

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

func (*ValidateUpdateApplicationsWebParams) SetBody

SetBody adds the body to the validate update applications web params

func (*ValidateUpdateApplicationsWebParams) SetContext

SetContext adds the context to the validate update applications web params

func (*ValidateUpdateApplicationsWebParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the validate update applications web params

func (*ValidateUpdateApplicationsWebParams) SetID

SetID adds the id to the validate update applications web params

func (*ValidateUpdateApplicationsWebParams) SetTimeout

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

SetTimeout adds the timeout to the validate update applications web params

func (*ValidateUpdateApplicationsWebParams) WithBody

WithBody adds the body to the validate update applications web params

func (*ValidateUpdateApplicationsWebParams) WithContext

WithContext adds the context to the validate update applications web params

func (*ValidateUpdateApplicationsWebParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the validate update applications web params

func (*ValidateUpdateApplicationsWebParams) WithID

WithID adds the id to the validate update applications web params

func (*ValidateUpdateApplicationsWebParams) WithTimeout

WithTimeout adds the timeout to the validate update applications web params

func (*ValidateUpdateApplicationsWebParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ValidateUpdateApplicationsWebReader

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

ValidateUpdateApplicationsWebReader is a Reader for the ValidateUpdateApplicationsWeb structure.

func (*ValidateUpdateApplicationsWebReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL