wireless_health

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 wireless health API

func (*Client) GetNetworkClientConnectionStats

func (a *Client) GetNetworkClientConnectionStats(params *GetNetworkClientConnectionStatsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientConnectionStatsOK, error)

GetNetworkClientConnectionStats gets network client connection stats

Aggregated connectivity info for a given client on this network. Clients are identified by their MAC.

func (*Client) GetNetworkClientLatencyStats

func (a *Client) GetNetworkClientLatencyStats(params *GetNetworkClientLatencyStatsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientLatencyStatsOK, error)

GetNetworkClientLatencyStats gets network client latency stats

Aggregated latency info for a given client on this network. Clients are identified by their MAC.

func (*Client) GetNetworkClientsConnectionStats

GetNetworkClientsConnectionStats gets network clients connection stats

Aggregated connectivity info for this network, grouped by clients

func (*Client) GetNetworkClientsLatencyStats

func (a *Client) GetNetworkClientsLatencyStats(params *GetNetworkClientsLatencyStatsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientsLatencyStatsOK, error)

GetNetworkClientsLatencyStats gets network clients latency stats

Aggregated latency info for this network, grouped by clients

func (*Client) GetNetworkConnectionStats

func (a *Client) GetNetworkConnectionStats(params *GetNetworkConnectionStatsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkConnectionStatsOK, error)

GetNetworkConnectionStats gets network connection stats

Aggregated connectivity info for this network

func (*Client) GetNetworkDeviceConnectionStats

func (a *Client) GetNetworkDeviceConnectionStats(params *GetNetworkDeviceConnectionStatsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkDeviceConnectionStatsOK, error)

GetNetworkDeviceConnectionStats gets network device connection stats

Aggregated connectivity info for a given AP on this network

func (*Client) GetNetworkDeviceLatencyStats

func (a *Client) GetNetworkDeviceLatencyStats(params *GetNetworkDeviceLatencyStatsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkDeviceLatencyStatsOK, error)

GetNetworkDeviceLatencyStats gets network device latency stats

Aggregated latency info for a given AP on this network

func (*Client) GetNetworkDevicesConnectionStats

GetNetworkDevicesConnectionStats gets network devices connection stats

Aggregated connectivity info for this network, grouped by node

func (*Client) GetNetworkDevicesLatencyStats

func (a *Client) GetNetworkDevicesLatencyStats(params *GetNetworkDevicesLatencyStatsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkDevicesLatencyStatsOK, error)

GetNetworkDevicesLatencyStats gets network devices latency stats

Aggregated latency info for this network, grouped by node

func (*Client) GetNetworkFailedConnections

func (a *Client) GetNetworkFailedConnections(params *GetNetworkFailedConnectionsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkFailedConnectionsOK, error)

GetNetworkFailedConnections gets network failed connections

List of all failed client connection events on this network in a given time range

func (*Client) GetNetworkLatencyStats

func (a *Client) GetNetworkLatencyStats(params *GetNetworkLatencyStatsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkLatencyStatsOK, error)

GetNetworkLatencyStats gets network latency stats

