radio_settings

package
v0.0.0-...-b7c797c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for radio settings API

func (*Client) CreateNetworkWirelessRfProfile

CreateNetworkWirelessRfProfile creates network wireless rf profile

Creates new RF profile for this network

func (*Client) DeleteNetworkWirelessRfProfile

DeleteNetworkWirelessRfProfile deletes network wireless rf profile

Delete a RF Profile

func (*Client) GetNetworkDeviceWirelessRadioSettings

GetNetworkDeviceWirelessRadioSettings gets network device wireless radio settings

Return the radio settings of a device

func (*Client) GetNetworkWirelessRfProfile

func (a *Client) GetNetworkWirelessRfProfile(params *GetNetworkWirelessRfProfileParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkWirelessRfProfileOK, error)

GetNetworkWirelessRfProfile gets network wireless rf profile

Return a RF profile

func (*Client) GetNetworkWirelessRfProfiles

func (a *Client) GetNetworkWirelessRfProfiles(params *GetNetworkWirelessRfProfilesParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkWirelessRfProfilesOK, error)

GetNetworkWirelessRfProfiles gets network wireless rf profiles

List the non-basic RF profiles for this network

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateNetworkDeviceWirelessRadioSettings

UpdateNetworkDeviceWirelessRadioSettings updates network device wireless radio settings

Update the radio settings of a device

func (*Client) UpdateNetworkWirelessRfProfile

func (a *Client) UpdateNetworkWirelessRfProfile(params *UpdateNetworkWirelessRfProfileParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNetworkWirelessRfProfileOK, error)

UpdateNetworkWirelessRfProfile updates network wireless rf profile

Updates specified RF profile for this network

type ClientService

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new radio settings API client.

type CreateNetworkWirelessRfProfileCreated

type CreateNetworkWirelessRfProfileCreated struct {
	Payload interface{}
}

CreateNetworkWirelessRfProfileCreated handles this case with default header values.

Successful operation

func NewCreateNetworkWirelessRfProfileCreated

func NewCreateNetworkWirelessRfProfileCreated() *CreateNetworkWirelessRfProfileCreated

NewCreateNetworkWirelessRfProfileCreated creates a CreateNetworkWirelessRfProfileCreated with default headers values

func (*CreateNetworkWirelessRfProfileCreated) Error

func (*CreateNetworkWirelessRfProfileCreated) GetPayload

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

type CreateNetworkWirelessRfProfileParams

