splash_login_attempts

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 login attempts API

func (*Client) GetNetworkSplashLoginAttempts

func (a *Client) GetNetworkSplashLoginAttempts(params *GetNetworkSplashLoginAttemptsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkSplashLoginAttemptsOK, error)

GetNetworkSplashLoginAttempts gets network splash login attempts

List the splash login attempts for a network

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetNetworkSplashLoginAttempts(params *GetNetworkSplashLoginAttemptsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkSplashLoginAttemptsOK, 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 login attempts API client.

type GetNetworkSplashLoginAttemptsOK

type GetNetworkSplashLoginAttemptsOK struct {
	Payload interface{}
}

GetNetworkSplashLoginAttemptsOK handles this case with default header values.

Successful operation

func NewGetNetworkSplashLoginAttemptsOK

func NewGetNetworkSplashLoginAttemptsOK() *GetNetworkSplashLoginAttemptsOK

NewGetNetworkSplashLoginAttemptsOK creates a GetNetworkSplashLoginAttemptsOK with default headers values

func (*GetNetworkSplashLoginAttemptsOK) Error

func (*GetNetworkSplashLoginAttemptsOK) GetPayload

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

type GetNetworkSplashLoginAttemptsParams

type GetNetworkSplashLoginAttemptsParams struct {

	/*LoginIdentifier
	  The username, email, or phone number used during login

	*/
	LoginIdentifier *string
	/*NetworkID*/
	NetworkID string
	/*SsidNumber
	  Only return the login attempts for the specified SSID

	*/
	SsidNumber *string
	/*Timespan
	  The timespan, in seconds, for the login attempts. The period will be from [timespan] seconds ago until now. The maximum timespan is 3 months

	*/
	Timespan *int32

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

GetNetworkSplashLoginAttemptsParams contains all the parameters to send to the API endpoint for the get network splash login attempts operation typically these are written to a http.Request

func NewGetNetworkSplashLoginAttemptsParams

func NewGetNetworkSplashLoginAttemptsParams() *GetNetworkSplashLoginAttemptsParams

NewGetNetworkSplashLoginAttemptsParams creates a new GetNetworkSplashLoginAttemptsParams object with the default values initialized.

func NewGetNetworkSplashLoginAttemptsParamsWithContext

func NewGetNetworkSplashLoginAttemptsParamsWithContext(ctx context.Context) *GetNetworkSplashLoginAttemptsParams

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

func NewGetNetworkSplashLoginAttemptsParamsWithHTTPClient

func NewGetNetworkSplashLoginAttemptsParamsWithHTTPClient(client *http.Client) *GetNetworkSplashLoginAttemptsParams

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

func NewGetNetworkSplashLoginAttemptsParamsWithTimeout

func NewGetNetworkSplashLoginAttemptsParamsWithTimeout(timeout time.Duration) *GetNetworkSplashLoginAttemptsParams

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

func (*GetNetworkSplashLoginAttemptsParams) SetContext

SetContext adds the context to the get network splash login attempts params

func (*GetNetworkSplashLoginAttemptsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network splash login attempts params

func (*GetNetworkSplashLoginAttemptsParams) SetLoginIdentifier

func (o *GetNetworkSplashLoginAttemptsParams) SetLoginIdentifier(loginIdentifier *string)

SetLoginIdentifier adds the loginIdentifier to the get network splash login attempts params

func (*GetNetworkSplashLoginAttemptsParams) SetNetworkID

func (o *GetNetworkSplashLoginAttemptsParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network splash login attempts params

func (*GetNetworkSplashLoginAttemptsParams) SetSsidNumber

func (o *GetNetworkSplashLoginAttemptsParams) SetSsidNumber(ssidNumber *string)

SetSsidNumber adds the ssidNumber to the get network splash login attempts params

func (*GetNetworkSplashLoginAttemptsParams) SetTimeout

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

SetTimeout adds the timeout to the get network splash login attempts params

func (*GetNetworkSplashLoginAttemptsParams) SetTimespan

func (o *GetNetworkSplashLoginAttemptsParams) SetTimespan(timespan *int32)

SetTimespan adds the timespan to the get network splash login attempts params

func (*GetNetworkSplashLoginAttemptsParams) WithContext

WithContext adds the context to the get network splash login attempts params

func (*GetNetworkSplashLoginAttemptsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network splash login attempts params

func (*GetNetworkSplashLoginAttemptsParams) WithLoginIdentifier

func (o *GetNetworkSplashLoginAttemptsParams) WithLoginIdentifier(loginIdentifier *string) *GetNetworkSplashLoginAttemptsParams

WithLoginIdentifier adds the loginIdentifier to the get network splash login attempts params

func (*GetNetworkSplashLoginAttemptsParams) WithNetworkID

WithNetworkID adds the networkID to the get network splash login attempts params

func (*GetNetworkSplashLoginAttemptsParams) WithSsidNumber

WithSsidNumber adds the ssidNumber to the get network splash login attempts params

func (*GetNetworkSplashLoginAttemptsParams) WithTimeout

WithTimeout adds the timeout to the get network splash login attempts params

func (*GetNetworkSplashLoginAttemptsParams) WithTimespan

WithTimespan adds the timespan to the get network splash login attempts params

func (*GetNetworkSplashLoginAttemptsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkSplashLoginAttemptsReader

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

GetNetworkSplashLoginAttemptsReader is a Reader for the GetNetworkSplashLoginAttempts structure.

func (*GetNetworkSplashLoginAttemptsReader) ReadResponse

func (o *GetNetworkSplashLoginAttemptsReader) 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