host

package
v0.0.0-...-1a3ccaa Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2022 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 host API

func (*Client) DeleteHostNetworkBridgeName

func (a *Client) DeleteHostNetworkBridgeName(params *DeleteHostNetworkBridgeNameParams, opts ...ClientOption) (*DeleteHostNetworkBridgeNameNoContent, error)

DeleteHostNetworkBridgeName deletes host network bridge by name

func (*Client) DeleteHostNetworkVlanName

func (a *Client) DeleteHostNetworkVlanName(params *DeleteHostNetworkVlanNameParams, opts ...ClientOption) (*DeleteHostNetworkVlanNameNoContent, error)

DeleteHostNetworkVlanName deletes host network vlan by name

func (*Client) GetHostNetworkBridge

func (a *Client) GetHostNetworkBridge(params *GetHostNetworkBridgeParams, opts ...ClientOption) (*GetHostNetworkBridgeOK, error)

GetHostNetworkBridge gets list of host network bridges

func (*Client) GetHostNetworkBridgeName

func (a *Client) GetHostNetworkBridgeName(params *GetHostNetworkBridgeNameParams, opts ...ClientOption) (*GetHostNetworkBridgeNameOK, error)

GetHostNetworkBridgeName gets bridge port by name

func (*Client) GetHostNetworkPing

func (a *Client) GetHostNetworkPing(params *GetHostNetworkPingParams, opts ...ClientOption) (*GetHostNetworkPingNoContent, error)

GetHostNetworkPing calls the backend to notify that the current setting does not break the connection

func (*Client) GetHostNetworkVlan

func (a *Client) GetHostNetworkVlan(params *GetHostNetworkVlanParams, opts ...ClientOption) (*GetHostNetworkVlanOK, error)

GetHostNetworkVlan gets list of host network v l a n s

func (*Client) GetHostNetworkVlanName

func (a *Client) GetHostNetworkVlanName(params *GetHostNetworkVlanNameParams, opts ...ClientOption) (*GetHostNetworkVlanNameOK, error)

GetHostNetworkVlanName gets vlan port by name

func (*Client) PostHostNetworkBridge

func (a *Client) PostHostNetworkBridge(params *PostHostNetworkBridgeParams, opts ...ClientOption) (*PostHostNetworkBridgeOK, error)

PostHostNetworkBridge creates new host bridge

func (*Client) PostHostNetworkVlan

func (a *Client) PostHostNetworkVlan(params *PostHostNetworkVlanParams, opts ...ClientOption) (*PostHostNetworkVlanOK, error)

PostHostNetworkVlan creates new host vlan

func (*Client) PutHostNetworkBridgeName

func (a *Client) PutHostNetworkBridgeName(params *PutHostNetworkBridgeNameParams, opts ...ClientOption) (*PutHostNetworkBridgeNameOK, error)

PutHostNetworkBridgeName updates host network bridge

func (*Client) PutHostNetworkVlanName

func (a *Client) PutHostNetworkVlanName(params *PutHostNetworkVlanNameParams, opts ...ClientOption) (*PutHostNetworkVlanNameOK, error)

PutHostNetworkVlanName updates host network vlan

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DeleteHostNetworkBridgeName(params *DeleteHostNetworkBridgeNameParams, opts ...ClientOption) (*DeleteHostNetworkBridgeNameNoContent, error)

	DeleteHostNetworkVlanName(params *DeleteHostNetworkVlanNameParams, opts ...ClientOption) (*DeleteHostNetworkVlanNameNoContent, error)

	GetHostNetworkBridge(params *GetHostNetworkBridgeParams, opts ...ClientOption) (*GetHostNetworkBridgeOK, error)

	GetHostNetworkBridgeName(params *GetHostNetworkBridgeNameParams, opts ...ClientOption) (*GetHostNetworkBridgeNameOK, error)

	GetHostNetworkPing(params *GetHostNetworkPingParams, opts ...ClientOption) (*GetHostNetworkPingNoContent, error)

	GetHostNetworkVlan(params *GetHostNetworkVlanParams, opts ...ClientOption) (*GetHostNetworkVlanOK, error)

	GetHostNetworkVlanName(params *GetHostNetworkVlanNameParams, opts ...ClientOption) (*GetHostNetworkVlanNameOK, error)

	PostHostNetworkBridge(params *PostHostNetworkBridgeParams, opts ...ClientOption) (*PostHostNetworkBridgeOK, error)

	PostHostNetworkVlan(params *PostHostNetworkVlanParams, opts ...ClientOption) (*PostHostNetworkVlanOK, error)

	PutHostNetworkBridgeName(params *PutHostNetworkBridgeNameParams, opts ...ClientOption) (*PutHostNetworkBridgeNameOK, error)

	PutHostNetworkVlanName(params *PutHostNetworkVlanNameParams, opts ...ClientOption) (*PutHostNetworkVlanNameOK, 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 host API client.

type DeleteHostNetworkBridgeNameInternalServerError

type DeleteHostNetworkBridgeNameInternalServerError struct {
}

DeleteHostNetworkBridgeNameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewDeleteHostNetworkBridgeNameInternalServerError

func NewDeleteHostNetworkBridgeNameInternalServerError() *DeleteHostNetworkBridgeNameInternalServerError

NewDeleteHostNetworkBridgeNameInternalServerError creates a DeleteHostNetworkBridgeNameInternalServerError with default headers values

func (*DeleteHostNetworkBridgeNameInternalServerError) Error

func (*DeleteHostNetworkBridgeNameInternalServerError) IsClientError

IsClientError returns true when this delete host network bridge name internal server error response has a 4xx status code

func (*DeleteHostNetworkBridgeNameInternalServerError) IsCode

IsCode returns true when this delete host network bridge name internal server error response a status code equal to that given

func (*DeleteHostNetworkBridgeNameInternalServerError) IsRedirect

IsRedirect returns true when this delete host network bridge name internal server error response has a 3xx status code

func (*DeleteHostNetworkBridgeNameInternalServerError) IsServerError

IsServerError returns true when this delete host network bridge name internal server error response has a 5xx status code

func (*DeleteHostNetworkBridgeNameInternalServerError) IsSuccess

IsSuccess returns true when this delete host network bridge name internal server error response has a 2xx status code

func (*DeleteHostNetworkBridgeNameInternalServerError) String

type DeleteHostNetworkBridgeNameNoContent

type DeleteHostNetworkBridgeNameNoContent struct {
}

DeleteHostNetworkBridgeNameNoContent describes a response with status code 204, with default header values.

OK, but No Content

func NewDeleteHostNetworkBridgeNameNoContent

func NewDeleteHostNetworkBridgeNameNoContent() *DeleteHostNetworkBridgeNameNoContent

NewDeleteHostNetworkBridgeNameNoContent creates a DeleteHostNetworkBridgeNameNoContent with default headers values

func (*DeleteHostNetworkBridgeNameNoContent) Error

func (*DeleteHostNetworkBridgeNameNoContent) IsClientError

func (o *DeleteHostNetworkBridgeNameNoContent) IsClientError() bool

IsClientError returns true when this delete host network bridge name no content response has a 4xx status code

func (*DeleteHostNetworkBridgeNameNoContent) IsCode

IsCode returns true when this delete host network bridge name no content response a status code equal to that given

func (*DeleteHostNetworkBridgeNameNoContent) IsRedirect

IsRedirect returns true when this delete host network bridge name no content response has a 3xx status code

func (*DeleteHostNetworkBridgeNameNoContent) IsServerError

func (o *DeleteHostNetworkBridgeNameNoContent) IsServerError() bool

IsServerError returns true when this delete host network bridge name no content response has a 5xx status code

func (*DeleteHostNetworkBridgeNameNoContent) IsSuccess

IsSuccess returns true when this delete host network bridge name no content response has a 2xx status code

func (*DeleteHostNetworkBridgeNameNoContent) String

type DeleteHostNetworkBridgeNameNotFound

type DeleteHostNetworkBridgeNameNotFound struct {
}

DeleteHostNetworkBridgeNameNotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteHostNetworkBridgeNameNotFound

func NewDeleteHostNetworkBridgeNameNotFound() *DeleteHostNetworkBridgeNameNotFound

NewDeleteHostNetworkBridgeNameNotFound creates a DeleteHostNetworkBridgeNameNotFound with default headers values

func (*DeleteHostNetworkBridgeNameNotFound) Error

func (*DeleteHostNetworkBridgeNameNotFound) IsClientError

func (o *DeleteHostNetworkBridgeNameNotFound) IsClientError() bool

IsClientError returns true when this delete host network bridge name not found response has a 4xx status code

func (*DeleteHostNetworkBridgeNameNotFound) IsCode

IsCode returns true when this delete host network bridge name not found response a status code equal to that given

func (*DeleteHostNetworkBridgeNameNotFound) IsRedirect

func (o *DeleteHostNetworkBridgeNameNotFound) IsRedirect() bool

IsRedirect returns true when this delete host network bridge name not found response has a 3xx status code

func (*DeleteHostNetworkBridgeNameNotFound) IsServerError

func (o *DeleteHostNetworkBridgeNameNotFound) IsServerError() bool

IsServerError returns true when this delete host network bridge name not found response has a 5xx status code

func (*DeleteHostNetworkBridgeNameNotFound) IsSuccess

IsSuccess returns true when this delete host network bridge name not found response has a 2xx status code

func (*DeleteHostNetworkBridgeNameNotFound) String

type DeleteHostNetworkBridgeNameParams

type DeleteHostNetworkBridgeNameParams struct {

	/* Name.

	   Bridge name
	*/
	Name string

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

DeleteHostNetworkBridgeNameParams contains all the parameters to send to the API endpoint

for the delete host network bridge name operation.

Typically these are written to a http.Request.

func NewDeleteHostNetworkBridgeNameParams

func NewDeleteHostNetworkBridgeNameParams() *DeleteHostNetworkBridgeNameParams

NewDeleteHostNetworkBridgeNameParams creates a new DeleteHostNetworkBridgeNameParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteHostNetworkBridgeNameParamsWithContext

func NewDeleteHostNetworkBridgeNameParamsWithContext(ctx context.Context) *DeleteHostNetworkBridgeNameParams

NewDeleteHostNetworkBridgeNameParamsWithContext creates a new DeleteHostNetworkBridgeNameParams object with the ability to set a context for a request.

func NewDeleteHostNetworkBridgeNameParamsWithHTTPClient

func NewDeleteHostNetworkBridgeNameParamsWithHTTPClient(client *http.Client) *DeleteHostNetworkBridgeNameParams

NewDeleteHostNetworkBridgeNameParamsWithHTTPClient creates a new DeleteHostNetworkBridgeNameParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteHostNetworkBridgeNameParamsWithTimeout

func NewDeleteHostNetworkBridgeNameParamsWithTimeout(timeout time.Duration) *DeleteHostNetworkBridgeNameParams

NewDeleteHostNetworkBridgeNameParamsWithTimeout creates a new DeleteHostNetworkBridgeNameParams object with the ability to set a timeout on a request.

func (*DeleteHostNetworkBridgeNameParams) SetContext

SetContext adds the context to the delete host network bridge name params

func (*DeleteHostNetworkBridgeNameParams) SetDefaults

func (o *DeleteHostNetworkBridgeNameParams) SetDefaults()

SetDefaults hydrates default values in the delete host network bridge name params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteHostNetworkBridgeNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete host network bridge name params

func (*DeleteHostNetworkBridgeNameParams) SetName

func (o *DeleteHostNetworkBridgeNameParams) SetName(name string)

SetName adds the name to the delete host network bridge name params

func (*DeleteHostNetworkBridgeNameParams) SetTimeout

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

SetTimeout adds the timeout to the delete host network bridge name params

func (*DeleteHostNetworkBridgeNameParams) WithContext

WithContext adds the context to the delete host network bridge name params

func (*DeleteHostNetworkBridgeNameParams) WithDefaults

WithDefaults hydrates default values in the delete host network bridge name params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteHostNetworkBridgeNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete host network bridge name params

func (*DeleteHostNetworkBridgeNameParams) WithName

WithName adds the name to the delete host network bridge name params

func (*DeleteHostNetworkBridgeNameParams) WithTimeout

WithTimeout adds the timeout to the delete host network bridge name params

func (*DeleteHostNetworkBridgeNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteHostNetworkBridgeNameReader

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

DeleteHostNetworkBridgeNameReader is a Reader for the DeleteHostNetworkBridgeName structure.

func (*DeleteHostNetworkBridgeNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteHostNetworkVlanNameInternalServerError

type DeleteHostNetworkVlanNameInternalServerError struct {
}

DeleteHostNetworkVlanNameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewDeleteHostNetworkVlanNameInternalServerError

func NewDeleteHostNetworkVlanNameInternalServerError() *DeleteHostNetworkVlanNameInternalServerError

NewDeleteHostNetworkVlanNameInternalServerError creates a DeleteHostNetworkVlanNameInternalServerError with default headers values

func (*DeleteHostNetworkVlanNameInternalServerError) Error

func (*DeleteHostNetworkVlanNameInternalServerError) IsClientError

IsClientError returns true when this delete host network vlan name internal server error response has a 4xx status code

func (*DeleteHostNetworkVlanNameInternalServerError) IsCode

IsCode returns true when this delete host network vlan name internal server error response a status code equal to that given

func (*DeleteHostNetworkVlanNameInternalServerError) IsRedirect

IsRedirect returns true when this delete host network vlan name internal server error response has a 3xx status code

func (*DeleteHostNetworkVlanNameInternalServerError) IsServerError

IsServerError returns true when this delete host network vlan name internal server error response has a 5xx status code

func (*DeleteHostNetworkVlanNameInternalServerError) IsSuccess

IsSuccess returns true when this delete host network vlan name internal server error response has a 2xx status code

func (*DeleteHostNetworkVlanNameInternalServerError) String

type DeleteHostNetworkVlanNameNoContent

type DeleteHostNetworkVlanNameNoContent struct {
}

DeleteHostNetworkVlanNameNoContent describes a response with status code 204, with default header values.

OK, but No Content

func NewDeleteHostNetworkVlanNameNoContent

func NewDeleteHostNetworkVlanNameNoContent() *DeleteHostNetworkVlanNameNoContent

NewDeleteHostNetworkVlanNameNoContent creates a DeleteHostNetworkVlanNameNoContent with default headers values

func (*DeleteHostNetworkVlanNameNoContent) Error

func (*DeleteHostNetworkVlanNameNoContent) IsClientError

func (o *DeleteHostNetworkVlanNameNoContent) IsClientError() bool

IsClientError returns true when this delete host network vlan name no content response has a 4xx status code

func (*DeleteHostNetworkVlanNameNoContent) IsCode

IsCode returns true when this delete host network vlan name no content response a status code equal to that given

func (*DeleteHostNetworkVlanNameNoContent) IsRedirect

func (o *DeleteHostNetworkVlanNameNoContent) IsRedirect() bool

IsRedirect returns true when this delete host network vlan name no content response has a 3xx status code

func (*DeleteHostNetworkVlanNameNoContent) IsServerError

func (o *DeleteHostNetworkVlanNameNoContent) IsServerError() bool

IsServerError returns true when this delete host network vlan name no content response has a 5xx status code

func (*DeleteHostNetworkVlanNameNoContent) IsSuccess

IsSuccess returns true when this delete host network vlan name no content response has a 2xx status code

func (*DeleteHostNetworkVlanNameNoContent) String

type DeleteHostNetworkVlanNameNotFound

type DeleteHostNetworkVlanNameNotFound struct {
}

DeleteHostNetworkVlanNameNotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteHostNetworkVlanNameNotFound

func NewDeleteHostNetworkVlanNameNotFound() *DeleteHostNetworkVlanNameNotFound

NewDeleteHostNetworkVlanNameNotFound creates a DeleteHostNetworkVlanNameNotFound with default headers values

func (*DeleteHostNetworkVlanNameNotFound) Error

func (*DeleteHostNetworkVlanNameNotFound) IsClientError

func (o *DeleteHostNetworkVlanNameNotFound) IsClientError() bool

IsClientError returns true when this delete host network vlan name not found response has a 4xx status code

func (*DeleteHostNetworkVlanNameNotFound) IsCode

func (o *DeleteHostNetworkVlanNameNotFound) IsCode(code int) bool

IsCode returns true when this delete host network vlan name not found response a status code equal to that given

func (*DeleteHostNetworkVlanNameNotFound) IsRedirect

func (o *DeleteHostNetworkVlanNameNotFound) IsRedirect() bool

IsRedirect returns true when this delete host network vlan name not found response has a 3xx status code

func (*DeleteHostNetworkVlanNameNotFound) IsServerError

func (o *DeleteHostNetworkVlanNameNotFound) IsServerError() bool

IsServerError returns true when this delete host network vlan name not found response has a 5xx status code

func (*DeleteHostNetworkVlanNameNotFound) IsSuccess

func (o *DeleteHostNetworkVlanNameNotFound) IsSuccess() bool

IsSuccess returns true when this delete host network vlan name not found response has a 2xx status code

func (*DeleteHostNetworkVlanNameNotFound) String

type DeleteHostNetworkVlanNameParams

type DeleteHostNetworkVlanNameParams struct {

	/* Name.

	   Vlan name
	*/
	Name string

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

DeleteHostNetworkVlanNameParams contains all the parameters to send to the API endpoint

for the delete host network vlan name operation.

Typically these are written to a http.Request.

func NewDeleteHostNetworkVlanNameParams

func NewDeleteHostNetworkVlanNameParams() *DeleteHostNetworkVlanNameParams

NewDeleteHostNetworkVlanNameParams creates a new DeleteHostNetworkVlanNameParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteHostNetworkVlanNameParamsWithContext

func NewDeleteHostNetworkVlanNameParamsWithContext(ctx context.Context) *DeleteHostNetworkVlanNameParams

NewDeleteHostNetworkVlanNameParamsWithContext creates a new DeleteHostNetworkVlanNameParams object with the ability to set a context for a request.

func NewDeleteHostNetworkVlanNameParamsWithHTTPClient

func NewDeleteHostNetworkVlanNameParamsWithHTTPClient(client *http.Client) *DeleteHostNetworkVlanNameParams

NewDeleteHostNetworkVlanNameParamsWithHTTPClient creates a new DeleteHostNetworkVlanNameParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteHostNetworkVlanNameParamsWithTimeout

func NewDeleteHostNetworkVlanNameParamsWithTimeout(timeout time.Duration) *DeleteHostNetworkVlanNameParams

NewDeleteHostNetworkVlanNameParamsWithTimeout creates a new DeleteHostNetworkVlanNameParams object with the ability to set a timeout on a request.

func (*DeleteHostNetworkVlanNameParams) SetContext

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

SetContext adds the context to the delete host network vlan name params

func (*DeleteHostNetworkVlanNameParams) SetDefaults

func (o *DeleteHostNetworkVlanNameParams) SetDefaults()

SetDefaults hydrates default values in the delete host network vlan name params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteHostNetworkVlanNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete host network vlan name params

func (*DeleteHostNetworkVlanNameParams) SetName

func (o *DeleteHostNetworkVlanNameParams) SetName(name string)

SetName adds the name to the delete host network vlan name params

func (*DeleteHostNetworkVlanNameParams) SetTimeout

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

SetTimeout adds the timeout to the delete host network vlan name params

func (*DeleteHostNetworkVlanNameParams) WithContext

WithContext adds the context to the delete host network vlan name params

func (*DeleteHostNetworkVlanNameParams) WithDefaults

WithDefaults hydrates default values in the delete host network vlan name params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteHostNetworkVlanNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete host network vlan name params

func (*DeleteHostNetworkVlanNameParams) WithName

WithName adds the name to the delete host network vlan name params

func (*DeleteHostNetworkVlanNameParams) WithTimeout

WithTimeout adds the timeout to the delete host network vlan name params

func (*DeleteHostNetworkVlanNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteHostNetworkVlanNameReader

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

DeleteHostNetworkVlanNameReader is a Reader for the DeleteHostNetworkVlanName structure.

func (*DeleteHostNetworkVlanNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetHostNetworkBridgeInternalServerError

type GetHostNetworkBridgeInternalServerError struct {
}

GetHostNetworkBridgeInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetHostNetworkBridgeInternalServerError

func NewGetHostNetworkBridgeInternalServerError() *GetHostNetworkBridgeInternalServerError

NewGetHostNetworkBridgeInternalServerError creates a GetHostNetworkBridgeInternalServerError with default headers values

func (*GetHostNetworkBridgeInternalServerError) Error

func (*GetHostNetworkBridgeInternalServerError) IsClientError

func (o *GetHostNetworkBridgeInternalServerError) IsClientError() bool

IsClientError returns true when this get host network bridge internal server error response has a 4xx status code

func (*GetHostNetworkBridgeInternalServerError) IsCode

IsCode returns true when this get host network bridge internal server error response a status code equal to that given

func (*GetHostNetworkBridgeInternalServerError) IsRedirect

IsRedirect returns true when this get host network bridge internal server error response has a 3xx status code

func (*GetHostNetworkBridgeInternalServerError) IsServerError

func (o *GetHostNetworkBridgeInternalServerError) IsServerError() bool

IsServerError returns true when this get host network bridge internal server error response has a 5xx status code

func (*GetHostNetworkBridgeInternalServerError) IsSuccess

IsSuccess returns true when this get host network bridge internal server error response has a 2xx status code

func (*GetHostNetworkBridgeInternalServerError) String

type GetHostNetworkBridgeNameInternalServerError

type GetHostNetworkBridgeNameInternalServerError struct {
}

GetHostNetworkBridgeNameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetHostNetworkBridgeNameInternalServerError

func NewGetHostNetworkBridgeNameInternalServerError() *GetHostNetworkBridgeNameInternalServerError

NewGetHostNetworkBridgeNameInternalServerError creates a GetHostNetworkBridgeNameInternalServerError with default headers values

func (*GetHostNetworkBridgeNameInternalServerError) Error

func (*GetHostNetworkBridgeNameInternalServerError) IsClientError

IsClientError returns true when this get host network bridge name internal server error response has a 4xx status code

func (*GetHostNetworkBridgeNameInternalServerError) IsCode

IsCode returns true when this get host network bridge name internal server error response a status code equal to that given

func (*GetHostNetworkBridgeNameInternalServerError) IsRedirect

IsRedirect returns true when this get host network bridge name internal server error response has a 3xx status code

func (*GetHostNetworkBridgeNameInternalServerError) IsServerError

IsServerError returns true when this get host network bridge name internal server error response has a 5xx status code

func (*GetHostNetworkBridgeNameInternalServerError) IsSuccess

IsSuccess returns true when this get host network bridge name internal server error response has a 2xx status code

func (*GetHostNetworkBridgeNameInternalServerError) String

type GetHostNetworkBridgeNameNotFound

type GetHostNetworkBridgeNameNotFound struct {
}

GetHostNetworkBridgeNameNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetHostNetworkBridgeNameNotFound

func NewGetHostNetworkBridgeNameNotFound() *GetHostNetworkBridgeNameNotFound

NewGetHostNetworkBridgeNameNotFound creates a GetHostNetworkBridgeNameNotFound with default headers values

func (*GetHostNetworkBridgeNameNotFound) Error

func (*GetHostNetworkBridgeNameNotFound) IsClientError

func (o *GetHostNetworkBridgeNameNotFound) IsClientError() bool

IsClientError returns true when this get host network bridge name not found response has a 4xx status code

func (*GetHostNetworkBridgeNameNotFound) IsCode

func (o *GetHostNetworkBridgeNameNotFound) IsCode(code int) bool

IsCode returns true when this get host network bridge name not found response a status code equal to that given

func (*GetHostNetworkBridgeNameNotFound) IsRedirect

func (o *GetHostNetworkBridgeNameNotFound) IsRedirect() bool

IsRedirect returns true when this get host network bridge name not found response has a 3xx status code

func (*GetHostNetworkBridgeNameNotFound) IsServerError

func (o *GetHostNetworkBridgeNameNotFound) IsServerError() bool

IsServerError returns true when this get host network bridge name not found response has a 5xx status code

func (*GetHostNetworkBridgeNameNotFound) IsSuccess

func (o *GetHostNetworkBridgeNameNotFound) IsSuccess() bool

IsSuccess returns true when this get host network bridge name not found response has a 2xx status code

func (*GetHostNetworkBridgeNameNotFound) String

type GetHostNetworkBridgeNameOK

type GetHostNetworkBridgeNameOK struct {
	Payload *models.DtosHostNetworkBridgeDto
}

GetHostNetworkBridgeNameOK describes a response with status code 200, with default header values.

OK

func NewGetHostNetworkBridgeNameOK

func NewGetHostNetworkBridgeNameOK() *GetHostNetworkBridgeNameOK

NewGetHostNetworkBridgeNameOK creates a GetHostNetworkBridgeNameOK with default headers values

func (*GetHostNetworkBridgeNameOK) Error

func (*GetHostNetworkBridgeNameOK) GetPayload

func (*GetHostNetworkBridgeNameOK) IsClientError

func (o *GetHostNetworkBridgeNameOK) IsClientError() bool

IsClientError returns true when this get host network bridge name o k response has a 4xx status code

func (*GetHostNetworkBridgeNameOK) IsCode

func (o *GetHostNetworkBridgeNameOK) IsCode(code int) bool

IsCode returns true when this get host network bridge name o k response a status code equal to that given

func (*GetHostNetworkBridgeNameOK) IsRedirect

func (o *GetHostNetworkBridgeNameOK) IsRedirect() bool

IsRedirect returns true when this get host network bridge name o k response has a 3xx status code

func (*GetHostNetworkBridgeNameOK) IsServerError

func (o *GetHostNetworkBridgeNameOK) IsServerError() bool

IsServerError returns true when this get host network bridge name o k response has a 5xx status code

func (*GetHostNetworkBridgeNameOK) IsSuccess

func (o *GetHostNetworkBridgeNameOK) IsSuccess() bool

IsSuccess returns true when this get host network bridge name o k response has a 2xx status code

func (*GetHostNetworkBridgeNameOK) String

func (o *GetHostNetworkBridgeNameOK) String() string

type GetHostNetworkBridgeNameParams

type GetHostNetworkBridgeNameParams struct {

	/* Name.

	   Bridge name
	*/
	Name string

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

GetHostNetworkBridgeNameParams contains all the parameters to send to the API endpoint

for the get host network bridge name operation.

Typically these are written to a http.Request.

func NewGetHostNetworkBridgeNameParams

func NewGetHostNetworkBridgeNameParams() *GetHostNetworkBridgeNameParams

NewGetHostNetworkBridgeNameParams creates a new GetHostNetworkBridgeNameParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetHostNetworkBridgeNameParamsWithContext

func NewGetHostNetworkBridgeNameParamsWithContext(ctx context.Context) *GetHostNetworkBridgeNameParams

NewGetHostNetworkBridgeNameParamsWithContext creates a new GetHostNetworkBridgeNameParams object with the ability to set a context for a request.

func NewGetHostNetworkBridgeNameParamsWithHTTPClient

func NewGetHostNetworkBridgeNameParamsWithHTTPClient(client *http.Client) *GetHostNetworkBridgeNameParams

NewGetHostNetworkBridgeNameParamsWithHTTPClient creates a new GetHostNetworkBridgeNameParams object with the ability to set a custom HTTPClient for a request.

func NewGetHostNetworkBridgeNameParamsWithTimeout

func NewGetHostNetworkBridgeNameParamsWithTimeout(timeout time.Duration) *GetHostNetworkBridgeNameParams

NewGetHostNetworkBridgeNameParamsWithTimeout creates a new GetHostNetworkBridgeNameParams object with the ability to set a timeout on a request.

func (*GetHostNetworkBridgeNameParams) SetContext

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

SetContext adds the context to the get host network bridge name params

func (*GetHostNetworkBridgeNameParams) SetDefaults

func (o *GetHostNetworkBridgeNameParams) SetDefaults()

SetDefaults hydrates default values in the get host network bridge name params (not the query body).

All values with no default are reset to their zero value.

func (*GetHostNetworkBridgeNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get host network bridge name params

func (*GetHostNetworkBridgeNameParams) SetName

func (o *GetHostNetworkBridgeNameParams) SetName(name string)

SetName adds the name to the get host network bridge name params

func (*GetHostNetworkBridgeNameParams) SetTimeout

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

SetTimeout adds the timeout to the get host network bridge name params

func (*GetHostNetworkBridgeNameParams) WithContext

WithContext adds the context to the get host network bridge name params

func (*GetHostNetworkBridgeNameParams) WithDefaults

WithDefaults hydrates default values in the get host network bridge name params (not the query body).

All values with no default are reset to their zero value.

func (*GetHostNetworkBridgeNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get host network bridge name params

func (*GetHostNetworkBridgeNameParams) WithName

WithName adds the name to the get host network bridge name params

func (*GetHostNetworkBridgeNameParams) WithTimeout

WithTimeout adds the timeout to the get host network bridge name params

func (*GetHostNetworkBridgeNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetHostNetworkBridgeNameReader

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

GetHostNetworkBridgeNameReader is a Reader for the GetHostNetworkBridgeName structure.

func (*GetHostNetworkBridgeNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetHostNetworkBridgeOK

type GetHostNetworkBridgeOK struct {
	Payload []*models.DtosHostNetworkBridgeDto
}

GetHostNetworkBridgeOK describes a response with status code 200, with default header values.

OK

func NewGetHostNetworkBridgeOK

func NewGetHostNetworkBridgeOK() *GetHostNetworkBridgeOK

NewGetHostNetworkBridgeOK creates a GetHostNetworkBridgeOK with default headers values

func (*GetHostNetworkBridgeOK) Error

func (o *GetHostNetworkBridgeOK) Error() string

func (*GetHostNetworkBridgeOK) GetPayload

func (*GetHostNetworkBridgeOK) IsClientError

func (o *GetHostNetworkBridgeOK) IsClientError() bool

IsClientError returns true when this get host network bridge o k response has a 4xx status code

func (*GetHostNetworkBridgeOK) IsCode

func (o *GetHostNetworkBridgeOK) IsCode(code int) bool

IsCode returns true when this get host network bridge o k response a status code equal to that given

func (*GetHostNetworkBridgeOK) IsRedirect

func (o *GetHostNetworkBridgeOK) IsRedirect() bool

IsRedirect returns true when this get host network bridge o k response has a 3xx status code

func (*GetHostNetworkBridgeOK) IsServerError

func (o *GetHostNetworkBridgeOK) IsServerError() bool

IsServerError returns true when this get host network bridge o k response has a 5xx status code

func (*GetHostNetworkBridgeOK) IsSuccess

func (o *GetHostNetworkBridgeOK) IsSuccess() bool

IsSuccess returns true when this get host network bridge o k response has a 2xx status code

func (*GetHostNetworkBridgeOK) String

func (o *GetHostNetworkBridgeOK) String() string

type GetHostNetworkBridgeParams

type GetHostNetworkBridgeParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetHostNetworkBridgeParams contains all the parameters to send to the API endpoint

for the get host network bridge operation.

Typically these are written to a http.Request.

func NewGetHostNetworkBridgeParams

func NewGetHostNetworkBridgeParams() *GetHostNetworkBridgeParams

NewGetHostNetworkBridgeParams creates a new GetHostNetworkBridgeParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetHostNetworkBridgeParamsWithContext

func NewGetHostNetworkBridgeParamsWithContext(ctx context.Context) *GetHostNetworkBridgeParams

NewGetHostNetworkBridgeParamsWithContext creates a new GetHostNetworkBridgeParams object with the ability to set a context for a request.

func NewGetHostNetworkBridgeParamsWithHTTPClient

func NewGetHostNetworkBridgeParamsWithHTTPClient(client *http.Client) *GetHostNetworkBridgeParams

NewGetHostNetworkBridgeParamsWithHTTPClient creates a new GetHostNetworkBridgeParams object with the ability to set a custom HTTPClient for a request.

func NewGetHostNetworkBridgeParamsWithTimeout

func NewGetHostNetworkBridgeParamsWithTimeout(timeout time.Duration) *GetHostNetworkBridgeParams

NewGetHostNetworkBridgeParamsWithTimeout creates a new GetHostNetworkBridgeParams object with the ability to set a timeout on a request.

func (*GetHostNetworkBridgeParams) SetContext

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

SetContext adds the context to the get host network bridge params

func (*GetHostNetworkBridgeParams) SetDefaults

func (o *GetHostNetworkBridgeParams) SetDefaults()

SetDefaults hydrates default values in the get host network bridge params (not the query body).

All values with no default are reset to their zero value.

func (*GetHostNetworkBridgeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get host network bridge params

func (*GetHostNetworkBridgeParams) SetTimeout

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

SetTimeout adds the timeout to the get host network bridge params

func (*GetHostNetworkBridgeParams) WithContext

WithContext adds the context to the get host network bridge params

func (*GetHostNetworkBridgeParams) WithDefaults

WithDefaults hydrates default values in the get host network bridge params (not the query body).

All values with no default are reset to their zero value.

func (*GetHostNetworkBridgeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get host network bridge params

func (*GetHostNetworkBridgeParams) WithTimeout

WithTimeout adds the timeout to the get host network bridge params

func (*GetHostNetworkBridgeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetHostNetworkBridgeReader

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

GetHostNetworkBridgeReader is a Reader for the GetHostNetworkBridge structure.

func (*GetHostNetworkBridgeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetHostNetworkPingInternalServerError

type GetHostNetworkPingInternalServerError struct {
}

GetHostNetworkPingInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetHostNetworkPingInternalServerError

func NewGetHostNetworkPingInternalServerError() *GetHostNetworkPingInternalServerError

NewGetHostNetworkPingInternalServerError creates a GetHostNetworkPingInternalServerError with default headers values

func (*GetHostNetworkPingInternalServerError) Error

func (*GetHostNetworkPingInternalServerError) IsClientError

func (o *GetHostNetworkPingInternalServerError) IsClientError() bool

IsClientError returns true when this get host network ping internal server error response has a 4xx status code

func (*GetHostNetworkPingInternalServerError) IsCode

IsCode returns true when this get host network ping internal server error response a status code equal to that given

func (*GetHostNetworkPingInternalServerError) IsRedirect

IsRedirect returns true when this get host network ping internal server error response has a 3xx status code

func (*GetHostNetworkPingInternalServerError) IsServerError

func (o *GetHostNetworkPingInternalServerError) IsServerError() bool

IsServerError returns true when this get host network ping internal server error response has a 5xx status code

func (*GetHostNetworkPingInternalServerError) IsSuccess

IsSuccess returns true when this get host network ping internal server error response has a 2xx status code

func (*GetHostNetworkPingInternalServerError) String

type GetHostNetworkPingNoContent

type GetHostNetworkPingNoContent struct {
}

GetHostNetworkPingNoContent describes a response with status code 204, with default header values.

No Content

func NewGetHostNetworkPingNoContent

func NewGetHostNetworkPingNoContent() *GetHostNetworkPingNoContent

NewGetHostNetworkPingNoContent creates a GetHostNetworkPingNoContent with default headers values

func (*GetHostNetworkPingNoContent) Error

func (*GetHostNetworkPingNoContent) IsClientError

func (o *GetHostNetworkPingNoContent) IsClientError() bool

IsClientError returns true when this get host network ping no content response has a 4xx status code

func (*GetHostNetworkPingNoContent) IsCode

func (o *GetHostNetworkPingNoContent) IsCode(code int) bool

IsCode returns true when this get host network ping no content response a status code equal to that given

func (*GetHostNetworkPingNoContent) IsRedirect

func (o *GetHostNetworkPingNoContent) IsRedirect() bool

IsRedirect returns true when this get host network ping no content response has a 3xx status code

func (*GetHostNetworkPingNoContent) IsServerError

func (o *GetHostNetworkPingNoContent) IsServerError() bool

IsServerError returns true when this get host network ping no content response has a 5xx status code

func (*GetHostNetworkPingNoContent) IsSuccess

func (o *GetHostNetworkPingNoContent) IsSuccess() bool

IsSuccess returns true when this get host network ping no content response has a 2xx status code

func (*GetHostNetworkPingNoContent) String

func (o *GetHostNetworkPingNoContent) String() string

type GetHostNetworkPingParams

type GetHostNetworkPingParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetHostNetworkPingParams contains all the parameters to send to the API endpoint

for the get host network ping operation.

Typically these are written to a http.Request.

func NewGetHostNetworkPingParams

func NewGetHostNetworkPingParams() *GetHostNetworkPingParams

NewGetHostNetworkPingParams creates a new GetHostNetworkPingParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetHostNetworkPingParamsWithContext

func NewGetHostNetworkPingParamsWithContext(ctx context.Context) *GetHostNetworkPingParams

NewGetHostNetworkPingParamsWithContext creates a new GetHostNetworkPingParams object with the ability to set a context for a request.

func NewGetHostNetworkPingParamsWithHTTPClient

func NewGetHostNetworkPingParamsWithHTTPClient(client *http.Client) *GetHostNetworkPingParams

NewGetHostNetworkPingParamsWithHTTPClient creates a new GetHostNetworkPingParams object with the ability to set a custom HTTPClient for a request.

func NewGetHostNetworkPingParamsWithTimeout

func NewGetHostNetworkPingParamsWithTimeout(timeout time.Duration) *GetHostNetworkPingParams

NewGetHostNetworkPingParamsWithTimeout creates a new GetHostNetworkPingParams object with the ability to set a timeout on a request.

func (*GetHostNetworkPingParams) SetContext

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

SetContext adds the context to the get host network ping params

func (*GetHostNetworkPingParams) SetDefaults

func (o *GetHostNetworkPingParams) SetDefaults()

SetDefaults hydrates default values in the get host network ping params (not the query body).

All values with no default are reset to their zero value.

func (*GetHostNetworkPingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get host network ping params

func (*GetHostNetworkPingParams) SetTimeout

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

SetTimeout adds the timeout to the get host network ping params

func (*GetHostNetworkPingParams) WithContext

WithContext adds the context to the get host network ping params

func (*GetHostNetworkPingParams) WithDefaults

WithDefaults hydrates default values in the get host network ping params (not the query body).

All values with no default are reset to their zero value.

func (*GetHostNetworkPingParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get host network ping params

func (*GetHostNetworkPingParams) WithTimeout

WithTimeout adds the timeout to the get host network ping params

func (*GetHostNetworkPingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetHostNetworkPingReader

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

GetHostNetworkPingReader is a Reader for the GetHostNetworkPing structure.

func (*GetHostNetworkPingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetHostNetworkVlanInternalServerError

type GetHostNetworkVlanInternalServerError struct {
}

GetHostNetworkVlanInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetHostNetworkVlanInternalServerError

func NewGetHostNetworkVlanInternalServerError() *GetHostNetworkVlanInternalServerError

NewGetHostNetworkVlanInternalServerError creates a GetHostNetworkVlanInternalServerError with default headers values

func (*GetHostNetworkVlanInternalServerError) Error

func (*GetHostNetworkVlanInternalServerError) IsClientError

func (o *GetHostNetworkVlanInternalServerError) IsClientError() bool

IsClientError returns true when this get host network vlan internal server error response has a 4xx status code

func (*GetHostNetworkVlanInternalServerError) IsCode

IsCode returns true when this get host network vlan internal server error response a status code equal to that given

func (*GetHostNetworkVlanInternalServerError) IsRedirect

IsRedirect returns true when this get host network vlan internal server error response has a 3xx status code

func (*GetHostNetworkVlanInternalServerError) IsServerError

func (o *GetHostNetworkVlanInternalServerError) IsServerError() bool

IsServerError returns true when this get host network vlan internal server error response has a 5xx status code

func (*GetHostNetworkVlanInternalServerError) IsSuccess

IsSuccess returns true when this get host network vlan internal server error response has a 2xx status code

func (*GetHostNetworkVlanInternalServerError) String

type GetHostNetworkVlanNameInternalServerError

type GetHostNetworkVlanNameInternalServerError struct {
}

GetHostNetworkVlanNameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetHostNetworkVlanNameInternalServerError

func NewGetHostNetworkVlanNameInternalServerError() *GetHostNetworkVlanNameInternalServerError

NewGetHostNetworkVlanNameInternalServerError creates a GetHostNetworkVlanNameInternalServerError with default headers values

func (*GetHostNetworkVlanNameInternalServerError) Error

func (*GetHostNetworkVlanNameInternalServerError) IsClientError

IsClientError returns true when this get host network vlan name internal server error response has a 4xx status code

func (*GetHostNetworkVlanNameInternalServerError) IsCode

IsCode returns true when this get host network vlan name internal server error response a status code equal to that given

func (*GetHostNetworkVlanNameInternalServerError) IsRedirect

IsRedirect returns true when this get host network vlan name internal server error response has a 3xx status code

func (*GetHostNetworkVlanNameInternalServerError) IsServerError

IsServerError returns true when this get host network vlan name internal server error response has a 5xx status code

func (*GetHostNetworkVlanNameInternalServerError) IsSuccess

IsSuccess returns true when this get host network vlan name internal server error response has a 2xx status code

func (*GetHostNetworkVlanNameInternalServerError) String

type GetHostNetworkVlanNameNotFound

type GetHostNetworkVlanNameNotFound struct {
}

GetHostNetworkVlanNameNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetHostNetworkVlanNameNotFound

func NewGetHostNetworkVlanNameNotFound() *GetHostNetworkVlanNameNotFound

NewGetHostNetworkVlanNameNotFound creates a GetHostNetworkVlanNameNotFound with default headers values

func (*GetHostNetworkVlanNameNotFound) Error

func (*GetHostNetworkVlanNameNotFound) IsClientError

func (o *GetHostNetworkVlanNameNotFound) IsClientError() bool

IsClientError returns true when this get host network vlan name not found response has a 4xx status code

func (*GetHostNetworkVlanNameNotFound) IsCode

func (o *GetHostNetworkVlanNameNotFound) IsCode(code int) bool

IsCode returns true when this get host network vlan name not found response a status code equal to that given

func (*GetHostNetworkVlanNameNotFound) IsRedirect

func (o *GetHostNetworkVlanNameNotFound) IsRedirect() bool

IsRedirect returns true when this get host network vlan name not found response has a 3xx status code

func (*GetHostNetworkVlanNameNotFound) IsServerError

func (o *GetHostNetworkVlanNameNotFound) IsServerError() bool

IsServerError returns true when this get host network vlan name not found response has a 5xx status code

func (*GetHostNetworkVlanNameNotFound) IsSuccess

func (o *GetHostNetworkVlanNameNotFound) IsSuccess() bool

IsSuccess returns true when this get host network vlan name not found response has a 2xx status code

func (*GetHostNetworkVlanNameNotFound) String

type GetHostNetworkVlanNameOK

type GetHostNetworkVlanNameOK struct {
	Payload *models.DtosHostNetworkVlanDto
}

GetHostNetworkVlanNameOK describes a response with status code 200, with default header values.

OK

func NewGetHostNetworkVlanNameOK

func NewGetHostNetworkVlanNameOK() *GetHostNetworkVlanNameOK

NewGetHostNetworkVlanNameOK creates a GetHostNetworkVlanNameOK with default headers values

func (*GetHostNetworkVlanNameOK) Error

func (o *GetHostNetworkVlanNameOK) Error() string

func (*GetHostNetworkVlanNameOK) GetPayload

func (*GetHostNetworkVlanNameOK) IsClientError

func (o *GetHostNetworkVlanNameOK) IsClientError() bool

IsClientError returns true when this get host network vlan name o k response has a 4xx status code

func (*GetHostNetworkVlanNameOK) IsCode

func (o *GetHostNetworkVlanNameOK) IsCode(code int) bool

IsCode returns true when this get host network vlan name o k response a status code equal to that given

func (*GetHostNetworkVlanNameOK) IsRedirect

func (o *GetHostNetworkVlanNameOK) IsRedirect() bool

IsRedirect returns true when this get host network vlan name o k response has a 3xx status code

func (*GetHostNetworkVlanNameOK) IsServerError

func (o *GetHostNetworkVlanNameOK) IsServerError() bool

IsServerError returns true when this get host network vlan name o k response has a 5xx status code

func (*GetHostNetworkVlanNameOK) IsSuccess

func (o *GetHostNetworkVlanNameOK) IsSuccess() bool

IsSuccess returns true when this get host network vlan name o k response has a 2xx status code

func (*GetHostNetworkVlanNameOK) String

func (o *GetHostNetworkVlanNameOK) String() string

type GetHostNetworkVlanNameParams

type GetHostNetworkVlanNameParams struct {

	/* Name.

	   Vlan name
	*/
	Name string

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

GetHostNetworkVlanNameParams contains all the parameters to send to the API endpoint

for the get host network vlan name operation.

Typically these are written to a http.Request.

func NewGetHostNetworkVlanNameParams

func NewGetHostNetworkVlanNameParams() *GetHostNetworkVlanNameParams

NewGetHostNetworkVlanNameParams creates a new GetHostNetworkVlanNameParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetHostNetworkVlanNameParamsWithContext

func NewGetHostNetworkVlanNameParamsWithContext(ctx context.Context) *GetHostNetworkVlanNameParams

NewGetHostNetworkVlanNameParamsWithContext creates a new GetHostNetworkVlanNameParams object with the ability to set a context for a request.

func NewGetHostNetworkVlanNameParamsWithHTTPClient

func NewGetHostNetworkVlanNameParamsWithHTTPClient(client *http.Client) *GetHostNetworkVlanNameParams

NewGetHostNetworkVlanNameParamsWithHTTPClient creates a new GetHostNetworkVlanNameParams object with the ability to set a custom HTTPClient for a request.

func NewGetHostNetworkVlanNameParamsWithTimeout

func NewGetHostNetworkVlanNameParamsWithTimeout(timeout time.Duration) *GetHostNetworkVlanNameParams

NewGetHostNetworkVlanNameParamsWithTimeout creates a new GetHostNetworkVlanNameParams object with the ability to set a timeout on a request.

func (*GetHostNetworkVlanNameParams) SetContext

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

SetContext adds the context to the get host network vlan name params

func (*GetHostNetworkVlanNameParams) SetDefaults

func (o *GetHostNetworkVlanNameParams) SetDefaults()

SetDefaults hydrates default values in the get host network vlan name params (not the query body).

All values with no default are reset to their zero value.

func (*GetHostNetworkVlanNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get host network vlan name params

func (*GetHostNetworkVlanNameParams) SetName

func (o *GetHostNetworkVlanNameParams) SetName(name string)

SetName adds the name to the get host network vlan name params

func (*GetHostNetworkVlanNameParams) SetTimeout

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

SetTimeout adds the timeout to the get host network vlan name params

func (*GetHostNetworkVlanNameParams) WithContext

WithContext adds the context to the get host network vlan name params

func (*GetHostNetworkVlanNameParams) WithDefaults

WithDefaults hydrates default values in the get host network vlan name params (not the query body).

All values with no default are reset to their zero value.

func (*GetHostNetworkVlanNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get host network vlan name params

func (*GetHostNetworkVlanNameParams) WithName

WithName adds the name to the get host network vlan name params

func (*GetHostNetworkVlanNameParams) WithTimeout

WithTimeout adds the timeout to the get host network vlan name params

func (*GetHostNetworkVlanNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetHostNetworkVlanNameReader

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

GetHostNetworkVlanNameReader is a Reader for the GetHostNetworkVlanName structure.

func (*GetHostNetworkVlanNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetHostNetworkVlanOK

type GetHostNetworkVlanOK struct {
	Payload []*models.DtosHostNetworkVlanDto
}

GetHostNetworkVlanOK describes a response with status code 200, with default header values.

OK

func NewGetHostNetworkVlanOK

func NewGetHostNetworkVlanOK() *GetHostNetworkVlanOK

NewGetHostNetworkVlanOK creates a GetHostNetworkVlanOK with default headers values

func (*GetHostNetworkVlanOK) Error

func (o *GetHostNetworkVlanOK) Error() string

func (*GetHostNetworkVlanOK) GetPayload

func (*GetHostNetworkVlanOK) IsClientError

func (o *GetHostNetworkVlanOK) IsClientError() bool

IsClientError returns true when this get host network vlan o k response has a 4xx status code

func (*GetHostNetworkVlanOK) IsCode

func (o *GetHostNetworkVlanOK) IsCode(code int) bool

IsCode returns true when this get host network vlan o k response a status code equal to that given

func (*GetHostNetworkVlanOK) IsRedirect

func (o *GetHostNetworkVlanOK) IsRedirect() bool

IsRedirect returns true when this get host network vlan o k response has a 3xx status code

func (*GetHostNetworkVlanOK) IsServerError

func (o *GetHostNetworkVlanOK) IsServerError() bool

IsServerError returns true when this get host network vlan o k response has a 5xx status code

func (*GetHostNetworkVlanOK) IsSuccess

func (o *GetHostNetworkVlanOK) IsSuccess() bool

IsSuccess returns true when this get host network vlan o k response has a 2xx status code

func (*GetHostNetworkVlanOK) String

func (o *GetHostNetworkVlanOK) String() string

type GetHostNetworkVlanParams

type GetHostNetworkVlanParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetHostNetworkVlanParams contains all the parameters to send to the API endpoint

for the get host network vlan operation.

Typically these are written to a http.Request.

func NewGetHostNetworkVlanParams

func NewGetHostNetworkVlanParams() *GetHostNetworkVlanParams

NewGetHostNetworkVlanParams creates a new GetHostNetworkVlanParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetHostNetworkVlanParamsWithContext

func NewGetHostNetworkVlanParamsWithContext(ctx context.Context) *GetHostNetworkVlanParams

NewGetHostNetworkVlanParamsWithContext creates a new GetHostNetworkVlanParams object with the ability to set a context for a request.

func NewGetHostNetworkVlanParamsWithHTTPClient

func NewGetHostNetworkVlanParamsWithHTTPClient(client *http.Client) *GetHostNetworkVlanParams

NewGetHostNetworkVlanParamsWithHTTPClient creates a new GetHostNetworkVlanParams object with the ability to set a custom HTTPClient for a request.

func NewGetHostNetworkVlanParamsWithTimeout

func NewGetHostNetworkVlanParamsWithTimeout(timeout time.Duration) *GetHostNetworkVlanParams

NewGetHostNetworkVlanParamsWithTimeout creates a new GetHostNetworkVlanParams object with the ability to set a timeout on a request.

func (*GetHostNetworkVlanParams) SetContext

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

SetContext adds the context to the get host network vlan params

func (*GetHostNetworkVlanParams) SetDefaults

func (o *GetHostNetworkVlanParams) SetDefaults()

SetDefaults hydrates default values in the get host network vlan params (not the query body).

All values with no default are reset to their zero value.

func (*GetHostNetworkVlanParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get host network vlan params

func (*GetHostNetworkVlanParams) SetTimeout

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

SetTimeout adds the timeout to the get host network vlan params

func (*GetHostNetworkVlanParams) WithContext

WithContext adds the context to the get host network vlan params

func (*GetHostNetworkVlanParams) WithDefaults

WithDefaults hydrates default values in the get host network vlan params (not the query body).

All values with no default are reset to their zero value.

func (*GetHostNetworkVlanParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get host network vlan params

func (*GetHostNetworkVlanParams) WithTimeout

WithTimeout adds the timeout to the get host network vlan params

func (*GetHostNetworkVlanParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetHostNetworkVlanReader

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

GetHostNetworkVlanReader is a Reader for the GetHostNetworkVlan structure.

func (*GetHostNetworkVlanReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostHostNetworkBridgeBadRequest

type PostHostNetworkBridgeBadRequest struct {
	Payload *models.DtosValidationErrorDto
}

PostHostNetworkBridgeBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostHostNetworkBridgeBadRequest

func NewPostHostNetworkBridgeBadRequest() *PostHostNetworkBridgeBadRequest

NewPostHostNetworkBridgeBadRequest creates a PostHostNetworkBridgeBadRequest with default headers values

func (*PostHostNetworkBridgeBadRequest) Error

func (*PostHostNetworkBridgeBadRequest) GetPayload

func (*PostHostNetworkBridgeBadRequest) IsClientError

func (o *PostHostNetworkBridgeBadRequest) IsClientError() bool

IsClientError returns true when this post host network bridge bad request response has a 4xx status code

func (*PostHostNetworkBridgeBadRequest) IsCode

func (o *PostHostNetworkBridgeBadRequest) IsCode(code int) bool

IsCode returns true when this post host network bridge bad request response a status code equal to that given

func (*PostHostNetworkBridgeBadRequest) IsRedirect

func (o *PostHostNetworkBridgeBadRequest) IsRedirect() bool

IsRedirect returns true when this post host network bridge bad request response has a 3xx status code

func (*PostHostNetworkBridgeBadRequest) IsServerError

func (o *PostHostNetworkBridgeBadRequest) IsServerError() bool

IsServerError returns true when this post host network bridge bad request response has a 5xx status code

func (*PostHostNetworkBridgeBadRequest) IsSuccess

func (o *PostHostNetworkBridgeBadRequest) IsSuccess() bool

IsSuccess returns true when this post host network bridge bad request response has a 2xx status code

func (*PostHostNetworkBridgeBadRequest) String

type PostHostNetworkBridgeInternalServerError

type PostHostNetworkBridgeInternalServerError struct {
}

PostHostNetworkBridgeInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostHostNetworkBridgeInternalServerError

func NewPostHostNetworkBridgeInternalServerError() *PostHostNetworkBridgeInternalServerError

NewPostHostNetworkBridgeInternalServerError creates a PostHostNetworkBridgeInternalServerError with default headers values

func (*PostHostNetworkBridgeInternalServerError) Error

func (*PostHostNetworkBridgeInternalServerError) IsClientError

IsClientError returns true when this post host network bridge internal server error response has a 4xx status code

func (*PostHostNetworkBridgeInternalServerError) IsCode

IsCode returns true when this post host network bridge internal server error response a status code equal to that given

func (*PostHostNetworkBridgeInternalServerError) IsRedirect

IsRedirect returns true when this post host network bridge internal server error response has a 3xx status code

func (*PostHostNetworkBridgeInternalServerError) IsServerError

IsServerError returns true when this post host network bridge internal server error response has a 5xx status code

func (*PostHostNetworkBridgeInternalServerError) IsSuccess

IsSuccess returns true when this post host network bridge internal server error response has a 2xx status code

func (*PostHostNetworkBridgeInternalServerError) String

type PostHostNetworkBridgeOK

type PostHostNetworkBridgeOK struct {
	Payload *models.DtosHostNetworkBridgeDto
}

PostHostNetworkBridgeOK describes a response with status code 200, with default header values.

OK

func NewPostHostNetworkBridgeOK

func NewPostHostNetworkBridgeOK() *PostHostNetworkBridgeOK

NewPostHostNetworkBridgeOK creates a PostHostNetworkBridgeOK with default headers values

func (*PostHostNetworkBridgeOK) Error

func (o *PostHostNetworkBridgeOK) Error() string

func (*PostHostNetworkBridgeOK) GetPayload

func (*PostHostNetworkBridgeOK) IsClientError

func (o *PostHostNetworkBridgeOK) IsClientError() bool

IsClientError returns true when this post host network bridge o k response has a 4xx status code

func (*PostHostNetworkBridgeOK) IsCode

func (o *PostHostNetworkBridgeOK) IsCode(code int) bool

IsCode returns true when this post host network bridge o k response a status code equal to that given

func (*PostHostNetworkBridgeOK) IsRedirect

func (o *PostHostNetworkBridgeOK) IsRedirect() bool

IsRedirect returns true when this post host network bridge o k response has a 3xx status code

func (*PostHostNetworkBridgeOK) IsServerError

func (o *PostHostNetworkBridgeOK) IsServerError() bool

IsServerError returns true when this post host network bridge o k response has a 5xx status code

func (*PostHostNetworkBridgeOK) IsSuccess

func (o *PostHostNetworkBridgeOK) IsSuccess() bool

IsSuccess returns true when this post host network bridge o k response has a 2xx status code

func (*PostHostNetworkBridgeOK) String

func (o *PostHostNetworkBridgeOK) String() string

type PostHostNetworkBridgeParams

type PostHostNetworkBridgeParams struct {

	/* Request.

	   Host bridge fields
	*/
	Request *models.DtosHostNetworkBridgeCreateDto

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

PostHostNetworkBridgeParams contains all the parameters to send to the API endpoint

for the post host network bridge operation.

Typically these are written to a http.Request.

func NewPostHostNetworkBridgeParams

func NewPostHostNetworkBridgeParams() *PostHostNetworkBridgeParams

NewPostHostNetworkBridgeParams creates a new PostHostNetworkBridgeParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostHostNetworkBridgeParamsWithContext

func NewPostHostNetworkBridgeParamsWithContext(ctx context.Context) *PostHostNetworkBridgeParams

NewPostHostNetworkBridgeParamsWithContext creates a new PostHostNetworkBridgeParams object with the ability to set a context for a request.

func NewPostHostNetworkBridgeParamsWithHTTPClient

func NewPostHostNetworkBridgeParamsWithHTTPClient(client *http.Client) *PostHostNetworkBridgeParams

NewPostHostNetworkBridgeParamsWithHTTPClient creates a new PostHostNetworkBridgeParams object with the ability to set a custom HTTPClient for a request.

func NewPostHostNetworkBridgeParamsWithTimeout

func NewPostHostNetworkBridgeParamsWithTimeout(timeout time.Duration) *PostHostNetworkBridgeParams

NewPostHostNetworkBridgeParamsWithTimeout creates a new PostHostNetworkBridgeParams object with the ability to set a timeout on a request.

func (*PostHostNetworkBridgeParams) SetContext

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

SetContext adds the context to the post host network bridge params

func (*PostHostNetworkBridgeParams) SetDefaults

func (o *PostHostNetworkBridgeParams) SetDefaults()

SetDefaults hydrates default values in the post host network bridge params (not the query body).

All values with no default are reset to their zero value.

func (*PostHostNetworkBridgeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post host network bridge params

func (*PostHostNetworkBridgeParams) SetRequest

SetRequest adds the request to the post host network bridge params

func (*PostHostNetworkBridgeParams) SetTimeout

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

SetTimeout adds the timeout to the post host network bridge params

func (*PostHostNetworkBridgeParams) WithContext

WithContext adds the context to the post host network bridge params

func (*PostHostNetworkBridgeParams) WithDefaults

WithDefaults hydrates default values in the post host network bridge params (not the query body).

All values with no default are reset to their zero value.

func (*PostHostNetworkBridgeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post host network bridge params

func (*PostHostNetworkBridgeParams) WithRequest

WithRequest adds the request to the post host network bridge params

func (*PostHostNetworkBridgeParams) WithTimeout

WithTimeout adds the timeout to the post host network bridge params

func (*PostHostNetworkBridgeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostHostNetworkBridgeReader

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

PostHostNetworkBridgeReader is a Reader for the PostHostNetworkBridge structure.

func (*PostHostNetworkBridgeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostHostNetworkVlanBadRequest

type PostHostNetworkVlanBadRequest struct {
	Payload *models.DtosValidationErrorDto
}

PostHostNetworkVlanBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostHostNetworkVlanBadRequest

func NewPostHostNetworkVlanBadRequest() *PostHostNetworkVlanBadRequest

NewPostHostNetworkVlanBadRequest creates a PostHostNetworkVlanBadRequest with default headers values

func (*PostHostNetworkVlanBadRequest) Error

func (*PostHostNetworkVlanBadRequest) GetPayload

func (*PostHostNetworkVlanBadRequest) IsClientError

func (o *PostHostNetworkVlanBadRequest) IsClientError() bool

IsClientError returns true when this post host network vlan bad request response has a 4xx status code

func (*PostHostNetworkVlanBadRequest) IsCode

func (o *PostHostNetworkVlanBadRequest) IsCode(code int) bool

IsCode returns true when this post host network vlan bad request response a status code equal to that given

func (*PostHostNetworkVlanBadRequest) IsRedirect

func (o *PostHostNetworkVlanBadRequest) IsRedirect() bool

IsRedirect returns true when this post host network vlan bad request response has a 3xx status code

func (*PostHostNetworkVlanBadRequest) IsServerError

func (o *PostHostNetworkVlanBadRequest) IsServerError() bool

IsServerError returns true when this post host network vlan bad request response has a 5xx status code

func (*PostHostNetworkVlanBadRequest) IsSuccess

func (o *PostHostNetworkVlanBadRequest) IsSuccess() bool

IsSuccess returns true when this post host network vlan bad request response has a 2xx status code

func (*PostHostNetworkVlanBadRequest) String

type PostHostNetworkVlanInternalServerError

type PostHostNetworkVlanInternalServerError struct {
}

PostHostNetworkVlanInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostHostNetworkVlanInternalServerError

func NewPostHostNetworkVlanInternalServerError() *PostHostNetworkVlanInternalServerError

NewPostHostNetworkVlanInternalServerError creates a PostHostNetworkVlanInternalServerError with default headers values

func (*PostHostNetworkVlanInternalServerError) Error

func (*PostHostNetworkVlanInternalServerError) IsClientError

func (o *PostHostNetworkVlanInternalServerError) IsClientError() bool

IsClientError returns true when this post host network vlan internal server error response has a 4xx status code

func (*PostHostNetworkVlanInternalServerError) IsCode

IsCode returns true when this post host network vlan internal server error response a status code equal to that given

func (*PostHostNetworkVlanInternalServerError) IsRedirect

IsRedirect returns true when this post host network vlan internal server error response has a 3xx status code

func (*PostHostNetworkVlanInternalServerError) IsServerError

func (o *PostHostNetworkVlanInternalServerError) IsServerError() bool

IsServerError returns true when this post host network vlan internal server error response has a 5xx status code

func (*PostHostNetworkVlanInternalServerError) IsSuccess

IsSuccess returns true when this post host network vlan internal server error response has a 2xx status code

func (*PostHostNetworkVlanInternalServerError) String

type PostHostNetworkVlanOK

type PostHostNetworkVlanOK struct {
	Payload *models.DtosHostNetworkVlanDto
}

PostHostNetworkVlanOK describes a response with status code 200, with default header values.

OK

func NewPostHostNetworkVlanOK

func NewPostHostNetworkVlanOK() *PostHostNetworkVlanOK

NewPostHostNetworkVlanOK creates a PostHostNetworkVlanOK with default headers values

func (*PostHostNetworkVlanOK) Error

func (o *PostHostNetworkVlanOK) Error() string

func (*PostHostNetworkVlanOK) GetPayload

func (*PostHostNetworkVlanOK) IsClientError

func (o *PostHostNetworkVlanOK) IsClientError() bool

IsClientError returns true when this post host network vlan o k response has a 4xx status code

func (*PostHostNetworkVlanOK) IsCode

func (o *PostHostNetworkVlanOK) IsCode(code int) bool

IsCode returns true when this post host network vlan o k response a status code equal to that given

func (*PostHostNetworkVlanOK) IsRedirect

func (o *PostHostNetworkVlanOK) IsRedirect() bool

IsRedirect returns true when this post host network vlan o k response has a 3xx status code

func (*PostHostNetworkVlanOK) IsServerError

func (o *PostHostNetworkVlanOK) IsServerError() bool

IsServerError returns true when this post host network vlan o k response has a 5xx status code

func (*PostHostNetworkVlanOK) IsSuccess

func (o *PostHostNetworkVlanOK) IsSuccess() bool

IsSuccess returns true when this post host network vlan o k response has a 2xx status code

func (*PostHostNetworkVlanOK) String

func (o *PostHostNetworkVlanOK) String() string

type PostHostNetworkVlanParams

type PostHostNetworkVlanParams struct {

	/* Request.

	   Host vlan fields
	*/
	Request *models.DtosHostNetworkVlanCreateDto

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

PostHostNetworkVlanParams contains all the parameters to send to the API endpoint

for the post host network vlan operation.

Typically these are written to a http.Request.

func NewPostHostNetworkVlanParams

func NewPostHostNetworkVlanParams() *PostHostNetworkVlanParams

NewPostHostNetworkVlanParams creates a new PostHostNetworkVlanParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostHostNetworkVlanParamsWithContext

func NewPostHostNetworkVlanParamsWithContext(ctx context.Context) *PostHostNetworkVlanParams

NewPostHostNetworkVlanParamsWithContext creates a new PostHostNetworkVlanParams object with the ability to set a context for a request.

func NewPostHostNetworkVlanParamsWithHTTPClient

func NewPostHostNetworkVlanParamsWithHTTPClient(client *http.Client) *PostHostNetworkVlanParams

NewPostHostNetworkVlanParamsWithHTTPClient creates a new PostHostNetworkVlanParams object with the ability to set a custom HTTPClient for a request.

func NewPostHostNetworkVlanParamsWithTimeout

func NewPostHostNetworkVlanParamsWithTimeout(timeout time.Duration) *PostHostNetworkVlanParams

NewPostHostNetworkVlanParamsWithTimeout creates a new PostHostNetworkVlanParams object with the ability to set a timeout on a request.

func (*PostHostNetworkVlanParams) SetContext

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

SetContext adds the context to the post host network vlan params

func (*PostHostNetworkVlanParams) SetDefaults

func (o *PostHostNetworkVlanParams) SetDefaults()

SetDefaults hydrates default values in the post host network vlan params (not the query body).

All values with no default are reset to their zero value.

func (*PostHostNetworkVlanParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post host network vlan params

func (*PostHostNetworkVlanParams) SetRequest

SetRequest adds the request to the post host network vlan params

func (*PostHostNetworkVlanParams) SetTimeout

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

SetTimeout adds the timeout to the post host network vlan params

func (*PostHostNetworkVlanParams) WithContext

WithContext adds the context to the post host network vlan params

func (*PostHostNetworkVlanParams) WithDefaults

WithDefaults hydrates default values in the post host network vlan params (not the query body).

All values with no default are reset to their zero value.

func (*PostHostNetworkVlanParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post host network vlan params

func (*PostHostNetworkVlanParams) WithRequest

WithRequest adds the request to the post host network vlan params

func (*PostHostNetworkVlanParams) WithTimeout

WithTimeout adds the timeout to the post host network vlan params

func (*PostHostNetworkVlanParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostHostNetworkVlanReader

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

PostHostNetworkVlanReader is a Reader for the PostHostNetworkVlan structure.

func (*PostHostNetworkVlanReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutHostNetworkBridgeNameBadRequest

type PutHostNetworkBridgeNameBadRequest struct {
	Payload *models.DtosValidationErrorDto
}

PutHostNetworkBridgeNameBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPutHostNetworkBridgeNameBadRequest

func NewPutHostNetworkBridgeNameBadRequest() *PutHostNetworkBridgeNameBadRequest

NewPutHostNetworkBridgeNameBadRequest creates a PutHostNetworkBridgeNameBadRequest with default headers values

func (*PutHostNetworkBridgeNameBadRequest) Error

func (*PutHostNetworkBridgeNameBadRequest) GetPayload

func (*PutHostNetworkBridgeNameBadRequest) IsClientError

func (o *PutHostNetworkBridgeNameBadRequest) IsClientError() bool

IsClientError returns true when this put host network bridge name bad request response has a 4xx status code

func (*PutHostNetworkBridgeNameBadRequest) IsCode

IsCode returns true when this put host network bridge name bad request response a status code equal to that given

func (*PutHostNetworkBridgeNameBadRequest) IsRedirect

func (o *PutHostNetworkBridgeNameBadRequest) IsRedirect() bool

IsRedirect returns true when this put host network bridge name bad request response has a 3xx status code

func (*PutHostNetworkBridgeNameBadRequest) IsServerError

func (o *PutHostNetworkBridgeNameBadRequest) IsServerError() bool

IsServerError returns true when this put host network bridge name bad request response has a 5xx status code

func (*PutHostNetworkBridgeNameBadRequest) IsSuccess

IsSuccess returns true when this put host network bridge name bad request response has a 2xx status code

func (*PutHostNetworkBridgeNameBadRequest) String

type PutHostNetworkBridgeNameInternalServerError

type PutHostNetworkBridgeNameInternalServerError struct {
}

PutHostNetworkBridgeNameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPutHostNetworkBridgeNameInternalServerError

func NewPutHostNetworkBridgeNameInternalServerError() *PutHostNetworkBridgeNameInternalServerError

NewPutHostNetworkBridgeNameInternalServerError creates a PutHostNetworkBridgeNameInternalServerError with default headers values

func (*PutHostNetworkBridgeNameInternalServerError) Error

func (*PutHostNetworkBridgeNameInternalServerError) IsClientError

IsClientError returns true when this put host network bridge name internal server error response has a 4xx status code

func (*PutHostNetworkBridgeNameInternalServerError) IsCode

IsCode returns true when this put host network bridge name internal server error response a status code equal to that given

func (*PutHostNetworkBridgeNameInternalServerError) IsRedirect

IsRedirect returns true when this put host network bridge name internal server error response has a 3xx status code

func (*PutHostNetworkBridgeNameInternalServerError) IsServerError

IsServerError returns true when this put host network bridge name internal server error response has a 5xx status code

func (*PutHostNetworkBridgeNameInternalServerError) IsSuccess

IsSuccess returns true when this put host network bridge name internal server error response has a 2xx status code

func (*PutHostNetworkBridgeNameInternalServerError) String

type PutHostNetworkBridgeNameNotFound

type PutHostNetworkBridgeNameNotFound struct {
}

PutHostNetworkBridgeNameNotFound describes a response with status code 404, with default header values.

Not Found

func NewPutHostNetworkBridgeNameNotFound

func NewPutHostNetworkBridgeNameNotFound() *PutHostNetworkBridgeNameNotFound

NewPutHostNetworkBridgeNameNotFound creates a PutHostNetworkBridgeNameNotFound with default headers values

func (*PutHostNetworkBridgeNameNotFound) Error

func (*PutHostNetworkBridgeNameNotFound) IsClientError

func (o *PutHostNetworkBridgeNameNotFound) IsClientError() bool

IsClientError returns true when this put host network bridge name not found response has a 4xx status code

func (*PutHostNetworkBridgeNameNotFound) IsCode

func (o *PutHostNetworkBridgeNameNotFound) IsCode(code int) bool

IsCode returns true when this put host network bridge name not found response a status code equal to that given

func (*PutHostNetworkBridgeNameNotFound) IsRedirect

func (o *PutHostNetworkBridgeNameNotFound) IsRedirect() bool

IsRedirect returns true when this put host network bridge name not found response has a 3xx status code

func (*PutHostNetworkBridgeNameNotFound) IsServerError

func (o *PutHostNetworkBridgeNameNotFound) IsServerError() bool

IsServerError returns true when this put host network bridge name not found response has a 5xx status code

func (*PutHostNetworkBridgeNameNotFound) IsSuccess

func (o *PutHostNetworkBridgeNameNotFound) IsSuccess() bool

IsSuccess returns true when this put host network bridge name not found response has a 2xx status code

func (*PutHostNetworkBridgeNameNotFound) String

type PutHostNetworkBridgeNameOK

type PutHostNetworkBridgeNameOK struct {
	Payload *models.DtosHostNetworkBridgeDto
}

PutHostNetworkBridgeNameOK describes a response with status code 200, with default header values.

OK

func NewPutHostNetworkBridgeNameOK

func NewPutHostNetworkBridgeNameOK() *PutHostNetworkBridgeNameOK

NewPutHostNetworkBridgeNameOK creates a PutHostNetworkBridgeNameOK with default headers values

func (*PutHostNetworkBridgeNameOK) Error

func (*PutHostNetworkBridgeNameOK) GetPayload

func (*PutHostNetworkBridgeNameOK) IsClientError

func (o *PutHostNetworkBridgeNameOK) IsClientError() bool

IsClientError returns true when this put host network bridge name o k response has a 4xx status code

func (*PutHostNetworkBridgeNameOK) IsCode

func (o *PutHostNetworkBridgeNameOK) IsCode(code int) bool

IsCode returns true when this put host network bridge name o k response a status code equal to that given

func (*PutHostNetworkBridgeNameOK) IsRedirect

func (o *PutHostNetworkBridgeNameOK) IsRedirect() bool

IsRedirect returns true when this put host network bridge name o k response has a 3xx status code

func (*PutHostNetworkBridgeNameOK) IsServerError

func (o *PutHostNetworkBridgeNameOK) IsServerError() bool

IsServerError returns true when this put host network bridge name o k response has a 5xx status code

func (*PutHostNetworkBridgeNameOK) IsSuccess

func (o *PutHostNetworkBridgeNameOK) IsSuccess() bool

IsSuccess returns true when this put host network bridge name o k response has a 2xx status code

func (*PutHostNetworkBridgeNameOK) String

func (o *PutHostNetworkBridgeNameOK) String() string

type PutHostNetworkBridgeNameParams

type PutHostNetworkBridgeNameParams struct {

	/* Name.

	   Bridge name
	*/
	Name string

	/* Request.

	   Host bridge fields
	*/
	Request *models.DtosHostNetworkBridgeUpdateDto

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

PutHostNetworkBridgeNameParams contains all the parameters to send to the API endpoint

for the put host network bridge name operation.

Typically these are written to a http.Request.

func NewPutHostNetworkBridgeNameParams

func NewPutHostNetworkBridgeNameParams() *PutHostNetworkBridgeNameParams

NewPutHostNetworkBridgeNameParams creates a new PutHostNetworkBridgeNameParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutHostNetworkBridgeNameParamsWithContext

func NewPutHostNetworkBridgeNameParamsWithContext(ctx context.Context) *PutHostNetworkBridgeNameParams

NewPutHostNetworkBridgeNameParamsWithContext creates a new PutHostNetworkBridgeNameParams object with the ability to set a context for a request.

func NewPutHostNetworkBridgeNameParamsWithHTTPClient

func NewPutHostNetworkBridgeNameParamsWithHTTPClient(client *http.Client) *PutHostNetworkBridgeNameParams

NewPutHostNetworkBridgeNameParamsWithHTTPClient creates a new PutHostNetworkBridgeNameParams object with the ability to set a custom HTTPClient for a request.

func NewPutHostNetworkBridgeNameParamsWithTimeout

func NewPutHostNetworkBridgeNameParamsWithTimeout(timeout time.Duration) *PutHostNetworkBridgeNameParams

NewPutHostNetworkBridgeNameParamsWithTimeout creates a new PutHostNetworkBridgeNameParams object with the ability to set a timeout on a request.

func (*PutHostNetworkBridgeNameParams) SetContext

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

SetContext adds the context to the put host network bridge name params

func (*PutHostNetworkBridgeNameParams) SetDefaults

func (o *PutHostNetworkBridgeNameParams) SetDefaults()

SetDefaults hydrates default values in the put host network bridge name params (not the query body).

All values with no default are reset to their zero value.

func (*PutHostNetworkBridgeNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put host network bridge name params

func (*PutHostNetworkBridgeNameParams) SetName

func (o *PutHostNetworkBridgeNameParams) SetName(name string)

SetName adds the name to the put host network bridge name params

func (*PutHostNetworkBridgeNameParams) SetRequest

SetRequest adds the request to the put host network bridge name params

func (*PutHostNetworkBridgeNameParams) SetTimeout

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

SetTimeout adds the timeout to the put host network bridge name params

func (*PutHostNetworkBridgeNameParams) WithContext

WithContext adds the context to the put host network bridge name params

func (*PutHostNetworkBridgeNameParams) WithDefaults

WithDefaults hydrates default values in the put host network bridge name params (not the query body).

All values with no default are reset to their zero value.

func (*PutHostNetworkBridgeNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put host network bridge name params

func (*PutHostNetworkBridgeNameParams) WithName

WithName adds the name to the put host network bridge name params

func (*PutHostNetworkBridgeNameParams) WithRequest

WithRequest adds the request to the put host network bridge name params

func (*PutHostNetworkBridgeNameParams) WithTimeout

WithTimeout adds the timeout to the put host network bridge name params

func (*PutHostNetworkBridgeNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutHostNetworkBridgeNameReader

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

PutHostNetworkBridgeNameReader is a Reader for the PutHostNetworkBridgeName structure.

func (*PutHostNetworkBridgeNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutHostNetworkVlanNameBadRequest

type PutHostNetworkVlanNameBadRequest struct {
	Payload *models.DtosValidationErrorDto
}

PutHostNetworkVlanNameBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPutHostNetworkVlanNameBadRequest

func NewPutHostNetworkVlanNameBadRequest() *PutHostNetworkVlanNameBadRequest

NewPutHostNetworkVlanNameBadRequest creates a PutHostNetworkVlanNameBadRequest with default headers values

func (*PutHostNetworkVlanNameBadRequest) Error

func (*PutHostNetworkVlanNameBadRequest) GetPayload

func (*PutHostNetworkVlanNameBadRequest) IsClientError

func (o *PutHostNetworkVlanNameBadRequest) IsClientError() bool

IsClientError returns true when this put host network vlan name bad request response has a 4xx status code

func (*PutHostNetworkVlanNameBadRequest) IsCode

func (o *PutHostNetworkVlanNameBadRequest) IsCode(code int) bool

IsCode returns true when this put host network vlan name bad request response a status code equal to that given

func (*PutHostNetworkVlanNameBadRequest) IsRedirect

func (o *PutHostNetworkVlanNameBadRequest) IsRedirect() bool

IsRedirect returns true when this put host network vlan name bad request response has a 3xx status code

func (*PutHostNetworkVlanNameBadRequest) IsServerError

func (o *PutHostNetworkVlanNameBadRequest) IsServerError() bool

IsServerError returns true when this put host network vlan name bad request response has a 5xx status code

func (*PutHostNetworkVlanNameBadRequest) IsSuccess

func (o *PutHostNetworkVlanNameBadRequest) IsSuccess() bool

IsSuccess returns true when this put host network vlan name bad request response has a 2xx status code

func (*PutHostNetworkVlanNameBadRequest) String

type PutHostNetworkVlanNameInternalServerError

type PutHostNetworkVlanNameInternalServerError struct {
}

PutHostNetworkVlanNameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPutHostNetworkVlanNameInternalServerError

func NewPutHostNetworkVlanNameInternalServerError() *PutHostNetworkVlanNameInternalServerError

NewPutHostNetworkVlanNameInternalServerError creates a PutHostNetworkVlanNameInternalServerError with default headers values

func (*PutHostNetworkVlanNameInternalServerError) Error

func (*PutHostNetworkVlanNameInternalServerError) IsClientError

IsClientError returns true when this put host network vlan name internal server error response has a 4xx status code

func (*PutHostNetworkVlanNameInternalServerError) IsCode

IsCode returns true when this put host network vlan name internal server error response a status code equal to that given

func (*PutHostNetworkVlanNameInternalServerError) IsRedirect

IsRedirect returns true when this put host network vlan name internal server error response has a 3xx status code

func (*PutHostNetworkVlanNameInternalServerError) IsServerError

IsServerError returns true when this put host network vlan name internal server error response has a 5xx status code

func (*PutHostNetworkVlanNameInternalServerError) IsSuccess

IsSuccess returns true when this put host network vlan name internal server error response has a 2xx status code

func (*PutHostNetworkVlanNameInternalServerError) String

type PutHostNetworkVlanNameNotFound

type PutHostNetworkVlanNameNotFound struct {
}

PutHostNetworkVlanNameNotFound describes a response with status code 404, with default header values.

Not Found

func NewPutHostNetworkVlanNameNotFound

func NewPutHostNetworkVlanNameNotFound() *PutHostNetworkVlanNameNotFound

NewPutHostNetworkVlanNameNotFound creates a PutHostNetworkVlanNameNotFound with default headers values

func (*PutHostNetworkVlanNameNotFound) Error

func (*PutHostNetworkVlanNameNotFound) IsClientError

func (o *PutHostNetworkVlanNameNotFound) IsClientError() bool

IsClientError returns true when this put host network vlan name not found response has a 4xx status code

func (*PutHostNetworkVlanNameNotFound) IsCode

func (o *PutHostNetworkVlanNameNotFound) IsCode(code int) bool

IsCode returns true when this put host network vlan name not found response a status code equal to that given

func (*PutHostNetworkVlanNameNotFound) IsRedirect

func (o *PutHostNetworkVlanNameNotFound) IsRedirect() bool

IsRedirect returns true when this put host network vlan name not found response has a 3xx status code

func (*PutHostNetworkVlanNameNotFound) IsServerError

func (o *PutHostNetworkVlanNameNotFound) IsServerError() bool

IsServerError returns true when this put host network vlan name not found response has a 5xx status code

func (*PutHostNetworkVlanNameNotFound) IsSuccess

func (o *PutHostNetworkVlanNameNotFound) IsSuccess() bool

IsSuccess returns true when this put host network vlan name not found response has a 2xx status code

func (*PutHostNetworkVlanNameNotFound) String

type PutHostNetworkVlanNameOK

type PutHostNetworkVlanNameOK struct {
	Payload *models.DtosHostNetworkVlanDto
}

PutHostNetworkVlanNameOK describes a response with status code 200, with default header values.

OK

func NewPutHostNetworkVlanNameOK

func NewPutHostNetworkVlanNameOK() *PutHostNetworkVlanNameOK

NewPutHostNetworkVlanNameOK creates a PutHostNetworkVlanNameOK with default headers values

func (*PutHostNetworkVlanNameOK) Error

func (o *PutHostNetworkVlanNameOK) Error() string

func (*PutHostNetworkVlanNameOK) GetPayload

func (*PutHostNetworkVlanNameOK) IsClientError

func (o *PutHostNetworkVlanNameOK) IsClientError() bool

IsClientError returns true when this put host network vlan name o k response has a 4xx status code

func (*PutHostNetworkVlanNameOK) IsCode

func (o *PutHostNetworkVlanNameOK) IsCode(code int) bool

IsCode returns true when this put host network vlan name o k response a status code equal to that given

func (*PutHostNetworkVlanNameOK) IsRedirect

func (o *PutHostNetworkVlanNameOK) IsRedirect() bool

IsRedirect returns true when this put host network vlan name o k response has a 3xx status code

func (*PutHostNetworkVlanNameOK) IsServerError

func (o *PutHostNetworkVlanNameOK) IsServerError() bool

IsServerError returns true when this put host network vlan name o k response has a 5xx status code

func (*PutHostNetworkVlanNameOK) IsSuccess

func (o *PutHostNetworkVlanNameOK) IsSuccess() bool

IsSuccess returns true when this put host network vlan name o k response has a 2xx status code

func (*PutHostNetworkVlanNameOK) String

func (o *PutHostNetworkVlanNameOK) String() string

type PutHostNetworkVlanNameParams

type PutHostNetworkVlanNameParams struct {

	/* Name.

	   Vlan name
	*/
	Name string

	/* Request.

	   Host vlan fields
	*/
	Request *models.DtosHostNetworkVlanUpdateDto

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

PutHostNetworkVlanNameParams contains all the parameters to send to the API endpoint

for the put host network vlan name operation.

Typically these are written to a http.Request.

func NewPutHostNetworkVlanNameParams

func NewPutHostNetworkVlanNameParams() *PutHostNetworkVlanNameParams

NewPutHostNetworkVlanNameParams creates a new PutHostNetworkVlanNameParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutHostNetworkVlanNameParamsWithContext

func NewPutHostNetworkVlanNameParamsWithContext(ctx context.Context) *PutHostNetworkVlanNameParams

NewPutHostNetworkVlanNameParamsWithContext creates a new PutHostNetworkVlanNameParams object with the ability to set a context for a request.

func NewPutHostNetworkVlanNameParamsWithHTTPClient

func NewPutHostNetworkVlanNameParamsWithHTTPClient(client *http.Client) *PutHostNetworkVlanNameParams

NewPutHostNetworkVlanNameParamsWithHTTPClient creates a new PutHostNetworkVlanNameParams object with the ability to set a custom HTTPClient for a request.

func NewPutHostNetworkVlanNameParamsWithTimeout

func NewPutHostNetworkVlanNameParamsWithTimeout(timeout time.Duration) *PutHostNetworkVlanNameParams

NewPutHostNetworkVlanNameParamsWithTimeout creates a new PutHostNetworkVlanNameParams object with the ability to set a timeout on a request.

func (*PutHostNetworkVlanNameParams) SetContext

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

SetContext adds the context to the put host network vlan name params

func (*PutHostNetworkVlanNameParams) SetDefaults

func (o *PutHostNetworkVlanNameParams) SetDefaults()

SetDefaults hydrates default values in the put host network vlan name params (not the query body).

All values with no default are reset to their zero value.

func (*PutHostNetworkVlanNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put host network vlan name params

func (*PutHostNetworkVlanNameParams) SetName

func (o *PutHostNetworkVlanNameParams) SetName(name string)

SetName adds the name to the put host network vlan name params

func (*PutHostNetworkVlanNameParams) SetRequest

SetRequest adds the request to the put host network vlan name params

func (*PutHostNetworkVlanNameParams) SetTimeout

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

SetTimeout adds the timeout to the put host network vlan name params

func (*PutHostNetworkVlanNameParams) WithContext

WithContext adds the context to the put host network vlan name params

func (*PutHostNetworkVlanNameParams) WithDefaults

WithDefaults hydrates default values in the put host network vlan name params (not the query body).

All values with no default are reset to their zero value.

func (*PutHostNetworkVlanNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put host network vlan name params

func (*PutHostNetworkVlanNameParams) WithName

WithName adds the name to the put host network vlan name params

func (*PutHostNetworkVlanNameParams) WithRequest

WithRequest adds the request to the put host network vlan name params

func (*PutHostNetworkVlanNameParams) WithTimeout

WithTimeout adds the timeout to the put host network vlan name params

func (*PutHostNetworkVlanNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutHostNetworkVlanNameReader

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

PutHostNetworkVlanNameReader is a Reader for the PutHostNetworkVlanName structure.

func (*PutHostNetworkVlanNameReader) ReadResponse

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