settings_internal

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 settings internal API

func (*Client) SettingsGetRlSettings

func (a *Client) SettingsGetRlSettings(params *SettingsGetRlSettingsParams) (*SettingsGetRlSettingsOK, error)

SettingsGetRlSettings settings get rl settings API

func (*Client) SettingsGetSettingsByPlatform

func (a *Client) SettingsGetSettingsByPlatform(params *SettingsGetSettingsByPlatformParams) (*SettingsGetSettingsByPlatformOK, error)

SettingsGetSettingsByPlatform settings get settings by platform API

func (*Client) SettingsGetWafSettings

func (a *Client) SettingsGetWafSettings(params *SettingsGetWafSettingsParams) (*SettingsGetWafSettingsOK, error)

SettingsGetWafSettings settings get waf settings API

type ClientService

type ClientService interface {
	SettingsGetRlSettings(params *SettingsGetRlSettingsParams) (*SettingsGetRlSettingsOK, error)

	SettingsGetSettingsByPlatform(params *SettingsGetSettingsByPlatformParams) (*SettingsGetSettingsByPlatformOK, error)

	SettingsGetWafSettings(params *SettingsGetWafSettingsParams) (*SettingsGetWafSettingsOK, error)
}

ClientService is the interface for Client methods

func New

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

New creates a new settings internal API client.

type RequestParameters

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

func NewRequestParameters

func NewRequestParameters() *RequestParameters

func WriteToRequestSettingsGetRlSettingsParams

func WriteToRequestSettingsGetRlSettingsParams(o *SettingsGetRlSettingsParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestSettingsGetSettingsByPlatformParams

func WriteToRequestSettingsGetSettingsByPlatformParams(o *SettingsGetSettingsByPlatformParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestSettingsGetWafSettingsParams

func WriteToRequestSettingsGetWafSettingsParams(o *SettingsGetWafSettingsParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

type SettingsGetRlSettingsOK

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

Success

func NewSettingsGetRlSettingsOK

func NewSettingsGetRlSettingsOK() *SettingsGetRlSettingsOK

NewSettingsGetRlSettingsOK creates a SettingsGetRlSettingsOK with default headers values

type SettingsGetRlSettingsParams

type SettingsGetRlSettingsParams struct {

	// Page.
	//
	// Format: int32
	Page *int32

	// PageSize.
	//
	// Format: int32
	PageSize *int32

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

SettingsGetRlSettingsParams contains all the parameters to send to the API endpoint

for the settings get rl settings operation.

Typically these are written to a http.Request.

func NewSettingsGetRlSettingsParams

func NewSettingsGetRlSettingsParams() *SettingsGetRlSettingsParams

NewSettingsGetRlSettingsParams creates a new SettingsGetRlSettingsParams 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 (*SettingsGetRlSettingsParams) SetDefaults

func (o *SettingsGetRlSettingsParams) SetDefaults()

SetDefaults hydrates default values in the settings get rl settings params (not the query body).

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

func (*SettingsGetRlSettingsParams) WithDefaults

WithDefaults hydrates default values in the settings get rl settings params (not the query body).

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

type SettingsGetSettingsByPlatformOK

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

Success

func NewSettingsGetSettingsByPlatformOK

func NewSettingsGetSettingsByPlatformOK() *SettingsGetSettingsByPlatformOK

NewSettingsGetSettingsByPlatformOK creates a SettingsGetSettingsByPlatformOK with default headers values

type SettingsGetSettingsByPlatformParams

type SettingsGetSettingsByPlatformParams struct {

	// Page.
	//
	// Format: int32
	Page *int32

	// PageSize.
	//
	// Format: int32
	PageSize *int32

	// PlatformID.
	//
	// Format: int32
	PlatformID int32

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

SettingsGetSettingsByPlatformParams contains all the parameters to send to the API endpoint

for the settings get settings by platform operation.

Typically these are written to a http.Request.

func NewSettingsGetSettingsByPlatformParams

func NewSettingsGetSettingsByPlatformParams() *SettingsGetSettingsByPlatformParams

NewSettingsGetSettingsByPlatformParams creates a new SettingsGetSettingsByPlatformParams 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 (*SettingsGetSettingsByPlatformParams) SetDefaults

func (o *SettingsGetSettingsByPlatformParams) SetDefaults()

SetDefaults hydrates default values in the settings get settings by platform params (not the query body).

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

func (*SettingsGetSettingsByPlatformParams) WithDefaults

WithDefaults hydrates default values in the settings get settings by platform params (not the query body).

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

type SettingsGetWafSettingsOK

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

Success

func NewSettingsGetWafSettingsOK

func NewSettingsGetWafSettingsOK() *SettingsGetWafSettingsOK

NewSettingsGetWafSettingsOK creates a SettingsGetWafSettingsOK with default headers values

type SettingsGetWafSettingsParams

type SettingsGetWafSettingsParams struct {

	// Page.
	//
	// Format: int32
	Page *int32

	// PageSize.
	//
	// Format: int32
	PageSize *int32

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

SettingsGetWafSettingsParams contains all the parameters to send to the API endpoint

for the settings get waf settings operation.

Typically these are written to a http.Request.

func NewSettingsGetWafSettingsParams

func NewSettingsGetWafSettingsParams() *SettingsGetWafSettingsParams

NewSettingsGetWafSettingsParams creates a new SettingsGetWafSettingsParams 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 (*SettingsGetWafSettingsParams) SetDefaults

func (o *SettingsGetWafSettingsParams) SetDefaults()

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

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

func (*SettingsGetWafSettingsParams) WithDefaults

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

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

Jump to

Keyboard shortcuts

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