profiles_waf

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2023 License: Apache-2.0 Imports: 8 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 profiles waf API

func (*Client) ProfilesWafAddCustomerSetting

func (a *Client) ProfilesWafAddCustomerSetting(params *ProfilesWafAddCustomerSettingParams) (*ProfilesWafAddCustomerSettingOK, error)

ProfilesWafAddCustomerSetting profiles waf add customer setting API

func (*Client) ProfilesWafDeleteCustomerSettingsByID

ProfilesWafDeleteCustomerSettingsByID profiles waf delete customer settings by Id API

func (*Client) ProfilesWafGetCustomerSettings

func (a *Client) ProfilesWafGetCustomerSettings(params *ProfilesWafGetCustomerSettingsParams) (*ProfilesWafGetCustomerSettingsOK, error)

ProfilesWafGetCustomerSettings profiles waf get customer settings API

func (*Client) ProfilesWafGetCustomerSettingsByID

func (a *Client) ProfilesWafGetCustomerSettingsByID(params *ProfilesWafGetCustomerSettingsByIDParams) (*ProfilesWafGetCustomerSettingsByIDOK, error)

ProfilesWafGetCustomerSettingsByID profiles waf get customer settings by Id API

func (*Client) ProfilesWafUpdateCustomerSetting

func (a *Client) ProfilesWafUpdateCustomerSetting(params *ProfilesWafUpdateCustomerSettingParams) (*ProfilesWafUpdateCustomerSettingOK, error)

ProfilesWafUpdateCustomerSetting profiles waf update customer setting API

type ClientService

type ClientService interface {
	ProfilesWafAddCustomerSetting(params *ProfilesWafAddCustomerSettingParams) (*ProfilesWafAddCustomerSettingOK, error)

	ProfilesWafDeleteCustomerSettingsByID(params *ProfilesWafDeleteCustomerSettingsByIDParams) (*ProfilesWafDeleteCustomerSettingsByIDNoContent, error)

	ProfilesWafGetCustomerSettings(params *ProfilesWafGetCustomerSettingsParams) (*ProfilesWafGetCustomerSettingsOK, error)

	ProfilesWafGetCustomerSettingsByID(params *ProfilesWafGetCustomerSettingsByIDParams) (*ProfilesWafGetCustomerSettingsByIDOK, error)

	ProfilesWafUpdateCustomerSetting(params *ProfilesWafUpdateCustomerSettingParams) (*ProfilesWafUpdateCustomerSettingOK, error)
}

ClientService is the interface for Client methods

func New

func New(c ecclient.APIClient, baseAPIURL string) ClientService

New creates a new profiles waf API client.

type ProfilesWafAddCustomerSettingOK

type ProfilesWafAddCustomerSettingOK struct {
	rtldmodels.WafProfileDto
}
ProfilesWafAddCustomerSettingOK describes a response with status code 200, with default header values.

Success

func NewProfilesWafAddCustomerSettingOK

func NewProfilesWafAddCustomerSettingOK() *ProfilesWafAddCustomerSettingOK

NewProfilesWafAddCustomerSettingOK creates a ProfilesWafAddCustomerSettingOK with default headers values

type ProfilesWafAddCustomerSettingParams

type ProfilesWafAddCustomerSettingParams struct {

	// SettingDto.
	SettingDto *rtldmodels.WafProfileDto

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

ProfilesWafAddCustomerSettingParams contains all the parameters to send to the API endpoint

for the profiles waf add customer setting operation.

Typically these are written to a http.Request.

func NewProfilesWafAddCustomerSettingParams

func NewProfilesWafAddCustomerSettingParams() *ProfilesWafAddCustomerSettingParams

NewProfilesWafAddCustomerSettingParams creates a new ProfilesWafAddCustomerSettingParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func (*ProfilesWafAddCustomerSettingParams) SetDefaults

func (o *ProfilesWafAddCustomerSettingParams) SetDefaults()

SetDefaults hydrates default values in the profiles waf add customer setting params (not the query body).

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

func (*ProfilesWafAddCustomerSettingParams) WithDefaults

WithDefaults hydrates default values in the profiles waf add customer setting params (not the query body).

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

type ProfilesWafDeleteCustomerSettingsByIDNoContent

type ProfilesWafDeleteCustomerSettingsByIDNoContent struct {
}
ProfilesWafDeleteCustomerSettingsByIDNoContent describes a response with status code 204, with default header values.

Success

func NewProfilesWafDeleteCustomerSettingsByIDNoContent

func NewProfilesWafDeleteCustomerSettingsByIDNoContent() *ProfilesWafDeleteCustomerSettingsByIDNoContent

NewProfilesWafDeleteCustomerSettingsByIDNoContent creates a ProfilesWafDeleteCustomerSettingsByIDNoContent with default headers values

type ProfilesWafDeleteCustomerSettingsByIDParams

type ProfilesWafDeleteCustomerSettingsByIDParams struct {

	// ID.
	//
	// Format: int32
	ID int32

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

ProfilesWafDeleteCustomerSettingsByIDParams contains all the parameters to send to the API endpoint

for the profiles waf delete customer settings by Id operation.

Typically these are written to a http.Request.

func NewProfilesWafDeleteCustomerSettingsByIDParams

func NewProfilesWafDeleteCustomerSettingsByIDParams() *ProfilesWafDeleteCustomerSettingsByIDParams

NewProfilesWafDeleteCustomerSettingsByIDParams creates a new ProfilesWafDeleteCustomerSettingsByIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func (*ProfilesWafDeleteCustomerSettingsByIDParams) SetDefaults

SetDefaults hydrates default values in the profiles waf delete customer settings by Id params (not the query body).

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

func (*ProfilesWafDeleteCustomerSettingsByIDParams) WithDefaults

WithDefaults hydrates default values in the profiles waf delete customer settings by Id params (not the query body).

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

type ProfilesWafGetCustomerSettingsByIDOK

type ProfilesWafGetCustomerSettingsByIDOK struct {
	rtldmodels.WafProfileDto
}
ProfilesWafGetCustomerSettingsByIDOK describes a response with status code 200, with default header values.

Success

func NewProfilesWafGetCustomerSettingsByIDOK

func NewProfilesWafGetCustomerSettingsByIDOK() *ProfilesWafGetCustomerSettingsByIDOK

NewProfilesWafGetCustomerSettingsByIDOK creates a ProfilesWafGetCustomerSettingsByIDOK with default headers values

type ProfilesWafGetCustomerSettingsByIDParams

type ProfilesWafGetCustomerSettingsByIDParams struct {

	// ID.
	//
	// Format: int32
	ID int32

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

ProfilesWafGetCustomerSettingsByIDParams contains all the parameters to send to the API endpoint

for the profiles waf get customer settings by Id operation.

Typically these are written to a http.Request.

func NewProfilesWafGetCustomerSettingsByIDParams

func NewProfilesWafGetCustomerSettingsByIDParams() *ProfilesWafGetCustomerSettingsByIDParams

NewProfilesWafGetCustomerSettingsByIDParams creates a new ProfilesWafGetCustomerSettingsByIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func (*ProfilesWafGetCustomerSettingsByIDParams) SetDefaults

SetDefaults hydrates default values in the profiles waf get customer settings by Id params (not the query body).

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

func (*ProfilesWafGetCustomerSettingsByIDParams) WithDefaults

WithDefaults hydrates default values in the profiles waf get customer settings by Id params (not the query body).

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

type ProfilesWafGetCustomerSettingsOK

type ProfilesWafGetCustomerSettingsOK struct {
	rtldmodels.HyperionCollectionWafProfileDto
}
ProfilesWafGetCustomerSettingsOK describes a response with status code 200, with default header values.

Success

func NewProfilesWafGetCustomerSettingsOK

func NewProfilesWafGetCustomerSettingsOK() *ProfilesWafGetCustomerSettingsOK

NewProfilesWafGetCustomerSettingsOK creates a ProfilesWafGetCustomerSettingsOK with default headers values

type ProfilesWafGetCustomerSettingsParams

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

ProfilesWafGetCustomerSettingsParams contains all the parameters to send to the API endpoint

for the profiles waf get customer settings operation.

Typically these are written to a http.Request.

func NewProfilesWafGetCustomerSettingsParams

func NewProfilesWafGetCustomerSettingsParams() *ProfilesWafGetCustomerSettingsParams

NewProfilesWafGetCustomerSettingsParams creates a new ProfilesWafGetCustomerSettingsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func (*ProfilesWafGetCustomerSettingsParams) SetDefaults

func (o *ProfilesWafGetCustomerSettingsParams) SetDefaults()

SetDefaults hydrates default values in the profiles waf get customer settings params (not the query body).

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

func (*ProfilesWafGetCustomerSettingsParams) WithDefaults

WithDefaults hydrates default values in the profiles waf get customer settings params (not the query body).

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

type ProfilesWafUpdateCustomerSettingOK

type ProfilesWafUpdateCustomerSettingOK struct {
	rtldmodels.WafProfileDto
}
ProfilesWafUpdateCustomerSettingOK describes a response with status code 200, with default header values.

Success

func NewProfilesWafUpdateCustomerSettingOK

func NewProfilesWafUpdateCustomerSettingOK() *ProfilesWafUpdateCustomerSettingOK

NewProfilesWafUpdateCustomerSettingOK creates a ProfilesWafUpdateCustomerSettingOK with default headers values

type ProfilesWafUpdateCustomerSettingParams

type ProfilesWafUpdateCustomerSettingParams struct {

	// Body.
	Body *rtldmodels.WafProfileDto

	// ID.
	//
	// Format: int32
	ID int32

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

ProfilesWafUpdateCustomerSettingParams contains all the parameters to send to the API endpoint

for the profiles waf update customer setting operation.

Typically these are written to a http.Request.

func NewProfilesWafUpdateCustomerSettingParams

func NewProfilesWafUpdateCustomerSettingParams() *ProfilesWafUpdateCustomerSettingParams

NewProfilesWafUpdateCustomerSettingParams creates a new ProfilesWafUpdateCustomerSettingParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func (*ProfilesWafUpdateCustomerSettingParams) SetDefaults

func (o *ProfilesWafUpdateCustomerSettingParams) SetDefaults()

SetDefaults hydrates default values in the profiles waf update customer setting params (not the query body).

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

func (*ProfilesWafUpdateCustomerSettingParams) WithDefaults

WithDefaults hydrates default values in the profiles waf update customer setting params (not the query body).

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

type RequestParameters

type RequestParameters struct {
	QueryParams map[string]string
	PathParams  map[string]string
	Body        interface{}
}

func NewRequestParameters

func NewRequestParameters() *RequestParameters

func WriteToRequestProfilesWafAddCustomerSettingParams

func WriteToRequestProfilesWafAddCustomerSettingParams(o *ProfilesWafAddCustomerSettingParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestProfilesWafDeleteCustomerSettingsByIDParams

func WriteToRequestProfilesWafDeleteCustomerSettingsByIDParams(o *ProfilesWafDeleteCustomerSettingsByIDParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestProfilesWafGetCustomerSettingsByIDParams

func WriteToRequestProfilesWafGetCustomerSettingsByIDParams(o *ProfilesWafGetCustomerSettingsByIDParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestProfilesWafGetCustomerSettingsParams

func WriteToRequestProfilesWafGetCustomerSettingsParams(o *ProfilesWafGetCustomerSettingsParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestProfilesWafUpdateCustomerSettingParams

func WriteToRequestProfilesWafUpdateCustomerSettingParams(o *ProfilesWafUpdateCustomerSettingParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

Jump to

Keyboard shortcuts

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