clients

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: 11 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 clients API

func (*Client) GetDeviceClients

func (a *Client) GetDeviceClients(params *GetDeviceClientsParams, authInfo runtime.ClientAuthInfoWriter) (*GetDeviceClientsOK, error)

GetDeviceClients gets device clients

List the clients of a device, up to a maximum of a month ago. The usage of each client is returned in kilobytes. If the device is a switch, the switchport is returned; otherwise the switchport field is null.

func (*Client) GetNetworkClient

func (a *Client) GetNetworkClient(params *GetNetworkClientParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientOK, error)

GetNetworkClient gets network client

Return the client associated with the given identifier. Clients can be identified by a client key or either the MAC or IP depending on whether the network uses Track-by-IP.

func (*Client) GetNetworkClientEvents

func (a *Client) GetNetworkClientEvents(params *GetNetworkClientEventsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientEventsOK, error)

GetNetworkClientEvents gets network client events

Return the events associated with this client. Clients can be identified by a client key or either the MAC or IP depending on whether the network uses Track-by-IP.

func (*Client) GetNetworkClientLatencyHistory

func (a *Client) GetNetworkClientLatencyHistory(params *GetNetworkClientLatencyHistoryParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientLatencyHistoryOK, error)

GetNetworkClientLatencyHistory gets network client latency history

Return the latency history for a client. Clients can be identified by a client key or either the MAC or IP depending on whether the network uses Track-by-IP. The latency data is from a sample of 2% of packets and is grouped into 4 traffic categories: background, best effort, video, voice. Within these categories the sampled packet counters are bucketed by latency in milliseconds.

func (*Client) GetNetworkClientPolicy

func (a *Client) GetNetworkClientPolicy(params *GetNetworkClientPolicyParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientPolicyOK, error)

GetNetworkClientPolicy gets network client policy

Return the policy assigned to a client on the network. Clients can be identified by a client key or either the MAC or IP depending on whether the network uses Track-by-IP.

func (*Client) GetNetworkClientSplashAuthorizationStatus

GetNetworkClientSplashAuthorizationStatus gets network client splash authorization status

Return the splash authorization for a client, for each SSID they've associated with through splash. Only enabled SSIDs with Click-through splash enabled will be included. Clients can be identified by a client key or either the MAC or IP depending on whether the network uses Track-by-IP.

func (*Client) GetNetworkClientTrafficHistory

func (a *Client) GetNetworkClientTrafficHistory(params *GetNetworkClientTrafficHistoryParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientTrafficHistoryOK, error)

GetNetworkClientTrafficHistory gets network client traffic history

Return the client's network traffic data over time. Usage data is in kilobytes. This endpoint requires detailed traffic analysis to be enabled on the Network-wide > General page. Clients can be identified by a client key or either the MAC or IP depending on whether the network uses Track-by-IP.

func (*Client) GetNetworkClientUsageHistory

func (a *Client) GetNetworkClientUsageHistory(params *GetNetworkClientUsageHistoryParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientUsageHistoryOK, error)

GetNetworkClientUsageHistory gets network client usage history

Return the client's daily usage history. Usage data is in kilobytes. Clients can be identified by a client key or either the MAC or IP depending on whether the network uses Track-by-IP.

func (*Client) GetNetworkClients

func (a *Client) GetNetworkClients(params *GetNetworkClientsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientsOK, error)

GetNetworkClients gets network clients

List the clients that have used this network in the timespan

func (*Client) ProvisionNetworkClients

ProvisionNetworkClients provisions network clients

Provisions a client with a name and policy. Clients can be provisioned before they associate to the network.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateNetworkClientPolicy

func (a *Client) UpdateNetworkClientPolicy(params *UpdateNetworkClientPolicyParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNetworkClientPolicyOK, error)

UpdateNetworkClientPolicy updates network client policy

Update the policy assigned to a client on the network. Clients can be identified by a client key or either the MAC or IP depending on whether the network uses Track-by-IP.

func (*Client) UpdateNetworkClientSplashAuthorizationStatus

UpdateNetworkClientSplashAuthorizationStatus updates network client splash authorization status

Update a client's splash authorization. Clients can be identified by a client key or either the MAC or IP depending on whether the network uses Track-by-IP.

type ClientService

type ClientService interface {
	GetDeviceClients(params *GetDeviceClientsParams, authInfo runtime.ClientAuthInfoWriter) (*GetDeviceClientsOK, error)

	GetNetworkClient(params *GetNetworkClientParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientOK, error)

	GetNetworkClientEvents(params *GetNetworkClientEventsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientEventsOK, error)

	GetNetworkClientLatencyHistory(params *GetNetworkClientLatencyHistoryParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientLatencyHistoryOK, error)

	GetNetworkClientPolicy(params *GetNetworkClientPolicyParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientPolicyOK, error)

	GetNetworkClientSplashAuthorizationStatus(params *GetNetworkClientSplashAuthorizationStatusParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientSplashAuthorizationStatusOK, error)

	GetNetworkClientTrafficHistory(params *GetNetworkClientTrafficHistoryParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientTrafficHistoryOK, error)

	GetNetworkClientUsageHistory(params *GetNetworkClientUsageHistoryParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientUsageHistoryOK, error)

	GetNetworkClients(params *GetNetworkClientsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientsOK, error)

	ProvisionNetworkClients(params *ProvisionNetworkClientsParams, authInfo runtime.ClientAuthInfoWriter) (*ProvisionNetworkClientsCreated, error)

	UpdateNetworkClientPolicy(params *UpdateNetworkClientPolicyParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNetworkClientPolicyOK, error)

	UpdateNetworkClientSplashAuthorizationStatus(params *UpdateNetworkClientSplashAuthorizationStatusParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNetworkClientSplashAuthorizationStatusOK, 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 clients API client.

type GetDeviceClientsOK

type GetDeviceClientsOK struct {
	Payload interface{}
}

GetDeviceClientsOK handles this case with default header values.

Successful operation

func NewGetDeviceClientsOK

func NewGetDeviceClientsOK() *GetDeviceClientsOK

NewGetDeviceClientsOK creates a GetDeviceClientsOK with default headers values

func (*GetDeviceClientsOK) Error

func (o *GetDeviceClientsOK) Error() string

func (*GetDeviceClientsOK) GetPayload

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

type GetDeviceClientsParams

type GetDeviceClientsParams struct {

	/*Serial*/
	Serial string
	/*T0
	  The beginning of the timespan for the data. The maximum lookback period is 31 days from today.

	*/
	T0 *string
	/*Timespan
	  The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.

	*/
	Timespan *float64

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

GetDeviceClientsParams contains all the parameters to send to the API endpoint for the get device clients operation typically these are written to a http.Request

func NewGetDeviceClientsParams

func NewGetDeviceClientsParams() *GetDeviceClientsParams

NewGetDeviceClientsParams creates a new GetDeviceClientsParams object with the default values initialized.

func NewGetDeviceClientsParamsWithContext

func NewGetDeviceClientsParamsWithContext(ctx context.Context) *GetDeviceClientsParams

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

func NewGetDeviceClientsParamsWithHTTPClient

func NewGetDeviceClientsParamsWithHTTPClient(client *http.Client) *GetDeviceClientsParams

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

func NewGetDeviceClientsParamsWithTimeout

func NewGetDeviceClientsParamsWithTimeout(timeout time.Duration) *GetDeviceClientsParams

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

func (*GetDeviceClientsParams) SetContext

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

SetContext adds the context to the get device clients params

func (*GetDeviceClientsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get device clients params

func (*GetDeviceClientsParams) SetSerial

func (o *GetDeviceClientsParams) SetSerial(serial string)

SetSerial adds the serial to the get device clients params

func (*GetDeviceClientsParams) SetT0

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

SetT0 adds the t0 to the get device clients params

func (*GetDeviceClientsParams) SetTimeout

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

SetTimeout adds the timeout to the get device clients params

func (*GetDeviceClientsParams) SetTimespan

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

SetTimespan adds the timespan to the get device clients params

func (*GetDeviceClientsParams) WithContext

WithContext adds the context to the get device clients params

func (*GetDeviceClientsParams) WithHTTPClient

func (o *GetDeviceClientsParams) WithHTTPClient(client *http.Client) *GetDeviceClientsParams

WithHTTPClient adds the HTTPClient to the get device clients params

func (*GetDeviceClientsParams) WithSerial

func (o *GetDeviceClientsParams) WithSerial(serial string) *GetDeviceClientsParams

WithSerial adds the serial to the get device clients params

func (*GetDeviceClientsParams) WithT0

WithT0 adds the t0 to the get device clients params

func (*GetDeviceClientsParams) WithTimeout

WithTimeout adds the timeout to the get device clients params

func (*GetDeviceClientsParams) WithTimespan

func (o *GetDeviceClientsParams) WithTimespan(timespan *float64) *GetDeviceClientsParams

WithTimespan adds the timespan to the get device clients params

func (*GetDeviceClientsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeviceClientsReader

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

GetDeviceClientsReader is a Reader for the GetDeviceClients structure.

func (*GetDeviceClientsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkClientEventsOK

type GetNetworkClientEventsOK struct {
	Payload interface{}
}

GetNetworkClientEventsOK handles this case with default header values.

Successful operation

func NewGetNetworkClientEventsOK

func NewGetNetworkClientEventsOK() *GetNetworkClientEventsOK

NewGetNetworkClientEventsOK creates a GetNetworkClientEventsOK with default headers values

func (*GetNetworkClientEventsOK) Error

func (o *GetNetworkClientEventsOK) Error() string

func (*GetNetworkClientEventsOK) GetPayload

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

type GetNetworkClientEventsParams

type GetNetworkClientEventsParams struct {

	/*ClientID*/
	ClientID string
	/*EndingBefore
	  A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.

	*/
	EndingBefore *string
	/*NetworkID*/
	NetworkID string
	/*PerPage
	  The number of entries per page returned. Acceptable range is 3 - 100. Default is 100.

	*/
	PerPage *int32
	/*StartingAfter
	  A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.

	*/
	StartingAfter *string

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

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

func NewGetNetworkClientEventsParams

func NewGetNetworkClientEventsParams() *GetNetworkClientEventsParams

NewGetNetworkClientEventsParams creates a new GetNetworkClientEventsParams object with the default values initialized.

func NewGetNetworkClientEventsParamsWithContext

func NewGetNetworkClientEventsParamsWithContext(ctx context.Context) *GetNetworkClientEventsParams

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

func NewGetNetworkClientEventsParamsWithHTTPClient

func NewGetNetworkClientEventsParamsWithHTTPClient(client *http.Client) *GetNetworkClientEventsParams

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

func NewGetNetworkClientEventsParamsWithTimeout

func NewGetNetworkClientEventsParamsWithTimeout(timeout time.Duration) *GetNetworkClientEventsParams

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

func (*GetNetworkClientEventsParams) SetClientID

func (o *GetNetworkClientEventsParams) SetClientID(clientID string)

SetClientID adds the clientId to the get network client events params

func (*GetNetworkClientEventsParams) SetContext

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

SetContext adds the context to the get network client events params

func (*GetNetworkClientEventsParams) SetEndingBefore

func (o *GetNetworkClientEventsParams) SetEndingBefore(endingBefore *string)

SetEndingBefore adds the endingBefore to the get network client events params

func (*GetNetworkClientEventsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network client events params

func (*GetNetworkClientEventsParams) SetNetworkID

func (o *GetNetworkClientEventsParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network client events params

func (*GetNetworkClientEventsParams) SetPerPage

func (o *GetNetworkClientEventsParams) SetPerPage(perPage *int32)

SetPerPage adds the perPage to the get network client events params

func (*GetNetworkClientEventsParams) SetStartingAfter

func (o *GetNetworkClientEventsParams) SetStartingAfter(startingAfter *string)

SetStartingAfter adds the startingAfter to the get network client events params

func (*GetNetworkClientEventsParams) SetTimeout

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

SetTimeout adds the timeout to the get network client events params

func (*GetNetworkClientEventsParams) WithClientID

WithClientID adds the clientID to the get network client events params

func (*GetNetworkClientEventsParams) WithContext

WithContext adds the context to the get network client events params

func (*GetNetworkClientEventsParams) WithEndingBefore

func (o *GetNetworkClientEventsParams) WithEndingBefore(endingBefore *string) *GetNetworkClientEventsParams

WithEndingBefore adds the endingBefore to the get network client events params

func (*GetNetworkClientEventsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network client events params

func (*GetNetworkClientEventsParams) WithNetworkID

WithNetworkID adds the networkID to the get network client events params

func (*GetNetworkClientEventsParams) WithPerPage

WithPerPage adds the perPage to the get network client events params

func (*GetNetworkClientEventsParams) WithStartingAfter

func (o *GetNetworkClientEventsParams) WithStartingAfter(startingAfter *string) *GetNetworkClientEventsParams

WithStartingAfter adds the startingAfter to the get network client events params

func (*GetNetworkClientEventsParams) WithTimeout

WithTimeout adds the timeout to the get network client events params

func (*GetNetworkClientEventsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkClientEventsReader

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

GetNetworkClientEventsReader is a Reader for the GetNetworkClientEvents structure.

func (*GetNetworkClientEventsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkClientLatencyHistoryOK

type GetNetworkClientLatencyHistoryOK struct {
	Payload interface{}
}

GetNetworkClientLatencyHistoryOK handles this case with default header values.

Successful operation

func NewGetNetworkClientLatencyHistoryOK

func NewGetNetworkClientLatencyHistoryOK() *GetNetworkClientLatencyHistoryOK

NewGetNetworkClientLatencyHistoryOK creates a GetNetworkClientLatencyHistoryOK with default headers values

func (*GetNetworkClientLatencyHistoryOK) Error

func (*GetNetworkClientLatencyHistoryOK) GetPayload

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

type GetNetworkClientLatencyHistoryParams

type GetNetworkClientLatencyHistoryParams struct {

	/*ClientID*/
	ClientID string
	/*NetworkID*/
	NetworkID string
	/*Resolution
	  The time resolution in seconds for returned data. The valid resolutions are: 86400. The default is 86400.

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

	*/
	T0 *string
	/*T1
	  The end of the timespan for the data. t1 can be a maximum of 791 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 791 days. The default is 1 day.

	*/
	Timespan *float64

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

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

func NewGetNetworkClientLatencyHistoryParams

func NewGetNetworkClientLatencyHistoryParams() *GetNetworkClientLatencyHistoryParams

NewGetNetworkClientLatencyHistoryParams creates a new GetNetworkClientLatencyHistoryParams object with the default values initialized.

func NewGetNetworkClientLatencyHistoryParamsWithContext

func NewGetNetworkClientLatencyHistoryParamsWithContext(ctx context.Context) *GetNetworkClientLatencyHistoryParams

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

func NewGetNetworkClientLatencyHistoryParamsWithHTTPClient

func NewGetNetworkClientLatencyHistoryParamsWithHTTPClient(client *http.Client) *GetNetworkClientLatencyHistoryParams

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

func NewGetNetworkClientLatencyHistoryParamsWithTimeout

func NewGetNetworkClientLatencyHistoryParamsWithTimeout(timeout time.Duration) *GetNetworkClientLatencyHistoryParams

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

func (*GetNetworkClientLatencyHistoryParams) SetClientID

func (o *GetNetworkClientLatencyHistoryParams) SetClientID(clientID string)

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

func (*GetNetworkClientLatencyHistoryParams) SetContext

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

func (*GetNetworkClientLatencyHistoryParams) SetHTTPClient

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

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

func (*GetNetworkClientLatencyHistoryParams) SetNetworkID

func (o *GetNetworkClientLatencyHistoryParams) SetNetworkID(networkID string)

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

func (*GetNetworkClientLatencyHistoryParams) SetResolution

func (o *GetNetworkClientLatencyHistoryParams) SetResolution(resolution *int32)

SetResolution adds the resolution to the get network client latency history params

func (*GetNetworkClientLatencyHistoryParams) SetT0

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

func (*GetNetworkClientLatencyHistoryParams) SetT1

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

func (*GetNetworkClientLatencyHistoryParams) SetTimeout

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

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

func (*GetNetworkClientLatencyHistoryParams) SetTimespan

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

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

func (*GetNetworkClientLatencyHistoryParams) WithClientID

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

func (*GetNetworkClientLatencyHistoryParams) WithContext

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

func (*GetNetworkClientLatencyHistoryParams) WithHTTPClient

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

func (*GetNetworkClientLatencyHistoryParams) WithNetworkID

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

func (*GetNetworkClientLatencyHistoryParams) WithResolution

WithResolution adds the resolution to the get network client latency history params

func (*GetNetworkClientLatencyHistoryParams) WithT0

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

func (*GetNetworkClientLatencyHistoryParams) WithT1

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

func (*GetNetworkClientLatencyHistoryParams) WithTimeout

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

func (*GetNetworkClientLatencyHistoryParams) WithTimespan

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

func (*GetNetworkClientLatencyHistoryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkClientLatencyHistoryReader

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

GetNetworkClientLatencyHistoryReader is a Reader for the GetNetworkClientLatencyHistory structure.

func (*GetNetworkClientLatencyHistoryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkClientOK

type GetNetworkClientOK struct {
	Payload interface{}
}

GetNetworkClientOK handles this case with default header values.

Successful operation

func NewGetNetworkClientOK

func NewGetNetworkClientOK() *GetNetworkClientOK

NewGetNetworkClientOK creates a GetNetworkClientOK with default headers values

func (*GetNetworkClientOK) Error

func (o *GetNetworkClientOK) Error() string

func (*GetNetworkClientOK) GetPayload

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

type GetNetworkClientParams

type GetNetworkClientParams struct {

	/*ClientID*/
	ClientID string
	/*NetworkID*/
	NetworkID string

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

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

func NewGetNetworkClientParams

func NewGetNetworkClientParams() *GetNetworkClientParams

NewGetNetworkClientParams creates a new GetNetworkClientParams object with the default values initialized.

func NewGetNetworkClientParamsWithContext

func NewGetNetworkClientParamsWithContext(ctx context.Context) *GetNetworkClientParams

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

func NewGetNetworkClientParamsWithHTTPClient

func NewGetNetworkClientParamsWithHTTPClient(client *http.Client) *GetNetworkClientParams

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

func NewGetNetworkClientParamsWithTimeout

func NewGetNetworkClientParamsWithTimeout(timeout time.Duration) *GetNetworkClientParams

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

func (*GetNetworkClientParams) SetClientID

func (o *GetNetworkClientParams) SetClientID(clientID string)

SetClientID adds the clientId to the get network client params

func (*GetNetworkClientParams) SetContext

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

SetContext adds the context to the get network client params

func (*GetNetworkClientParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network client params

func (*GetNetworkClientParams) SetNetworkID

func (o *GetNetworkClientParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network client params

func (*GetNetworkClientParams) SetTimeout

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

SetTimeout adds the timeout to the get network client params

func (*GetNetworkClientParams) WithClientID

func (o *GetNetworkClientParams) WithClientID(clientID string) *GetNetworkClientParams

WithClientID adds the clientID to the get network client params

func (*GetNetworkClientParams) WithContext

WithContext adds the context to the get network client params

func (*GetNetworkClientParams) WithHTTPClient

func (o *GetNetworkClientParams) WithHTTPClient(client *http.Client) *GetNetworkClientParams

WithHTTPClient adds the HTTPClient to the get network client params

func (*GetNetworkClientParams) WithNetworkID

func (o *GetNetworkClientParams) WithNetworkID(networkID string) *GetNetworkClientParams

WithNetworkID adds the networkID to the get network client params

func (*GetNetworkClientParams) WithTimeout

WithTimeout adds the timeout to the get network client params

func (*GetNetworkClientParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkClientPolicyOK

type GetNetworkClientPolicyOK struct {
	Payload interface{}
}

GetNetworkClientPolicyOK handles this case with default header values.

Successful operation

func NewGetNetworkClientPolicyOK

func NewGetNetworkClientPolicyOK() *GetNetworkClientPolicyOK

NewGetNetworkClientPolicyOK creates a GetNetworkClientPolicyOK with default headers values

func (*GetNetworkClientPolicyOK) Error

func (o *GetNetworkClientPolicyOK) Error() string

func (*GetNetworkClientPolicyOK) GetPayload

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

type GetNetworkClientPolicyParams

type GetNetworkClientPolicyParams struct {

	/*ClientID*/
	ClientID string
	/*NetworkID*/
	NetworkID string

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

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

func NewGetNetworkClientPolicyParams

func NewGetNetworkClientPolicyParams() *GetNetworkClientPolicyParams

NewGetNetworkClientPolicyParams creates a new GetNetworkClientPolicyParams object with the default values initialized.

func NewGetNetworkClientPolicyParamsWithContext

func NewGetNetworkClientPolicyParamsWithContext(ctx context.Context) *GetNetworkClientPolicyParams

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

func NewGetNetworkClientPolicyParamsWithHTTPClient

func NewGetNetworkClientPolicyParamsWithHTTPClient(client *http.Client) *GetNetworkClientPolicyParams

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

func NewGetNetworkClientPolicyParamsWithTimeout

func NewGetNetworkClientPolicyParamsWithTimeout(timeout time.Duration) *GetNetworkClientPolicyParams

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

func (*GetNetworkClientPolicyParams) SetClientID

func (o *GetNetworkClientPolicyParams) SetClientID(clientID string)

SetClientID adds the clientId to the get network client policy params

func (*GetNetworkClientPolicyParams) SetContext

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

SetContext adds the context to the get network client policy params

func (*GetNetworkClientPolicyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network client policy params

func (*GetNetworkClientPolicyParams) SetNetworkID

func (o *GetNetworkClientPolicyParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network client policy params

func (*GetNetworkClientPolicyParams) SetTimeout

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

SetTimeout adds the timeout to the get network client policy params

func (*GetNetworkClientPolicyParams) WithClientID

WithClientID adds the clientID to the get network client policy params

func (*GetNetworkClientPolicyParams) WithContext

WithContext adds the context to the get network client policy params

func (*GetNetworkClientPolicyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network client policy params

func (*GetNetworkClientPolicyParams) WithNetworkID

WithNetworkID adds the networkID to the get network client policy params

func (*GetNetworkClientPolicyParams) WithTimeout

WithTimeout adds the timeout to the get network client policy params

func (*GetNetworkClientPolicyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkClientPolicyReader

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

GetNetworkClientPolicyReader is a Reader for the GetNetworkClientPolicy structure.

func (*GetNetworkClientPolicyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkClientReader

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

GetNetworkClientReader is a Reader for the GetNetworkClient structure.

func (*GetNetworkClientReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkClientSplashAuthorizationStatusOK

type GetNetworkClientSplashAuthorizationStatusOK struct {
	Payload interface{}
}

GetNetworkClientSplashAuthorizationStatusOK handles this case with default header values.

Successful operation

func NewGetNetworkClientSplashAuthorizationStatusOK

func NewGetNetworkClientSplashAuthorizationStatusOK() *GetNetworkClientSplashAuthorizationStatusOK

NewGetNetworkClientSplashAuthorizationStatusOK creates a GetNetworkClientSplashAuthorizationStatusOK with default headers values

func (*GetNetworkClientSplashAuthorizationStatusOK) Error

func (*GetNetworkClientSplashAuthorizationStatusOK) GetPayload

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

type GetNetworkClientSplashAuthorizationStatusParams

type GetNetworkClientSplashAuthorizationStatusParams struct {

	/*ClientID*/
	ClientID string
	/*NetworkID*/
	NetworkID string

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

GetNetworkClientSplashAuthorizationStatusParams contains all the parameters to send to the API endpoint for the get network client splash authorization status operation typically these are written to a http.Request

func NewGetNetworkClientSplashAuthorizationStatusParams

func NewGetNetworkClientSplashAuthorizationStatusParams() *GetNetworkClientSplashAuthorizationStatusParams

NewGetNetworkClientSplashAuthorizationStatusParams creates a new GetNetworkClientSplashAuthorizationStatusParams object with the default values initialized.

func NewGetNetworkClientSplashAuthorizationStatusParamsWithContext

func NewGetNetworkClientSplashAuthorizationStatusParamsWithContext(ctx context.Context) *GetNetworkClientSplashAuthorizationStatusParams

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

func NewGetNetworkClientSplashAuthorizationStatusParamsWithHTTPClient

func NewGetNetworkClientSplashAuthorizationStatusParamsWithHTTPClient(client *http.Client) *GetNetworkClientSplashAuthorizationStatusParams

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

func NewGetNetworkClientSplashAuthorizationStatusParamsWithTimeout

func NewGetNetworkClientSplashAuthorizationStatusParamsWithTimeout(timeout time.Duration) *GetNetworkClientSplashAuthorizationStatusParams

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

func (*GetNetworkClientSplashAuthorizationStatusParams) SetClientID

SetClientID adds the clientId to the get network client splash authorization status params

func (*GetNetworkClientSplashAuthorizationStatusParams) SetContext

SetContext adds the context to the get network client splash authorization status params

func (*GetNetworkClientSplashAuthorizationStatusParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get network client splash authorization status params

func (*GetNetworkClientSplashAuthorizationStatusParams) SetNetworkID

func (o *GetNetworkClientSplashAuthorizationStatusParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network client splash authorization status params

func (*GetNetworkClientSplashAuthorizationStatusParams) SetTimeout

SetTimeout adds the timeout to the get network client splash authorization status params

func (*GetNetworkClientSplashAuthorizationStatusParams) WithClientID

WithClientID adds the clientID to the get network client splash authorization status params

func (*GetNetworkClientSplashAuthorizationStatusParams) WithContext

WithContext adds the context to the get network client splash authorization status params

func (*GetNetworkClientSplashAuthorizationStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network client splash authorization status params

func (*GetNetworkClientSplashAuthorizationStatusParams) WithNetworkID

WithNetworkID adds the networkID to the get network client splash authorization status params

func (*GetNetworkClientSplashAuthorizationStatusParams) WithTimeout

WithTimeout adds the timeout to the get network client splash authorization status params

func (*GetNetworkClientSplashAuthorizationStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkClientSplashAuthorizationStatusReader

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

GetNetworkClientSplashAuthorizationStatusReader is a Reader for the GetNetworkClientSplashAuthorizationStatus structure.

func (*GetNetworkClientSplashAuthorizationStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkClientTrafficHistoryOK

type GetNetworkClientTrafficHistoryOK struct {
	Payload interface{}
}

GetNetworkClientTrafficHistoryOK handles this case with default header values.

Successful operation

func NewGetNetworkClientTrafficHistoryOK

func NewGetNetworkClientTrafficHistoryOK() *GetNetworkClientTrafficHistoryOK

NewGetNetworkClientTrafficHistoryOK creates a GetNetworkClientTrafficHistoryOK with default headers values

func (*GetNetworkClientTrafficHistoryOK) Error

func (*GetNetworkClientTrafficHistoryOK) GetPayload

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

type GetNetworkClientTrafficHistoryParams

type GetNetworkClientTrafficHistoryParams struct {

	/*ClientID*/
	ClientID string
	/*EndingBefore
	  A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.

	*/
	EndingBefore *string
	/*NetworkID*/
	NetworkID string
	/*PerPage
	  The number of entries per page returned. Acceptable range is 3 - 1000.

	*/
	PerPage *int32
	/*StartingAfter
	  A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.

	*/
	StartingAfter *string

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

GetNetworkClientTrafficHistoryParams contains all the parameters to send to the API endpoint for the get network client traffic history operation typically these are written to a http.Request

func NewGetNetworkClientTrafficHistoryParams

func NewGetNetworkClientTrafficHistoryParams() *GetNetworkClientTrafficHistoryParams

NewGetNetworkClientTrafficHistoryParams creates a new GetNetworkClientTrafficHistoryParams object with the default values initialized.

func NewGetNetworkClientTrafficHistoryParamsWithContext

func NewGetNetworkClientTrafficHistoryParamsWithContext(ctx context.Context) *GetNetworkClientTrafficHistoryParams

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

func NewGetNetworkClientTrafficHistoryParamsWithHTTPClient

func NewGetNetworkClientTrafficHistoryParamsWithHTTPClient(client *http.Client) *GetNetworkClientTrafficHistoryParams

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

func NewGetNetworkClientTrafficHistoryParamsWithTimeout

func NewGetNetworkClientTrafficHistoryParamsWithTimeout(timeout time.Duration) *GetNetworkClientTrafficHistoryParams

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

func (*GetNetworkClientTrafficHistoryParams) SetClientID

func (o *GetNetworkClientTrafficHistoryParams) SetClientID(clientID string)

SetClientID adds the clientId to the get network client traffic history params

func (*GetNetworkClientTrafficHistoryParams) SetContext

SetContext adds the context to the get network client traffic history params

func (*GetNetworkClientTrafficHistoryParams) SetEndingBefore

func (o *GetNetworkClientTrafficHistoryParams) SetEndingBefore(endingBefore *string)

SetEndingBefore adds the endingBefore to the get network client traffic history params

func (*GetNetworkClientTrafficHistoryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network client traffic history params

func (*GetNetworkClientTrafficHistoryParams) SetNetworkID

func (o *GetNetworkClientTrafficHistoryParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network client traffic history params

func (*GetNetworkClientTrafficHistoryParams) SetPerPage

func (o *GetNetworkClientTrafficHistoryParams) SetPerPage(perPage *int32)

SetPerPage adds the perPage to the get network client traffic history params

func (*GetNetworkClientTrafficHistoryParams) SetStartingAfter

func (o *GetNetworkClientTrafficHistoryParams) SetStartingAfter(startingAfter *string)

SetStartingAfter adds the startingAfter to the get network client traffic history params

func (*GetNetworkClientTrafficHistoryParams) SetTimeout

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

SetTimeout adds the timeout to the get network client traffic history params

func (*GetNetworkClientTrafficHistoryParams) WithClientID

WithClientID adds the clientID to the get network client traffic history params

func (*GetNetworkClientTrafficHistoryParams) WithContext

WithContext adds the context to the get network client traffic history params

func (*GetNetworkClientTrafficHistoryParams) WithEndingBefore

WithEndingBefore adds the endingBefore to the get network client traffic history params

func (*GetNetworkClientTrafficHistoryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network client traffic history params

func (*GetNetworkClientTrafficHistoryParams) WithNetworkID

WithNetworkID adds the networkID to the get network client traffic history params

func (*GetNetworkClientTrafficHistoryParams) WithPerPage

WithPerPage adds the perPage to the get network client traffic history params

func (*GetNetworkClientTrafficHistoryParams) WithStartingAfter

WithStartingAfter adds the startingAfter to the get network client traffic history params

func (*GetNetworkClientTrafficHistoryParams) WithTimeout

WithTimeout adds the timeout to the get network client traffic history params

func (*GetNetworkClientTrafficHistoryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkClientTrafficHistoryReader

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

GetNetworkClientTrafficHistoryReader is a Reader for the GetNetworkClientTrafficHistory structure.

func (*GetNetworkClientTrafficHistoryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkClientUsageHistoryOK

type GetNetworkClientUsageHistoryOK struct {
	Payload interface{}
}

GetNetworkClientUsageHistoryOK handles this case with default header values.

Successful operation

func NewGetNetworkClientUsageHistoryOK

func NewGetNetworkClientUsageHistoryOK() *GetNetworkClientUsageHistoryOK

NewGetNetworkClientUsageHistoryOK creates a GetNetworkClientUsageHistoryOK with default headers values

func (*GetNetworkClientUsageHistoryOK) Error

func (*GetNetworkClientUsageHistoryOK) GetPayload

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

type GetNetworkClientUsageHistoryParams

type GetNetworkClientUsageHistoryParams struct {

	/*ClientID*/
	ClientID string
	/*NetworkID*/
	NetworkID string

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

GetNetworkClientUsageHistoryParams contains all the parameters to send to the API endpoint for the get network client usage history operation typically these are written to a http.Request

func NewGetNetworkClientUsageHistoryParams

func NewGetNetworkClientUsageHistoryParams() *GetNetworkClientUsageHistoryParams

NewGetNetworkClientUsageHistoryParams creates a new GetNetworkClientUsageHistoryParams object with the default values initialized.

func NewGetNetworkClientUsageHistoryParamsWithContext

func NewGetNetworkClientUsageHistoryParamsWithContext(ctx context.Context) *GetNetworkClientUsageHistoryParams

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

func NewGetNetworkClientUsageHistoryParamsWithHTTPClient

func NewGetNetworkClientUsageHistoryParamsWithHTTPClient(client *http.Client) *GetNetworkClientUsageHistoryParams

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

func NewGetNetworkClientUsageHistoryParamsWithTimeout

func NewGetNetworkClientUsageHistoryParamsWithTimeout(timeout time.Duration) *GetNetworkClientUsageHistoryParams

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

func (*GetNetworkClientUsageHistoryParams) SetClientID

func (o *GetNetworkClientUsageHistoryParams) SetClientID(clientID string)

SetClientID adds the clientId to the get network client usage history params

func (*GetNetworkClientUsageHistoryParams) SetContext

SetContext adds the context to the get network client usage history params

func (*GetNetworkClientUsageHistoryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network client usage history params

func (*GetNetworkClientUsageHistoryParams) SetNetworkID

func (o *GetNetworkClientUsageHistoryParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network client usage history params

func (*GetNetworkClientUsageHistoryParams) SetTimeout

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

SetTimeout adds the timeout to the get network client usage history params

func (*GetNetworkClientUsageHistoryParams) WithClientID

WithClientID adds the clientID to the get network client usage history params

func (*GetNetworkClientUsageHistoryParams) WithContext

WithContext adds the context to the get network client usage history params

func (*GetNetworkClientUsageHistoryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network client usage history params

func (*GetNetworkClientUsageHistoryParams) WithNetworkID

WithNetworkID adds the networkID to the get network client usage history params

func (*GetNetworkClientUsageHistoryParams) WithTimeout

WithTimeout adds the timeout to the get network client usage history params

func (*GetNetworkClientUsageHistoryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkClientUsageHistoryReader

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

GetNetworkClientUsageHistoryReader is a Reader for the GetNetworkClientUsageHistory structure.

func (*GetNetworkClientUsageHistoryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkClientsOK

type GetNetworkClientsOK struct {
	Payload interface{}
}

GetNetworkClientsOK handles this case with default header values.

Successful operation

func NewGetNetworkClientsOK

func NewGetNetworkClientsOK() *GetNetworkClientsOK

NewGetNetworkClientsOK creates a GetNetworkClientsOK with default headers values

func (*GetNetworkClientsOK) Error

func (o *GetNetworkClientsOK) Error() string

func (*GetNetworkClientsOK) GetPayload

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

type GetNetworkClientsParams

type GetNetworkClientsParams struct {

	/*EndingBefore
	  A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.

	*/
	EndingBefore *string
	/*NetworkID*/
	NetworkID string
	/*PerPage
	  The number of entries per page returned. Acceptable range is 3 - 1000. Default is 10.

	*/
	PerPage *int32
	/*StartingAfter
	  A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.

	*/
	StartingAfter *string
	/*T0
	  The beginning of the timespan for the data. The maximum lookback period is 31 days from today.

	*/
	T0 *string
	/*Timespan
	  The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.

	*/
	Timespan *float64

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

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

func NewGetNetworkClientsParams

func NewGetNetworkClientsParams() *GetNetworkClientsParams

NewGetNetworkClientsParams creates a new GetNetworkClientsParams object with the default values initialized.

func NewGetNetworkClientsParamsWithContext

func NewGetNetworkClientsParamsWithContext(ctx context.Context) *GetNetworkClientsParams

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

func NewGetNetworkClientsParamsWithHTTPClient

func NewGetNetworkClientsParamsWithHTTPClient(client *http.Client) *GetNetworkClientsParams

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

func NewGetNetworkClientsParamsWithTimeout

func NewGetNetworkClientsParamsWithTimeout(timeout time.Duration) *GetNetworkClientsParams

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

func (*GetNetworkClientsParams) SetContext

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

SetContext adds the context to the get network clients params

func (*GetNetworkClientsParams) SetEndingBefore

func (o *GetNetworkClientsParams) SetEndingBefore(endingBefore *string)

SetEndingBefore adds the endingBefore to the get network clients params

func (*GetNetworkClientsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network clients params

func (*GetNetworkClientsParams) SetNetworkID

func (o *GetNetworkClientsParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network clients params

func (*GetNetworkClientsParams) SetPerPage

func (o *GetNetworkClientsParams) SetPerPage(perPage *int32)

SetPerPage adds the perPage to the get network clients params

func (*GetNetworkClientsParams) SetStartingAfter

func (o *GetNetworkClientsParams) SetStartingAfter(startingAfter *string)

SetStartingAfter adds the startingAfter to the get network clients params

func (*GetNetworkClientsParams) SetT0

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

SetT0 adds the t0 to the get network clients params

func (*GetNetworkClientsParams) SetTimeout

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

SetTimeout adds the timeout to the get network clients params

func (*GetNetworkClientsParams) SetTimespan

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

SetTimespan adds the timespan to the get network clients params

func (*GetNetworkClientsParams) WithContext

WithContext adds the context to the get network clients params

func (*GetNetworkClientsParams) WithEndingBefore

func (o *GetNetworkClientsParams) WithEndingBefore(endingBefore *string) *GetNetworkClientsParams

WithEndingBefore adds the endingBefore to the get network clients params

func (*GetNetworkClientsParams) WithHTTPClient

func (o *GetNetworkClientsParams) WithHTTPClient(client *http.Client) *GetNetworkClientsParams

WithHTTPClient adds the HTTPClient to the get network clients params

func (*GetNetworkClientsParams) WithNetworkID

func (o *GetNetworkClientsParams) WithNetworkID(networkID string) *GetNetworkClientsParams

WithNetworkID adds the networkID to the get network clients params

func (*GetNetworkClientsParams) WithPerPage

func (o *GetNetworkClientsParams) WithPerPage(perPage *int32) *GetNetworkClientsParams

WithPerPage adds the perPage to the get network clients params

func (*GetNetworkClientsParams) WithStartingAfter

func (o *GetNetworkClientsParams) WithStartingAfter(startingAfter *string) *GetNetworkClientsParams

WithStartingAfter adds the startingAfter to the get network clients params

func (*GetNetworkClientsParams) WithT0

WithT0 adds the t0 to the get network clients params

func (*GetNetworkClientsParams) WithTimeout

WithTimeout adds the timeout to the get network clients params

func (*GetNetworkClientsParams) WithTimespan

func (o *GetNetworkClientsParams) WithTimespan(timespan *float64) *GetNetworkClientsParams

WithTimespan adds the timespan to the get network clients params

func (*GetNetworkClientsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkClientsReader

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

GetNetworkClientsReader is a Reader for the GetNetworkClients structure.

func (*GetNetworkClientsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ProvisionNetworkClientsCreated

type ProvisionNetworkClientsCreated struct {
	Payload interface{}
}

ProvisionNetworkClientsCreated handles this case with default header values.

Successful operation

func NewProvisionNetworkClientsCreated

func NewProvisionNetworkClientsCreated() *ProvisionNetworkClientsCreated

NewProvisionNetworkClientsCreated creates a ProvisionNetworkClientsCreated with default headers values

func (*ProvisionNetworkClientsCreated) Error

func (*ProvisionNetworkClientsCreated) GetPayload

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

type ProvisionNetworkClientsParams

type ProvisionNetworkClientsParams struct {

	/*NetworkID*/
	NetworkID string
	/*ProvisionNetworkClients*/
	ProvisionNetworkClients *models.ProvisionNetworkClients

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

ProvisionNetworkClientsParams contains all the parameters to send to the API endpoint for the provision network clients operation typically these are written to a http.Request

func NewProvisionNetworkClientsParams

func NewProvisionNetworkClientsParams() *ProvisionNetworkClientsParams

NewProvisionNetworkClientsParams creates a new ProvisionNetworkClientsParams object with the default values initialized.

func NewProvisionNetworkClientsParamsWithContext

func NewProvisionNetworkClientsParamsWithContext(ctx context.Context) *ProvisionNetworkClientsParams

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

func NewProvisionNetworkClientsParamsWithHTTPClient

func NewProvisionNetworkClientsParamsWithHTTPClient(client *http.Client) *ProvisionNetworkClientsParams

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

func NewProvisionNetworkClientsParamsWithTimeout

func NewProvisionNetworkClientsParamsWithTimeout(timeout time.Duration) *ProvisionNetworkClientsParams

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

func (*ProvisionNetworkClientsParams) SetContext

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

SetContext adds the context to the provision network clients params

func (*ProvisionNetworkClientsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the provision network clients params

func (*ProvisionNetworkClientsParams) SetNetworkID

func (o *ProvisionNetworkClientsParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the provision network clients params

func (*ProvisionNetworkClientsParams) SetProvisionNetworkClients

func (o *ProvisionNetworkClientsParams) SetProvisionNetworkClients(provisionNetworkClients *models.ProvisionNetworkClients)

SetProvisionNetworkClients adds the provisionNetworkClients to the provision network clients params

func (*ProvisionNetworkClientsParams) SetTimeout

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

SetTimeout adds the timeout to the provision network clients params

func (*ProvisionNetworkClientsParams) WithContext

WithContext adds the context to the provision network clients params

func (*ProvisionNetworkClientsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the provision network clients params

func (*ProvisionNetworkClientsParams) WithNetworkID

WithNetworkID adds the networkID to the provision network clients params

func (*ProvisionNetworkClientsParams) WithProvisionNetworkClients

func (o *ProvisionNetworkClientsParams) WithProvisionNetworkClients(provisionNetworkClients *models.ProvisionNetworkClients) *ProvisionNetworkClientsParams

WithProvisionNetworkClients adds the provisionNetworkClients to the provision network clients params

func (*ProvisionNetworkClientsParams) WithTimeout

WithTimeout adds the timeout to the provision network clients params

func (*ProvisionNetworkClientsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ProvisionNetworkClientsReader

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

ProvisionNetworkClientsReader is a Reader for the ProvisionNetworkClients structure.

func (*ProvisionNetworkClientsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateNetworkClientPolicyOK

type UpdateNetworkClientPolicyOK struct {
	Payload interface{}
}

UpdateNetworkClientPolicyOK handles this case with default header values.

Successful operation

func NewUpdateNetworkClientPolicyOK

func NewUpdateNetworkClientPolicyOK() *UpdateNetworkClientPolicyOK

NewUpdateNetworkClientPolicyOK creates a UpdateNetworkClientPolicyOK with default headers values

func (*UpdateNetworkClientPolicyOK) Error

func (*UpdateNetworkClientPolicyOK) GetPayload

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

type UpdateNetworkClientPolicyParams

type UpdateNetworkClientPolicyParams struct {

	/*ClientID*/
	ClientID string
	/*NetworkID*/
	NetworkID string
	/*UpdateNetworkClientPolicy*/
	UpdateNetworkClientPolicy *models.UpdateNetworkClientPolicy

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

UpdateNetworkClientPolicyParams contains all the parameters to send to the API endpoint for the update network client policy operation typically these are written to a http.Request

func NewUpdateNetworkClientPolicyParams

func NewUpdateNetworkClientPolicyParams() *UpdateNetworkClientPolicyParams

NewUpdateNetworkClientPolicyParams creates a new UpdateNetworkClientPolicyParams object with the default values initialized.

func NewUpdateNetworkClientPolicyParamsWithContext

func NewUpdateNetworkClientPolicyParamsWithContext(ctx context.Context) *UpdateNetworkClientPolicyParams

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

func NewUpdateNetworkClientPolicyParamsWithHTTPClient

func NewUpdateNetworkClientPolicyParamsWithHTTPClient(client *http.Client) *UpdateNetworkClientPolicyParams

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

func NewUpdateNetworkClientPolicyParamsWithTimeout

func NewUpdateNetworkClientPolicyParamsWithTimeout(timeout time.Duration) *UpdateNetworkClientPolicyParams

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

func (*UpdateNetworkClientPolicyParams) SetClientID

func (o *UpdateNetworkClientPolicyParams) SetClientID(clientID string)

SetClientID adds the clientId to the update network client policy params

func (*UpdateNetworkClientPolicyParams) SetContext

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

SetContext adds the context to the update network client policy params

func (*UpdateNetworkClientPolicyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update network client policy params

func (*UpdateNetworkClientPolicyParams) SetNetworkID

func (o *UpdateNetworkClientPolicyParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the update network client policy params

func (*UpdateNetworkClientPolicyParams) SetTimeout

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

SetTimeout adds the timeout to the update network client policy params

func (*UpdateNetworkClientPolicyParams) SetUpdateNetworkClientPolicy

func (o *UpdateNetworkClientPolicyParams) SetUpdateNetworkClientPolicy(updateNetworkClientPolicy *models.UpdateNetworkClientPolicy)

SetUpdateNetworkClientPolicy adds the updateNetworkClientPolicy to the update network client policy params

func (*UpdateNetworkClientPolicyParams) WithClientID

WithClientID adds the clientID to the update network client policy params

func (*UpdateNetworkClientPolicyParams) WithContext

WithContext adds the context to the update network client policy params

func (*UpdateNetworkClientPolicyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update network client policy params

func (*UpdateNetworkClientPolicyParams) WithNetworkID

WithNetworkID adds the networkID to the update network client policy params

func (*UpdateNetworkClientPolicyParams) WithTimeout

WithTimeout adds the timeout to the update network client policy params

func (*UpdateNetworkClientPolicyParams) WithUpdateNetworkClientPolicy

func (o *UpdateNetworkClientPolicyParams) WithUpdateNetworkClientPolicy(updateNetworkClientPolicy *models.UpdateNetworkClientPolicy) *UpdateNetworkClientPolicyParams

WithUpdateNetworkClientPolicy adds the updateNetworkClientPolicy to the update network client policy params

func (*UpdateNetworkClientPolicyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateNetworkClientPolicyReader

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

UpdateNetworkClientPolicyReader is a Reader for the UpdateNetworkClientPolicy structure.

func (*UpdateNetworkClientPolicyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateNetworkClientSplashAuthorizationStatusOK

type UpdateNetworkClientSplashAuthorizationStatusOK struct {
	Payload interface{}
}

UpdateNetworkClientSplashAuthorizationStatusOK handles this case with default header values.

Successful operation

func NewUpdateNetworkClientSplashAuthorizationStatusOK

func NewUpdateNetworkClientSplashAuthorizationStatusOK() *UpdateNetworkClientSplashAuthorizationStatusOK

NewUpdateNetworkClientSplashAuthorizationStatusOK creates a UpdateNetworkClientSplashAuthorizationStatusOK with default headers values

func (*UpdateNetworkClientSplashAuthorizationStatusOK) Error

func (*UpdateNetworkClientSplashAuthorizationStatusOK) GetPayload

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

type UpdateNetworkClientSplashAuthorizationStatusParams

type UpdateNetworkClientSplashAuthorizationStatusParams struct {

	/*ClientID*/
	ClientID string
	/*NetworkID*/
	NetworkID string
	/*UpdateNetworkClientSplashAuthorizationStatus*/
	UpdateNetworkClientSplashAuthorizationStatus *models.UpdateNetworkClientSplashAuthorizationStatus

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

UpdateNetworkClientSplashAuthorizationStatusParams contains all the parameters to send to the API endpoint for the update network client splash authorization status operation typically these are written to a http.Request

func NewUpdateNetworkClientSplashAuthorizationStatusParams

func NewUpdateNetworkClientSplashAuthorizationStatusParams() *UpdateNetworkClientSplashAuthorizationStatusParams

NewUpdateNetworkClientSplashAuthorizationStatusParams creates a new UpdateNetworkClientSplashAuthorizationStatusParams object with the default values initialized.

func NewUpdateNetworkClientSplashAuthorizationStatusParamsWithContext

func NewUpdateNetworkClientSplashAuthorizationStatusParamsWithContext(ctx context.Context) *UpdateNetworkClientSplashAuthorizationStatusParams

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

func NewUpdateNetworkClientSplashAuthorizationStatusParamsWithHTTPClient

func NewUpdateNetworkClientSplashAuthorizationStatusParamsWithHTTPClient(client *http.Client) *UpdateNetworkClientSplashAuthorizationStatusParams

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

func NewUpdateNetworkClientSplashAuthorizationStatusParamsWithTimeout

func NewUpdateNetworkClientSplashAuthorizationStatusParamsWithTimeout(timeout time.Duration) *UpdateNetworkClientSplashAuthorizationStatusParams

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

func (*UpdateNetworkClientSplashAuthorizationStatusParams) SetClientID

SetClientID adds the clientId to the update network client splash authorization status params

func (*UpdateNetworkClientSplashAuthorizationStatusParams) SetContext

SetContext adds the context to the update network client splash authorization status params

func (*UpdateNetworkClientSplashAuthorizationStatusParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the update network client splash authorization status params

func (*UpdateNetworkClientSplashAuthorizationStatusParams) SetNetworkID

SetNetworkID adds the networkId to the update network client splash authorization status params

func (*UpdateNetworkClientSplashAuthorizationStatusParams) SetTimeout

SetTimeout adds the timeout to the update network client splash authorization status params

func (*UpdateNetworkClientSplashAuthorizationStatusParams) SetUpdateNetworkClientSplashAuthorizationStatus

func (o *UpdateNetworkClientSplashAuthorizationStatusParams) SetUpdateNetworkClientSplashAuthorizationStatus(updateNetworkClientSplashAuthorizationStatus *models.UpdateNetworkClientSplashAuthorizationStatus)

SetUpdateNetworkClientSplashAuthorizationStatus adds the updateNetworkClientSplashAuthorizationStatus to the update network client splash authorization status params

func (*UpdateNetworkClientSplashAuthorizationStatusParams) WithClientID

WithClientID adds the clientID to the update network client splash authorization status params

func (*UpdateNetworkClientSplashAuthorizationStatusParams) WithContext

WithContext adds the context to the update network client splash authorization status params

func (*UpdateNetworkClientSplashAuthorizationStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update network client splash authorization status params

func (*UpdateNetworkClientSplashAuthorizationStatusParams) WithNetworkID

WithNetworkID adds the networkID to the update network client splash authorization status params

func (*UpdateNetworkClientSplashAuthorizationStatusParams) WithTimeout

WithTimeout adds the timeout to the update network client splash authorization status params

func (*UpdateNetworkClientSplashAuthorizationStatusParams) WithUpdateNetworkClientSplashAuthorizationStatus

func (o *UpdateNetworkClientSplashAuthorizationStatusParams) WithUpdateNetworkClientSplashAuthorizationStatus(updateNetworkClientSplashAuthorizationStatus *models.UpdateNetworkClientSplashAuthorizationStatus) *UpdateNetworkClientSplashAuthorizationStatusParams

WithUpdateNetworkClientSplashAuthorizationStatus adds the updateNetworkClientSplashAuthorizationStatus to the update network client splash authorization status params

func (*UpdateNetworkClientSplashAuthorizationStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateNetworkClientSplashAuthorizationStatusReader

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

UpdateNetworkClientSplashAuthorizationStatusReader is a Reader for the UpdateNetworkClientSplashAuthorizationStatus structure.

func (*UpdateNetworkClientSplashAuthorizationStatusReader) ReadResponse

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