Documentation ¶
Index ¶
- type Client
- func (a *Client) ProfilesWafAddCustomerSetting(params *ProfilesWafAddCustomerSettingParams) (*ProfilesWafAddCustomerSettingOK, error)
- func (a *Client) ProfilesWafDeleteCustomerSettingsByID(params *ProfilesWafDeleteCustomerSettingsByIDParams) (*ProfilesWafDeleteCustomerSettingsByIDNoContent, error)
- func (a *Client) ProfilesWafGetCustomerSettings(params *ProfilesWafGetCustomerSettingsParams) (*ProfilesWafGetCustomerSettingsOK, error)
- func (a *Client) ProfilesWafGetCustomerSettingsByID(params *ProfilesWafGetCustomerSettingsByIDParams) (*ProfilesWafGetCustomerSettingsByIDOK, error)
- func (a *Client) ProfilesWafUpdateCustomerSetting(params *ProfilesWafUpdateCustomerSettingParams) (*ProfilesWafUpdateCustomerSettingOK, error)
- type ClientService
- type ProfilesWafAddCustomerSettingOK
- type ProfilesWafAddCustomerSettingParams
- type ProfilesWafDeleteCustomerSettingsByIDNoContent
- type ProfilesWafDeleteCustomerSettingsByIDParams
- type ProfilesWafGetCustomerSettingsByIDOK
- type ProfilesWafGetCustomerSettingsByIDParams
- type ProfilesWafGetCustomerSettingsOK
- type ProfilesWafGetCustomerSettingsParams
- type ProfilesWafUpdateCustomerSettingOK
- type ProfilesWafUpdateCustomerSettingParams
- type RequestParameters
- func NewRequestParameters() *RequestParameters
- func WriteToRequestProfilesWafAddCustomerSettingParams(o *ProfilesWafAddCustomerSettingParams) (RequestParameters, error)
- func WriteToRequestProfilesWafDeleteCustomerSettingsByIDParams(o *ProfilesWafDeleteCustomerSettingsByIDParams) (RequestParameters, error)
- func WriteToRequestProfilesWafGetCustomerSettingsByIDParams(o *ProfilesWafGetCustomerSettingsByIDParams) (RequestParameters, error)
- func WriteToRequestProfilesWafGetCustomerSettingsParams(o *ProfilesWafGetCustomerSettingsParams) (RequestParameters, error)
- func WriteToRequestProfilesWafUpdateCustomerSettingParams(o *ProfilesWafUpdateCustomerSettingParams) (RequestParameters, error)
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 ¶
func (a *Client) ProfilesWafDeleteCustomerSettingsByID(params *ProfilesWafDeleteCustomerSettingsByIDParams) (*ProfilesWafDeleteCustomerSettingsByIDNoContent, error)
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
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 ¶
func (o *ProfilesWafAddCustomerSettingParams) WithDefaults() *ProfilesWafAddCustomerSettingParams
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 ¶
func (o *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 ¶
func (o *ProfilesWafDeleteCustomerSettingsByIDParams) WithDefaults() *ProfilesWafDeleteCustomerSettingsByIDParams
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 ¶
func (o *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 ¶
func (o *ProfilesWafGetCustomerSettingsByIDParams) WithDefaults() *ProfilesWafGetCustomerSettingsByIDParams
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 ¶
func (o *ProfilesWafGetCustomerSettingsParams) WithDefaults() *ProfilesWafGetCustomerSettingsParams
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 ¶
func (o *ProfilesWafUpdateCustomerSettingParams) WithDefaults() *ProfilesWafUpdateCustomerSettingParams
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
Source Files ¶
- profiles_waf_add_customer_setting_parameters.go
- profiles_waf_add_customer_setting_responses.go
- profiles_waf_client.go
- profiles_waf_delete_customer_settings_by_id_parameters.go
- profiles_waf_delete_customer_settings_by_id_responses.go
- profiles_waf_get_customer_settings_by_id_parameters.go
- profiles_waf_get_customer_settings_by_id_responses.go
- profiles_waf_get_customer_settings_parameters.go
- profiles_waf_get_customer_settings_responses.go
- profiles_waf_update_customer_setting_parameters.go
- profiles_waf_update_customer_setting_responses.go