Documentation
¶
Index ¶
- type Client
- func (a *Client) GetDeviceClients(params *GetDeviceClientsParams, authInfo runtime.ClientAuthInfoWriter) (*GetDeviceClientsOK, error)
- func (a *Client) GetNetworkClient(params *GetNetworkClientParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientOK, error)
- func (a *Client) GetNetworkClientEvents(params *GetNetworkClientEventsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientEventsOK, error)
- func (a *Client) GetNetworkClientLatencyHistory(params *GetNetworkClientLatencyHistoryParams, ...) (*GetNetworkClientLatencyHistoryOK, error)
- func (a *Client) GetNetworkClientPolicy(params *GetNetworkClientPolicyParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientPolicyOK, error)
- func (a *Client) GetNetworkClientSplashAuthorizationStatus(params *GetNetworkClientSplashAuthorizationStatusParams, ...) (*GetNetworkClientSplashAuthorizationStatusOK, error)
- func (a *Client) GetNetworkClientTrafficHistory(params *GetNetworkClientTrafficHistoryParams, ...) (*GetNetworkClientTrafficHistoryOK, error)
- func (a *Client) GetNetworkClientUsageHistory(params *GetNetworkClientUsageHistoryParams, ...) (*GetNetworkClientUsageHistoryOK, error)
- func (a *Client) GetNetworkClients(params *GetNetworkClientsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientsOK, error)
- func (a *Client) ProvisionNetworkClients(params *ProvisionNetworkClientsParams, authInfo runtime.ClientAuthInfoWriter) (*ProvisionNetworkClientsCreated, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateNetworkClientPolicy(params *UpdateNetworkClientPolicyParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNetworkClientPolicyOK, error)
- func (a *Client) UpdateNetworkClientSplashAuthorizationStatus(params *UpdateNetworkClientSplashAuthorizationStatusParams, ...) (*UpdateNetworkClientSplashAuthorizationStatusOK, error)
- type ClientService
- type GetDeviceClientsOK
- type GetDeviceClientsParams
- func NewGetDeviceClientsParams() *GetDeviceClientsParams
- func NewGetDeviceClientsParamsWithContext(ctx context.Context) *GetDeviceClientsParams
- func NewGetDeviceClientsParamsWithHTTPClient(client *http.Client) *GetDeviceClientsParams
- func NewGetDeviceClientsParamsWithTimeout(timeout time.Duration) *GetDeviceClientsParams
- func (o *GetDeviceClientsParams) SetContext(ctx context.Context)
- func (o *GetDeviceClientsParams) SetHTTPClient(client *http.Client)
- func (o *GetDeviceClientsParams) SetSerial(serial string)
- func (o *GetDeviceClientsParams) SetT0(t0 *string)
- func (o *GetDeviceClientsParams) SetTimeout(timeout time.Duration)
- func (o *GetDeviceClientsParams) SetTimespan(timespan *float64)
- func (o *GetDeviceClientsParams) WithContext(ctx context.Context) *GetDeviceClientsParams
- func (o *GetDeviceClientsParams) WithHTTPClient(client *http.Client) *GetDeviceClientsParams
- func (o *GetDeviceClientsParams) WithSerial(serial string) *GetDeviceClientsParams
- func (o *GetDeviceClientsParams) WithT0(t0 *string) *GetDeviceClientsParams
- func (o *GetDeviceClientsParams) WithTimeout(timeout time.Duration) *GetDeviceClientsParams
- func (o *GetDeviceClientsParams) WithTimespan(timespan *float64) *GetDeviceClientsParams
- func (o *GetDeviceClientsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDeviceClientsReader
- type GetNetworkClientEventsOK
- type GetNetworkClientEventsParams
- func NewGetNetworkClientEventsParams() *GetNetworkClientEventsParams
- func NewGetNetworkClientEventsParamsWithContext(ctx context.Context) *GetNetworkClientEventsParams
- func NewGetNetworkClientEventsParamsWithHTTPClient(client *http.Client) *GetNetworkClientEventsParams
- func NewGetNetworkClientEventsParamsWithTimeout(timeout time.Duration) *GetNetworkClientEventsParams
- func (o *GetNetworkClientEventsParams) SetClientID(clientID string)
- func (o *GetNetworkClientEventsParams) SetContext(ctx context.Context)
- func (o *GetNetworkClientEventsParams) SetEndingBefore(endingBefore *string)
- func (o *GetNetworkClientEventsParams) SetHTTPClient(client *http.Client)
- func (o *GetNetworkClientEventsParams) SetNetworkID(networkID string)
- func (o *GetNetworkClientEventsParams) SetPerPage(perPage *int32)
- func (o *GetNetworkClientEventsParams) SetStartingAfter(startingAfter *string)
- func (o *GetNetworkClientEventsParams) SetTimeout(timeout time.Duration)
- func (o *GetNetworkClientEventsParams) WithClientID(clientID string) *GetNetworkClientEventsParams
- func (o *GetNetworkClientEventsParams) WithContext(ctx context.Context) *GetNetworkClientEventsParams
- func (o *GetNetworkClientEventsParams) WithEndingBefore(endingBefore *string) *GetNetworkClientEventsParams
- func (o *GetNetworkClientEventsParams) WithHTTPClient(client *http.Client) *GetNetworkClientEventsParams
- func (o *GetNetworkClientEventsParams) WithNetworkID(networkID string) *GetNetworkClientEventsParams
- func (o *GetNetworkClientEventsParams) WithPerPage(perPage *int32) *GetNetworkClientEventsParams
- func (o *GetNetworkClientEventsParams) WithStartingAfter(startingAfter *string) *GetNetworkClientEventsParams
- func (o *GetNetworkClientEventsParams) WithTimeout(timeout time.Duration) *GetNetworkClientEventsParams
- func (o *GetNetworkClientEventsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNetworkClientEventsReader
- type GetNetworkClientLatencyHistoryOK
- type GetNetworkClientLatencyHistoryParams
- func NewGetNetworkClientLatencyHistoryParams() *GetNetworkClientLatencyHistoryParams
- func NewGetNetworkClientLatencyHistoryParamsWithContext(ctx context.Context) *GetNetworkClientLatencyHistoryParams
- func NewGetNetworkClientLatencyHistoryParamsWithHTTPClient(client *http.Client) *GetNetworkClientLatencyHistoryParams
- func NewGetNetworkClientLatencyHistoryParamsWithTimeout(timeout time.Duration) *GetNetworkClientLatencyHistoryParams
- func (o *GetNetworkClientLatencyHistoryParams) SetClientID(clientID string)
- func (o *GetNetworkClientLatencyHistoryParams) SetContext(ctx context.Context)
- func (o *GetNetworkClientLatencyHistoryParams) SetHTTPClient(client *http.Client)
- func (o *GetNetworkClientLatencyHistoryParams) SetNetworkID(networkID string)
- func (o *GetNetworkClientLatencyHistoryParams) SetResolution(resolution *int32)
- func (o *GetNetworkClientLatencyHistoryParams) SetT0(t0 *string)
- func (o *GetNetworkClientLatencyHistoryParams) SetT1(t1 *string)
- func (o *GetNetworkClientLatencyHistoryParams) SetTimeout(timeout time.Duration)
- func (o *GetNetworkClientLatencyHistoryParams) SetTimespan(timespan *float64)
- func (o *GetNetworkClientLatencyHistoryParams) WithClientID(clientID string) *GetNetworkClientLatencyHistoryParams
- func (o *GetNetworkClientLatencyHistoryParams) WithContext(ctx context.Context) *GetNetworkClientLatencyHistoryParams
- func (o *GetNetworkClientLatencyHistoryParams) WithHTTPClient(client *http.Client) *GetNetworkClientLatencyHistoryParams
- func (o *GetNetworkClientLatencyHistoryParams) WithNetworkID(networkID string) *GetNetworkClientLatencyHistoryParams
- func (o *GetNetworkClientLatencyHistoryParams) WithResolution(resolution *int32) *GetNetworkClientLatencyHistoryParams
- func (o *GetNetworkClientLatencyHistoryParams) WithT0(t0 *string) *GetNetworkClientLatencyHistoryParams
- func (o *GetNetworkClientLatencyHistoryParams) WithT1(t1 *string) *GetNetworkClientLatencyHistoryParams
- func (o *GetNetworkClientLatencyHistoryParams) WithTimeout(timeout time.Duration) *GetNetworkClientLatencyHistoryParams
- func (o *GetNetworkClientLatencyHistoryParams) WithTimespan(timespan *float64) *GetNetworkClientLatencyHistoryParams
- func (o *GetNetworkClientLatencyHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNetworkClientLatencyHistoryReader
- type GetNetworkClientOK
- type GetNetworkClientParams
- func NewGetNetworkClientParams() *GetNetworkClientParams
- func NewGetNetworkClientParamsWithContext(ctx context.Context) *GetNetworkClientParams
- func NewGetNetworkClientParamsWithHTTPClient(client *http.Client) *GetNetworkClientParams
- func NewGetNetworkClientParamsWithTimeout(timeout time.Duration) *GetNetworkClientParams
- func (o *GetNetworkClientParams) SetClientID(clientID string)
- func (o *GetNetworkClientParams) SetContext(ctx context.Context)
- func (o *GetNetworkClientParams) SetHTTPClient(client *http.Client)
- func (o *GetNetworkClientParams) SetNetworkID(networkID string)
- func (o *GetNetworkClientParams) SetTimeout(timeout time.Duration)
- func (o *GetNetworkClientParams) WithClientID(clientID string) *GetNetworkClientParams
- func (o *GetNetworkClientParams) WithContext(ctx context.Context) *GetNetworkClientParams
- func (o *GetNetworkClientParams) WithHTTPClient(client *http.Client) *GetNetworkClientParams
- func (o *GetNetworkClientParams) WithNetworkID(networkID string) *GetNetworkClientParams
- func (o *GetNetworkClientParams) WithTimeout(timeout time.Duration) *GetNetworkClientParams
- func (o *GetNetworkClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNetworkClientPolicyOK
- type GetNetworkClientPolicyParams
- func NewGetNetworkClientPolicyParams() *GetNetworkClientPolicyParams
- func NewGetNetworkClientPolicyParamsWithContext(ctx context.Context) *GetNetworkClientPolicyParams
- func NewGetNetworkClientPolicyParamsWithHTTPClient(client *http.Client) *GetNetworkClientPolicyParams
- func NewGetNetworkClientPolicyParamsWithTimeout(timeout time.Duration) *GetNetworkClientPolicyParams
- func (o *GetNetworkClientPolicyParams) SetClientID(clientID string)
- func (o *GetNetworkClientPolicyParams) SetContext(ctx context.Context)
- func (o *GetNetworkClientPolicyParams) SetHTTPClient(client *http.Client)
- func (o *GetNetworkClientPolicyParams) SetNetworkID(networkID string)
- func (o *GetNetworkClientPolicyParams) SetTimeout(timeout time.Duration)
- func (o *GetNetworkClientPolicyParams) WithClientID(clientID string) *GetNetworkClientPolicyParams
- func (o *GetNetworkClientPolicyParams) WithContext(ctx context.Context) *GetNetworkClientPolicyParams
- func (o *GetNetworkClientPolicyParams) WithHTTPClient(client *http.Client) *GetNetworkClientPolicyParams
- func (o *GetNetworkClientPolicyParams) WithNetworkID(networkID string) *GetNetworkClientPolicyParams
- func (o *GetNetworkClientPolicyParams) WithTimeout(timeout time.Duration) *GetNetworkClientPolicyParams
- func (o *GetNetworkClientPolicyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNetworkClientPolicyReader
- type GetNetworkClientReader
- type GetNetworkClientSplashAuthorizationStatusOK
- type GetNetworkClientSplashAuthorizationStatusParams
- func NewGetNetworkClientSplashAuthorizationStatusParams() *GetNetworkClientSplashAuthorizationStatusParams
- func NewGetNetworkClientSplashAuthorizationStatusParamsWithContext(ctx context.Context) *GetNetworkClientSplashAuthorizationStatusParams
- func NewGetNetworkClientSplashAuthorizationStatusParamsWithHTTPClient(client *http.Client) *GetNetworkClientSplashAuthorizationStatusParams
- func NewGetNetworkClientSplashAuthorizationStatusParamsWithTimeout(timeout time.Duration) *GetNetworkClientSplashAuthorizationStatusParams
- func (o *GetNetworkClientSplashAuthorizationStatusParams) SetClientID(clientID string)
- func (o *GetNetworkClientSplashAuthorizationStatusParams) SetContext(ctx context.Context)
- func (o *GetNetworkClientSplashAuthorizationStatusParams) SetHTTPClient(client *http.Client)
- func (o *GetNetworkClientSplashAuthorizationStatusParams) SetNetworkID(networkID string)
- func (o *GetNetworkClientSplashAuthorizationStatusParams) SetTimeout(timeout time.Duration)
- func (o *GetNetworkClientSplashAuthorizationStatusParams) WithClientID(clientID string) *GetNetworkClientSplashAuthorizationStatusParams
- func (o *GetNetworkClientSplashAuthorizationStatusParams) WithContext(ctx context.Context) *GetNetworkClientSplashAuthorizationStatusParams
- func (o *GetNetworkClientSplashAuthorizationStatusParams) WithHTTPClient(client *http.Client) *GetNetworkClientSplashAuthorizationStatusParams
- func (o *GetNetworkClientSplashAuthorizationStatusParams) WithNetworkID(networkID string) *GetNetworkClientSplashAuthorizationStatusParams
- func (o *GetNetworkClientSplashAuthorizationStatusParams) WithTimeout(timeout time.Duration) *GetNetworkClientSplashAuthorizationStatusParams
- func (o *GetNetworkClientSplashAuthorizationStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNetworkClientSplashAuthorizationStatusReader
- type GetNetworkClientTrafficHistoryOK
- type GetNetworkClientTrafficHistoryParams
- func NewGetNetworkClientTrafficHistoryParams() *GetNetworkClientTrafficHistoryParams
- func NewGetNetworkClientTrafficHistoryParamsWithContext(ctx context.Context) *GetNetworkClientTrafficHistoryParams
- func NewGetNetworkClientTrafficHistoryParamsWithHTTPClient(client *http.Client) *GetNetworkClientTrafficHistoryParams
- func NewGetNetworkClientTrafficHistoryParamsWithTimeout(timeout time.Duration) *GetNetworkClientTrafficHistoryParams
- func (o *GetNetworkClientTrafficHistoryParams) SetClientID(clientID string)
- func (o *GetNetworkClientTrafficHistoryParams) SetContext(ctx context.Context)
- func (o *GetNetworkClientTrafficHistoryParams) SetEndingBefore(endingBefore *string)
- func (o *GetNetworkClientTrafficHistoryParams) SetHTTPClient(client *http.Client)
- func (o *GetNetworkClientTrafficHistoryParams) SetNetworkID(networkID string)
- func (o *GetNetworkClientTrafficHistoryParams) SetPerPage(perPage *int32)
- func (o *GetNetworkClientTrafficHistoryParams) SetStartingAfter(startingAfter *string)
- func (o *GetNetworkClientTrafficHistoryParams) SetTimeout(timeout time.Duration)
- func (o *GetNetworkClientTrafficHistoryParams) WithClientID(clientID string) *GetNetworkClientTrafficHistoryParams
- func (o *GetNetworkClientTrafficHistoryParams) WithContext(ctx context.Context) *GetNetworkClientTrafficHistoryParams
- func (o *GetNetworkClientTrafficHistoryParams) WithEndingBefore(endingBefore *string) *GetNetworkClientTrafficHistoryParams
- func (o *GetNetworkClientTrafficHistoryParams) WithHTTPClient(client *http.Client) *GetNetworkClientTrafficHistoryParams
- func (o *GetNetworkClientTrafficHistoryParams) WithNetworkID(networkID string) *GetNetworkClientTrafficHistoryParams
- func (o *GetNetworkClientTrafficHistoryParams) WithPerPage(perPage *int32) *GetNetworkClientTrafficHistoryParams
- func (o *GetNetworkClientTrafficHistoryParams) WithStartingAfter(startingAfter *string) *GetNetworkClientTrafficHistoryParams
- func (o *GetNetworkClientTrafficHistoryParams) WithTimeout(timeout time.Duration) *GetNetworkClientTrafficHistoryParams
- func (o *GetNetworkClientTrafficHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNetworkClientTrafficHistoryReader
- type GetNetworkClientUsageHistoryOK
- type GetNetworkClientUsageHistoryParams
- func NewGetNetworkClientUsageHistoryParams() *GetNetworkClientUsageHistoryParams
- func NewGetNetworkClientUsageHistoryParamsWithContext(ctx context.Context) *GetNetworkClientUsageHistoryParams
- func NewGetNetworkClientUsageHistoryParamsWithHTTPClient(client *http.Client) *GetNetworkClientUsageHistoryParams
- func NewGetNetworkClientUsageHistoryParamsWithTimeout(timeout time.Duration) *GetNetworkClientUsageHistoryParams
- func (o *GetNetworkClientUsageHistoryParams) SetClientID(clientID string)
- func (o *GetNetworkClientUsageHistoryParams) SetContext(ctx context.Context)
- func (o *GetNetworkClientUsageHistoryParams) SetHTTPClient(client *http.Client)
- func (o *GetNetworkClientUsageHistoryParams) SetNetworkID(networkID string)
- func (o *GetNetworkClientUsageHistoryParams) SetTimeout(timeout time.Duration)
- func (o *GetNetworkClientUsageHistoryParams) WithClientID(clientID string) *GetNetworkClientUsageHistoryParams
- func (o *GetNetworkClientUsageHistoryParams) WithContext(ctx context.Context) *GetNetworkClientUsageHistoryParams
- func (o *GetNetworkClientUsageHistoryParams) WithHTTPClient(client *http.Client) *GetNetworkClientUsageHistoryParams
- func (o *GetNetworkClientUsageHistoryParams) WithNetworkID(networkID string) *GetNetworkClientUsageHistoryParams
- func (o *GetNetworkClientUsageHistoryParams) WithTimeout(timeout time.Duration) *GetNetworkClientUsageHistoryParams
- func (o *GetNetworkClientUsageHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNetworkClientUsageHistoryReader
- type GetNetworkClientsOK
- type GetNetworkClientsParams
- func NewGetNetworkClientsParams() *GetNetworkClientsParams
- func NewGetNetworkClientsParamsWithContext(ctx context.Context) *GetNetworkClientsParams
- func NewGetNetworkClientsParamsWithHTTPClient(client *http.Client) *GetNetworkClientsParams
- func NewGetNetworkClientsParamsWithTimeout(timeout time.Duration) *GetNetworkClientsParams
- func (o *GetNetworkClientsParams) SetContext(ctx context.Context)
- func (o *GetNetworkClientsParams) SetEndingBefore(endingBefore *string)
- func (o *GetNetworkClientsParams) SetHTTPClient(client *http.Client)
- func (o *GetNetworkClientsParams) SetNetworkID(networkID string)
- func (o *GetNetworkClientsParams) SetPerPage(perPage *int32)
- func (o *GetNetworkClientsParams) SetStartingAfter(startingAfter *string)
- func (o *GetNetworkClientsParams) SetT0(t0 *string)
- func (o *GetNetworkClientsParams) SetTimeout(timeout time.Duration)
- func (o *GetNetworkClientsParams) SetTimespan(timespan *float64)
- func (o *GetNetworkClientsParams) WithContext(ctx context.Context) *GetNetworkClientsParams
- func (o *GetNetworkClientsParams) WithEndingBefore(endingBefore *string) *GetNetworkClientsParams
- func (o *GetNetworkClientsParams) WithHTTPClient(client *http.Client) *GetNetworkClientsParams
- func (o *GetNetworkClientsParams) WithNetworkID(networkID string) *GetNetworkClientsParams
- func (o *GetNetworkClientsParams) WithPerPage(perPage *int32) *GetNetworkClientsParams
- func (o *GetNetworkClientsParams) WithStartingAfter(startingAfter *string) *GetNetworkClientsParams
- func (o *GetNetworkClientsParams) WithT0(t0 *string) *GetNetworkClientsParams
- func (o *GetNetworkClientsParams) WithTimeout(timeout time.Duration) *GetNetworkClientsParams
- func (o *GetNetworkClientsParams) WithTimespan(timespan *float64) *GetNetworkClientsParams
- func (o *GetNetworkClientsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNetworkClientsReader
- type ProvisionNetworkClientsCreated
- type ProvisionNetworkClientsParams
- func NewProvisionNetworkClientsParams() *ProvisionNetworkClientsParams
- func NewProvisionNetworkClientsParamsWithContext(ctx context.Context) *ProvisionNetworkClientsParams
- func NewProvisionNetworkClientsParamsWithHTTPClient(client *http.Client) *ProvisionNetworkClientsParams
- func NewProvisionNetworkClientsParamsWithTimeout(timeout time.Duration) *ProvisionNetworkClientsParams
- func (o *ProvisionNetworkClientsParams) SetContext(ctx context.Context)
- func (o *ProvisionNetworkClientsParams) SetHTTPClient(client *http.Client)
- func (o *ProvisionNetworkClientsParams) SetNetworkID(networkID string)
- func (o *ProvisionNetworkClientsParams) SetProvisionNetworkClients(provisionNetworkClients *models.ProvisionNetworkClients)
- func (o *ProvisionNetworkClientsParams) SetTimeout(timeout time.Duration)
- func (o *ProvisionNetworkClientsParams) WithContext(ctx context.Context) *ProvisionNetworkClientsParams
- func (o *ProvisionNetworkClientsParams) WithHTTPClient(client *http.Client) *ProvisionNetworkClientsParams
- func (o *ProvisionNetworkClientsParams) WithNetworkID(networkID string) *ProvisionNetworkClientsParams
- func (o *ProvisionNetworkClientsParams) WithProvisionNetworkClients(provisionNetworkClients *models.ProvisionNetworkClients) *ProvisionNetworkClientsParams
- func (o *ProvisionNetworkClientsParams) WithTimeout(timeout time.Duration) *ProvisionNetworkClientsParams
- func (o *ProvisionNetworkClientsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ProvisionNetworkClientsReader
- type UpdateNetworkClientPolicyOK
- type UpdateNetworkClientPolicyParams
- func NewUpdateNetworkClientPolicyParams() *UpdateNetworkClientPolicyParams
- func NewUpdateNetworkClientPolicyParamsWithContext(ctx context.Context) *UpdateNetworkClientPolicyParams
- func NewUpdateNetworkClientPolicyParamsWithHTTPClient(client *http.Client) *UpdateNetworkClientPolicyParams
- func NewUpdateNetworkClientPolicyParamsWithTimeout(timeout time.Duration) *UpdateNetworkClientPolicyParams
- func (o *UpdateNetworkClientPolicyParams) SetClientID(clientID string)
- func (o *UpdateNetworkClientPolicyParams) SetContext(ctx context.Context)
- func (o *UpdateNetworkClientPolicyParams) SetHTTPClient(client *http.Client)
- func (o *UpdateNetworkClientPolicyParams) SetNetworkID(networkID string)
- func (o *UpdateNetworkClientPolicyParams) SetTimeout(timeout time.Duration)
- func (o *UpdateNetworkClientPolicyParams) SetUpdateNetworkClientPolicy(updateNetworkClientPolicy *models.UpdateNetworkClientPolicy)
- func (o *UpdateNetworkClientPolicyParams) WithClientID(clientID string) *UpdateNetworkClientPolicyParams
- func (o *UpdateNetworkClientPolicyParams) WithContext(ctx context.Context) *UpdateNetworkClientPolicyParams
- func (o *UpdateNetworkClientPolicyParams) WithHTTPClient(client *http.Client) *UpdateNetworkClientPolicyParams
- func (o *UpdateNetworkClientPolicyParams) WithNetworkID(networkID string) *UpdateNetworkClientPolicyParams
- func (o *UpdateNetworkClientPolicyParams) WithTimeout(timeout time.Duration) *UpdateNetworkClientPolicyParams
- func (o *UpdateNetworkClientPolicyParams) WithUpdateNetworkClientPolicy(updateNetworkClientPolicy *models.UpdateNetworkClientPolicy) *UpdateNetworkClientPolicyParams
- func (o *UpdateNetworkClientPolicyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateNetworkClientPolicyReader
- type UpdateNetworkClientSplashAuthorizationStatusOK
- type UpdateNetworkClientSplashAuthorizationStatusParams
- func NewUpdateNetworkClientSplashAuthorizationStatusParams() *UpdateNetworkClientSplashAuthorizationStatusParams
- func NewUpdateNetworkClientSplashAuthorizationStatusParamsWithContext(ctx context.Context) *UpdateNetworkClientSplashAuthorizationStatusParams
- func NewUpdateNetworkClientSplashAuthorizationStatusParamsWithHTTPClient(client *http.Client) *UpdateNetworkClientSplashAuthorizationStatusParams
- func NewUpdateNetworkClientSplashAuthorizationStatusParamsWithTimeout(timeout time.Duration) *UpdateNetworkClientSplashAuthorizationStatusParams
- func (o *UpdateNetworkClientSplashAuthorizationStatusParams) SetClientID(clientID string)
- func (o *UpdateNetworkClientSplashAuthorizationStatusParams) SetContext(ctx context.Context)
- func (o *UpdateNetworkClientSplashAuthorizationStatusParams) SetHTTPClient(client *http.Client)
- func (o *UpdateNetworkClientSplashAuthorizationStatusParams) SetNetworkID(networkID string)
- func (o *UpdateNetworkClientSplashAuthorizationStatusParams) SetTimeout(timeout time.Duration)
- func (o *UpdateNetworkClientSplashAuthorizationStatusParams) SetUpdateNetworkClientSplashAuthorizationStatus(...)
- func (o *UpdateNetworkClientSplashAuthorizationStatusParams) WithClientID(clientID string) *UpdateNetworkClientSplashAuthorizationStatusParams
- func (o *UpdateNetworkClientSplashAuthorizationStatusParams) WithContext(ctx context.Context) *UpdateNetworkClientSplashAuthorizationStatusParams
- func (o *UpdateNetworkClientSplashAuthorizationStatusParams) WithHTTPClient(client *http.Client) *UpdateNetworkClientSplashAuthorizationStatusParams
- func (o *UpdateNetworkClientSplashAuthorizationStatusParams) WithNetworkID(networkID string) *UpdateNetworkClientSplashAuthorizationStatusParams
- func (o *UpdateNetworkClientSplashAuthorizationStatusParams) WithTimeout(timeout time.Duration) *UpdateNetworkClientSplashAuthorizationStatusParams
- func (o *UpdateNetworkClientSplashAuthorizationStatusParams) WithUpdateNetworkClientSplashAuthorizationStatus(...) *UpdateNetworkClientSplashAuthorizationStatusParams
- func (o *UpdateNetworkClientSplashAuthorizationStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateNetworkClientSplashAuthorizationStatusReader
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 ¶
func (a *Client) GetNetworkClientSplashAuthorizationStatus(params *GetNetworkClientSplashAuthorizationStatusParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkClientSplashAuthorizationStatusOK, error)
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 ¶
func (a *Client) ProvisionNetworkClients(params *ProvisionNetworkClientsParams, authInfo runtime.ClientAuthInfoWriter) (*ProvisionNetworkClientsCreated, error)
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 ¶
func (a *Client) UpdateNetworkClientSplashAuthorizationStatus(params *UpdateNetworkClientSplashAuthorizationStatusParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNetworkClientSplashAuthorizationStatusOK, error)
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 ¶
func (o *GetDeviceClientsParams) WithContext(ctx context.Context) *GetDeviceClientsParams
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 ¶
func (o *GetDeviceClientsParams) WithT0(t0 *string) *GetDeviceClientsParams
WithT0 adds the t0 to the get device clients params
func (*GetDeviceClientsParams) WithTimeout ¶
func (o *GetDeviceClientsParams) WithTimeout(timeout time.Duration) *GetDeviceClientsParams
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 ¶
func (o *GetDeviceClientsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetNetworkClientEventsParams) WithClientID(clientID string) *GetNetworkClientEventsParams
WithClientID adds the clientID to the get network client events params
func (*GetNetworkClientEventsParams) WithContext ¶
func (o *GetNetworkClientEventsParams) WithContext(ctx context.Context) *GetNetworkClientEventsParams
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 ¶
func (o *GetNetworkClientEventsParams) WithHTTPClient(client *http.Client) *GetNetworkClientEventsParams
WithHTTPClient adds the HTTPClient to the get network client events params
func (*GetNetworkClientEventsParams) WithNetworkID ¶
func (o *GetNetworkClientEventsParams) WithNetworkID(networkID string) *GetNetworkClientEventsParams
WithNetworkID adds the networkID to the get network client events params
func (*GetNetworkClientEventsParams) WithPerPage ¶
func (o *GetNetworkClientEventsParams) WithPerPage(perPage *int32) *GetNetworkClientEventsParams
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 ¶
func (o *GetNetworkClientEventsParams) WithTimeout(timeout time.Duration) *GetNetworkClientEventsParams
WithTimeout adds the timeout to the get network client events params
func (*GetNetworkClientEventsParams) WriteToRequest ¶
func (o *GetNetworkClientEventsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *GetNetworkClientLatencyHistoryOK) Error() string
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 ¶
func (o *GetNetworkClientLatencyHistoryParams) SetContext(ctx context.Context)
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 ¶
func (o *GetNetworkClientLatencyHistoryParams) SetT0(t0 *string)
SetT0 adds the t0 to the get network client latency history params
func (*GetNetworkClientLatencyHistoryParams) SetT1 ¶
func (o *GetNetworkClientLatencyHistoryParams) SetT1(t1 *string)
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 ¶
func (o *GetNetworkClientLatencyHistoryParams) WithClientID(clientID string) *GetNetworkClientLatencyHistoryParams
WithClientID adds the clientID to the get network client latency history params
func (*GetNetworkClientLatencyHistoryParams) WithContext ¶
func (o *GetNetworkClientLatencyHistoryParams) WithContext(ctx context.Context) *GetNetworkClientLatencyHistoryParams
WithContext adds the context to the get network client latency history params
func (*GetNetworkClientLatencyHistoryParams) WithHTTPClient ¶
func (o *GetNetworkClientLatencyHistoryParams) WithHTTPClient(client *http.Client) *GetNetworkClientLatencyHistoryParams
WithHTTPClient adds the HTTPClient to the get network client latency history params
func (*GetNetworkClientLatencyHistoryParams) WithNetworkID ¶
func (o *GetNetworkClientLatencyHistoryParams) WithNetworkID(networkID string) *GetNetworkClientLatencyHistoryParams
WithNetworkID adds the networkID to the get network client latency history params
func (*GetNetworkClientLatencyHistoryParams) WithResolution ¶
func (o *GetNetworkClientLatencyHistoryParams) WithResolution(resolution *int32) *GetNetworkClientLatencyHistoryParams
WithResolution adds the resolution to the get network client latency history params
func (*GetNetworkClientLatencyHistoryParams) WithT0 ¶
func (o *GetNetworkClientLatencyHistoryParams) WithT0(t0 *string) *GetNetworkClientLatencyHistoryParams
WithT0 adds the t0 to the get network client latency history params
func (*GetNetworkClientLatencyHistoryParams) WithT1 ¶
func (o *GetNetworkClientLatencyHistoryParams) WithT1(t1 *string) *GetNetworkClientLatencyHistoryParams
WithT1 adds the t1 to the get network client latency history params
func (*GetNetworkClientLatencyHistoryParams) WithTimeout ¶
func (o *GetNetworkClientLatencyHistoryParams) WithTimeout(timeout time.Duration) *GetNetworkClientLatencyHistoryParams
WithTimeout adds the timeout to the get network client latency history params
func (*GetNetworkClientLatencyHistoryParams) WithTimespan ¶
func (o *GetNetworkClientLatencyHistoryParams) WithTimespan(timespan *float64) *GetNetworkClientLatencyHistoryParams
WithTimespan adds the timespan to the get network client latency history params
func (*GetNetworkClientLatencyHistoryParams) WriteToRequest ¶
func (o *GetNetworkClientLatencyHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetNetworkClientParams) WithContext(ctx context.Context) *GetNetworkClientParams
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 ¶
func (o *GetNetworkClientParams) WithTimeout(timeout time.Duration) *GetNetworkClientParams
WithTimeout adds the timeout to the get network client params
func (*GetNetworkClientParams) WriteToRequest ¶
func (o *GetNetworkClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetNetworkClientPolicyParams) WithClientID(clientID string) *GetNetworkClientPolicyParams
WithClientID adds the clientID to the get network client policy params
func (*GetNetworkClientPolicyParams) WithContext ¶
func (o *GetNetworkClientPolicyParams) WithContext(ctx context.Context) *GetNetworkClientPolicyParams
WithContext adds the context to the get network client policy params
func (*GetNetworkClientPolicyParams) WithHTTPClient ¶
func (o *GetNetworkClientPolicyParams) WithHTTPClient(client *http.Client) *GetNetworkClientPolicyParams
WithHTTPClient adds the HTTPClient to the get network client policy params
func (*GetNetworkClientPolicyParams) WithNetworkID ¶
func (o *GetNetworkClientPolicyParams) WithNetworkID(networkID string) *GetNetworkClientPolicyParams
WithNetworkID adds the networkID to the get network client policy params
func (*GetNetworkClientPolicyParams) WithTimeout ¶
func (o *GetNetworkClientPolicyParams) WithTimeout(timeout time.Duration) *GetNetworkClientPolicyParams
WithTimeout adds the timeout to the get network client policy params
func (*GetNetworkClientPolicyParams) WriteToRequest ¶
func (o *GetNetworkClientPolicyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *GetNetworkClientSplashAuthorizationStatusOK) Error() string
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 ¶
func (o *GetNetworkClientSplashAuthorizationStatusParams) SetClientID(clientID string)
SetClientID adds the clientId to the get network client splash authorization status params
func (*GetNetworkClientSplashAuthorizationStatusParams) SetContext ¶
func (o *GetNetworkClientSplashAuthorizationStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the get network client splash authorization status params
func (*GetNetworkClientSplashAuthorizationStatusParams) SetHTTPClient ¶
func (o *GetNetworkClientSplashAuthorizationStatusParams) SetHTTPClient(client *http.Client)
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 ¶
func (o *GetNetworkClientSplashAuthorizationStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get network client splash authorization status params
func (*GetNetworkClientSplashAuthorizationStatusParams) WithClientID ¶
func (o *GetNetworkClientSplashAuthorizationStatusParams) WithClientID(clientID string) *GetNetworkClientSplashAuthorizationStatusParams
WithClientID adds the clientID to the get network client splash authorization status params
func (*GetNetworkClientSplashAuthorizationStatusParams) WithContext ¶
func (o *GetNetworkClientSplashAuthorizationStatusParams) WithContext(ctx context.Context) *GetNetworkClientSplashAuthorizationStatusParams
WithContext adds the context to the get network client splash authorization status params
func (*GetNetworkClientSplashAuthorizationStatusParams) WithHTTPClient ¶
func (o *GetNetworkClientSplashAuthorizationStatusParams) WithHTTPClient(client *http.Client) *GetNetworkClientSplashAuthorizationStatusParams
WithHTTPClient adds the HTTPClient to the get network client splash authorization status params
func (*GetNetworkClientSplashAuthorizationStatusParams) WithNetworkID ¶
func (o *GetNetworkClientSplashAuthorizationStatusParams) WithNetworkID(networkID string) *GetNetworkClientSplashAuthorizationStatusParams
WithNetworkID adds the networkID to the get network client splash authorization status params
func (*GetNetworkClientSplashAuthorizationStatusParams) WithTimeout ¶
func (o *GetNetworkClientSplashAuthorizationStatusParams) WithTimeout(timeout time.Duration) *GetNetworkClientSplashAuthorizationStatusParams
WithTimeout adds the timeout to the get network client splash authorization status params
func (*GetNetworkClientSplashAuthorizationStatusParams) WriteToRequest ¶
func (o *GetNetworkClientSplashAuthorizationStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *GetNetworkClientTrafficHistoryOK) Error() string
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 ¶
func (o *GetNetworkClientTrafficHistoryParams) SetContext(ctx context.Context)
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 ¶
func (o *GetNetworkClientTrafficHistoryParams) WithClientID(clientID string) *GetNetworkClientTrafficHistoryParams
WithClientID adds the clientID to the get network client traffic history params
func (*GetNetworkClientTrafficHistoryParams) WithContext ¶
func (o *GetNetworkClientTrafficHistoryParams) WithContext(ctx context.Context) *GetNetworkClientTrafficHistoryParams
WithContext adds the context to the get network client traffic history params
func (*GetNetworkClientTrafficHistoryParams) WithEndingBefore ¶
func (o *GetNetworkClientTrafficHistoryParams) WithEndingBefore(endingBefore *string) *GetNetworkClientTrafficHistoryParams
WithEndingBefore adds the endingBefore to the get network client traffic history params
func (*GetNetworkClientTrafficHistoryParams) WithHTTPClient ¶
func (o *GetNetworkClientTrafficHistoryParams) WithHTTPClient(client *http.Client) *GetNetworkClientTrafficHistoryParams
WithHTTPClient adds the HTTPClient to the get network client traffic history params
func (*GetNetworkClientTrafficHistoryParams) WithNetworkID ¶
func (o *GetNetworkClientTrafficHistoryParams) WithNetworkID(networkID string) *GetNetworkClientTrafficHistoryParams
WithNetworkID adds the networkID to the get network client traffic history params
func (*GetNetworkClientTrafficHistoryParams) WithPerPage ¶
func (o *GetNetworkClientTrafficHistoryParams) WithPerPage(perPage *int32) *GetNetworkClientTrafficHistoryParams
WithPerPage adds the perPage to the get network client traffic history params
func (*GetNetworkClientTrafficHistoryParams) WithStartingAfter ¶
func (o *GetNetworkClientTrafficHistoryParams) WithStartingAfter(startingAfter *string) *GetNetworkClientTrafficHistoryParams
WithStartingAfter adds the startingAfter to the get network client traffic history params
func (*GetNetworkClientTrafficHistoryParams) WithTimeout ¶
func (o *GetNetworkClientTrafficHistoryParams) WithTimeout(timeout time.Duration) *GetNetworkClientTrafficHistoryParams
WithTimeout adds the timeout to the get network client traffic history params
func (*GetNetworkClientTrafficHistoryParams) WriteToRequest ¶
func (o *GetNetworkClientTrafficHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *GetNetworkClientUsageHistoryOK) Error() string
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 ¶
func (o *GetNetworkClientUsageHistoryParams) SetContext(ctx context.Context)
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 ¶
func (o *GetNetworkClientUsageHistoryParams) WithClientID(clientID string) *GetNetworkClientUsageHistoryParams
WithClientID adds the clientID to the get network client usage history params
func (*GetNetworkClientUsageHistoryParams) WithContext ¶
func (o *GetNetworkClientUsageHistoryParams) WithContext(ctx context.Context) *GetNetworkClientUsageHistoryParams
WithContext adds the context to the get network client usage history params
func (*GetNetworkClientUsageHistoryParams) WithHTTPClient ¶
func (o *GetNetworkClientUsageHistoryParams) WithHTTPClient(client *http.Client) *GetNetworkClientUsageHistoryParams
WithHTTPClient adds the HTTPClient to the get network client usage history params
func (*GetNetworkClientUsageHistoryParams) WithNetworkID ¶
func (o *GetNetworkClientUsageHistoryParams) WithNetworkID(networkID string) *GetNetworkClientUsageHistoryParams
WithNetworkID adds the networkID to the get network client usage history params
func (*GetNetworkClientUsageHistoryParams) WithTimeout ¶
func (o *GetNetworkClientUsageHistoryParams) WithTimeout(timeout time.Duration) *GetNetworkClientUsageHistoryParams
WithTimeout adds the timeout to the get network client usage history params
func (*GetNetworkClientUsageHistoryParams) WriteToRequest ¶
func (o *GetNetworkClientUsageHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetNetworkClientsParams) WithContext(ctx context.Context) *GetNetworkClientsParams
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 ¶
func (o *GetNetworkClientsParams) WithT0(t0 *string) *GetNetworkClientsParams
WithT0 adds the t0 to the get network clients params
func (*GetNetworkClientsParams) WithTimeout ¶
func (o *GetNetworkClientsParams) WithTimeout(timeout time.Duration) *GetNetworkClientsParams
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 ¶
func (o *GetNetworkClientsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *ProvisionNetworkClientsCreated) Error() string
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 ¶
func (o *ProvisionNetworkClientsParams) WithContext(ctx context.Context) *ProvisionNetworkClientsParams
WithContext adds the context to the provision network clients params
func (*ProvisionNetworkClientsParams) WithHTTPClient ¶
func (o *ProvisionNetworkClientsParams) WithHTTPClient(client *http.Client) *ProvisionNetworkClientsParams
WithHTTPClient adds the HTTPClient to the provision network clients params
func (*ProvisionNetworkClientsParams) WithNetworkID ¶
func (o *ProvisionNetworkClientsParams) WithNetworkID(networkID string) *ProvisionNetworkClientsParams
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 ¶
func (o *ProvisionNetworkClientsParams) WithTimeout(timeout time.Duration) *ProvisionNetworkClientsParams
WithTimeout adds the timeout to the provision network clients params
func (*ProvisionNetworkClientsParams) WriteToRequest ¶
func (o *ProvisionNetworkClientsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *UpdateNetworkClientPolicyOK) Error() string
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 ¶
func (o *UpdateNetworkClientPolicyParams) WithClientID(clientID string) *UpdateNetworkClientPolicyParams
WithClientID adds the clientID to the update network client policy params
func (*UpdateNetworkClientPolicyParams) WithContext ¶
func (o *UpdateNetworkClientPolicyParams) WithContext(ctx context.Context) *UpdateNetworkClientPolicyParams
WithContext adds the context to the update network client policy params
func (*UpdateNetworkClientPolicyParams) WithHTTPClient ¶
func (o *UpdateNetworkClientPolicyParams) WithHTTPClient(client *http.Client) *UpdateNetworkClientPolicyParams
WithHTTPClient adds the HTTPClient to the update network client policy params
func (*UpdateNetworkClientPolicyParams) WithNetworkID ¶
func (o *UpdateNetworkClientPolicyParams) WithNetworkID(networkID string) *UpdateNetworkClientPolicyParams
WithNetworkID adds the networkID to the update network client policy params
func (*UpdateNetworkClientPolicyParams) WithTimeout ¶
func (o *UpdateNetworkClientPolicyParams) WithTimeout(timeout time.Duration) *UpdateNetworkClientPolicyParams
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 ¶
func (o *UpdateNetworkClientPolicyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *UpdateNetworkClientSplashAuthorizationStatusOK) Error() string
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 ¶
func (o *UpdateNetworkClientSplashAuthorizationStatusParams) SetClientID(clientID string)
SetClientID adds the clientId to the update network client splash authorization status params
func (*UpdateNetworkClientSplashAuthorizationStatusParams) SetContext ¶
func (o *UpdateNetworkClientSplashAuthorizationStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the update network client splash authorization status params
func (*UpdateNetworkClientSplashAuthorizationStatusParams) SetHTTPClient ¶
func (o *UpdateNetworkClientSplashAuthorizationStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update network client splash authorization status params
func (*UpdateNetworkClientSplashAuthorizationStatusParams) SetNetworkID ¶
func (o *UpdateNetworkClientSplashAuthorizationStatusParams) SetNetworkID(networkID string)
SetNetworkID adds the networkId to the update network client splash authorization status params
func (*UpdateNetworkClientSplashAuthorizationStatusParams) SetTimeout ¶
func (o *UpdateNetworkClientSplashAuthorizationStatusParams) SetTimeout(timeout time.Duration)
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 ¶
func (o *UpdateNetworkClientSplashAuthorizationStatusParams) WithClientID(clientID string) *UpdateNetworkClientSplashAuthorizationStatusParams
WithClientID adds the clientID to the update network client splash authorization status params
func (*UpdateNetworkClientSplashAuthorizationStatusParams) WithContext ¶
func (o *UpdateNetworkClientSplashAuthorizationStatusParams) WithContext(ctx context.Context) *UpdateNetworkClientSplashAuthorizationStatusParams
WithContext adds the context to the update network client splash authorization status params
func (*UpdateNetworkClientSplashAuthorizationStatusParams) WithHTTPClient ¶
func (o *UpdateNetworkClientSplashAuthorizationStatusParams) WithHTTPClient(client *http.Client) *UpdateNetworkClientSplashAuthorizationStatusParams
WithHTTPClient adds the HTTPClient to the update network client splash authorization status params
func (*UpdateNetworkClientSplashAuthorizationStatusParams) WithNetworkID ¶
func (o *UpdateNetworkClientSplashAuthorizationStatusParams) WithNetworkID(networkID string) *UpdateNetworkClientSplashAuthorizationStatusParams
WithNetworkID adds the networkID to the update network client splash authorization status params
func (*UpdateNetworkClientSplashAuthorizationStatusParams) WithTimeout ¶
func (o *UpdateNetworkClientSplashAuthorizationStatusParams) WithTimeout(timeout time.Duration) *UpdateNetworkClientSplashAuthorizationStatusParams
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 ¶
func (o *UpdateNetworkClientSplashAuthorizationStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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.
Source Files
¶
- clients_client.go
- get_device_clients_parameters.go
- get_device_clients_responses.go
- get_network_client_events_parameters.go
- get_network_client_events_responses.go
- get_network_client_latency_history_parameters.go
- get_network_client_latency_history_responses.go
- get_network_client_parameters.go
- get_network_client_policy_parameters.go
- get_network_client_policy_responses.go
- get_network_client_responses.go
- get_network_client_splash_authorization_status_parameters.go
- get_network_client_splash_authorization_status_responses.go
- get_network_client_traffic_history_parameters.go
- get_network_client_traffic_history_responses.go
- get_network_client_usage_history_parameters.go
- get_network_client_usage_history_responses.go
- get_network_clients_parameters.go
- get_network_clients_responses.go
- provision_network_clients_parameters.go
- provision_network_clients_responses.go
- update_network_client_policy_parameters.go
- update_network_client_policy_responses.go
- update_network_client_splash_authorization_status_parameters.go
- update_network_client_splash_authorization_status_responses.go