Documentation
¶
Index ¶
- type Client
- func (a *Client) GetNetworkDeviceWirelessStatus(params *GetNetworkDeviceWirelessStatusParams, ...) (*GetNetworkDeviceWirelessStatusOK, error)
- func (a *Client) GetNetworkSsid(params *GetNetworkSsidParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkSsidOK, error)
- func (a *Client) GetNetworkSsids(params *GetNetworkSsidsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkSsidsOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateNetworkSsid(params *UpdateNetworkSsidParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNetworkSsidOK, error)
- type ClientService
- type GetNetworkDeviceWirelessStatusOK
- type GetNetworkDeviceWirelessStatusParams
- func NewGetNetworkDeviceWirelessStatusParams() *GetNetworkDeviceWirelessStatusParams
- func NewGetNetworkDeviceWirelessStatusParamsWithContext(ctx context.Context) *GetNetworkDeviceWirelessStatusParams
- func NewGetNetworkDeviceWirelessStatusParamsWithHTTPClient(client *http.Client) *GetNetworkDeviceWirelessStatusParams
- func NewGetNetworkDeviceWirelessStatusParamsWithTimeout(timeout time.Duration) *GetNetworkDeviceWirelessStatusParams
- func (o *GetNetworkDeviceWirelessStatusParams) SetContext(ctx context.Context)
- func (o *GetNetworkDeviceWirelessStatusParams) SetHTTPClient(client *http.Client)
- func (o *GetNetworkDeviceWirelessStatusParams) SetNetworkID(networkID string)
- func (o *GetNetworkDeviceWirelessStatusParams) SetSerial(serial string)
- func (o *GetNetworkDeviceWirelessStatusParams) SetTimeout(timeout time.Duration)
- func (o *GetNetworkDeviceWirelessStatusParams) WithContext(ctx context.Context) *GetNetworkDeviceWirelessStatusParams
- func (o *GetNetworkDeviceWirelessStatusParams) WithHTTPClient(client *http.Client) *GetNetworkDeviceWirelessStatusParams
- func (o *GetNetworkDeviceWirelessStatusParams) WithNetworkID(networkID string) *GetNetworkDeviceWirelessStatusParams
- func (o *GetNetworkDeviceWirelessStatusParams) WithSerial(serial string) *GetNetworkDeviceWirelessStatusParams
- func (o *GetNetworkDeviceWirelessStatusParams) WithTimeout(timeout time.Duration) *GetNetworkDeviceWirelessStatusParams
- func (o *GetNetworkDeviceWirelessStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNetworkDeviceWirelessStatusReader
- type GetNetworkSsidOK
- type GetNetworkSsidParams
- func NewGetNetworkSsidParams() *GetNetworkSsidParams
- func NewGetNetworkSsidParamsWithContext(ctx context.Context) *GetNetworkSsidParams
- func NewGetNetworkSsidParamsWithHTTPClient(client *http.Client) *GetNetworkSsidParams
- func NewGetNetworkSsidParamsWithTimeout(timeout time.Duration) *GetNetworkSsidParams
- func (o *GetNetworkSsidParams) SetContext(ctx context.Context)
- func (o *GetNetworkSsidParams) SetHTTPClient(client *http.Client)
- func (o *GetNetworkSsidParams) SetNetworkID(networkID string)
- func (o *GetNetworkSsidParams) SetNumber(number string)
- func (o *GetNetworkSsidParams) SetTimeout(timeout time.Duration)
- func (o *GetNetworkSsidParams) WithContext(ctx context.Context) *GetNetworkSsidParams
- func (o *GetNetworkSsidParams) WithHTTPClient(client *http.Client) *GetNetworkSsidParams
- func (o *GetNetworkSsidParams) WithNetworkID(networkID string) *GetNetworkSsidParams
- func (o *GetNetworkSsidParams) WithNumber(number string) *GetNetworkSsidParams
- func (o *GetNetworkSsidParams) WithTimeout(timeout time.Duration) *GetNetworkSsidParams
- func (o *GetNetworkSsidParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNetworkSsidReader
- type GetNetworkSsidsOK
- type GetNetworkSsidsParams
- func NewGetNetworkSsidsParams() *GetNetworkSsidsParams
- func NewGetNetworkSsidsParamsWithContext(ctx context.Context) *GetNetworkSsidsParams
- func NewGetNetworkSsidsParamsWithHTTPClient(client *http.Client) *GetNetworkSsidsParams
- func NewGetNetworkSsidsParamsWithTimeout(timeout time.Duration) *GetNetworkSsidsParams
- func (o *GetNetworkSsidsParams) SetContext(ctx context.Context)
- func (o *GetNetworkSsidsParams) SetHTTPClient(client *http.Client)
- func (o *GetNetworkSsidsParams) SetNetworkID(networkID string)
- func (o *GetNetworkSsidsParams) SetTimeout(timeout time.Duration)
- func (o *GetNetworkSsidsParams) WithContext(ctx context.Context) *GetNetworkSsidsParams
- func (o *GetNetworkSsidsParams) WithHTTPClient(client *http.Client) *GetNetworkSsidsParams
- func (o *GetNetworkSsidsParams) WithNetworkID(networkID string) *GetNetworkSsidsParams
- func (o *GetNetworkSsidsParams) WithTimeout(timeout time.Duration) *GetNetworkSsidsParams
- func (o *GetNetworkSsidsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNetworkSsidsReader
- type UpdateNetworkSsidOK
- type UpdateNetworkSsidParams
- func NewUpdateNetworkSsidParams() *UpdateNetworkSsidParams
- func NewUpdateNetworkSsidParamsWithContext(ctx context.Context) *UpdateNetworkSsidParams
- func NewUpdateNetworkSsidParamsWithHTTPClient(client *http.Client) *UpdateNetworkSsidParams
- func NewUpdateNetworkSsidParamsWithTimeout(timeout time.Duration) *UpdateNetworkSsidParams
- func (o *UpdateNetworkSsidParams) SetContext(ctx context.Context)
- func (o *UpdateNetworkSsidParams) SetHTTPClient(client *http.Client)
- func (o *UpdateNetworkSsidParams) SetNetworkID(networkID string)
- func (o *UpdateNetworkSsidParams) SetNumber(number string)
- func (o *UpdateNetworkSsidParams) SetTimeout(timeout time.Duration)
- func (o *UpdateNetworkSsidParams) SetUpdateNetworkSsid(updateNetworkSsid *models.UpdateNetworkSsid)
- func (o *UpdateNetworkSsidParams) WithContext(ctx context.Context) *UpdateNetworkSsidParams
- func (o *UpdateNetworkSsidParams) WithHTTPClient(client *http.Client) *UpdateNetworkSsidParams
- func (o *UpdateNetworkSsidParams) WithNetworkID(networkID string) *UpdateNetworkSsidParams
- func (o *UpdateNetworkSsidParams) WithNumber(number string) *UpdateNetworkSsidParams
- func (o *UpdateNetworkSsidParams) WithTimeout(timeout time.Duration) *UpdateNetworkSsidParams
- func (o *UpdateNetworkSsidParams) WithUpdateNetworkSsid(updateNetworkSsid *models.UpdateNetworkSsid) *UpdateNetworkSsidParams
- func (o *UpdateNetworkSsidParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateNetworkSsidReader
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 s s i ds API
func (*Client) GetNetworkDeviceWirelessStatus ¶
func (a *Client) GetNetworkDeviceWirelessStatus(params *GetNetworkDeviceWirelessStatusParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkDeviceWirelessStatusOK, error)
GetNetworkDeviceWirelessStatus gets network device wireless status
Return the SSID statuses of an access point
func (*Client) GetNetworkSsid ¶
func (a *Client) GetNetworkSsid(params *GetNetworkSsidParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkSsidOK, error)
GetNetworkSsid gets network ssid
Return a single SSID
func (*Client) GetNetworkSsids ¶
func (a *Client) GetNetworkSsids(params *GetNetworkSsidsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkSsidsOK, error)
GetNetworkSsids gets network ssids
List the SSIDs in a network. Supports networks with access points or wireless-enabled security appliances and teleworker gateways.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateNetworkSsid ¶
func (a *Client) UpdateNetworkSsid(params *UpdateNetworkSsidParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNetworkSsidOK, error)
UpdateNetworkSsid updates network ssid
Update the attributes of an SSID
type ClientService ¶
type ClientService interface { GetNetworkDeviceWirelessStatus(params *GetNetworkDeviceWirelessStatusParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkDeviceWirelessStatusOK, error) GetNetworkSsid(params *GetNetworkSsidParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkSsidOK, error) GetNetworkSsids(params *GetNetworkSsidsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkSsidsOK, error) UpdateNetworkSsid(params *UpdateNetworkSsidParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNetworkSsidOK, 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 s s i ds API client.
type GetNetworkDeviceWirelessStatusOK ¶
type GetNetworkDeviceWirelessStatusOK struct {
Payload interface{}
}
GetNetworkDeviceWirelessStatusOK handles this case with default header values.
Successful operation
func NewGetNetworkDeviceWirelessStatusOK ¶
func NewGetNetworkDeviceWirelessStatusOK() *GetNetworkDeviceWirelessStatusOK
NewGetNetworkDeviceWirelessStatusOK creates a GetNetworkDeviceWirelessStatusOK with default headers values
func (*GetNetworkDeviceWirelessStatusOK) Error ¶
func (o *GetNetworkDeviceWirelessStatusOK) Error() string
func (*GetNetworkDeviceWirelessStatusOK) GetPayload ¶
func (o *GetNetworkDeviceWirelessStatusOK) GetPayload() interface{}
type GetNetworkDeviceWirelessStatusParams ¶
type GetNetworkDeviceWirelessStatusParams struct { /*NetworkID*/ NetworkID string /*Serial*/ Serial string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetNetworkDeviceWirelessStatusParams contains all the parameters to send to the API endpoint for the get network device wireless status operation typically these are written to a http.Request
func NewGetNetworkDeviceWirelessStatusParams ¶
func NewGetNetworkDeviceWirelessStatusParams() *GetNetworkDeviceWirelessStatusParams
NewGetNetworkDeviceWirelessStatusParams creates a new GetNetworkDeviceWirelessStatusParams object with the default values initialized.
func NewGetNetworkDeviceWirelessStatusParamsWithContext ¶
func NewGetNetworkDeviceWirelessStatusParamsWithContext(ctx context.Context) *GetNetworkDeviceWirelessStatusParams
NewGetNetworkDeviceWirelessStatusParamsWithContext creates a new GetNetworkDeviceWirelessStatusParams object with the default values initialized, and the ability to set a context for a request
func NewGetNetworkDeviceWirelessStatusParamsWithHTTPClient ¶
func NewGetNetworkDeviceWirelessStatusParamsWithHTTPClient(client *http.Client) *GetNetworkDeviceWirelessStatusParams
NewGetNetworkDeviceWirelessStatusParamsWithHTTPClient creates a new GetNetworkDeviceWirelessStatusParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetNetworkDeviceWirelessStatusParamsWithTimeout ¶
func NewGetNetworkDeviceWirelessStatusParamsWithTimeout(timeout time.Duration) *GetNetworkDeviceWirelessStatusParams
NewGetNetworkDeviceWirelessStatusParamsWithTimeout creates a new GetNetworkDeviceWirelessStatusParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetNetworkDeviceWirelessStatusParams) SetContext ¶
func (o *GetNetworkDeviceWirelessStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the get network device wireless status params
func (*GetNetworkDeviceWirelessStatusParams) SetHTTPClient ¶
func (o *GetNetworkDeviceWirelessStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get network device wireless status params
func (*GetNetworkDeviceWirelessStatusParams) SetNetworkID ¶
func (o *GetNetworkDeviceWirelessStatusParams) SetNetworkID(networkID string)
SetNetworkID adds the networkId to the get network device wireless status params
func (*GetNetworkDeviceWirelessStatusParams) SetSerial ¶
func (o *GetNetworkDeviceWirelessStatusParams) SetSerial(serial string)
SetSerial adds the serial to the get network device wireless status params
func (*GetNetworkDeviceWirelessStatusParams) SetTimeout ¶
func (o *GetNetworkDeviceWirelessStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get network device wireless status params
func (*GetNetworkDeviceWirelessStatusParams) WithContext ¶
func (o *GetNetworkDeviceWirelessStatusParams) WithContext(ctx context.Context) *GetNetworkDeviceWirelessStatusParams
WithContext adds the context to the get network device wireless status params
func (*GetNetworkDeviceWirelessStatusParams) WithHTTPClient ¶
func (o *GetNetworkDeviceWirelessStatusParams) WithHTTPClient(client *http.Client) *GetNetworkDeviceWirelessStatusParams
WithHTTPClient adds the HTTPClient to the get network device wireless status params
func (*GetNetworkDeviceWirelessStatusParams) WithNetworkID ¶
func (o *GetNetworkDeviceWirelessStatusParams) WithNetworkID(networkID string) *GetNetworkDeviceWirelessStatusParams
WithNetworkID adds the networkID to the get network device wireless status params
func (*GetNetworkDeviceWirelessStatusParams) WithSerial ¶
func (o *GetNetworkDeviceWirelessStatusParams) WithSerial(serial string) *GetNetworkDeviceWirelessStatusParams
WithSerial adds the serial to the get network device wireless status params
func (*GetNetworkDeviceWirelessStatusParams) WithTimeout ¶
func (o *GetNetworkDeviceWirelessStatusParams) WithTimeout(timeout time.Duration) *GetNetworkDeviceWirelessStatusParams
WithTimeout adds the timeout to the get network device wireless status params
func (*GetNetworkDeviceWirelessStatusParams) WriteToRequest ¶
func (o *GetNetworkDeviceWirelessStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetNetworkDeviceWirelessStatusReader ¶
type GetNetworkDeviceWirelessStatusReader struct {
// contains filtered or unexported fields
}
GetNetworkDeviceWirelessStatusReader is a Reader for the GetNetworkDeviceWirelessStatus structure.
func (*GetNetworkDeviceWirelessStatusReader) ReadResponse ¶
func (o *GetNetworkDeviceWirelessStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetNetworkSsidOK ¶
type GetNetworkSsidOK struct {
Payload interface{}
}
GetNetworkSsidOK handles this case with default header values.
Successful operation
func NewGetNetworkSsidOK ¶
func NewGetNetworkSsidOK() *GetNetworkSsidOK
NewGetNetworkSsidOK creates a GetNetworkSsidOK with default headers values
func (*GetNetworkSsidOK) Error ¶
func (o *GetNetworkSsidOK) Error() string
func (*GetNetworkSsidOK) GetPayload ¶
func (o *GetNetworkSsidOK) GetPayload() interface{}
type GetNetworkSsidParams ¶
type GetNetworkSsidParams struct { /*NetworkID*/ NetworkID string /*Number*/ Number string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetNetworkSsidParams contains all the parameters to send to the API endpoint for the get network ssid operation typically these are written to a http.Request
func NewGetNetworkSsidParams ¶
func NewGetNetworkSsidParams() *GetNetworkSsidParams
NewGetNetworkSsidParams creates a new GetNetworkSsidParams object with the default values initialized.
func NewGetNetworkSsidParamsWithContext ¶
func NewGetNetworkSsidParamsWithContext(ctx context.Context) *GetNetworkSsidParams
NewGetNetworkSsidParamsWithContext creates a new GetNetworkSsidParams object with the default values initialized, and the ability to set a context for a request
func NewGetNetworkSsidParamsWithHTTPClient ¶
func NewGetNetworkSsidParamsWithHTTPClient(client *http.Client) *GetNetworkSsidParams
NewGetNetworkSsidParamsWithHTTPClient creates a new GetNetworkSsidParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetNetworkSsidParamsWithTimeout ¶
func NewGetNetworkSsidParamsWithTimeout(timeout time.Duration) *GetNetworkSsidParams
NewGetNetworkSsidParamsWithTimeout creates a new GetNetworkSsidParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetNetworkSsidParams) SetContext ¶
func (o *GetNetworkSsidParams) SetContext(ctx context.Context)
SetContext adds the context to the get network ssid params
func (*GetNetworkSsidParams) SetHTTPClient ¶
func (o *GetNetworkSsidParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get network ssid params
func (*GetNetworkSsidParams) SetNetworkID ¶
func (o *GetNetworkSsidParams) SetNetworkID(networkID string)
SetNetworkID adds the networkId to the get network ssid params
func (*GetNetworkSsidParams) SetNumber ¶
func (o *GetNetworkSsidParams) SetNumber(number string)
SetNumber adds the number to the get network ssid params
func (*GetNetworkSsidParams) SetTimeout ¶
func (o *GetNetworkSsidParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get network ssid params
func (*GetNetworkSsidParams) WithContext ¶
func (o *GetNetworkSsidParams) WithContext(ctx context.Context) *GetNetworkSsidParams
WithContext adds the context to the get network ssid params
func (*GetNetworkSsidParams) WithHTTPClient ¶
func (o *GetNetworkSsidParams) WithHTTPClient(client *http.Client) *GetNetworkSsidParams
WithHTTPClient adds the HTTPClient to the get network ssid params
func (*GetNetworkSsidParams) WithNetworkID ¶
func (o *GetNetworkSsidParams) WithNetworkID(networkID string) *GetNetworkSsidParams
WithNetworkID adds the networkID to the get network ssid params
func (*GetNetworkSsidParams) WithNumber ¶
func (o *GetNetworkSsidParams) WithNumber(number string) *GetNetworkSsidParams
WithNumber adds the number to the get network ssid params
func (*GetNetworkSsidParams) WithTimeout ¶
func (o *GetNetworkSsidParams) WithTimeout(timeout time.Duration) *GetNetworkSsidParams
WithTimeout adds the timeout to the get network ssid params
func (*GetNetworkSsidParams) WriteToRequest ¶
func (o *GetNetworkSsidParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetNetworkSsidReader ¶
type GetNetworkSsidReader struct {
// contains filtered or unexported fields
}
GetNetworkSsidReader is a Reader for the GetNetworkSsid structure.
func (*GetNetworkSsidReader) ReadResponse ¶
func (o *GetNetworkSsidReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetNetworkSsidsOK ¶
type GetNetworkSsidsOK struct {
Payload interface{}
}
GetNetworkSsidsOK handles this case with default header values.
Successful operation
func NewGetNetworkSsidsOK ¶
func NewGetNetworkSsidsOK() *GetNetworkSsidsOK
NewGetNetworkSsidsOK creates a GetNetworkSsidsOK with default headers values
func (*GetNetworkSsidsOK) Error ¶
func (o *GetNetworkSsidsOK) Error() string
func (*GetNetworkSsidsOK) GetPayload ¶
func (o *GetNetworkSsidsOK) GetPayload() interface{}
type GetNetworkSsidsParams ¶
type GetNetworkSsidsParams struct { /*NetworkID*/ NetworkID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetNetworkSsidsParams contains all the parameters to send to the API endpoint for the get network ssids operation typically these are written to a http.Request
func NewGetNetworkSsidsParams ¶
func NewGetNetworkSsidsParams() *GetNetworkSsidsParams
NewGetNetworkSsidsParams creates a new GetNetworkSsidsParams object with the default values initialized.
func NewGetNetworkSsidsParamsWithContext ¶
func NewGetNetworkSsidsParamsWithContext(ctx context.Context) *GetNetworkSsidsParams
NewGetNetworkSsidsParamsWithContext creates a new GetNetworkSsidsParams object with the default values initialized, and the ability to set a context for a request
func NewGetNetworkSsidsParamsWithHTTPClient ¶
func NewGetNetworkSsidsParamsWithHTTPClient(client *http.Client) *GetNetworkSsidsParams
NewGetNetworkSsidsParamsWithHTTPClient creates a new GetNetworkSsidsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetNetworkSsidsParamsWithTimeout ¶
func NewGetNetworkSsidsParamsWithTimeout(timeout time.Duration) *GetNetworkSsidsParams
NewGetNetworkSsidsParamsWithTimeout creates a new GetNetworkSsidsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetNetworkSsidsParams) SetContext ¶
func (o *GetNetworkSsidsParams) SetContext(ctx context.Context)
SetContext adds the context to the get network ssids params
func (*GetNetworkSsidsParams) SetHTTPClient ¶
func (o *GetNetworkSsidsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get network ssids params
func (*GetNetworkSsidsParams) SetNetworkID ¶
func (o *GetNetworkSsidsParams) SetNetworkID(networkID string)
SetNetworkID adds the networkId to the get network ssids params
func (*GetNetworkSsidsParams) SetTimeout ¶
func (o *GetNetworkSsidsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get network ssids params
func (*GetNetworkSsidsParams) WithContext ¶
func (o *GetNetworkSsidsParams) WithContext(ctx context.Context) *GetNetworkSsidsParams
WithContext adds the context to the get network ssids params
func (*GetNetworkSsidsParams) WithHTTPClient ¶
func (o *GetNetworkSsidsParams) WithHTTPClient(client *http.Client) *GetNetworkSsidsParams
WithHTTPClient adds the HTTPClient to the get network ssids params
func (*GetNetworkSsidsParams) WithNetworkID ¶
func (o *GetNetworkSsidsParams) WithNetworkID(networkID string) *GetNetworkSsidsParams
WithNetworkID adds the networkID to the get network ssids params
func (*GetNetworkSsidsParams) WithTimeout ¶
func (o *GetNetworkSsidsParams) WithTimeout(timeout time.Duration) *GetNetworkSsidsParams
WithTimeout adds the timeout to the get network ssids params
func (*GetNetworkSsidsParams) WriteToRequest ¶
func (o *GetNetworkSsidsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetNetworkSsidsReader ¶
type GetNetworkSsidsReader struct {
// contains filtered or unexported fields
}
GetNetworkSsidsReader is a Reader for the GetNetworkSsids structure.
func (*GetNetworkSsidsReader) ReadResponse ¶
func (o *GetNetworkSsidsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateNetworkSsidOK ¶
type UpdateNetworkSsidOK struct {
Payload interface{}
}
UpdateNetworkSsidOK handles this case with default header values.
Successful operation
func NewUpdateNetworkSsidOK ¶
func NewUpdateNetworkSsidOK() *UpdateNetworkSsidOK
NewUpdateNetworkSsidOK creates a UpdateNetworkSsidOK with default headers values
func (*UpdateNetworkSsidOK) Error ¶
func (o *UpdateNetworkSsidOK) Error() string
func (*UpdateNetworkSsidOK) GetPayload ¶
func (o *UpdateNetworkSsidOK) GetPayload() interface{}
type UpdateNetworkSsidParams ¶
type UpdateNetworkSsidParams struct { /*NetworkID*/ NetworkID string /*Number*/ Number string /*UpdateNetworkSsid*/ UpdateNetworkSsid *models.UpdateNetworkSsid Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateNetworkSsidParams contains all the parameters to send to the API endpoint for the update network ssid operation typically these are written to a http.Request
func NewUpdateNetworkSsidParams ¶
func NewUpdateNetworkSsidParams() *UpdateNetworkSsidParams
NewUpdateNetworkSsidParams creates a new UpdateNetworkSsidParams object with the default values initialized.
func NewUpdateNetworkSsidParamsWithContext ¶
func NewUpdateNetworkSsidParamsWithContext(ctx context.Context) *UpdateNetworkSsidParams
NewUpdateNetworkSsidParamsWithContext creates a new UpdateNetworkSsidParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateNetworkSsidParamsWithHTTPClient ¶
func NewUpdateNetworkSsidParamsWithHTTPClient(client *http.Client) *UpdateNetworkSsidParams
NewUpdateNetworkSsidParamsWithHTTPClient creates a new UpdateNetworkSsidParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateNetworkSsidParamsWithTimeout ¶
func NewUpdateNetworkSsidParamsWithTimeout(timeout time.Duration) *UpdateNetworkSsidParams
NewUpdateNetworkSsidParamsWithTimeout creates a new UpdateNetworkSsidParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateNetworkSsidParams) SetContext ¶
func (o *UpdateNetworkSsidParams) SetContext(ctx context.Context)
SetContext adds the context to the update network ssid params
func (*UpdateNetworkSsidParams) SetHTTPClient ¶
func (o *UpdateNetworkSsidParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update network ssid params
func (*UpdateNetworkSsidParams) SetNetworkID ¶
func (o *UpdateNetworkSsidParams) SetNetworkID(networkID string)
SetNetworkID adds the networkId to the update network ssid params
func (*UpdateNetworkSsidParams) SetNumber ¶
func (o *UpdateNetworkSsidParams) SetNumber(number string)
SetNumber adds the number to the update network ssid params
func (*UpdateNetworkSsidParams) SetTimeout ¶
func (o *UpdateNetworkSsidParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update network ssid params
func (*UpdateNetworkSsidParams) SetUpdateNetworkSsid ¶
func (o *UpdateNetworkSsidParams) SetUpdateNetworkSsid(updateNetworkSsid *models.UpdateNetworkSsid)
SetUpdateNetworkSsid adds the updateNetworkSsid to the update network ssid params
func (*UpdateNetworkSsidParams) WithContext ¶
func (o *UpdateNetworkSsidParams) WithContext(ctx context.Context) *UpdateNetworkSsidParams
WithContext adds the context to the update network ssid params
func (*UpdateNetworkSsidParams) WithHTTPClient ¶
func (o *UpdateNetworkSsidParams) WithHTTPClient(client *http.Client) *UpdateNetworkSsidParams
WithHTTPClient adds the HTTPClient to the update network ssid params
func (*UpdateNetworkSsidParams) WithNetworkID ¶
func (o *UpdateNetworkSsidParams) WithNetworkID(networkID string) *UpdateNetworkSsidParams
WithNetworkID adds the networkID to the update network ssid params
func (*UpdateNetworkSsidParams) WithNumber ¶
func (o *UpdateNetworkSsidParams) WithNumber(number string) *UpdateNetworkSsidParams
WithNumber adds the number to the update network ssid params
func (*UpdateNetworkSsidParams) WithTimeout ¶
func (o *UpdateNetworkSsidParams) WithTimeout(timeout time.Duration) *UpdateNetworkSsidParams
WithTimeout adds the timeout to the update network ssid params
func (*UpdateNetworkSsidParams) WithUpdateNetworkSsid ¶
func (o *UpdateNetworkSsidParams) WithUpdateNetworkSsid(updateNetworkSsid *models.UpdateNetworkSsid) *UpdateNetworkSsidParams
WithUpdateNetworkSsid adds the updateNetworkSsid to the update network ssid params
func (*UpdateNetworkSsidParams) WriteToRequest ¶
func (o *UpdateNetworkSsidParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateNetworkSsidReader ¶
type UpdateNetworkSsidReader struct {
// contains filtered or unexported fields
}
UpdateNetworkSsidReader is a Reader for the UpdateNetworkSsid structure.
func (*UpdateNetworkSsidReader) ReadResponse ¶
func (o *UpdateNetworkSsidReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files
¶
- get_network_device_wireless_status_parameters.go
- get_network_device_wireless_status_responses.go
- get_network_ssid_parameters.go
- get_network_ssid_responses.go
- get_network_ssids_parameters.go
- get_network_ssids_responses.go
- ssi_ds_client.go
- update_network_ssid_parameters.go
- update_network_ssid_responses.go