type CreateNetworkWirelessRfProfileParams struct {

	/*CreateNetworkWirelessRfProfile*/
	CreateNetworkWirelessRfProfile *models.CreateNetworkWirelessRfProfile
	/*NetworkID*/
	NetworkID string

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

CreateNetworkWirelessRfProfileParams contains all the parameters to send to the API endpoint for the create network wireless rf profile operation typically these are written to a http.Request

func NewCreateNetworkWirelessRfProfileParams

func NewCreateNetworkWirelessRfProfileParams() *CreateNetworkWirelessRfProfileParams

NewCreateNetworkWirelessRfProfileParams creates a new CreateNetworkWirelessRfProfileParams object with the default values initialized.

func NewCreateNetworkWirelessRfProfileParamsWithContext

func NewCreateNetworkWirelessRfProfileParamsWithContext(ctx context.Context) *CreateNetworkWirelessRfProfileParams

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

func NewCreateNetworkWirelessRfProfileParamsWithHTTPClient

func NewCreateNetworkWirelessRfProfileParamsWithHTTPClient(client *http.Client) *CreateNetworkWirelessRfProfileParams

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

func NewCreateNetworkWirelessRfProfileParamsWithTimeout

func NewCreateNetworkWirelessRfProfileParamsWithTimeout(timeout time.Duration) *CreateNetworkWirelessRfProfileParams

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

func (*CreateNetworkWirelessRfProfileParams) SetContext

SetContext adds the context to the create network wireless rf profile params

func (*CreateNetworkWirelessRfProfileParams) SetCreateNetworkWirelessRfProfile

func (o *CreateNetworkWirelessRfProfileParams) SetCreateNetworkWirelessRfProfile(createNetworkWirelessRfProfile *models.CreateNetworkWirelessRfProfile)

SetCreateNetworkWirelessRfProfile adds the createNetworkWirelessRfProfile to the create network wireless rf profile params

func (*CreateNetworkWirelessRfProfileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create network wireless rf profile params

func (*CreateNetworkWirelessRfProfileParams) SetNetworkID

func (o *CreateNetworkWirelessRfProfileParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the create network wireless rf profile params

func (*CreateNetworkWirelessRfProfileParams) SetTimeout

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

SetTimeout adds the timeout to the create network wireless rf profile params

func (*CreateNetworkWirelessRfProfileParams) WithContext

WithContext adds the context to the create network wireless rf profile params

func (*CreateNetworkWirelessRfProfileParams) WithCreateNetworkWirelessRfProfile

func (o *CreateNetworkWirelessRfProfileParams) WithCreateNetworkWirelessRfProfile(createNetworkWirelessRfProfile *models.CreateNetworkWirelessRfProfile) *CreateNetworkWirelessRfProfileParams

WithCreateNetworkWirelessRfProfile adds the createNetworkWirelessRfProfile to the create network wireless rf profile params

func (*CreateNetworkWirelessRfProfileParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create network wireless rf profile params

func (*CreateNetworkWirelessRfProfileParams) WithNetworkID

WithNetworkID adds the networkID to the create network wireless rf profile params

func (*CreateNetworkWirelessRfProfileParams) WithTimeout

WithTimeout adds the timeout to the create network wireless rf profile params

func (*CreateNetworkWirelessRfProfileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateNetworkWirelessRfProfileReader

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

CreateNetworkWirelessRfProfileReader is a Reader for the CreateNetworkWirelessRfProfile structure.

func (*CreateNetworkWirelessRfProfileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteNetworkWirelessRfProfileNoContent

type DeleteNetworkWirelessRfProfileNoContent struct {
}

DeleteNetworkWirelessRfProfileNoContent handles this case with default header values.

Successful operation

func NewDeleteNetworkWirelessRfProfileNoContent

func NewDeleteNetworkWirelessRfProfileNoContent() *DeleteNetworkWirelessRfProfileNoContent

NewDeleteNetworkWirelessRfProfileNoContent creates a DeleteNetworkWirelessRfProfileNoContent with default headers values

func (*DeleteNetworkWirelessRfProfileNoContent) Error

type DeleteNetworkWirelessRfProfileParams

type DeleteNetworkWirelessRfProfileParams struct {

	/*NetworkID*/
	NetworkID string
	/*RfProfileID*/
	RfProfileID string

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

DeleteNetworkWirelessRfProfileParams contains all the parameters to send to the API endpoint for the delete network wireless rf profile operation typically these are written to a http.Request

func NewDeleteNetworkWirelessRfProfileParams

func NewDeleteNetworkWirelessRfProfileParams() *DeleteNetworkWirelessRfProfileParams

NewDeleteNetworkWirelessRfProfileParams creates a new DeleteNetworkWirelessRfProfileParams object with the default values initialized.

func NewDeleteNetworkWirelessRfProfileParamsWithContext

func NewDeleteNetworkWirelessRfProfileParamsWithContext(ctx context.Context) *DeleteNetworkWirelessRfProfileParams

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

func NewDeleteNetworkWirelessRfProfileParamsWithHTTPClient

func NewDeleteNetworkWirelessRfProfileParamsWithHTTPClient(client *http.Client) *DeleteNetworkWirelessRfProfileParams

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

func NewDeleteNetworkWirelessRfProfileParamsWithTimeout

func NewDeleteNetworkWirelessRfProfileParamsWithTimeout(timeout time.Duration) *DeleteNetworkWirelessRfProfileParams

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

func (*DeleteNetworkWirelessRfProfileParams) SetContext

SetContext adds the context to the delete network wireless rf profile params

func (*DeleteNetworkWirelessRfProfileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete network wireless rf profile params

func (*DeleteNetworkWirelessRfProfileParams) SetNetworkID

func (o *DeleteNetworkWirelessRfProfileParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the delete network wireless rf profile params

func (*DeleteNetworkWirelessRfProfileParams) SetRfProfileID

func (o *DeleteNetworkWirelessRfProfileParams) SetRfProfileID(rfProfileID string)

SetRfProfileID adds the rfProfileId to the delete network wireless rf profile params

func (*DeleteNetworkWirelessRfProfileParams) SetTimeout

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

SetTimeout adds the timeout to the delete network wireless rf profile params

func (*DeleteNetworkWirelessRfProfileParams) WithContext

WithContext adds the context to the delete network wireless rf profile params

func (*DeleteNetworkWirelessRfProfileParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete network wireless rf profile params

func (*DeleteNetworkWirelessRfProfileParams) WithNetworkID

WithNetworkID adds the networkID to the delete network wireless rf profile params

func (*DeleteNetworkWirelessRfProfileParams) WithRfProfileID

WithRfProfileID adds the rfProfileID to the delete network wireless rf profile params

func (*DeleteNetworkWirelessRfProfileParams) WithTimeout

WithTimeout adds the timeout to the delete network wireless rf profile params

func (*DeleteNetworkWirelessRfProfileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteNetworkWirelessRfProfileReader

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

DeleteNetworkWirelessRfProfileReader is a Reader for the DeleteNetworkWirelessRfProfile structure.

func (*DeleteNetworkWirelessRfProfileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkDeviceWirelessRadioSettingsOK

type GetNetworkDeviceWirelessRadioSettingsOK struct {
	Payload interface{}
}

GetNetworkDeviceWirelessRadioSettingsOK handles this case with default header values.

Successful operation

func NewGetNetworkDeviceWirelessRadioSettingsOK

func NewGetNetworkDeviceWirelessRadioSettingsOK() *GetNetworkDeviceWirelessRadioSettingsOK

NewGetNetworkDeviceWirelessRadioSettingsOK creates a GetNetworkDeviceWirelessRadioSettingsOK with default headers values

func (*GetNetworkDeviceWirelessRadioSettingsOK) Error

func (*GetNetworkDeviceWirelessRadioSettingsOK) GetPayload

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

type GetNetworkDeviceWirelessRadioSettingsParams

type GetNetworkDeviceWirelessRadioSettingsParams struct {

	/*NetworkID*/
	NetworkID string
	/*Serial*/
	Serial string

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

GetNetworkDeviceWirelessRadioSettingsParams contains all the parameters to send to the API endpoint for the get network device wireless radio settings operation typically these are written to a http.Request

func NewGetNetworkDeviceWirelessRadioSettingsParams

func NewGetNetworkDeviceWirelessRadioSettingsParams() *GetNetworkDeviceWirelessRadioSettingsParams

NewGetNetworkDeviceWirelessRadioSettingsParams creates a new GetNetworkDeviceWirelessRadioSettingsParams object with the default values initialized.

func NewGetNetworkDeviceWirelessRadioSettingsParamsWithContext

func NewGetNetworkDeviceWirelessRadioSettingsParamsWithContext(ctx context.Context) *GetNetworkDeviceWirelessRadioSettingsParams

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

func NewGetNetworkDeviceWirelessRadioSettingsParamsWithHTTPClient

func NewGetNetworkDeviceWirelessRadioSettingsParamsWithHTTPClient(client *http.Client) *GetNetworkDeviceWirelessRadioSettingsParams

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

func NewGetNetworkDeviceWirelessRadioSettingsParamsWithTimeout

func NewGetNetworkDeviceWirelessRadioSettingsParamsWithTimeout(timeout time.Duration) *GetNetworkDeviceWirelessRadioSettingsParams

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

func (*GetNetworkDeviceWirelessRadioSettingsParams) SetContext

SetContext adds the context to the get network device wireless radio settings params

func (*GetNetworkDeviceWirelessRadioSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network device wireless radio settings params

func (*GetNetworkDeviceWirelessRadioSettingsParams) SetNetworkID

func (o *GetNetworkDeviceWirelessRadioSettingsParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network device wireless radio settings params

func (*GetNetworkDeviceWirelessRadioSettingsParams) SetSerial

SetSerial adds the serial to the get network device wireless radio settings params

func (*GetNetworkDeviceWirelessRadioSettingsParams) SetTimeout

SetTimeout adds the timeout to the get network device wireless radio settings params

func (*GetNetworkDeviceWirelessRadioSettingsParams) WithContext

WithContext adds the context to the get network device wireless radio settings params

func (*GetNetworkDeviceWirelessRadioSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network device wireless radio settings params

func (*GetNetworkDeviceWirelessRadioSettingsParams) WithNetworkID

WithNetworkID adds the networkID to the get network device wireless radio settings params

func (*GetNetworkDeviceWirelessRadioSettingsParams) WithSerial

WithSerial adds the serial to the get network device wireless radio settings params

func (*GetNetworkDeviceWirelessRadioSettingsParams) WithTimeout

WithTimeout adds the timeout to the get network device wireless radio settings params

func (*GetNetworkDeviceWirelessRadioSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkDeviceWirelessRadioSettingsReader

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

GetNetworkDeviceWirelessRadioSettingsReader is a Reader for the GetNetworkDeviceWirelessRadioSettings structure.

func (*GetNetworkDeviceWirelessRadioSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkWirelessRfProfileOK

type GetNetworkWirelessRfProfileOK struct {
	Payload interface{}
}

GetNetworkWirelessRfProfileOK handles this case with default header values.

Successful operation

func NewGetNetworkWirelessRfProfileOK

func NewGetNetworkWirelessRfProfileOK() *GetNetworkWirelessRfProfileOK

NewGetNetworkWirelessRfProfileOK creates a GetNetworkWirelessRfProfileOK with default headers values

func (*GetNetworkWirelessRfProfileOK) Error

func (*GetNetworkWirelessRfProfileOK) GetPayload

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

type GetNetworkWirelessRfProfileParams

type GetNetworkWirelessRfProfileParams struct {

	/*NetworkID*/
	NetworkID string
	/*RfProfileID*/
	RfProfileID string

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

GetNetworkWirelessRfProfileParams contains all the parameters to send to the API endpoint for the get network wireless rf profile operation typically these are written to a http.Request

func NewGetNetworkWirelessRfProfileParams

func NewGetNetworkWirelessRfProfileParams() *GetNetworkWirelessRfProfileParams

NewGetNetworkWirelessRfProfileParams creates a new GetNetworkWirelessRfProfileParams object with the default values initialized.

func NewGetNetworkWirelessRfProfileParamsWithContext

func NewGetNetworkWirelessRfProfileParamsWithContext(ctx context.Context) *GetNetworkWirelessRfProfileParams

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

func NewGetNetworkWirelessRfProfileParamsWithHTTPClient

func NewGetNetworkWirelessRfProfileParamsWithHTTPClient(client *http.Client) *GetNetworkWirelessRfProfileParams

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

func NewGetNetworkWirelessRfProfileParamsWithTimeout

func NewGetNetworkWirelessRfProfileParamsWithTimeout(timeout time.Duration) *GetNetworkWirelessRfProfileParams

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

func (*GetNetworkWirelessRfProfileParams) SetContext

SetContext adds the context to the get network wireless rf profile params

func (*GetNetworkWirelessRfProfileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network wireless rf profile params

func (*GetNetworkWirelessRfProfileParams) SetNetworkID

func (o *GetNetworkWirelessRfProfileParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network wireless rf profile params

func (*GetNetworkWirelessRfProfileParams) SetRfProfileID

func (o *GetNetworkWirelessRfProfileParams) SetRfProfileID(rfProfileID string)

SetRfProfileID adds the rfProfileId to the get network wireless rf profile params

func (*GetNetworkWirelessRfProfileParams) SetTimeout

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

SetTimeout adds the timeout to the get network wireless rf profile params

func (*GetNetworkWirelessRfProfileParams) WithContext

WithContext adds the context to the get network wireless rf profile params

func (*GetNetworkWirelessRfProfileParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network wireless rf profile params

func (*GetNetworkWirelessRfProfileParams) WithNetworkID

WithNetworkID adds the networkID to the get network wireless rf profile params

func (*GetNetworkWirelessRfProfileParams) WithRfProfileID

WithRfProfileID adds the rfProfileID to the get network wireless rf profile params

func (*GetNetworkWirelessRfProfileParams) WithTimeout

WithTimeout adds the timeout to the get network wireless rf profile params

func (*GetNetworkWirelessRfProfileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkWirelessRfProfileReader

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

GetNetworkWirelessRfProfileReader is a Reader for the GetNetworkWirelessRfProfile structure.

func (*GetNetworkWirelessRfProfileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNetworkWirelessRfProfilesOK

type GetNetworkWirelessRfProfilesOK struct {
	Payload interface{}
}

GetNetworkWirelessRfProfilesOK handles this case with default header values.

Successful operation

func NewGetNetworkWirelessRfProfilesOK

func NewGetNetworkWirelessRfProfilesOK() *GetNetworkWirelessRfProfilesOK

NewGetNetworkWirelessRfProfilesOK creates a GetNetworkWirelessRfProfilesOK with default headers values

func (*GetNetworkWirelessRfProfilesOK) Error

func (*GetNetworkWirelessRfProfilesOK) GetPayload

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

type GetNetworkWirelessRfProfilesParams

type GetNetworkWirelessRfProfilesParams struct {

	/*IncludeTemplateProfiles
	    If the network is bound to a template, this parameter controls whether or not the non-basic RF profiles defined on the template
	  should be included in the response alongside the non-basic profiles defined on the bound network. Defaults to false.


	*/
	IncludeTemplateProfiles *bool
	/*NetworkID*/
	NetworkID string

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

GetNetworkWirelessRfProfilesParams contains all the parameters to send to the API endpoint for the get network wireless rf profiles operation typically these are written to a http.Request

func NewGetNetworkWirelessRfProfilesParams

func NewGetNetworkWirelessRfProfilesParams() *GetNetworkWirelessRfProfilesParams

NewGetNetworkWirelessRfProfilesParams creates a new GetNetworkWirelessRfProfilesParams object with the default values initialized.

func NewGetNetworkWirelessRfProfilesParamsWithContext

func NewGetNetworkWirelessRfProfilesParamsWithContext(ctx context.Context) *GetNetworkWirelessRfProfilesParams

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

func NewGetNetworkWirelessRfProfilesParamsWithHTTPClient

func NewGetNetworkWirelessRfProfilesParamsWithHTTPClient(client *http.Client) *GetNetworkWirelessRfProfilesParams

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

func NewGetNetworkWirelessRfProfilesParamsWithTimeout

func NewGetNetworkWirelessRfProfilesParamsWithTimeout(timeout time.Duration) *GetNetworkWirelessRfProfilesParams

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

func (*GetNetworkWirelessRfProfilesParams) SetContext

SetContext adds the context to the get network wireless rf profiles params

func (*GetNetworkWirelessRfProfilesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get network wireless rf profiles params

func (*GetNetworkWirelessRfProfilesParams) SetIncludeTemplateProfiles

func (o *GetNetworkWirelessRfProfilesParams) SetIncludeTemplateProfiles(includeTemplateProfiles *bool)

SetIncludeTemplateProfiles adds the includeTemplateProfiles to the get network wireless rf profiles params

func (*GetNetworkWirelessRfProfilesParams) SetNetworkID

func (o *GetNetworkWirelessRfProfilesParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network wireless rf profiles params

func (*GetNetworkWirelessRfProfilesParams) SetTimeout

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

SetTimeout adds the timeout to the get network wireless rf profiles params

func (*GetNetworkWirelessRfProfilesParams) WithContext

WithContext adds the context to the get network wireless rf profiles params

func (*GetNetworkWirelessRfProfilesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network wireless rf profiles params

func (*GetNetworkWirelessRfProfilesParams) WithIncludeTemplateProfiles

func (o *GetNetworkWirelessRfProfilesParams) WithIncludeTemplateProfiles(includeTemplateProfiles *bool) *GetNetworkWirelessRfProfilesParams

WithIncludeTemplateProfiles adds the includeTemplateProfiles to the get network wireless rf profiles params

func (*GetNetworkWirelessRfProfilesParams) WithNetworkID

WithNetworkID adds the networkID to the get network wireless rf profiles params

func (*GetNetworkWirelessRfProfilesParams) WithTimeout

WithTimeout adds the timeout to the get network wireless rf profiles params

func (*GetNetworkWirelessRfProfilesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkWirelessRfProfilesReader

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

GetNetworkWirelessRfProfilesReader is a Reader for the GetNetworkWirelessRfProfiles structure.

func (*GetNetworkWirelessRfProfilesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateNetworkDeviceWirelessRadioSettingsOK

type UpdateNetworkDeviceWirelessRadioSettingsOK struct {
	Payload interface{}
}

UpdateNetworkDeviceWirelessRadioSettingsOK handles this case with default header values.

Successful operation

func NewUpdateNetworkDeviceWirelessRadioSettingsOK

func NewUpdateNetworkDeviceWirelessRadioSettingsOK() *UpdateNetworkDeviceWirelessRadioSettingsOK

NewUpdateNetworkDeviceWirelessRadioSettingsOK creates a UpdateNetworkDeviceWirelessRadioSettingsOK with default headers values

func (*UpdateNetworkDeviceWirelessRadioSettingsOK) Error

func (*UpdateNetworkDeviceWirelessRadioSettingsOK) GetPayload

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

type UpdateNetworkDeviceWirelessRadioSettingsParams

type UpdateNetworkDeviceWirelessRadioSettingsParams struct {

	/*NetworkID*/
	NetworkID string
	/*Serial*/
	Serial string
	/*UpdateNetworkDeviceWirelessRadioSettings*/
	UpdateNetworkDeviceWirelessRadioSettings *models.UpdateNetworkDeviceWirelessRadioSettings

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

UpdateNetworkDeviceWirelessRadioSettingsParams contains all the parameters to send to the API endpoint for the update network device wireless radio settings operation typically these are written to a http.Request

func NewUpdateNetworkDeviceWirelessRadioSettingsParams

func NewUpdateNetworkDeviceWirelessRadioSettingsParams() *UpdateNetworkDeviceWirelessRadioSettingsParams

NewUpdateNetworkDeviceWirelessRadioSettingsParams creates a new UpdateNetworkDeviceWirelessRadioSettingsParams object with the default values initialized.

func NewUpdateNetworkDeviceWirelessRadioSettingsParamsWithContext

func NewUpdateNetworkDeviceWirelessRadioSettingsParamsWithContext(ctx context.Context) *UpdateNetworkDeviceWirelessRadioSettingsParams

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

func NewUpdateNetworkDeviceWirelessRadioSettingsParamsWithHTTPClient

func NewUpdateNetworkDeviceWirelessRadioSettingsParamsWithHTTPClient(client *http.Client) *UpdateNetworkDeviceWirelessRadioSettingsParams

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

func NewUpdateNetworkDeviceWirelessRadioSettingsParamsWithTimeout

func NewUpdateNetworkDeviceWirelessRadioSettingsParamsWithTimeout(timeout time.Duration) *UpdateNetworkDeviceWirelessRadioSettingsParams

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

func (*UpdateNetworkDeviceWirelessRadioSettingsParams) SetContext

SetContext adds the context to the update network device wireless radio settings params

func (*UpdateNetworkDeviceWirelessRadioSettingsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the update network device wireless radio settings params

func (*UpdateNetworkDeviceWirelessRadioSettingsParams) SetNetworkID

func (o *UpdateNetworkDeviceWirelessRadioSettingsParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the update network device wireless radio settings params

func (*UpdateNetworkDeviceWirelessRadioSettingsParams) SetSerial

SetSerial adds the serial to the update network device wireless radio settings params

func (*UpdateNetworkDeviceWirelessRadioSettingsParams) SetTimeout

SetTimeout adds the timeout to the update network device wireless radio settings params

func (*UpdateNetworkDeviceWirelessRadioSettingsParams) SetUpdateNetworkDeviceWirelessRadioSettings

func (o *UpdateNetworkDeviceWirelessRadioSettingsParams) SetUpdateNetworkDeviceWirelessRadioSettings(updateNetworkDeviceWirelessRadioSettings *models.UpdateNetworkDeviceWirelessRadioSettings)

SetUpdateNetworkDeviceWirelessRadioSettings adds the updateNetworkDeviceWirelessRadioSettings to the update network device wireless radio settings params

func (*UpdateNetworkDeviceWirelessRadioSettingsParams) WithContext

WithContext adds the context to the update network device wireless radio settings params

func (*UpdateNetworkDeviceWirelessRadioSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update network device wireless radio settings params

func (*UpdateNetworkDeviceWirelessRadioSettingsParams) WithNetworkID

WithNetworkID adds the networkID to the update network device wireless radio settings params

func (*UpdateNetworkDeviceWirelessRadioSettingsParams) WithSerial

WithSerial adds the serial to the update network device wireless radio settings params

func (*UpdateNetworkDeviceWirelessRadioSettingsParams) WithTimeout

WithTimeout adds the timeout to the update network device wireless radio settings params

func (*UpdateNetworkDeviceWirelessRadioSettingsParams) WithUpdateNetworkDeviceWirelessRadioSettings

func (o *UpdateNetworkDeviceWirelessRadioSettingsParams) WithUpdateNetworkDeviceWirelessRadioSettings(updateNetworkDeviceWirelessRadioSettings *models.UpdateNetworkDeviceWirelessRadioSettings) *UpdateNetworkDeviceWirelessRadioSettingsParams

WithUpdateNetworkDeviceWirelessRadioSettings adds the updateNetworkDeviceWirelessRadioSettings to the update network device wireless radio settings params

func (*UpdateNetworkDeviceWirelessRadioSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateNetworkDeviceWirelessRadioSettingsReader

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

UpdateNetworkDeviceWirelessRadioSettingsReader is a Reader for the UpdateNetworkDeviceWirelessRadioSettings structure.

func (*UpdateNetworkDeviceWirelessRadioSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateNetworkWirelessRfProfileOK

type UpdateNetworkWirelessRfProfileOK struct {
	Payload interface{}
}

UpdateNetworkWirelessRfProfileOK handles this case with default header values.

Successful operation

func NewUpdateNetworkWirelessRfProfileOK

func NewUpdateNetworkWirelessRfProfileOK() *UpdateNetworkWirelessRfProfileOK

NewUpdateNetworkWirelessRfProfileOK creates a UpdateNetworkWirelessRfProfileOK with default headers values

func (*UpdateNetworkWirelessRfProfileOK) Error

func (*UpdateNetworkWirelessRfProfileOK) GetPayload

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

type UpdateNetworkWirelessRfProfileParams

type UpdateNetworkWirelessRfProfileParams struct {

	/*NetworkID*/
	NetworkID string
	/*RfProfileID*/
	RfProfileID string
	/*UpdateNetworkWirelessRfProfile*/
	UpdateNetworkWirelessRfProfile *models.UpdateNetworkWirelessRfProfile

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

UpdateNetworkWirelessRfProfileParams contains all the parameters to send to the API endpoint for the update network wireless rf profile operation typically these are written to a http.Request

func NewUpdateNetworkWirelessRfProfileParams

func NewUpdateNetworkWirelessRfProfileParams() *UpdateNetworkWirelessRfProfileParams

NewUpdateNetworkWirelessRfProfileParams creates a new UpdateNetworkWirelessRfProfileParams object with the default values initialized.

func NewUpdateNetworkWirelessRfProfileParamsWithContext

func NewUpdateNetworkWirelessRfProfileParamsWithContext(ctx context.Context) *UpdateNetworkWirelessRfProfileParams

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

func NewUpdateNetworkWirelessRfProfileParamsWithHTTPClient

func NewUpdateNetworkWirelessRfProfileParamsWithHTTPClient(client *http.Client) *UpdateNetworkWirelessRfProfileParams

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

func NewUpdateNetworkWirelessRfProfileParamsWithTimeout

func NewUpdateNetworkWirelessRfProfileParamsWithTimeout(timeout time.Duration) *UpdateNetworkWirelessRfProfileParams

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

func (*UpdateNetworkWirelessRfProfileParams) SetContext

SetContext adds the context to the update network wireless rf profile params

func (*UpdateNetworkWirelessRfProfileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update network wireless rf profile params

func (*UpdateNetworkWirelessRfProfileParams) SetNetworkID

func (o *UpdateNetworkWirelessRfProfileParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the update network wireless rf profile params

func (*UpdateNetworkWirelessRfProfileParams) SetRfProfileID

func (o *UpdateNetworkWirelessRfProfileParams) SetRfProfileID(rfProfileID string)

SetRfProfileID adds the rfProfileId to the update network wireless rf profile params

func (*UpdateNetworkWirelessRfProfileParams) SetTimeout

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

SetTimeout adds the timeout to the update network wireless rf profile params

func (*UpdateNetworkWirelessRfProfileParams) SetUpdateNetworkWirelessRfProfile

func (o *UpdateNetworkWirelessRfProfileParams) SetUpdateNetworkWirelessRfProfile(updateNetworkWirelessRfProfile *models.UpdateNetworkWirelessRfProfile)

SetUpdateNetworkWirelessRfProfile adds the updateNetworkWirelessRfProfile to the update network wireless rf profile params

func (*UpdateNetworkWirelessRfProfileParams) WithContext

WithContext adds the context to the update network wireless rf profile params

func (*UpdateNetworkWirelessRfProfileParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update network wireless rf profile params

func (*UpdateNetworkWirelessRfProfileParams) WithNetworkID

WithNetworkID adds the networkID to the update network wireless rf profile params

func (*UpdateNetworkWirelessRfProfileParams) WithRfProfileID

WithRfProfileID adds the rfProfileID to the update network wireless rf profile params

func (*UpdateNetworkWirelessRfProfileParams) WithTimeout

WithTimeout adds the timeout to the update network wireless rf profile params

func (*UpdateNetworkWirelessRfProfileParams) WithUpdateNetworkWirelessRfProfile

func (o *UpdateNetworkWirelessRfProfileParams) WithUpdateNetworkWirelessRfProfile(updateNetworkWirelessRfProfile *models.UpdateNetworkWirelessRfProfile) *UpdateNetworkWirelessRfProfileParams

WithUpdateNetworkWirelessRfProfile adds the updateNetworkWirelessRfProfile to the update network wireless rf profile params

func (*UpdateNetworkWirelessRfProfileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateNetworkWirelessRfProfileReader

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

UpdateNetworkWirelessRfProfileReader is a Reader for the UpdateNetworkWirelessRfProfile structure.

func (*UpdateNetworkWirelessRfProfileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL