management_interface_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: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for management interface settings API

func (*Client) GetNetworkDeviceManagementInterfaceSettings

GetNetworkDeviceManagementInterfaceSettings gets network device management interface settings

Return the management interface settings for a device

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateNetworkDeviceManagementInterfaceSettings

UpdateNetworkDeviceManagementInterfaceSettings updates network device management interface settings

Update the management interface settings for a device

type ClientService

type ClientService interface {
	GetNetworkDeviceManagementInterfaceSettings(params *GetNetworkDeviceManagementInterfaceSettingsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkDeviceManagementInterfaceSettingsOK, error)

	UpdateNetworkDeviceManagementInterfaceSettings(params *UpdateNetworkDeviceManagementInterfaceSettingsParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNetworkDeviceManagementInterfaceSettingsOK, 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 management interface settings API client.

type GetNetworkDeviceManagementInterfaceSettingsOK

type GetNetworkDeviceManagementInterfaceSettingsOK struct {
	Payload interface{}
}

GetNetworkDeviceManagementInterfaceSettingsOK handles this case with default header values.

Successful operation

func NewGetNetworkDeviceManagementInterfaceSettingsOK

func NewGetNetworkDeviceManagementInterfaceSettingsOK() *GetNetworkDeviceManagementInterfaceSettingsOK

NewGetNetworkDeviceManagementInterfaceSettingsOK creates a GetNetworkDeviceManagementInterfaceSettingsOK with default headers values

func (*GetNetworkDeviceManagementInterfaceSettingsOK) Error

func (*GetNetworkDeviceManagementInterfaceSettingsOK) GetPayload

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

type GetNetworkDeviceManagementInterfaceSettingsParams

type GetNetworkDeviceManagementInterfaceSettingsParams struct {

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

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

GetNetworkDeviceManagementInterfaceSettingsParams contains all the parameters to send to the API endpoint for the get network device management interface settings operation typically these are written to a http.Request

func NewGetNetworkDeviceManagementInterfaceSettingsParams

func NewGetNetworkDeviceManagementInterfaceSettingsParams() *GetNetworkDeviceManagementInterfaceSettingsParams

NewGetNetworkDeviceManagementInterfaceSettingsParams creates a new GetNetworkDeviceManagementInterfaceSettingsParams object with the default values initialized.

func NewGetNetworkDeviceManagementInterfaceSettingsParamsWithContext

func NewGetNetworkDeviceManagementInterfaceSettingsParamsWithContext(ctx context.Context) *GetNetworkDeviceManagementInterfaceSettingsParams

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

func NewGetNetworkDeviceManagementInterfaceSettingsParamsWithHTTPClient

func NewGetNetworkDeviceManagementInterfaceSettingsParamsWithHTTPClient(client *http.Client) *GetNetworkDeviceManagementInterfaceSettingsParams

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

func NewGetNetworkDeviceManagementInterfaceSettingsParamsWithTimeout

func NewGetNetworkDeviceManagementInterfaceSettingsParamsWithTimeout(timeout time.Duration) *GetNetworkDeviceManagementInterfaceSettingsParams

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

func (*GetNetworkDeviceManagementInterfaceSettingsParams) SetContext

SetContext adds the context to the get network device management interface settings params

func (*GetNetworkDeviceManagementInterfaceSettingsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get network device management interface settings params

func (*GetNetworkDeviceManagementInterfaceSettingsParams) SetNetworkID

func (o *GetNetworkDeviceManagementInterfaceSettingsParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network device management interface settings params

func (*GetNetworkDeviceManagementInterfaceSettingsParams) SetSerial

SetSerial adds the serial to the get network device management interface settings params

func (*GetNetworkDeviceManagementInterfaceSettingsParams) SetTimeout

SetTimeout adds the timeout to the get network device management interface settings params

func (*GetNetworkDeviceManagementInterfaceSettingsParams) WithContext

WithContext adds the context to the get network device management interface settings params

func (*GetNetworkDeviceManagementInterfaceSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network device management interface settings params

func (*GetNetworkDeviceManagementInterfaceSettingsParams) WithNetworkID

WithNetworkID adds the networkID to the get network device management interface settings params

func (*GetNetworkDeviceManagementInterfaceSettingsParams) WithSerial

WithSerial adds the serial to the get network device management interface settings params

func (*GetNetworkDeviceManagementInterfaceSettingsParams) WithTimeout

WithTimeout adds the timeout to the get network device management interface settings params

func (*GetNetworkDeviceManagementInterfaceSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkDeviceManagementInterfaceSettingsReader

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

GetNetworkDeviceManagementInterfaceSettingsReader is a Reader for the GetNetworkDeviceManagementInterfaceSettings structure.

func (*GetNetworkDeviceManagementInterfaceSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateNetworkDeviceManagementInterfaceSettingsOK

type UpdateNetworkDeviceManagementInterfaceSettingsOK struct {
	Payload interface{}
}

UpdateNetworkDeviceManagementInterfaceSettingsOK handles this case with default header values.

Successful operation

func NewUpdateNetworkDeviceManagementInterfaceSettingsOK

func NewUpdateNetworkDeviceManagementInterfaceSettingsOK() *UpdateNetworkDeviceManagementInterfaceSettingsOK

NewUpdateNetworkDeviceManagementInterfaceSettingsOK creates a UpdateNetworkDeviceManagementInterfaceSettingsOK with default headers values

func (*UpdateNetworkDeviceManagementInterfaceSettingsOK) Error

func (*UpdateNetworkDeviceManagementInterfaceSettingsOK) GetPayload

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

type UpdateNetworkDeviceManagementInterfaceSettingsParams

type UpdateNetworkDeviceManagementInterfaceSettingsParams struct {

	/*NetworkID*/
	NetworkID string
	/*Serial*/
	Serial string
	/*UpdateNetworkDeviceManagementInterfaceSettings*/
	UpdateNetworkDeviceManagementInterfaceSettings *models.UpdateNetworkDeviceManagementInterfaceSettings

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

UpdateNetworkDeviceManagementInterfaceSettingsParams contains all the parameters to send to the API endpoint for the update network device management interface settings operation typically these are written to a http.Request

func NewUpdateNetworkDeviceManagementInterfaceSettingsParams

func NewUpdateNetworkDeviceManagementInterfaceSettingsParams() *UpdateNetworkDeviceManagementInterfaceSettingsParams

NewUpdateNetworkDeviceManagementInterfaceSettingsParams creates a new UpdateNetworkDeviceManagementInterfaceSettingsParams object with the default values initialized.

func NewUpdateNetworkDeviceManagementInterfaceSettingsParamsWithContext

func NewUpdateNetworkDeviceManagementInterfaceSettingsParamsWithContext(ctx context.Context) *UpdateNetworkDeviceManagementInterfaceSettingsParams

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

func NewUpdateNetworkDeviceManagementInterfaceSettingsParamsWithHTTPClient

func NewUpdateNetworkDeviceManagementInterfaceSettingsParamsWithHTTPClient(client *http.Client) *UpdateNetworkDeviceManagementInterfaceSettingsParams

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

func NewUpdateNetworkDeviceManagementInterfaceSettingsParamsWithTimeout

func NewUpdateNetworkDeviceManagementInterfaceSettingsParamsWithTimeout(timeout time.Duration) *UpdateNetworkDeviceManagementInterfaceSettingsParams

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

func (*UpdateNetworkDeviceManagementInterfaceSettingsParams) SetContext

SetContext adds the context to the update network device management interface settings params

func (*UpdateNetworkDeviceManagementInterfaceSettingsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the update network device management interface settings params

func (*UpdateNetworkDeviceManagementInterfaceSettingsParams) SetNetworkID

SetNetworkID adds the networkId to the update network device management interface settings params

func (*UpdateNetworkDeviceManagementInterfaceSettingsParams) SetSerial

SetSerial adds the serial to the update network device management interface settings params

func (*UpdateNetworkDeviceManagementInterfaceSettingsParams) SetTimeout

SetTimeout adds the timeout to the update network device management interface settings params

func (*UpdateNetworkDeviceManagementInterfaceSettingsParams) SetUpdateNetworkDeviceManagementInterfaceSettings

func (o *UpdateNetworkDeviceManagementInterfaceSettingsParams) SetUpdateNetworkDeviceManagementInterfaceSettings(updateNetworkDeviceManagementInterfaceSettings *models.UpdateNetworkDeviceManagementInterfaceSettings)

SetUpdateNetworkDeviceManagementInterfaceSettings adds the updateNetworkDeviceManagementInterfaceSettings to the update network device management interface settings params

func (*UpdateNetworkDeviceManagementInterfaceSettingsParams) WithContext

WithContext adds the context to the update network device management interface settings params

func (*UpdateNetworkDeviceManagementInterfaceSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update network device management interface settings params

func (*UpdateNetworkDeviceManagementInterfaceSettingsParams) WithNetworkID

WithNetworkID adds the networkID to the update network device management interface settings params

func (*UpdateNetworkDeviceManagementInterfaceSettingsParams) WithSerial

WithSerial adds the serial to the update network device management interface settings params

func (*UpdateNetworkDeviceManagementInterfaceSettingsParams) WithTimeout

WithTimeout adds the timeout to the update network device management interface settings params

func (*UpdateNetworkDeviceManagementInterfaceSettingsParams) WithUpdateNetworkDeviceManagementInterfaceSettings

func (o *UpdateNetworkDeviceManagementInterfaceSettingsParams) WithUpdateNetworkDeviceManagementInterfaceSettings(updateNetworkDeviceManagementInterfaceSettings *models.UpdateNetworkDeviceManagementInterfaceSettings) *UpdateNetworkDeviceManagementInterfaceSettingsParams

WithUpdateNetworkDeviceManagementInterfaceSettings adds the updateNetworkDeviceManagementInterfaceSettings to the update network device management interface settings params

func (*UpdateNetworkDeviceManagementInterfaceSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateNetworkDeviceManagementInterfaceSettingsReader

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

UpdateNetworkDeviceManagementInterfaceSettingsReader is a Reader for the UpdateNetworkDeviceManagementInterfaceSettings structure.

func (*UpdateNetworkDeviceManagementInterfaceSettingsReader) ReadResponse

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