Aggregated latency info for this network

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetNetworkClientConnectionStats(params *GetNetworkClientConnectionStatsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientConnectionStatsOK, error)

	GetNetworkClientLatencyStats(params *GetNetworkClientLatencyStatsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientLatencyStatsOK, error)

	GetNetworkClientsConnectionStats(params *GetNetworkClientsConnectionStatsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientsConnectionStatsOK, error)

	GetNetworkClientsLatencyStats(params *GetNetworkClientsLatencyStatsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientsLatencyStatsOK, error)

	GetNetworkConnectionStats(params *GetNetworkConnectionStatsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkConnectionStatsOK, error)

	GetNetworkDeviceConnectionStats(params *GetNetworkDeviceConnectionStatsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkDeviceConnectionStatsOK, error)

	GetNetworkDeviceLatencyStats(params *GetNetworkDeviceLatencyStatsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkDeviceLatencyStatsOK, error)

	GetNetworkDevicesConnectionStats(params *GetNetworkDevicesConnectionStatsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkDevicesConnectionStatsOK, error)

	GetNetworkDevicesLatencyStats(params *GetNetworkDevicesLatencyStatsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkDevicesLatencyStatsOK, error)

	GetNetworkFailedConnections(params *GetNetworkFailedConnectionsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkFailedConnectionsOK, error)

	GetNetworkLatencyStats(params *GetNetworkLatencyStatsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkLatencyStatsOK, 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 wireless health API client.

type GetNetworkClientConnectionStatsOK

type GetNetworkClientConnectionStatsOK struct {
	Payload interface{}
}

GetNetworkClientConnectionStatsOK handles this case with default header values.

Successful operation

func NewGetNetworkClientConnectionStatsOK

func NewGetNetworkClientConnectionStatsOK() *GetNetworkClientConnectionStatsOK

NewGetNetworkClientConnectionStatsOK creates a GetNetworkClientConnectionStatsOK with default headers values

func (*GetNetworkClientConnectionStatsOK) Error

func (*GetNetworkClientConnectionStatsOK) GetPayload

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

type GetNetworkClientConnectionStatsParams

type GetNetworkClientConnectionStatsParams struct {

	/*ApTag
	  Filter results by AP Tag

	*/
	ApTag *string
	/*ClientID*/
	ClientID string
	/*NetworkID*/
	NetworkID string
	/*Ssid
	  Filter results by SSID

	*/
	Ssid *int32
	/*T0
	  The beginning of the timespan for the data. The maximum lookback period is 180 days from today.

	*/
	T0 *string
	/*T1
	  The end of the timespan for the data. t1 can be a maximum of 7 days after t0.

	*/
	T1 *string
	/*Timespan
	  The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days.

	*/
	Timespan *float64
	/*Vlan
	  Filter results by VLAN

	*/
	Vlan *int32

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

GetNetworkClientConnectionStatsParams contains all the parameters to send to the API endpoint for the get network client connection stats operation typically these are written to a http.Request

func NewGetNetworkClientConnectionStatsParams

func NewGetNetworkClientConnectionStatsParams() *GetNetworkClientConnectionStatsParams

NewGetNetworkClientConnectionStatsParams creates a new GetNetworkClientConnectionStatsParams object with the default values initialized.

func NewGetNetworkClientConnectionStatsParamsWithContext

func NewGetNetworkClientConnectionStatsParamsWithContext(ctx context.Context) *GetNetworkClientConnectionStatsParams

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

func NewGetNetworkClientConnectionStatsParamsWithHTTPClient

func NewGetNetworkClientConnectionStatsParamsWithHTTPClient(client *http.Client) *GetNetworkClientConnectionStatsParams

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

func NewGetNetworkClientConnectionStatsParamsWithTimeout

func NewGetNetworkClientConnectionStatsParamsWithTimeout(timeout time.Duration) *GetNetworkClientConnectionStatsParams

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

func (*GetNetworkClientConnectionStatsParams) SetApTag

func (o *GetNetworkClientConnectionStatsParams) SetApTag(apTag *string)

SetApTag adds the apTag to the get network client connection stats params

func (*GetNetworkClientConnectionStatsParams) SetClientID

func (o *GetNetworkClientConnectionStatsParams) SetClientID(clientID string)

SetClientID adds the clientId to the get network client connection stats params

func (*GetNetworkClientConnectionStatsParams) SetContext

SetContext adds the context to the get network client connection stats params

func (*GetNetworkClientConnectionStatsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network client connection stats params

func (*GetNetworkClientConnectionStatsParams) SetNetworkID

func (o *GetNetworkClientConnectionStatsParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network client connection stats params

func (*GetNetworkClientConnectionStatsParams) SetSsid

func (o *GetNetworkClientConnectionStatsParams) SetSsid(ssid *int32)

SetSsid adds the ssid to the get network client connection stats params

func (*GetNetworkClientConnectionStatsParams) SetT0

SetT0 adds the t0 to the get network client connection stats params

func (*GetNetworkClientConnectionStatsParams) SetT1

SetT1 adds the t1 to the get network client connection stats params

func (*GetNetworkClientConnectionStatsParams) SetTimeout

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

SetTimeout adds the timeout to the get network client connection stats params

func (*GetNetworkClientConnectionStatsParams) SetTimespan

func (o *GetNetworkClientConnectionStatsParams) SetTimespan(timespan *float64)

SetTimespan adds the timespan to the get network client connection stats params

func (*GetNetworkClientConnectionStatsParams) SetVlan

func (o *GetNetworkClientConnectionStatsParams) SetVlan(vlan *int32)

SetVlan adds the vlan to the get network client connection stats params

func (*GetNetworkClientConnectionStatsParams) WithApTag

WithApTag adds the apTag to the get network client connection stats params

func (*GetNetworkClientConnectionStatsParams) WithClientID

WithClientID adds the clientID to the get network client connection stats params

func (*GetNetworkClientConnectionStatsParams) WithContext

WithContext adds the context to the get network client connection stats params

func (*GetNetworkClientConnectionStatsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network client connection stats params

func (*GetNetworkClientConnectionStatsParams) WithNetworkID

WithNetworkID adds the networkID to the get network client connection stats params

func (*GetNetworkClientConnectionStatsParams) WithSsid

WithSsid adds the ssid to the get network client connection stats params

func (*GetNetworkClientConnectionStatsParams) WithT0

WithT0 adds the t0 to the get network client connection stats params

func (*GetNetworkClientConnectionStatsParams) WithT1

WithT1 adds the t1 to the get network client connection stats params

func (*GetNetworkClientConnectionStatsParams) WithTimeout

WithTimeout adds the timeout to the get network client connection stats params

func (*GetNetworkClientConnectionStatsParams) WithTimespan

WithTimespan adds the timespan to the get network client connection stats params

func (*GetNetworkClientConnectionStatsParams) WithVlan

WithVlan adds the vlan to the get network client connection stats params

func (*GetNetworkClientConnectionStatsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkClientConnectionStatsReader

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

GetNetworkClientConnectionStatsReader is a Reader for the GetNetworkClientConnectionStats structure.

func (*GetNetworkClientConnectionStatsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkClientLatencyStatsOK

type GetNetworkClientLatencyStatsOK struct {
	Payload interface{}
}

GetNetworkClientLatencyStatsOK handles this case with default header values.

Successful operation

func NewGetNetworkClientLatencyStatsOK

func NewGetNetworkClientLatencyStatsOK() *GetNetworkClientLatencyStatsOK

NewGetNetworkClientLatencyStatsOK creates a GetNetworkClientLatencyStatsOK with default headers values

func (*GetNetworkClientLatencyStatsOK) Error

func (*GetNetworkClientLatencyStatsOK) GetPayload

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

type GetNetworkClientLatencyStatsParams

type GetNetworkClientLatencyStatsParams struct {

	/*ApTag
	  Filter results by AP Tag

	*/
	ApTag *string
	/*ClientID*/
	ClientID string
	/*Fields
	  Partial selection: If present, this call will return only the selected fields of ["rawDistribution", "avg"]. All fields will be returned by default. Selected fields must be entered as a comma separated string.

	*/
	Fields *string
	/*NetworkID*/
	NetworkID string
	/*Ssid
	  Filter results by SSID

	*/
	Ssid *int32
	/*T0
	  The beginning of the timespan for the data. The maximum lookback period is 180 days from today.

	*/
	T0 *string
	/*T1
	  The end of the timespan for the data. t1 can be a maximum of 7 days after t0.

	*/
	T1 *string
	/*Timespan
	  The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days.

	*/
	Timespan *float64
	/*Vlan
	  Filter results by VLAN

	*/
	Vlan *int32

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

GetNetworkClientLatencyStatsParams contains all the parameters to send to the API endpoint for the get network client latency stats operation typically these are written to a http.Request

func NewGetNetworkClientLatencyStatsParams

func NewGetNetworkClientLatencyStatsParams() *GetNetworkClientLatencyStatsParams

NewGetNetworkClientLatencyStatsParams creates a new GetNetworkClientLatencyStatsParams object with the default values initialized.

func NewGetNetworkClientLatencyStatsParamsWithContext

func NewGetNetworkClientLatencyStatsParamsWithContext(ctx context.Context) *GetNetworkClientLatencyStatsParams

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

func NewGetNetworkClientLatencyStatsParamsWithHTTPClient

func NewGetNetworkClientLatencyStatsParamsWithHTTPClient(client *http.Client) *GetNetworkClientLatencyStatsParams

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

func NewGetNetworkClientLatencyStatsParamsWithTimeout

func NewGetNetworkClientLatencyStatsParamsWithTimeout(timeout time.Duration) *GetNetworkClientLatencyStatsParams

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

func (*GetNetworkClientLatencyStatsParams) SetApTag

func (o *GetNetworkClientLatencyStatsParams) SetApTag(apTag *string)

SetApTag adds the apTag to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) SetClientID

func (o *GetNetworkClientLatencyStatsParams) SetClientID(clientID string)

SetClientID adds the clientId to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) SetContext

SetContext adds the context to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) SetFields

func (o *GetNetworkClientLatencyStatsParams) SetFields(fields *string)

SetFields adds the fields to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) SetNetworkID

func (o *GetNetworkClientLatencyStatsParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) SetSsid

func (o *GetNetworkClientLatencyStatsParams) SetSsid(ssid *int32)

SetSsid adds the ssid to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) SetT0

SetT0 adds the t0 to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) SetT1

SetT1 adds the t1 to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) SetTimeout

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

SetTimeout adds the timeout to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) SetTimespan

func (o *GetNetworkClientLatencyStatsParams) SetTimespan(timespan *float64)

SetTimespan adds the timespan to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) SetVlan

func (o *GetNetworkClientLatencyStatsParams) SetVlan(vlan *int32)

SetVlan adds the vlan to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) WithApTag

WithApTag adds the apTag to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) WithClientID

WithClientID adds the clientID to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) WithContext

WithContext adds the context to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) WithFields

WithFields adds the fields to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) WithNetworkID

WithNetworkID adds the networkID to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) WithSsid

WithSsid adds the ssid to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) WithT0

WithT0 adds the t0 to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) WithT1

WithT1 adds the t1 to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) WithTimeout

WithTimeout adds the timeout to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) WithTimespan

WithTimespan adds the timespan to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) WithVlan

WithVlan adds the vlan to the get network client latency stats params

func (*GetNetworkClientLatencyStatsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkClientLatencyStatsReader

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

GetNetworkClientLatencyStatsReader is a Reader for the GetNetworkClientLatencyStats structure.

func (*GetNetworkClientLatencyStatsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkClientsConnectionStatsOK

type GetNetworkClientsConnectionStatsOK struct {
	Payload interface{}
}

GetNetworkClientsConnectionStatsOK handles this case with default header values.

Successful operation

func NewGetNetworkClientsConnectionStatsOK

func NewGetNetworkClientsConnectionStatsOK() *GetNetworkClientsConnectionStatsOK

NewGetNetworkClientsConnectionStatsOK creates a GetNetworkClientsConnectionStatsOK with default headers values

func (*GetNetworkClientsConnectionStatsOK) Error

func (*GetNetworkClientsConnectionStatsOK) GetPayload

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

type GetNetworkClientsConnectionStatsParams

type GetNetworkClientsConnectionStatsParams struct {

	/*ApTag
	  Filter results by AP Tag

	*/
	ApTag *string
	/*NetworkID*/
	NetworkID string
	/*Ssid
	  Filter results by SSID

	*/
	Ssid *int32
	/*T0
	  The beginning of the timespan for the data. The maximum lookback period is 180 days from today.

	*/
	T0 *string
	/*T1
	  The end of the timespan for the data. t1 can be a maximum of 7 days after t0.

	*/
	T1 *string
	/*Timespan
	  The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days.

	*/
	Timespan *float64
	/*Vlan
	  Filter results by VLAN

	*/
	Vlan *int32

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

GetNetworkClientsConnectionStatsParams contains all the parameters to send to the API endpoint for the get network clients connection stats operation typically these are written to a http.Request

func NewGetNetworkClientsConnectionStatsParams

func NewGetNetworkClientsConnectionStatsParams() *GetNetworkClientsConnectionStatsParams

NewGetNetworkClientsConnectionStatsParams creates a new GetNetworkClientsConnectionStatsParams object with the default values initialized.

func NewGetNetworkClientsConnectionStatsParamsWithContext

func NewGetNetworkClientsConnectionStatsParamsWithContext(ctx context.Context) *GetNetworkClientsConnectionStatsParams

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

func NewGetNetworkClientsConnectionStatsParamsWithHTTPClient

func NewGetNetworkClientsConnectionStatsParamsWithHTTPClient(client *http.Client) *GetNetworkClientsConnectionStatsParams

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

func NewGetNetworkClientsConnectionStatsParamsWithTimeout

func NewGetNetworkClientsConnectionStatsParamsWithTimeout(timeout time.Duration) *GetNetworkClientsConnectionStatsParams

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

func (*GetNetworkClientsConnectionStatsParams) SetApTag

func (o *GetNetworkClientsConnectionStatsParams) SetApTag(apTag *string)

SetApTag adds the apTag to the get network clients connection stats params

func (*GetNetworkClientsConnectionStatsParams) SetContext

SetContext adds the context to the get network clients connection stats params

func (*GetNetworkClientsConnectionStatsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network clients connection stats params

func (*GetNetworkClientsConnectionStatsParams) SetNetworkID

func (o *GetNetworkClientsConnectionStatsParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network clients connection stats params

func (*GetNetworkClientsConnectionStatsParams) SetSsid

SetSsid adds the ssid to the get network clients connection stats params

func (*GetNetworkClientsConnectionStatsParams) SetT0

SetT0 adds the t0 to the get network clients connection stats params

func (*GetNetworkClientsConnectionStatsParams) SetT1

SetT1 adds the t1 to the get network clients connection stats params

func (*GetNetworkClientsConnectionStatsParams) SetTimeout

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

SetTimeout adds the timeout to the get network clients connection stats params

func (*GetNetworkClientsConnectionStatsParams) SetTimespan

func (o *GetNetworkClientsConnectionStatsParams) SetTimespan(timespan *float64)

SetTimespan adds the timespan to the get network clients connection stats params

func (*GetNetworkClientsConnectionStatsParams) SetVlan

SetVlan adds the vlan to the get network clients connection stats params

func (*GetNetworkClientsConnectionStatsParams) WithApTag

WithApTag adds the apTag to the get network clients connection stats params

func (*GetNetworkClientsConnectionStatsParams) WithContext

WithContext adds the context to the get network clients connection stats params

func (*GetNetworkClientsConnectionStatsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network clients connection stats params

func (*GetNetworkClientsConnectionStatsParams) WithNetworkID

WithNetworkID adds the networkID to the get network clients connection stats params

func (*GetNetworkClientsConnectionStatsParams) WithSsid

WithSsid adds the ssid to the get network clients connection stats params

func (*GetNetworkClientsConnectionStatsParams) WithT0

WithT0 adds the t0 to the get network clients connection stats params

func (*GetNetworkClientsConnectionStatsParams) WithT1

WithT1 adds the t1 to the get network clients connection stats params

func (*GetNetworkClientsConnectionStatsParams) WithTimeout

WithTimeout adds the timeout to the get network clients connection stats params

func (*GetNetworkClientsConnectionStatsParams) WithTimespan

WithTimespan adds the timespan to the get network clients connection stats params

func (*GetNetworkClientsConnectionStatsParams) WithVlan

WithVlan adds the vlan to the get network clients connection stats params

func (*GetNetworkClientsConnectionStatsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkClientsConnectionStatsReader

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

GetNetworkClientsConnectionStatsReader is a Reader for the GetNetworkClientsConnectionStats structure.

func (*GetNetworkClientsConnectionStatsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkClientsLatencyStatsOK

type GetNetworkClientsLatencyStatsOK struct {
	Payload interface{}
}

GetNetworkClientsLatencyStatsOK handles this case with default header values.

Successful operation

func NewGetNetworkClientsLatencyStatsOK

func NewGetNetworkClientsLatencyStatsOK() *GetNetworkClientsLatencyStatsOK

NewGetNetworkClientsLatencyStatsOK creates a GetNetworkClientsLatencyStatsOK with default headers values

func (*GetNetworkClientsLatencyStatsOK) Error

func (*GetNetworkClientsLatencyStatsOK) GetPayload

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

type GetNetworkClientsLatencyStatsParams

type GetNetworkClientsLatencyStatsParams struct {

	/*ApTag
	  Filter results by AP Tag

	*/
	ApTag *string
	/*Fields
	  Partial selection: If present, this call will return only the selected fields of ["rawDistribution", "avg"]. All fields will be returned by default. Selected fields must be entered as a comma separated string.

	*/
	Fields *string
	/*NetworkID*/
	NetworkID string
	/*Ssid
	  Filter results by SSID

	*/
	Ssid *int32
	/*T0
	  The beginning of the timespan for the data. The maximum lookback period is 180 days from today.

	*/
	T0 *string
	/*T1
	  The end of the timespan for the data. t1 can be a maximum of 7 days after t0.

	*/
	T1 *string
	/*Timespan
	  The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days.

	*/
	Timespan *float64
	/*Vlan
	  Filter results by VLAN

	*/
	Vlan *int32

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

GetNetworkClientsLatencyStatsParams contains all the parameters to send to the API endpoint for the get network clients latency stats operation typically these are written to a http.Request

func NewGetNetworkClientsLatencyStatsParams

func NewGetNetworkClientsLatencyStatsParams() *GetNetworkClientsLatencyStatsParams

NewGetNetworkClientsLatencyStatsParams creates a new GetNetworkClientsLatencyStatsParams object with the default values initialized.

func NewGetNetworkClientsLatencyStatsParamsWithContext

func NewGetNetworkClientsLatencyStatsParamsWithContext(ctx context.Context) *GetNetworkClientsLatencyStatsParams

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

func NewGetNetworkClientsLatencyStatsParamsWithHTTPClient

func NewGetNetworkClientsLatencyStatsParamsWithHTTPClient(client *http.Client) *GetNetworkClientsLatencyStatsParams

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

func NewGetNetworkClientsLatencyStatsParamsWithTimeout

func NewGetNetworkClientsLatencyStatsParamsWithTimeout(timeout time.Duration) *GetNetworkClientsLatencyStatsParams

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

func (*GetNetworkClientsLatencyStatsParams) SetApTag

func (o *GetNetworkClientsLatencyStatsParams) SetApTag(apTag *string)

SetApTag adds the apTag to the get network clients latency stats params

func (*GetNetworkClientsLatencyStatsParams) SetContext

SetContext adds the context to the get network clients latency stats params

func (*GetNetworkClientsLatencyStatsParams) SetFields

func (o *GetNetworkClientsLatencyStatsParams) SetFields(fields *string)

SetFields adds the fields to the get network clients latency stats params

func (*GetNetworkClientsLatencyStatsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network clients latency stats params

func (*GetNetworkClientsLatencyStatsParams) SetNetworkID

func (o *GetNetworkClientsLatencyStatsParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network clients latency stats params

func (*GetNetworkClientsLatencyStatsParams) SetSsid

func (o *GetNetworkClientsLatencyStatsParams) SetSsid(ssid *int32)

SetSsid adds the ssid to the get network clients latency stats params

func (*GetNetworkClientsLatencyStatsParams) SetT0

SetT0 adds the t0 to the get network clients latency stats params

func (*GetNetworkClientsLatencyStatsParams) SetT1

SetT1 adds the t1 to the get network clients latency stats params

func (*GetNetworkClientsLatencyStatsParams) SetTimeout

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

SetTimeout adds the timeout to the get network clients latency stats params

func (*GetNetworkClientsLatencyStatsParams) SetTimespan

func (o *GetNetworkClientsLatencyStatsParams) SetTimespan(timespan *float64)

SetTimespan adds the timespan to the get network clients latency stats params

func (*GetNetworkClientsLatencyStatsParams) SetVlan

func (o *GetNetworkClientsLatencyStatsParams) SetVlan(vlan *int32)

SetVlan adds the vlan to the get network clients latency stats params

func (*GetNetworkClientsLatencyStatsParams) WithApTag

WithApTag adds the apTag to the get network clients latency stats params

func (*GetNetworkClientsLatencyStatsParams) WithContext

WithContext adds the context to the get network clients latency stats params

func (*GetNetworkClientsLatencyStatsParams) WithFields

WithFields adds the fields to the get network clients latency stats params

func (*GetNetworkClientsLatencyStatsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network clients latency stats params

func (*GetNetworkClientsLatencyStatsParams) WithNetworkID

WithNetworkID adds the networkID to the get network clients latency stats params

func (*GetNetworkClientsLatencyStatsParams) WithSsid

WithSsid adds the ssid to the get network clients latency stats params

func (*GetNetworkClientsLatencyStatsParams) WithT0

WithT0 adds the t0 to the get network clients latency stats params

func (*GetNetworkClientsLatencyStatsParams) WithT1

WithT1 adds the t1 to the get network clients latency stats params

func (*GetNetworkClientsLatencyStatsParams) WithTimeout

WithTimeout adds the timeout to the get network clients latency stats params

func (*GetNetworkClientsLatencyStatsParams) WithTimespan

WithTimespan adds the timespan to the get network clients latency stats params

func (*GetNetworkClientsLatencyStatsParams) WithVlan

WithVlan adds the vlan to the get network clients latency stats params

func (*GetNetworkClientsLatencyStatsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkClientsLatencyStatsReader

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

GetNetworkClientsLatencyStatsReader is a Reader for the GetNetworkClientsLatencyStats structure.

func (*GetNetworkClientsLatencyStatsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkConnectionStatsOK

type GetNetworkConnectionStatsOK struct {
	Payload interface{}
}

GetNetworkConnectionStatsOK handles this case with default header values.

Successful operation

func NewGetNetworkConnectionStatsOK

func NewGetNetworkConnectionStatsOK() *GetNetworkConnectionStatsOK

NewGetNetworkConnectionStatsOK creates a GetNetworkConnectionStatsOK with default headers values

func (*GetNetworkConnectionStatsOK) Error

func (*GetNetworkConnectionStatsOK) GetPayload

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

type GetNetworkConnectionStatsParams

type GetNetworkConnectionStatsParams struct {

	/*ApTag
	  Filter results by AP Tag

	*/
	ApTag *string
	/*NetworkID*/
	NetworkID string
	/*Ssid
	  Filter results by SSID

	*/
	Ssid *int32
	/*T0
	  The beginning of the timespan for the data. The maximum lookback period is 180 days from today.

	*/
	T0 *string
	/*T1
	  The end of the timespan for the data. t1 can be a maximum of 7 days after t0.

	*/
	T1 *string
	/*Timespan
	  The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days.

	*/
	Timespan *float64
	/*Vlan
	  Filter results by VLAN

	*/
	Vlan *int32

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

GetNetworkConnectionStatsParams contains all the parameters to send to the API endpoint for the get network connection stats operation typically these are written to a http.Request

func NewGetNetworkConnectionStatsParams

func NewGetNetworkConnectionStatsParams() *GetNetworkConnectionStatsParams

NewGetNetworkConnectionStatsParams creates a new GetNetworkConnectionStatsParams object with the default values initialized.

func NewGetNetworkConnectionStatsParamsWithContext

func NewGetNetworkConnectionStatsParamsWithContext(ctx context.Context) *GetNetworkConnectionStatsParams

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

func NewGetNetworkConnectionStatsParamsWithHTTPClient

func NewGetNetworkConnectionStatsParamsWithHTTPClient(client *http.Client) *GetNetworkConnectionStatsParams

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

func NewGetNetworkConnectionStatsParamsWithTimeout

func NewGetNetworkConnectionStatsParamsWithTimeout(timeout time.Duration) *GetNetworkConnectionStatsParams

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

func (*GetNetworkConnectionStatsParams) SetApTag

func (o *GetNetworkConnectionStatsParams) SetApTag(apTag *string)

SetApTag adds the apTag to the get network connection stats params

func (*GetNetworkConnectionStatsParams) SetContext

func (o *GetNetworkConnectionStatsParams) SetContext(ctx context.Context)

SetContext adds the context to the get network connection stats params

func (*GetNetworkConnectionStatsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network connection stats params

func (*GetNetworkConnectionStatsParams) SetNetworkID

func (o *GetNetworkConnectionStatsParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network connection stats params

func (*GetNetworkConnectionStatsParams) SetSsid

func (o *GetNetworkConnectionStatsParams) SetSsid(ssid *int32)

SetSsid adds the ssid to the get network connection stats params

func (*GetNetworkConnectionStatsParams) SetT0

SetT0 adds the t0 to the get network connection stats params

func (*GetNetworkConnectionStatsParams) SetT1

SetT1 adds the t1 to the get network connection stats params

func (*GetNetworkConnectionStatsParams) SetTimeout

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

SetTimeout adds the timeout to the get network connection stats params

func (*GetNetworkConnectionStatsParams) SetTimespan

func (o *GetNetworkConnectionStatsParams) SetTimespan(timespan *float64)

SetTimespan adds the timespan to the get network connection stats params

func (*GetNetworkConnectionStatsParams) SetVlan

func (o *GetNetworkConnectionStatsParams) SetVlan(vlan *int32)

SetVlan adds the vlan to the get network connection stats params

func (*GetNetworkConnectionStatsParams) WithApTag

WithApTag adds the apTag to the get network connection stats params

func (*GetNetworkConnectionStatsParams) WithContext

WithContext adds the context to the get network connection stats params

func (*GetNetworkConnectionStatsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network connection stats params

func (*GetNetworkConnectionStatsParams) WithNetworkID

WithNetworkID adds the networkID to the get network connection stats params

func (*GetNetworkConnectionStatsParams) WithSsid

WithSsid adds the ssid to the get network connection stats params

func (*GetNetworkConnectionStatsParams) WithT0

WithT0 adds the t0 to the get network connection stats params

func (*GetNetworkConnectionStatsParams) WithT1

WithT1 adds the t1 to the get network connection stats params

func (*GetNetworkConnectionStatsParams) WithTimeout

WithTimeout adds the timeout to the get network connection stats params

func (*GetNetworkConnectionStatsParams) WithTimespan

WithTimespan adds the timespan to the get network connection stats params

func (*GetNetworkConnectionStatsParams) WithVlan

WithVlan adds the vlan to the get network connection stats params

func (*GetNetworkConnectionStatsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkConnectionStatsReader

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

GetNetworkConnectionStatsReader is a Reader for the GetNetworkConnectionStats structure.

func (*GetNetworkConnectionStatsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkDeviceConnectionStatsOK

type GetNetworkDeviceConnectionStatsOK struct {
	Payload interface{}
}

GetNetworkDeviceConnectionStatsOK handles this case with default header values.

Successful operation

func NewGetNetworkDeviceConnectionStatsOK

func NewGetNetworkDeviceConnectionStatsOK() *GetNetworkDeviceConnectionStatsOK

NewGetNetworkDeviceConnectionStatsOK creates a GetNetworkDeviceConnectionStatsOK with default headers values

func (*GetNetworkDeviceConnectionStatsOK) Error

func (*GetNetworkDeviceConnectionStatsOK) GetPayload

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

type GetNetworkDeviceConnectionStatsParams

type GetNetworkDeviceConnectionStatsParams struct {

	/*ApTag
	  Filter results by AP Tag

	*/
	ApTag *string
	/*NetworkID*/
	NetworkID string
	/*Serial*/
	Serial string
	/*Ssid
	  Filter results by SSID

	*/
	Ssid *int32
	/*T0
	  The beginning of the timespan for the data. The maximum lookback period is 180 days from today.

	*/
	T0 *string
	/*T1
	  The end of the timespan for the data. t1 can be a maximum of 7 days after t0.

	*/
	T1 *string
	/*Timespan
	  The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days.

	*/
	Timespan *float64
	/*Vlan
	  Filter results by VLAN

	*/
	Vlan *int32

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

GetNetworkDeviceConnectionStatsParams contains all the parameters to send to the API endpoint for the get network device connection stats operation typically these are written to a http.Request

func NewGetNetworkDeviceConnectionStatsParams

func NewGetNetworkDeviceConnectionStatsParams() *GetNetworkDeviceConnectionStatsParams

NewGetNetworkDeviceConnectionStatsParams creates a new GetNetworkDeviceConnectionStatsParams object with the default values initialized.

func NewGetNetworkDeviceConnectionStatsParamsWithContext

func NewGetNetworkDeviceConnectionStatsParamsWithContext(ctx context.Context) *GetNetworkDeviceConnectionStatsParams

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

func NewGetNetworkDeviceConnectionStatsParamsWithHTTPClient

func NewGetNetworkDeviceConnectionStatsParamsWithHTTPClient(client *http.Client) *GetNetworkDeviceConnectionStatsParams

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

func NewGetNetworkDeviceConnectionStatsParamsWithTimeout

func NewGetNetworkDeviceConnectionStatsParamsWithTimeout(timeout time.Duration) *GetNetworkDeviceConnectionStatsParams

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

func (*GetNetworkDeviceConnectionStatsParams) SetApTag

func (o *GetNetworkDeviceConnectionStatsParams) SetApTag(apTag *string)

SetApTag adds the apTag to the get network device connection stats params

func (*GetNetworkDeviceConnectionStatsParams) SetContext

SetContext adds the context to the get network device connection stats params

func (*GetNetworkDeviceConnectionStatsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network device connection stats params

func (*GetNetworkDeviceConnectionStatsParams) SetNetworkID

func (o *GetNetworkDeviceConnectionStatsParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network device connection stats params

func (*GetNetworkDeviceConnectionStatsParams) SetSerial

func (o *GetNetworkDeviceConnectionStatsParams) SetSerial(serial string)

SetSerial adds the serial to the get network device connection stats params

func (*GetNetworkDeviceConnectionStatsParams) SetSsid

func (o *GetNetworkDeviceConnectionStatsParams) SetSsid(ssid *int32)

SetSsid adds the ssid to the get network device connection stats params

func (*GetNetworkDeviceConnectionStatsParams) SetT0

SetT0 adds the t0 to the get network device connection stats params

func (*GetNetworkDeviceConnectionStatsParams) SetT1

SetT1 adds the t1 to the get network device connection stats params

func (*GetNetworkDeviceConnectionStatsParams) SetTimeout

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

SetTimeout adds the timeout to the get network device connection stats params

func (*GetNetworkDeviceConnectionStatsParams) SetTimespan

func (o *GetNetworkDeviceConnectionStatsParams) SetTimespan(timespan *float64)

SetTimespan adds the timespan to the get network device connection stats params

func (*GetNetworkDeviceConnectionStatsParams) SetVlan

func (o *GetNetworkDeviceConnectionStatsParams) SetVlan(vlan *int32)

SetVlan adds the vlan to the get network device connection stats params

func (*GetNetworkDeviceConnectionStatsParams) WithApTag

WithApTag adds the apTag to the get network device connection stats params

func (*GetNetworkDeviceConnectionStatsParams) WithContext

WithContext adds the context to the get network device connection stats params

func (*GetNetworkDeviceConnectionStatsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network device connection stats params

func (*GetNetworkDeviceConnectionStatsParams) WithNetworkID

WithNetworkID adds the networkID to the get network device connection stats params

func (*GetNetworkDeviceConnectionStatsParams) WithSerial

WithSerial adds the serial to the get network device connection stats params

func (*GetNetworkDeviceConnectionStatsParams) WithSsid

WithSsid adds the ssid to the get network device connection stats params

func (*GetNetworkDeviceConnectionStatsParams) WithT0

WithT0 adds the t0 to the get network device connection stats params

func (*GetNetworkDeviceConnectionStatsParams) WithT1

WithT1 adds the t1 to the get network device connection stats params

func (*GetNetworkDeviceConnectionStatsParams) WithTimeout

WithTimeout adds the timeout to the get network device connection stats params

func (*GetNetworkDeviceConnectionStatsParams) WithTimespan

WithTimespan adds the timespan to the get network device connection stats params

func (*GetNetworkDeviceConnectionStatsParams) WithVlan

WithVlan adds the vlan to the get network device connection stats params

func (*GetNetworkDeviceConnectionStatsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkDeviceConnectionStatsReader

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

GetNetworkDeviceConnectionStatsReader is a Reader for the GetNetworkDeviceConnectionStats structure.

func (*GetNetworkDeviceConnectionStatsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkDeviceLatencyStatsOK

type GetNetworkDeviceLatencyStatsOK struct {
	Payload interface{}
}

GetNetworkDeviceLatencyStatsOK handles this case with default header values.

Successful operation

func NewGetNetworkDeviceLatencyStatsOK

func NewGetNetworkDeviceLatencyStatsOK() *GetNetworkDeviceLatencyStatsOK

NewGetNetworkDeviceLatencyStatsOK creates a GetNetworkDeviceLatencyStatsOK with default headers values

func (*GetNetworkDeviceLatencyStatsOK) Error

func (*GetNetworkDeviceLatencyStatsOK) GetPayload

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

type GetNetworkDeviceLatencyStatsParams

type GetNetworkDeviceLatencyStatsParams struct {

	/*ApTag
	  Filter results by AP Tag

	*/
	ApTag *string
	/*Fields
	  Partial selection: If present, this call will return only the selected fields of ["rawDistribution", "avg"]. All fields will be returned by default. Selected fields must be entered as a comma separated string.

	*/
	Fields *string
	/*NetworkID*/
	NetworkID string
	/*Serial*/
	Serial string
	/*Ssid
	  Filter results by SSID

	*/
	Ssid *int32
	/*T0
	  The beginning of the timespan for the data. The maximum lookback period is 180 days from today.

	*/
	T0 *string
	/*T1
	  The end of the timespan for the data. t1 can be a maximum of 7 days after t0.

	*/
	T1 *string
	/*Timespan
	  The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days.

	*/
	Timespan *float64
	/*Vlan
	  Filter results by VLAN

	*/
	Vlan *int32

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

GetNetworkDeviceLatencyStatsParams contains all the parameters to send to the API endpoint for the get network device latency stats operation typically these are written to a http.Request

func NewGetNetworkDeviceLatencyStatsParams

func NewGetNetworkDeviceLatencyStatsParams() *GetNetworkDeviceLatencyStatsParams

NewGetNetworkDeviceLatencyStatsParams creates a new GetNetworkDeviceLatencyStatsParams object with the default values initialized.

func NewGetNetworkDeviceLatencyStatsParamsWithContext

func NewGetNetworkDeviceLatencyStatsParamsWithContext(ctx context.Context) *GetNetworkDeviceLatencyStatsParams

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

func NewGetNetworkDeviceLatencyStatsParamsWithHTTPClient

func NewGetNetworkDeviceLatencyStatsParamsWithHTTPClient(client *http.Client) *GetNetworkDeviceLatencyStatsParams

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

func NewGetNetworkDeviceLatencyStatsParamsWithTimeout

func NewGetNetworkDeviceLatencyStatsParamsWithTimeout(timeout time.Duration) *GetNetworkDeviceLatencyStatsParams

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

func (*GetNetworkDeviceLatencyStatsParams) SetApTag

func (o *GetNetworkDeviceLatencyStatsParams) SetApTag(apTag *string)

SetApTag adds the apTag to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) SetContext

SetContext adds the context to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) SetFields

func (o *GetNetworkDeviceLatencyStatsParams) SetFields(fields *string)

SetFields adds the fields to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) SetNetworkID

func (o *GetNetworkDeviceLatencyStatsParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) SetSerial

func (o *GetNetworkDeviceLatencyStatsParams) SetSerial(serial string)

SetSerial adds the serial to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) SetSsid

func (o *GetNetworkDeviceLatencyStatsParams) SetSsid(ssid *int32)

SetSsid adds the ssid to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) SetT0

SetT0 adds the t0 to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) SetT1

SetT1 adds the t1 to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) SetTimeout

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

SetTimeout adds the timeout to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) SetTimespan

func (o *GetNetworkDeviceLatencyStatsParams) SetTimespan(timespan *float64)

SetTimespan adds the timespan to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) SetVlan

func (o *GetNetworkDeviceLatencyStatsParams) SetVlan(vlan *int32)

SetVlan adds the vlan to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) WithApTag

WithApTag adds the apTag to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) WithContext

WithContext adds the context to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) WithFields

WithFields adds the fields to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) WithNetworkID

WithNetworkID adds the networkID to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) WithSerial

WithSerial adds the serial to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) WithSsid

WithSsid adds the ssid to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) WithT0

WithT0 adds the t0 to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) WithT1

WithT1 adds the t1 to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) WithTimeout

WithTimeout adds the timeout to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) WithTimespan

WithTimespan adds the timespan to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) WithVlan

WithVlan adds the vlan to the get network device latency stats params

func (*GetNetworkDeviceLatencyStatsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkDeviceLatencyStatsReader

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

GetNetworkDeviceLatencyStatsReader is a Reader for the GetNetworkDeviceLatencyStats structure.

func (*GetNetworkDeviceLatencyStatsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkDevicesConnectionStatsOK

type GetNetworkDevicesConnectionStatsOK struct {
	Payload interface{}
}

GetNetworkDevicesConnectionStatsOK handles this case with default header values.

Successful operation

func NewGetNetworkDevicesConnectionStatsOK

func NewGetNetworkDevicesConnectionStatsOK() *GetNetworkDevicesConnectionStatsOK

NewGetNetworkDevicesConnectionStatsOK creates a GetNetworkDevicesConnectionStatsOK with default headers values

func (*GetNetworkDevicesConnectionStatsOK) Error

func (*GetNetworkDevicesConnectionStatsOK) GetPayload

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

type GetNetworkDevicesConnectionStatsParams

type GetNetworkDevicesConnectionStatsParams struct {

	/*ApTag
	  Filter results by AP Tag

	*/
	ApTag *string
	/*NetworkID*/
	NetworkID string
	/*Ssid
	  Filter results by SSID

	*/
	Ssid *int32
	/*T0
	  The beginning of the timespan for the data. The maximum lookback period is 180 days from today.

	*/
	T0 *string
	/*T1
	  The end of the timespan for the data. t1 can be a maximum of 7 days after t0.

	*/
	T1 *string
	/*Timespan
	  The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days.

	*/
	Timespan *float64
	/*Vlan
	  Filter results by VLAN

	*/
	Vlan *int32

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

GetNetworkDevicesConnectionStatsParams contains all the parameters to send to the API endpoint for the get network devices connection stats operation typically these are written to a http.Request

func NewGetNetworkDevicesConnectionStatsParams

func NewGetNetworkDevicesConnectionStatsParams() *GetNetworkDevicesConnectionStatsParams

NewGetNetworkDevicesConnectionStatsParams creates a new GetNetworkDevicesConnectionStatsParams object with the default values initialized.

func NewGetNetworkDevicesConnectionStatsParamsWithContext

func NewGetNetworkDevicesConnectionStatsParamsWithContext(ctx context.Context) *GetNetworkDevicesConnectionStatsParams

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

func NewGetNetworkDevicesConnectionStatsParamsWithHTTPClient

func NewGetNetworkDevicesConnectionStatsParamsWithHTTPClient(client *http.Client) *GetNetworkDevicesConnectionStatsParams

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

func NewGetNetworkDevicesConnectionStatsParamsWithTimeout

func NewGetNetworkDevicesConnectionStatsParamsWithTimeout(timeout time.Duration) *GetNetworkDevicesConnectionStatsParams

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

func (*GetNetworkDevicesConnectionStatsParams) SetApTag

func (o *GetNetworkDevicesConnectionStatsParams) SetApTag(apTag *string)

SetApTag adds the apTag to the get network devices connection stats params

func (*GetNetworkDevicesConnectionStatsParams) SetContext

SetContext adds the context to the get network devices connection stats params

func (*GetNetworkDevicesConnectionStatsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network devices connection stats params

func (*GetNetworkDevicesConnectionStatsParams) SetNetworkID

func (o *GetNetworkDevicesConnectionStatsParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network devices connection stats params

func (*GetNetworkDevicesConnectionStatsParams) SetSsid

SetSsid adds the ssid to the get network devices connection stats params

func (*GetNetworkDevicesConnectionStatsParams) SetT0

SetT0 adds the t0 to the get network devices connection stats params

func (*GetNetworkDevicesConnectionStatsParams) SetT1

SetT1 adds the t1 to the get network devices connection stats params

func (*GetNetworkDevicesConnectionStatsParams) SetTimeout

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

SetTimeout adds the timeout to the get network devices connection stats params

func (*GetNetworkDevicesConnectionStatsParams) SetTimespan

func (o *GetNetworkDevicesConnectionStatsParams) SetTimespan(timespan *float64)

SetTimespan adds the timespan to the get network devices connection stats params

func (*GetNetworkDevicesConnectionStatsParams) SetVlan

SetVlan adds the vlan to the get network devices connection stats params

func (*GetNetworkDevicesConnectionStatsParams) WithApTag

WithApTag adds the apTag to the get network devices connection stats params

func (*GetNetworkDevicesConnectionStatsParams) WithContext

WithContext adds the context to the get network devices connection stats params

func (*GetNetworkDevicesConnectionStatsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network devices connection stats params

func (*GetNetworkDevicesConnectionStatsParams) WithNetworkID

WithNetworkID adds the networkID to the get network devices connection stats params

func (*GetNetworkDevicesConnectionStatsParams) WithSsid

WithSsid adds the ssid to the get network devices connection stats params

func (*GetNetworkDevicesConnectionStatsParams) WithT0

WithT0 adds the t0 to the get network devices connection stats params

func (*GetNetworkDevicesConnectionStatsParams) WithT1

WithT1 adds the t1 to the get network devices connection stats params

func (*GetNetworkDevicesConnectionStatsParams) WithTimeout

WithTimeout adds the timeout to the get network devices connection stats params

func (*GetNetworkDevicesConnectionStatsParams) WithTimespan

WithTimespan adds the timespan to the get network devices connection stats params

func (*GetNetworkDevicesConnectionStatsParams) WithVlan

WithVlan adds the vlan to the get network devices connection stats params

func (*GetNetworkDevicesConnectionStatsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkDevicesConnectionStatsReader

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

GetNetworkDevicesConnectionStatsReader is a Reader for the GetNetworkDevicesConnectionStats structure.

func (*GetNetworkDevicesConnectionStatsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkDevicesLatencyStatsOK

type GetNetworkDevicesLatencyStatsOK struct {
	Payload interface{}
}

GetNetworkDevicesLatencyStatsOK handles this case with default header values.

Successful operation

func NewGetNetworkDevicesLatencyStatsOK

func NewGetNetworkDevicesLatencyStatsOK() *GetNetworkDevicesLatencyStatsOK

NewGetNetworkDevicesLatencyStatsOK creates a GetNetworkDevicesLatencyStatsOK with default headers values

func (*GetNetworkDevicesLatencyStatsOK) Error

func (*GetNetworkDevicesLatencyStatsOK) GetPayload

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

type GetNetworkDevicesLatencyStatsParams

type GetNetworkDevicesLatencyStatsParams struct {

	/*ApTag
	  Filter results by AP Tag

	*/
	ApTag *string
	/*Fields
	  Partial selection: If present, this call will return only the selected fields of ["rawDistribution", "avg"]. All fields will be returned by default. Selected fields must be entered as a comma separated string.

	*/
	Fields *string
	/*NetworkID*/
	NetworkID string
	/*Ssid
	  Filter results by SSID

	*/
	Ssid *int32
	/*T0
	  The beginning of the timespan for the data. The maximum lookback period is 180 days from today.

	*/
	T0 *string
	/*T1
	  The end of the timespan for the data. t1 can be a maximum of 7 days after t0.

	*/
	T1 *string
	/*Timespan
	  The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days.

	*/
	Timespan *float64
	/*Vlan
	  Filter results by VLAN

	*/
	Vlan *int32

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

GetNetworkDevicesLatencyStatsParams contains all the parameters to send to the API endpoint for the get network devices latency stats operation typically these are written to a http.Request

func NewGetNetworkDevicesLatencyStatsParams

func NewGetNetworkDevicesLatencyStatsParams() *GetNetworkDevicesLatencyStatsParams

NewGetNetworkDevicesLatencyStatsParams creates a new GetNetworkDevicesLatencyStatsParams object with the default values initialized.

func NewGetNetworkDevicesLatencyStatsParamsWithContext

func NewGetNetworkDevicesLatencyStatsParamsWithContext(ctx context.Context) *GetNetworkDevicesLatencyStatsParams

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

func NewGetNetworkDevicesLatencyStatsParamsWithHTTPClient

func NewGetNetworkDevicesLatencyStatsParamsWithHTTPClient(client *http.Client) *GetNetworkDevicesLatencyStatsParams

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

func NewGetNetworkDevicesLatencyStatsParamsWithTimeout

func NewGetNetworkDevicesLatencyStatsParamsWithTimeout(timeout time.Duration) *GetNetworkDevicesLatencyStatsParams

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

func (*GetNetworkDevicesLatencyStatsParams) SetApTag

func (o *GetNetworkDevicesLatencyStatsParams) SetApTag(apTag *string)

SetApTag adds the apTag to the get network devices latency stats params

func (*GetNetworkDevicesLatencyStatsParams) SetContext

SetContext adds the context to the get network devices latency stats params

func (*GetNetworkDevicesLatencyStatsParams) SetFields

func (o *GetNetworkDevicesLatencyStatsParams) SetFields(fields *string)

SetFields adds the fields to the get network devices latency stats params

func (*GetNetworkDevicesLatencyStatsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network devices latency stats params

func (*GetNetworkDevicesLatencyStatsParams) SetNetworkID

func (o *GetNetworkDevicesLatencyStatsParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network devices latency stats params

func (*GetNetworkDevicesLatencyStatsParams) SetSsid

func (o *GetNetworkDevicesLatencyStatsParams) SetSsid(ssid *int32)

SetSsid adds the ssid to the get network devices latency stats params

func (*GetNetworkDevicesLatencyStatsParams) SetT0

SetT0 adds the t0 to the get network devices latency stats params

func (*GetNetworkDevicesLatencyStatsParams) SetT1

SetT1 adds the t1 to the get network devices latency stats params

func (*GetNetworkDevicesLatencyStatsParams) SetTimeout

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

SetTimeout adds the timeout to the get network devices latency stats params

func (*GetNetworkDevicesLatencyStatsParams) SetTimespan

func (o *GetNetworkDevicesLatencyStatsParams) SetTimespan(timespan *float64)

SetTimespan adds the timespan to the get network devices latency stats params

func (*GetNetworkDevicesLatencyStatsParams) SetVlan

func (o *GetNetworkDevicesLatencyStatsParams) SetVlan(vlan *int32)

SetVlan adds the vlan to the get network devices latency stats params

func (*GetNetworkDevicesLatencyStatsParams) WithApTag

WithApTag adds the apTag to the get network devices latency stats params

func (*GetNetworkDevicesLatencyStatsParams) WithContext

WithContext adds the context to the get network devices latency stats params

func (*GetNetworkDevicesLatencyStatsParams) WithFields

WithFields adds the fields to the get network devices latency stats params

func (*GetNetworkDevicesLatencyStatsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network devices latency stats params

func (*GetNetworkDevicesLatencyStatsParams) WithNetworkID

WithNetworkID adds the networkID to the get network devices latency stats params

func (*GetNetworkDevicesLatencyStatsParams) WithSsid

WithSsid adds the ssid to the get network devices latency stats params

func (*GetNetworkDevicesLatencyStatsParams) WithT0

WithT0 adds the t0 to the get network devices latency stats params

func (*GetNetworkDevicesLatencyStatsParams) WithT1

WithT1 adds the t1 to the get network devices latency stats params

func (*GetNetworkDevicesLatencyStatsParams) WithTimeout

WithTimeout adds the timeout to the get network devices latency stats params

func (*GetNetworkDevicesLatencyStatsParams) WithTimespan

WithTimespan adds the timespan to the get network devices latency stats params

func (*GetNetworkDevicesLatencyStatsParams) WithVlan

WithVlan adds the vlan to the get network devices latency stats params

func (*GetNetworkDevicesLatencyStatsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkDevicesLatencyStatsReader

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

GetNetworkDevicesLatencyStatsReader is a Reader for the GetNetworkDevicesLatencyStats structure.

func (*GetNetworkDevicesLatencyStatsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkFailedConnectionsOK

type GetNetworkFailedConnectionsOK struct {
	Payload interface{}
}

GetNetworkFailedConnectionsOK handles this case with default header values.

Successful operation

func NewGetNetworkFailedConnectionsOK

func NewGetNetworkFailedConnectionsOK() *GetNetworkFailedConnectionsOK

NewGetNetworkFailedConnectionsOK creates a GetNetworkFailedConnectionsOK with default headers values

func (*GetNetworkFailedConnectionsOK) Error

func (*GetNetworkFailedConnectionsOK) GetPayload

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

type GetNetworkFailedConnectionsParams

type GetNetworkFailedConnectionsParams struct {

	/*ApTag
	  Filter results by AP Tag

	*/
	ApTag *string
	/*ClientID
	  Filter by client MAC

	*/
	ClientID *string
	/*NetworkID*/
	NetworkID string
	/*Serial
	  Filter by AP

	*/
	Serial *string
	/*Ssid
	  Filter results by SSID

	*/
	Ssid *int32
	/*T0
	  The beginning of the timespan for the data. The maximum lookback period is 180 days from today.

	*/
	T0 *string
	/*T1
	  The end of the timespan for the data. t1 can be a maximum of 7 days after t0.

	*/
	T1 *string
	/*Timespan
	  The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days.

	*/
	Timespan *float64
	/*Vlan
	  Filter results by VLAN

	*/
	Vlan *int32

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

GetNetworkFailedConnectionsParams contains all the parameters to send to the API endpoint for the get network failed connections operation typically these are written to a http.Request

func NewGetNetworkFailedConnectionsParams

func NewGetNetworkFailedConnectionsParams() *GetNetworkFailedConnectionsParams

NewGetNetworkFailedConnectionsParams creates a new GetNetworkFailedConnectionsParams object with the default values initialized.

func NewGetNetworkFailedConnectionsParamsWithContext

func NewGetNetworkFailedConnectionsParamsWithContext(ctx context.Context) *GetNetworkFailedConnectionsParams

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

func NewGetNetworkFailedConnectionsParamsWithHTTPClient

func NewGetNetworkFailedConnectionsParamsWithHTTPClient(client *http.Client) *GetNetworkFailedConnectionsParams

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

func NewGetNetworkFailedConnectionsParamsWithTimeout

func NewGetNetworkFailedConnectionsParamsWithTimeout(timeout time.Duration) *GetNetworkFailedConnectionsParams

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

func (*GetNetworkFailedConnectionsParams) SetApTag

func (o *GetNetworkFailedConnectionsParams) SetApTag(apTag *string)

SetApTag adds the apTag to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) SetClientID

func (o *GetNetworkFailedConnectionsParams) SetClientID(clientID *string)

SetClientID adds the clientId to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) SetContext

SetContext adds the context to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) SetNetworkID

func (o *GetNetworkFailedConnectionsParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) SetSerial

func (o *GetNetworkFailedConnectionsParams) SetSerial(serial *string)

SetSerial adds the serial to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) SetSsid

func (o *GetNetworkFailedConnectionsParams) SetSsid(ssid *int32)

SetSsid adds the ssid to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) SetT0

SetT0 adds the t0 to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) SetT1

SetT1 adds the t1 to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) SetTimeout

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

SetTimeout adds the timeout to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) SetTimespan

func (o *GetNetworkFailedConnectionsParams) SetTimespan(timespan *float64)

SetTimespan adds the timespan to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) SetVlan

func (o *GetNetworkFailedConnectionsParams) SetVlan(vlan *int32)

SetVlan adds the vlan to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) WithApTag

WithApTag adds the apTag to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) WithClientID

WithClientID adds the clientID to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) WithContext

WithContext adds the context to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) WithNetworkID

WithNetworkID adds the networkID to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) WithSerial

WithSerial adds the serial to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) WithSsid

WithSsid adds the ssid to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) WithT0

WithT0 adds the t0 to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) WithT1

WithT1 adds the t1 to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) WithTimeout

WithTimeout adds the timeout to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) WithTimespan

WithTimespan adds the timespan to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) WithVlan

WithVlan adds the vlan to the get network failed connections params

func (*GetNetworkFailedConnectionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkFailedConnectionsReader

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

GetNetworkFailedConnectionsReader is a Reader for the GetNetworkFailedConnections structure.

func (*GetNetworkFailedConnectionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkLatencyStatsOK

type GetNetworkLatencyStatsOK struct {
	Payload interface{}
}

GetNetworkLatencyStatsOK handles this case with default header values.

Successful operation

func NewGetNetworkLatencyStatsOK

func NewGetNetworkLatencyStatsOK() *GetNetworkLatencyStatsOK

NewGetNetworkLatencyStatsOK creates a GetNetworkLatencyStatsOK with default headers values

func (*GetNetworkLatencyStatsOK) Error

func (o *GetNetworkLatencyStatsOK) Error() string

func (*GetNetworkLatencyStatsOK) GetPayload

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

type GetNetworkLatencyStatsParams

type GetNetworkLatencyStatsParams struct {

	/*ApTag
	  Filter results by AP Tag

	*/
	ApTag *string
	/*Fields
	  Partial selection: If present, this call will return only the selected fields of ["rawDistribution", "avg"]. All fields will be returned by default. Selected fields must be entered as a comma separated string.

	*/
	Fields *string
	/*NetworkID*/
	NetworkID string
	/*Ssid
	  Filter results by SSID

	*/
	Ssid *int32
	/*T0
	  The beginning of the timespan for the data. The maximum lookback period is 180 days from today.

	*/
	T0 *string
	/*T1
	  The end of the timespan for the data. t1 can be a maximum of 7 days after t0.

	*/
	T1 *string
	/*Timespan
	  The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 7 days.

	*/
	Timespan *float64
	/*Vlan
	  Filter results by VLAN

	*/
	Vlan *int32

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

GetNetworkLatencyStatsParams contains all the parameters to send to the API endpoint for the get network latency stats operation typically these are written to a http.Request

func NewGetNetworkLatencyStatsParams

func NewGetNetworkLatencyStatsParams() *GetNetworkLatencyStatsParams

NewGetNetworkLatencyStatsParams creates a new GetNetworkLatencyStatsParams object with the default values initialized.

func NewGetNetworkLatencyStatsParamsWithContext

func NewGetNetworkLatencyStatsParamsWithContext(ctx context.Context) *GetNetworkLatencyStatsParams

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

func NewGetNetworkLatencyStatsParamsWithHTTPClient

func NewGetNetworkLatencyStatsParamsWithHTTPClient(client *http.Client) *GetNetworkLatencyStatsParams

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

func NewGetNetworkLatencyStatsParamsWithTimeout

func NewGetNetworkLatencyStatsParamsWithTimeout(timeout time.Duration) *GetNetworkLatencyStatsParams

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

func (*GetNetworkLatencyStatsParams) SetApTag

func (o *GetNetworkLatencyStatsParams) SetApTag(apTag *string)

SetApTag adds the apTag to the get network latency stats params

func (*GetNetworkLatencyStatsParams) SetContext

func (o *GetNetworkLatencyStatsParams) SetContext(ctx context.Context)

SetContext adds the context to the get network latency stats params

func (*GetNetworkLatencyStatsParams) SetFields

func (o *GetNetworkLatencyStatsParams) SetFields(fields *string)

SetFields adds the fields to the get network latency stats params

func (*GetNetworkLatencyStatsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network latency stats params

func (*GetNetworkLatencyStatsParams) SetNetworkID

func (o *GetNetworkLatencyStatsParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network latency stats params

func (*GetNetworkLatencyStatsParams) SetSsid

func (o *GetNetworkLatencyStatsParams) SetSsid(ssid *int32)

SetSsid adds the ssid to the get network latency stats params

func (*GetNetworkLatencyStatsParams) SetT0

func (o *GetNetworkLatencyStatsParams) SetT0(t0 *string)

SetT0 adds the t0 to the get network latency stats params

func (*GetNetworkLatencyStatsParams) SetT1

func (o *GetNetworkLatencyStatsParams) SetT1(t1 *string)

SetT1 adds the t1 to the get network latency stats params

func (*GetNetworkLatencyStatsParams) SetTimeout

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

SetTimeout adds the timeout to the get network latency stats params

func (*GetNetworkLatencyStatsParams) SetTimespan

func (o *GetNetworkLatencyStatsParams) SetTimespan(timespan *float64)

SetTimespan adds the timespan to the get network latency stats params

func (*GetNetworkLatencyStatsParams) SetVlan

func (o *GetNetworkLatencyStatsParams) SetVlan(vlan *int32)

SetVlan adds the vlan to the get network latency stats params

func (*GetNetworkLatencyStatsParams) WithApTag

WithApTag adds the apTag to the get network latency stats params

func (*GetNetworkLatencyStatsParams) WithContext

WithContext adds the context to the get network latency stats params

func (*GetNetworkLatencyStatsParams) WithFields

WithFields adds the fields to the get network latency stats params

func (*GetNetworkLatencyStatsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network latency stats params

func (*GetNetworkLatencyStatsParams) WithNetworkID

WithNetworkID adds the networkID to the get network latency stats params

func (*GetNetworkLatencyStatsParams) WithSsid

WithSsid adds the ssid to the get network latency stats params

func (*GetNetworkLatencyStatsParams) WithT0

WithT0 adds the t0 to the get network latency stats params

func (*GetNetworkLatencyStatsParams) WithT1

WithT1 adds the t1 to the get network latency stats params

func (*GetNetworkLatencyStatsParams) WithTimeout

WithTimeout adds the timeout to the get network latency stats params

func (*GetNetworkLatencyStatsParams) WithTimespan

WithTimespan adds the timespan to the get network latency stats params

func (*GetNetworkLatencyStatsParams) WithVlan

WithVlan adds the vlan to the get network latency stats params

func (*GetNetworkLatencyStatsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkLatencyStatsReader

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

GetNetworkLatencyStatsReader is a Reader for the GetNetworkLatencyStats structure.

func (*GetNetworkLatencyStatsReader) ReadResponse

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