splash_settings

package
v0.0.0-...-b7c797c Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2020 License: Apache-2.0 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 splash settings API

func (*Client) GetNetworkSsidSplashSettings

func (a *Client) GetNetworkSsidSplashSettings(params *GetNetworkSsidSplashSettingsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkSsidSplashSettingsOK, error)

GetNetworkSsidSplashSettings gets network ssid splash settings

Display the splash page settings for the given SSID

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateNetworkSsidSplashSettings

func (a *Client) UpdateNetworkSsidSplashSettings(params *UpdateNetworkSsidSplashSettingsParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNetworkSsidSplashSettingsOK, error)

UpdateNetworkSsidSplashSettings updates network ssid splash settings

Modify the splash page settings for the given SSID

type ClientService

type ClientService interface {
	GetNetworkSsidSplashSettings(params *GetNetworkSsidSplashSettingsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkSsidSplashSettingsOK, error)

	UpdateNetworkSsidSplashSettings(params *UpdateNetworkSsidSplashSettingsParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNetworkSsidSplashSettingsOK, 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 splash settings API client.

type GetNetworkSsidSplashSettingsOK

type GetNetworkSsidSplashSettingsOK struct {
	Payload interface{}
}

GetNetworkSsidSplashSettingsOK handles this case with default header values.

Successful operation

func NewGetNetworkSsidSplashSettingsOK

func NewGetNetworkSsidSplashSettingsOK() *GetNetworkSsidSplashSettingsOK

NewGetNetworkSsidSplashSettingsOK creates a GetNetworkSsidSplashSettingsOK with default headers values

func (*GetNetworkSsidSplashSettingsOK) Error

func (*GetNetworkSsidSplashSettingsOK) GetPayload

func (o *GetNetworkSsidSplashSettingsOK) GetPayload() interface{}

type GetNetworkSsidSplashSettingsParams

type GetNetworkSsidSplashSettingsParams struct {

	/*NetworkID*/
	NetworkID string
	/*Number*/
	Number string

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

GetNetworkSsidSplashSettingsParams contains all the parameters to send to the API endpoint for the get network ssid splash settings operation typically these are written to a http.Request

func NewGetNetworkSsidSplashSettingsParams

func NewGetNetworkSsidSplashSettingsParams() *GetNetworkSsidSplashSettingsParams

NewGetNetworkSsidSplashSettingsParams creates a new GetNetworkSsidSplashSettingsParams object with the default values initialized.

func NewGetNetworkSsidSplashSettingsParamsWithContext

func NewGetNetworkSsidSplashSettingsParamsWithContext(ctx context.Context) *GetNetworkSsidSplashSettingsParams

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

func NewGetNetworkSsidSplashSettingsParamsWithHTTPClient

func NewGetNetworkSsidSplashSettingsParamsWithHTTPClient(client *http.Client) *GetNetworkSsidSplashSettingsParams

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

func NewGetNetworkSsidSplashSettingsParamsWithTimeout

func NewGetNetworkSsidSplashSettingsParamsWithTimeout(timeout time.Duration) *GetNetworkSsidSplashSettingsParams

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

func (*GetNetworkSsidSplashSettingsParams) SetContext

SetContext adds the context to the get network ssid splash settings params

func (*GetNetworkSsidSplashSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network ssid splash settings params

func (*GetNetworkSsidSplashSettingsParams) SetNetworkID

func (o *GetNetworkSsidSplashSettingsParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network ssid splash settings params

func (*GetNetworkSsidSplashSettingsParams) SetNumber

func (o *GetNetworkSsidSplashSettingsParams) SetNumber(number string)

SetNumber adds the number to the get network ssid splash settings params

func (*GetNetworkSsidSplashSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the get network ssid splash settings params

func (*GetNetworkSsidSplashSettingsParams) WithContext

WithContext adds the context to the get network ssid splash settings params

func (*GetNetworkSsidSplashSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network ssid splash settings params

func (*GetNetworkSsidSplashSettingsParams) WithNetworkID

WithNetworkID adds the networkID to the get network ssid splash settings params

func (*GetNetworkSsidSplashSettingsParams) WithNumber

WithNumber adds the number to the get network ssid splash settings params

func (*GetNetworkSsidSplashSettingsParams) WithTimeout

WithTimeout adds the timeout to the get network ssid splash settings params

func (*GetNetworkSsidSplashSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkSsidSplashSettingsReader

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

GetNetworkSsidSplashSettingsReader is a Reader for the GetNetworkSsidSplashSettings structure.

func (*GetNetworkSsidSplashSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateNetworkSsidSplashSettingsOK

type UpdateNetworkSsidSplashSettingsOK struct {
	Payload interface{}
}

UpdateNetworkSsidSplashSettingsOK handles this case with default header values.

Successful operation

func NewUpdateNetworkSsidSplashSettingsOK

func NewUpdateNetworkSsidSplashSettingsOK() *UpdateNetworkSsidSplashSettingsOK

NewUpdateNetworkSsidSplashSettingsOK creates a UpdateNetworkSsidSplashSettingsOK with default headers values

func (*UpdateNetworkSsidSplashSettingsOK) Error

func (*UpdateNetworkSsidSplashSettingsOK) GetPayload

func (o *UpdateNetworkSsidSplashSettingsOK) GetPayload() interface{}

type UpdateNetworkSsidSplashSettingsParams

type UpdateNetworkSsidSplashSettingsParams struct {

	/*NetworkID*/
	NetworkID string
	/*Number*/
	Number string
	/*UpdateNetworkSsidSplashSettings*/
	UpdateNetworkSsidSplashSettings *models.UpdateNetworkSsidSplashSettings

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

UpdateNetworkSsidSplashSettingsParams contains all the parameters to send to the API endpoint for the update network ssid splash settings operation typically these are written to a http.Request

func NewUpdateNetworkSsidSplashSettingsParams

func NewUpdateNetworkSsidSplashSettingsParams() *UpdateNetworkSsidSplashSettingsParams

NewUpdateNetworkSsidSplashSettingsParams creates a new UpdateNetworkSsidSplashSettingsParams object with the default values initialized.

func NewUpdateNetworkSsidSplashSettingsParamsWithContext

func NewUpdateNetworkSsidSplashSettingsParamsWithContext(ctx context.Context) *UpdateNetworkSsidSplashSettingsParams

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

func NewUpdateNetworkSsidSplashSettingsParamsWithHTTPClient

func NewUpdateNetworkSsidSplashSettingsParamsWithHTTPClient(client *http.Client) *UpdateNetworkSsidSplashSettingsParams

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

func NewUpdateNetworkSsidSplashSettingsParamsWithTimeout

func NewUpdateNetworkSsidSplashSettingsParamsWithTimeout(timeout time.Duration) *UpdateNetworkSsidSplashSettingsParams

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

func (*UpdateNetworkSsidSplashSettingsParams) SetContext

SetContext adds the context to the update network ssid splash settings params

func (*UpdateNetworkSsidSplashSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update network ssid splash settings params

func (*UpdateNetworkSsidSplashSettingsParams) SetNetworkID

func (o *UpdateNetworkSsidSplashSettingsParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the update network ssid splash settings params

func (*UpdateNetworkSsidSplashSettingsParams) SetNumber

func (o *UpdateNetworkSsidSplashSettingsParams) SetNumber(number string)

SetNumber adds the number to the update network ssid splash settings params

func (*UpdateNetworkSsidSplashSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the update network ssid splash settings params

func (*UpdateNetworkSsidSplashSettingsParams) SetUpdateNetworkSsidSplashSettings

func (o *UpdateNetworkSsidSplashSettingsParams) SetUpdateNetworkSsidSplashSettings(updateNetworkSsidSplashSettings *models.UpdateNetworkSsidSplashSettings)

SetUpdateNetworkSsidSplashSettings adds the updateNetworkSsidSplashSettings to the update network ssid splash settings params

func (*UpdateNetworkSsidSplashSettingsParams) WithContext

WithContext adds the context to the update network ssid splash settings params

func (*UpdateNetworkSsidSplashSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update network ssid splash settings params

func (*UpdateNetworkSsidSplashSettingsParams) WithNetworkID

WithNetworkID adds the networkID to the update network ssid splash settings params

func (*UpdateNetworkSsidSplashSettingsParams) WithNumber

WithNumber adds the number to the update network ssid splash settings params

func (*UpdateNetworkSsidSplashSettingsParams) WithTimeout

WithTimeout adds the timeout to the update network ssid splash settings params

func (*UpdateNetworkSsidSplashSettingsParams) WithUpdateNetworkSsidSplashSettings

func (o *UpdateNetworkSsidSplashSettingsParams) WithUpdateNetworkSsidSplashSettings(updateNetworkSsidSplashSettings *models.UpdateNetworkSsidSplashSettings) *UpdateNetworkSsidSplashSettingsParams

WithUpdateNetworkSsidSplashSettings adds the updateNetworkSsidSplashSettings to the update network ssid splash settings params

func (*UpdateNetworkSsidSplashSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateNetworkSsidSplashSettingsReader

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

UpdateNetworkSsidSplashSettingsReader is a Reader for the UpdateNetworkSsidSplashSettings structure.

func (*UpdateNetworkSsidSplashSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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