vds

package
v2.14.0 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2024 License: ISC 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 vds API

func (*Client) CreateVds

func (a *Client) CreateVds(params *CreateVdsParams, opts ...ClientOption) (*CreateVdsOK, error)

CreateVds create vds API

func (*Client) CreateVdsWithAccessVlan

func (a *Client) CreateVdsWithAccessVlan(params *CreateVdsWithAccessVlanParams, opts ...ClientOption) (*CreateVdsWithAccessVlanOK, error)

CreateVdsWithAccessVlan create vds with access vlan API

func (*Client) CreateVdsWithMigrateVlan

func (a *Client) CreateVdsWithMigrateVlan(params *CreateVdsWithMigrateVlanParams, opts ...ClientOption) (*CreateVdsWithMigrateVlanOK, error)

CreateVdsWithMigrateVlan create vds with migrate vlan API

func (*Client) DeleteVds

func (a *Client) DeleteVds(params *DeleteVdsParams, opts ...ClientOption) (*DeleteVdsOK, error)

DeleteVds delete vds API

func (*Client) GetVdses

func (a *Client) GetVdses(params *GetVdsesParams, opts ...ClientOption) (*GetVdsesOK, error)

GetVdses get vdses API

func (*Client) GetVdsesConnection

func (a *Client) GetVdsesConnection(params *GetVdsesConnectionParams, opts ...ClientOption) (*GetVdsesConnectionOK, error)

GetVdsesConnection get vdses connection API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateVds

func (a *Client) UpdateVds(params *UpdateVdsParams, opts ...ClientOption) (*UpdateVdsOK, error)

UpdateVds update vds API

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateVds(params *CreateVdsParams, opts ...ClientOption) (*CreateVdsOK, error)

	CreateVdsWithAccessVlan(params *CreateVdsWithAccessVlanParams, opts ...ClientOption) (*CreateVdsWithAccessVlanOK, error)

	CreateVdsWithMigrateVlan(params *CreateVdsWithMigrateVlanParams, opts ...ClientOption) (*CreateVdsWithMigrateVlanOK, error)

	DeleteVds(params *DeleteVdsParams, opts ...ClientOption) (*DeleteVdsOK, error)

	GetVdses(params *GetVdsesParams, opts ...ClientOption) (*GetVdsesOK, error)

	GetVdsesConnection(params *GetVdsesConnectionParams, opts ...ClientOption) (*GetVdsesConnectionOK, error)

	UpdateVds(params *UpdateVdsParams, opts ...ClientOption) (*UpdateVdsOK, 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 vds API client.

type CreateVdsBadRequest

type CreateVdsBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
CreateVdsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewCreateVdsBadRequest

func NewCreateVdsBadRequest() *CreateVdsBadRequest

NewCreateVdsBadRequest creates a CreateVdsBadRequest with default headers values

func (*CreateVdsBadRequest) Error

func (o *CreateVdsBadRequest) Error() string

func (*CreateVdsBadRequest) GetPayload

func (o *CreateVdsBadRequest) GetPayload() *models.ErrorBody

type CreateVdsInternalServerError

type CreateVdsInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
CreateVdsInternalServerError describes a response with status code 500, with default header values.

Server error

func NewCreateVdsInternalServerError

func NewCreateVdsInternalServerError() *CreateVdsInternalServerError

NewCreateVdsInternalServerError creates a CreateVdsInternalServerError with default headers values

func (*CreateVdsInternalServerError) Error

func (*CreateVdsInternalServerError) GetPayload

type CreateVdsNotFound

type CreateVdsNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
CreateVdsNotFound describes a response with status code 404, with default header values.

Not found

func NewCreateVdsNotFound

func NewCreateVdsNotFound() *CreateVdsNotFound

NewCreateVdsNotFound creates a CreateVdsNotFound with default headers values

func (*CreateVdsNotFound) Error

func (o *CreateVdsNotFound) Error() string

func (*CreateVdsNotFound) GetPayload

func (o *CreateVdsNotFound) GetPayload() *models.ErrorBody

type CreateVdsOK

type CreateVdsOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskVds
}
CreateVdsOK describes a response with status code 200, with default header values.

CreateVdsOK create vds o k

func NewCreateVdsOK

func NewCreateVdsOK() *CreateVdsOK

NewCreateVdsOK creates a CreateVdsOK with default headers values

func (*CreateVdsOK) Error

func (o *CreateVdsOK) Error() string

func (*CreateVdsOK) GetPayload

func (o *CreateVdsOK) GetPayload() []*models.WithTaskVds

type CreateVdsParams

type CreateVdsParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody []*models.VdsCreationParams

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

CreateVdsParams contains all the parameters to send to the API endpoint

for the create vds operation.

Typically these are written to a http.Request.

func NewCreateVdsParams

func NewCreateVdsParams() *CreateVdsParams

NewCreateVdsParams creates a new CreateVdsParams 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 NewCreateVdsParamsWithContext

func NewCreateVdsParamsWithContext(ctx context.Context) *CreateVdsParams

NewCreateVdsParamsWithContext creates a new CreateVdsParams object with the ability to set a context for a request.

func NewCreateVdsParamsWithHTTPClient

func NewCreateVdsParamsWithHTTPClient(client *http.Client) *CreateVdsParams

NewCreateVdsParamsWithHTTPClient creates a new CreateVdsParams object with the ability to set a custom HTTPClient for a request.

func NewCreateVdsParamsWithTimeout

func NewCreateVdsParamsWithTimeout(timeout time.Duration) *CreateVdsParams

NewCreateVdsParamsWithTimeout creates a new CreateVdsParams object with the ability to set a timeout on a request.

func (*CreateVdsParams) SetContentLanguage

func (o *CreateVdsParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the create vds params

func (*CreateVdsParams) SetContext

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

SetContext adds the context to the create vds params

func (*CreateVdsParams) SetDefaults

func (o *CreateVdsParams) SetDefaults()

SetDefaults hydrates default values in the create vds params (not the query body).

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

func (*CreateVdsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create vds params

func (*CreateVdsParams) SetRequestBody

func (o *CreateVdsParams) SetRequestBody(requestBody []*models.VdsCreationParams)

SetRequestBody adds the requestBody to the create vds params

func (*CreateVdsParams) SetTimeout

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

SetTimeout adds the timeout to the create vds params

func (*CreateVdsParams) WithContentLanguage

func (o *CreateVdsParams) WithContentLanguage(contentLanguage *string) *CreateVdsParams

WithContentLanguage adds the contentLanguage to the create vds params

func (*CreateVdsParams) WithContext

func (o *CreateVdsParams) WithContext(ctx context.Context) *CreateVdsParams

WithContext adds the context to the create vds params

func (*CreateVdsParams) WithDefaults

func (o *CreateVdsParams) WithDefaults() *CreateVdsParams

WithDefaults hydrates default values in the create vds params (not the query body).

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

func (*CreateVdsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create vds params

func (*CreateVdsParams) WithRequestBody

func (o *CreateVdsParams) WithRequestBody(requestBody []*models.VdsCreationParams) *CreateVdsParams

WithRequestBody adds the requestBody to the create vds params

func (*CreateVdsParams) WithTimeout

func (o *CreateVdsParams) WithTimeout(timeout time.Duration) *CreateVdsParams

WithTimeout adds the timeout to the create vds params

func (*CreateVdsParams) WriteToRequest

func (o *CreateVdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateVdsReader

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

CreateVdsReader is a Reader for the CreateVds structure.

func (*CreateVdsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateVdsWithAccessVlanBadRequest

type CreateVdsWithAccessVlanBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
CreateVdsWithAccessVlanBadRequest describes a response with status code 400, with default header values.

Bad request

func NewCreateVdsWithAccessVlanBadRequest

func NewCreateVdsWithAccessVlanBadRequest() *CreateVdsWithAccessVlanBadRequest

NewCreateVdsWithAccessVlanBadRequest creates a CreateVdsWithAccessVlanBadRequest with default headers values

func (*CreateVdsWithAccessVlanBadRequest) Error

func (*CreateVdsWithAccessVlanBadRequest) GetPayload

type CreateVdsWithAccessVlanInternalServerError

type CreateVdsWithAccessVlanInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
CreateVdsWithAccessVlanInternalServerError describes a response with status code 500, with default header values.

Server error

func NewCreateVdsWithAccessVlanInternalServerError

func NewCreateVdsWithAccessVlanInternalServerError() *CreateVdsWithAccessVlanInternalServerError

NewCreateVdsWithAccessVlanInternalServerError creates a CreateVdsWithAccessVlanInternalServerError with default headers values

func (*CreateVdsWithAccessVlanInternalServerError) Error

func (*CreateVdsWithAccessVlanInternalServerError) GetPayload

type CreateVdsWithAccessVlanNotFound

type CreateVdsWithAccessVlanNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
CreateVdsWithAccessVlanNotFound describes a response with status code 404, with default header values.

Not found

func NewCreateVdsWithAccessVlanNotFound

func NewCreateVdsWithAccessVlanNotFound() *CreateVdsWithAccessVlanNotFound

NewCreateVdsWithAccessVlanNotFound creates a CreateVdsWithAccessVlanNotFound with default headers values

func (*CreateVdsWithAccessVlanNotFound) Error

func (*CreateVdsWithAccessVlanNotFound) GetPayload

type CreateVdsWithAccessVlanOK

type CreateVdsWithAccessVlanOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskVds
}
CreateVdsWithAccessVlanOK describes a response with status code 200, with default header values.

CreateVdsWithAccessVlanOK create vds with access vlan o k

func NewCreateVdsWithAccessVlanOK

func NewCreateVdsWithAccessVlanOK() *CreateVdsWithAccessVlanOK

NewCreateVdsWithAccessVlanOK creates a CreateVdsWithAccessVlanOK with default headers values

func (*CreateVdsWithAccessVlanOK) Error

func (o *CreateVdsWithAccessVlanOK) Error() string

func (*CreateVdsWithAccessVlanOK) GetPayload

func (o *CreateVdsWithAccessVlanOK) GetPayload() []*models.WithTaskVds

type CreateVdsWithAccessVlanParams

type CreateVdsWithAccessVlanParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody []*models.VdsCreationWithMAccessVlanParams

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

CreateVdsWithAccessVlanParams contains all the parameters to send to the API endpoint

for the create vds with access vlan operation.

Typically these are written to a http.Request.

func NewCreateVdsWithAccessVlanParams

func NewCreateVdsWithAccessVlanParams() *CreateVdsWithAccessVlanParams

NewCreateVdsWithAccessVlanParams creates a new CreateVdsWithAccessVlanParams 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 NewCreateVdsWithAccessVlanParamsWithContext

func NewCreateVdsWithAccessVlanParamsWithContext(ctx context.Context) *CreateVdsWithAccessVlanParams

NewCreateVdsWithAccessVlanParamsWithContext creates a new CreateVdsWithAccessVlanParams object with the ability to set a context for a request.

func NewCreateVdsWithAccessVlanParamsWithHTTPClient

func NewCreateVdsWithAccessVlanParamsWithHTTPClient(client *http.Client) *CreateVdsWithAccessVlanParams

NewCreateVdsWithAccessVlanParamsWithHTTPClient creates a new CreateVdsWithAccessVlanParams object with the ability to set a custom HTTPClient for a request.

func NewCreateVdsWithAccessVlanParamsWithTimeout

func NewCreateVdsWithAccessVlanParamsWithTimeout(timeout time.Duration) *CreateVdsWithAccessVlanParams

NewCreateVdsWithAccessVlanParamsWithTimeout creates a new CreateVdsWithAccessVlanParams object with the ability to set a timeout on a request.

func (*CreateVdsWithAccessVlanParams) SetContentLanguage

func (o *CreateVdsWithAccessVlanParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the create vds with access vlan params

func (*CreateVdsWithAccessVlanParams) SetContext

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

SetContext adds the context to the create vds with access vlan params

func (*CreateVdsWithAccessVlanParams) SetDefaults

func (o *CreateVdsWithAccessVlanParams) SetDefaults()

SetDefaults hydrates default values in the create vds with access vlan params (not the query body).

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

func (*CreateVdsWithAccessVlanParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create vds with access vlan params

func (*CreateVdsWithAccessVlanParams) SetRequestBody

func (o *CreateVdsWithAccessVlanParams) SetRequestBody(requestBody []*models.VdsCreationWithMAccessVlanParams)

SetRequestBody adds the requestBody to the create vds with access vlan params

func (*CreateVdsWithAccessVlanParams) SetTimeout

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

SetTimeout adds the timeout to the create vds with access vlan params

func (*CreateVdsWithAccessVlanParams) WithContentLanguage

func (o *CreateVdsWithAccessVlanParams) WithContentLanguage(contentLanguage *string) *CreateVdsWithAccessVlanParams

WithContentLanguage adds the contentLanguage to the create vds with access vlan params

func (*CreateVdsWithAccessVlanParams) WithContext

WithContext adds the context to the create vds with access vlan params

func (*CreateVdsWithAccessVlanParams) WithDefaults

WithDefaults hydrates default values in the create vds with access vlan params (not the query body).

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

func (*CreateVdsWithAccessVlanParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create vds with access vlan params

func (*CreateVdsWithAccessVlanParams) WithRequestBody

WithRequestBody adds the requestBody to the create vds with access vlan params

func (*CreateVdsWithAccessVlanParams) WithTimeout

WithTimeout adds the timeout to the create vds with access vlan params

func (*CreateVdsWithAccessVlanParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateVdsWithAccessVlanReader

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

CreateVdsWithAccessVlanReader is a Reader for the CreateVdsWithAccessVlan structure.

func (*CreateVdsWithAccessVlanReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateVdsWithMigrateVlanBadRequest

type CreateVdsWithMigrateVlanBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
CreateVdsWithMigrateVlanBadRequest describes a response with status code 400, with default header values.

Bad request

func NewCreateVdsWithMigrateVlanBadRequest

func NewCreateVdsWithMigrateVlanBadRequest() *CreateVdsWithMigrateVlanBadRequest

NewCreateVdsWithMigrateVlanBadRequest creates a CreateVdsWithMigrateVlanBadRequest with default headers values

func (*CreateVdsWithMigrateVlanBadRequest) Error

func (*CreateVdsWithMigrateVlanBadRequest) GetPayload

type CreateVdsWithMigrateVlanInternalServerError

type CreateVdsWithMigrateVlanInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
CreateVdsWithMigrateVlanInternalServerError describes a response with status code 500, with default header values.

Server error

func NewCreateVdsWithMigrateVlanInternalServerError

func NewCreateVdsWithMigrateVlanInternalServerError() *CreateVdsWithMigrateVlanInternalServerError

NewCreateVdsWithMigrateVlanInternalServerError creates a CreateVdsWithMigrateVlanInternalServerError with default headers values

func (*CreateVdsWithMigrateVlanInternalServerError) Error

func (*CreateVdsWithMigrateVlanInternalServerError) GetPayload

type CreateVdsWithMigrateVlanNotFound

type CreateVdsWithMigrateVlanNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
CreateVdsWithMigrateVlanNotFound describes a response with status code 404, with default header values.

Not found

func NewCreateVdsWithMigrateVlanNotFound

func NewCreateVdsWithMigrateVlanNotFound() *CreateVdsWithMigrateVlanNotFound

NewCreateVdsWithMigrateVlanNotFound creates a CreateVdsWithMigrateVlanNotFound with default headers values

func (*CreateVdsWithMigrateVlanNotFound) Error

func (*CreateVdsWithMigrateVlanNotFound) GetPayload

type CreateVdsWithMigrateVlanOK

type CreateVdsWithMigrateVlanOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskVds
}
CreateVdsWithMigrateVlanOK describes a response with status code 200, with default header values.

CreateVdsWithMigrateVlanOK create vds with migrate vlan o k

func NewCreateVdsWithMigrateVlanOK

func NewCreateVdsWithMigrateVlanOK() *CreateVdsWithMigrateVlanOK

NewCreateVdsWithMigrateVlanOK creates a CreateVdsWithMigrateVlanOK with default headers values

func (*CreateVdsWithMigrateVlanOK) Error

func (*CreateVdsWithMigrateVlanOK) GetPayload

func (o *CreateVdsWithMigrateVlanOK) GetPayload() []*models.WithTaskVds

type CreateVdsWithMigrateVlanParams

type CreateVdsWithMigrateVlanParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody []*models.VdsCreationWithMigrateVlanParams

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

CreateVdsWithMigrateVlanParams contains all the parameters to send to the API endpoint

for the create vds with migrate vlan operation.

Typically these are written to a http.Request.

func NewCreateVdsWithMigrateVlanParams

func NewCreateVdsWithMigrateVlanParams() *CreateVdsWithMigrateVlanParams

NewCreateVdsWithMigrateVlanParams creates a new CreateVdsWithMigrateVlanParams 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 NewCreateVdsWithMigrateVlanParamsWithContext

func NewCreateVdsWithMigrateVlanParamsWithContext(ctx context.Context) *CreateVdsWithMigrateVlanParams

NewCreateVdsWithMigrateVlanParamsWithContext creates a new CreateVdsWithMigrateVlanParams object with the ability to set a context for a request.

func NewCreateVdsWithMigrateVlanParamsWithHTTPClient

func NewCreateVdsWithMigrateVlanParamsWithHTTPClient(client *http.Client) *CreateVdsWithMigrateVlanParams

NewCreateVdsWithMigrateVlanParamsWithHTTPClient creates a new CreateVdsWithMigrateVlanParams object with the ability to set a custom HTTPClient for a request.

func NewCreateVdsWithMigrateVlanParamsWithTimeout

func NewCreateVdsWithMigrateVlanParamsWithTimeout(timeout time.Duration) *CreateVdsWithMigrateVlanParams

NewCreateVdsWithMigrateVlanParamsWithTimeout creates a new CreateVdsWithMigrateVlanParams object with the ability to set a timeout on a request.

func (*CreateVdsWithMigrateVlanParams) SetContentLanguage

func (o *CreateVdsWithMigrateVlanParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the create vds with migrate vlan params

func (*CreateVdsWithMigrateVlanParams) SetContext

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

SetContext adds the context to the create vds with migrate vlan params

func (*CreateVdsWithMigrateVlanParams) SetDefaults

func (o *CreateVdsWithMigrateVlanParams) SetDefaults()

SetDefaults hydrates default values in the create vds with migrate vlan params (not the query body).

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

func (*CreateVdsWithMigrateVlanParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create vds with migrate vlan params

func (*CreateVdsWithMigrateVlanParams) SetRequestBody

SetRequestBody adds the requestBody to the create vds with migrate vlan params

func (*CreateVdsWithMigrateVlanParams) SetTimeout

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

SetTimeout adds the timeout to the create vds with migrate vlan params

func (*CreateVdsWithMigrateVlanParams) WithContentLanguage

func (o *CreateVdsWithMigrateVlanParams) WithContentLanguage(contentLanguage *string) *CreateVdsWithMigrateVlanParams

WithContentLanguage adds the contentLanguage to the create vds with migrate vlan params

func (*CreateVdsWithMigrateVlanParams) WithContext

WithContext adds the context to the create vds with migrate vlan params

func (*CreateVdsWithMigrateVlanParams) WithDefaults

WithDefaults hydrates default values in the create vds with migrate vlan params (not the query body).

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

func (*CreateVdsWithMigrateVlanParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create vds with migrate vlan params

func (*CreateVdsWithMigrateVlanParams) WithRequestBody

WithRequestBody adds the requestBody to the create vds with migrate vlan params

func (*CreateVdsWithMigrateVlanParams) WithTimeout

WithTimeout adds the timeout to the create vds with migrate vlan params

func (*CreateVdsWithMigrateVlanParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateVdsWithMigrateVlanReader

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

CreateVdsWithMigrateVlanReader is a Reader for the CreateVdsWithMigrateVlan structure.

func (*CreateVdsWithMigrateVlanReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteVdsBadRequest

type DeleteVdsBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
DeleteVdsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewDeleteVdsBadRequest

func NewDeleteVdsBadRequest() *DeleteVdsBadRequest

NewDeleteVdsBadRequest creates a DeleteVdsBadRequest with default headers values

func (*DeleteVdsBadRequest) Error

func (o *DeleteVdsBadRequest) Error() string

func (*DeleteVdsBadRequest) GetPayload

func (o *DeleteVdsBadRequest) GetPayload() *models.ErrorBody

type DeleteVdsInternalServerError

type DeleteVdsInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
DeleteVdsInternalServerError describes a response with status code 500, with default header values.

Server error

func NewDeleteVdsInternalServerError

func NewDeleteVdsInternalServerError() *DeleteVdsInternalServerError

NewDeleteVdsInternalServerError creates a DeleteVdsInternalServerError with default headers values

func (*DeleteVdsInternalServerError) Error

func (*DeleteVdsInternalServerError) GetPayload

type DeleteVdsNotFound

type DeleteVdsNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
DeleteVdsNotFound describes a response with status code 404, with default header values.

Not found

func NewDeleteVdsNotFound

func NewDeleteVdsNotFound() *DeleteVdsNotFound

NewDeleteVdsNotFound creates a DeleteVdsNotFound with default headers values

func (*DeleteVdsNotFound) Error

func (o *DeleteVdsNotFound) Error() string

func (*DeleteVdsNotFound) GetPayload

func (o *DeleteVdsNotFound) GetPayload() *models.ErrorBody

type DeleteVdsOK

type DeleteVdsOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskDeleteVds
}
DeleteVdsOK describes a response with status code 200, with default header values.

DeleteVdsOK delete vds o k

func NewDeleteVdsOK

func NewDeleteVdsOK() *DeleteVdsOK

NewDeleteVdsOK creates a DeleteVdsOK with default headers values

func (*DeleteVdsOK) Error

func (o *DeleteVdsOK) Error() string

func (*DeleteVdsOK) GetPayload

func (o *DeleteVdsOK) GetPayload() []*models.WithTaskDeleteVds

type DeleteVdsParams

type DeleteVdsParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.VdsDeletionParams

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

DeleteVdsParams contains all the parameters to send to the API endpoint

for the delete vds operation.

Typically these are written to a http.Request.

func NewDeleteVdsParams

func NewDeleteVdsParams() *DeleteVdsParams

NewDeleteVdsParams creates a new DeleteVdsParams 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 NewDeleteVdsParamsWithContext

func NewDeleteVdsParamsWithContext(ctx context.Context) *DeleteVdsParams

NewDeleteVdsParamsWithContext creates a new DeleteVdsParams object with the ability to set a context for a request.

func NewDeleteVdsParamsWithHTTPClient

func NewDeleteVdsParamsWithHTTPClient(client *http.Client) *DeleteVdsParams

NewDeleteVdsParamsWithHTTPClient creates a new DeleteVdsParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteVdsParamsWithTimeout

func NewDeleteVdsParamsWithTimeout(timeout time.Duration) *DeleteVdsParams

NewDeleteVdsParamsWithTimeout creates a new DeleteVdsParams object with the ability to set a timeout on a request.

func (*DeleteVdsParams) SetContentLanguage

func (o *DeleteVdsParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the delete vds params

func (*DeleteVdsParams) SetContext

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

SetContext adds the context to the delete vds params

func (*DeleteVdsParams) SetDefaults

func (o *DeleteVdsParams) SetDefaults()

SetDefaults hydrates default values in the delete vds params (not the query body).

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

func (*DeleteVdsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete vds params

func (*DeleteVdsParams) SetRequestBody

func (o *DeleteVdsParams) SetRequestBody(requestBody *models.VdsDeletionParams)

SetRequestBody adds the requestBody to the delete vds params

func (*DeleteVdsParams) SetTimeout

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

SetTimeout adds the timeout to the delete vds params

func (*DeleteVdsParams) WithContentLanguage

func (o *DeleteVdsParams) WithContentLanguage(contentLanguage *string) *DeleteVdsParams

WithContentLanguage adds the contentLanguage to the delete vds params

func (*DeleteVdsParams) WithContext

func (o *DeleteVdsParams) WithContext(ctx context.Context) *DeleteVdsParams

WithContext adds the context to the delete vds params

func (*DeleteVdsParams) WithDefaults

func (o *DeleteVdsParams) WithDefaults() *DeleteVdsParams

WithDefaults hydrates default values in the delete vds params (not the query body).

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

func (*DeleteVdsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete vds params

func (*DeleteVdsParams) WithRequestBody

func (o *DeleteVdsParams) WithRequestBody(requestBody *models.VdsDeletionParams) *DeleteVdsParams

WithRequestBody adds the requestBody to the delete vds params

func (*DeleteVdsParams) WithTimeout

func (o *DeleteVdsParams) WithTimeout(timeout time.Duration) *DeleteVdsParams

WithTimeout adds the timeout to the delete vds params

func (*DeleteVdsParams) WriteToRequest

func (o *DeleteVdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteVdsReader

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

DeleteVdsReader is a Reader for the DeleteVds structure.

func (*DeleteVdsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetVdsesBadRequest

type GetVdsesBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetVdsesBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetVdsesBadRequest

func NewGetVdsesBadRequest() *GetVdsesBadRequest

NewGetVdsesBadRequest creates a GetVdsesBadRequest with default headers values

func (*GetVdsesBadRequest) Error

func (o *GetVdsesBadRequest) Error() string

func (*GetVdsesBadRequest) GetPayload

func (o *GetVdsesBadRequest) GetPayload() *models.ErrorBody

type GetVdsesConnectionBadRequest

type GetVdsesConnectionBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetVdsesConnectionBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetVdsesConnectionBadRequest

func NewGetVdsesConnectionBadRequest() *GetVdsesConnectionBadRequest

NewGetVdsesConnectionBadRequest creates a GetVdsesConnectionBadRequest with default headers values

func (*GetVdsesConnectionBadRequest) Error

func (*GetVdsesConnectionBadRequest) GetPayload

type GetVdsesConnectionInternalServerError

type GetVdsesConnectionInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetVdsesConnectionInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetVdsesConnectionInternalServerError

func NewGetVdsesConnectionInternalServerError() *GetVdsesConnectionInternalServerError

NewGetVdsesConnectionInternalServerError creates a GetVdsesConnectionInternalServerError with default headers values

func (*GetVdsesConnectionInternalServerError) Error

func (*GetVdsesConnectionInternalServerError) GetPayload

type GetVdsesConnectionNotFound

type GetVdsesConnectionNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetVdsesConnectionNotFound describes a response with status code 404, with default header values.

Not found

func NewGetVdsesConnectionNotFound

func NewGetVdsesConnectionNotFound() *GetVdsesConnectionNotFound

NewGetVdsesConnectionNotFound creates a GetVdsesConnectionNotFound with default headers values

func (*GetVdsesConnectionNotFound) Error

func (*GetVdsesConnectionNotFound) GetPayload

func (o *GetVdsesConnectionNotFound) GetPayload() *models.ErrorBody

type GetVdsesConnectionOK

type GetVdsesConnectionOK struct {
	XTowerRequestID string

	Payload *models.VdsConnection
}
GetVdsesConnectionOK describes a response with status code 200, with default header values.

GetVdsesConnectionOK get vdses connection o k

func NewGetVdsesConnectionOK

func NewGetVdsesConnectionOK() *GetVdsesConnectionOK

NewGetVdsesConnectionOK creates a GetVdsesConnectionOK with default headers values

func (*GetVdsesConnectionOK) Error

func (o *GetVdsesConnectionOK) Error() string

func (*GetVdsesConnectionOK) GetPayload

func (o *GetVdsesConnectionOK) GetPayload() *models.VdsConnection

type GetVdsesConnectionParams

type GetVdsesConnectionParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.GetVdsesConnectionRequestBody

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

GetVdsesConnectionParams contains all the parameters to send to the API endpoint

for the get vdses connection operation.

Typically these are written to a http.Request.

func NewGetVdsesConnectionParams

func NewGetVdsesConnectionParams() *GetVdsesConnectionParams

NewGetVdsesConnectionParams creates a new GetVdsesConnectionParams 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 NewGetVdsesConnectionParamsWithContext

func NewGetVdsesConnectionParamsWithContext(ctx context.Context) *GetVdsesConnectionParams

NewGetVdsesConnectionParamsWithContext creates a new GetVdsesConnectionParams object with the ability to set a context for a request.

func NewGetVdsesConnectionParamsWithHTTPClient

func NewGetVdsesConnectionParamsWithHTTPClient(client *http.Client) *GetVdsesConnectionParams

NewGetVdsesConnectionParamsWithHTTPClient creates a new GetVdsesConnectionParams object with the ability to set a custom HTTPClient for a request.

func NewGetVdsesConnectionParamsWithTimeout

func NewGetVdsesConnectionParamsWithTimeout(timeout time.Duration) *GetVdsesConnectionParams

NewGetVdsesConnectionParamsWithTimeout creates a new GetVdsesConnectionParams object with the ability to set a timeout on a request.

func (*GetVdsesConnectionParams) SetContentLanguage

func (o *GetVdsesConnectionParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the get vdses connection params

func (*GetVdsesConnectionParams) SetContext

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

SetContext adds the context to the get vdses connection params

func (*GetVdsesConnectionParams) SetDefaults

func (o *GetVdsesConnectionParams) SetDefaults()

SetDefaults hydrates default values in the get vdses connection params (not the query body).

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

func (*GetVdsesConnectionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get vdses connection params

func (*GetVdsesConnectionParams) SetRequestBody

func (o *GetVdsesConnectionParams) SetRequestBody(requestBody *models.GetVdsesConnectionRequestBody)

SetRequestBody adds the requestBody to the get vdses connection params

func (*GetVdsesConnectionParams) SetTimeout

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

SetTimeout adds the timeout to the get vdses connection params

func (*GetVdsesConnectionParams) WithContentLanguage

func (o *GetVdsesConnectionParams) WithContentLanguage(contentLanguage *string) *GetVdsesConnectionParams

WithContentLanguage adds the contentLanguage to the get vdses connection params

func (*GetVdsesConnectionParams) WithContext

WithContext adds the context to the get vdses connection params

func (*GetVdsesConnectionParams) WithDefaults

WithDefaults hydrates default values in the get vdses connection params (not the query body).

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

func (*GetVdsesConnectionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get vdses connection params

func (*GetVdsesConnectionParams) WithRequestBody

WithRequestBody adds the requestBody to the get vdses connection params

func (*GetVdsesConnectionParams) WithTimeout

WithTimeout adds the timeout to the get vdses connection params

func (*GetVdsesConnectionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetVdsesConnectionReader

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

GetVdsesConnectionReader is a Reader for the GetVdsesConnection structure.

func (*GetVdsesConnectionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetVdsesInternalServerError

type GetVdsesInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetVdsesInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetVdsesInternalServerError

func NewGetVdsesInternalServerError() *GetVdsesInternalServerError

NewGetVdsesInternalServerError creates a GetVdsesInternalServerError with default headers values

func (*GetVdsesInternalServerError) Error

func (*GetVdsesInternalServerError) GetPayload

func (o *GetVdsesInternalServerError) GetPayload() *models.ErrorBody

type GetVdsesNotFound

type GetVdsesNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetVdsesNotFound describes a response with status code 404, with default header values.

Not found

func NewGetVdsesNotFound

func NewGetVdsesNotFound() *GetVdsesNotFound

NewGetVdsesNotFound creates a GetVdsesNotFound with default headers values

func (*GetVdsesNotFound) Error

func (o *GetVdsesNotFound) Error() string

func (*GetVdsesNotFound) GetPayload

func (o *GetVdsesNotFound) GetPayload() *models.ErrorBody

type GetVdsesOK

type GetVdsesOK struct {
	XTowerRequestID string

	Payload []*models.Vds
}
GetVdsesOK describes a response with status code 200, with default header values.

GetVdsesOK get vdses o k

func NewGetVdsesOK

func NewGetVdsesOK() *GetVdsesOK

NewGetVdsesOK creates a GetVdsesOK with default headers values

func (*GetVdsesOK) Error

func (o *GetVdsesOK) Error() string

func (*GetVdsesOK) GetPayload

func (o *GetVdsesOK) GetPayload() []*models.Vds

type GetVdsesParams

type GetVdsesParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.GetVdsesRequestBody

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

GetVdsesParams contains all the parameters to send to the API endpoint

for the get vdses operation.

Typically these are written to a http.Request.

func NewGetVdsesParams

func NewGetVdsesParams() *GetVdsesParams

NewGetVdsesParams creates a new GetVdsesParams 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 NewGetVdsesParamsWithContext

func NewGetVdsesParamsWithContext(ctx context.Context) *GetVdsesParams

NewGetVdsesParamsWithContext creates a new GetVdsesParams object with the ability to set a context for a request.

func NewGetVdsesParamsWithHTTPClient

func NewGetVdsesParamsWithHTTPClient(client *http.Client) *GetVdsesParams

NewGetVdsesParamsWithHTTPClient creates a new GetVdsesParams object with the ability to set a custom HTTPClient for a request.

func NewGetVdsesParamsWithTimeout

func NewGetVdsesParamsWithTimeout(timeout time.Duration) *GetVdsesParams

NewGetVdsesParamsWithTimeout creates a new GetVdsesParams object with the ability to set a timeout on a request.

func (*GetVdsesParams) SetContentLanguage

func (o *GetVdsesParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the get vdses params

func (*GetVdsesParams) SetContext

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

SetContext adds the context to the get vdses params

func (*GetVdsesParams) SetDefaults

func (o *GetVdsesParams) SetDefaults()

SetDefaults hydrates default values in the get vdses params (not the query body).

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

func (*GetVdsesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get vdses params

func (*GetVdsesParams) SetRequestBody

func (o *GetVdsesParams) SetRequestBody(requestBody *models.GetVdsesRequestBody)

SetRequestBody adds the requestBody to the get vdses params

func (*GetVdsesParams) SetTimeout

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

SetTimeout adds the timeout to the get vdses params

func (*GetVdsesParams) WithContentLanguage

func (o *GetVdsesParams) WithContentLanguage(contentLanguage *string) *GetVdsesParams

WithContentLanguage adds the contentLanguage to the get vdses params

func (*GetVdsesParams) WithContext

func (o *GetVdsesParams) WithContext(ctx context.Context) *GetVdsesParams

WithContext adds the context to the get vdses params

func (*GetVdsesParams) WithDefaults

func (o *GetVdsesParams) WithDefaults() *GetVdsesParams

WithDefaults hydrates default values in the get vdses params (not the query body).

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

func (*GetVdsesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get vdses params

func (*GetVdsesParams) WithRequestBody

func (o *GetVdsesParams) WithRequestBody(requestBody *models.GetVdsesRequestBody) *GetVdsesParams

WithRequestBody adds the requestBody to the get vdses params

func (*GetVdsesParams) WithTimeout

func (o *GetVdsesParams) WithTimeout(timeout time.Duration) *GetVdsesParams

WithTimeout adds the timeout to the get vdses params

func (*GetVdsesParams) WriteToRequest

func (o *GetVdsesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetVdsesReader

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

GetVdsesReader is a Reader for the GetVdses structure.

func (*GetVdsesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateVdsBadRequest

type UpdateVdsBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
UpdateVdsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewUpdateVdsBadRequest

func NewUpdateVdsBadRequest() *UpdateVdsBadRequest

NewUpdateVdsBadRequest creates a UpdateVdsBadRequest with default headers values

func (*UpdateVdsBadRequest) Error

func (o *UpdateVdsBadRequest) Error() string

func (*UpdateVdsBadRequest) GetPayload

func (o *UpdateVdsBadRequest) GetPayload() *models.ErrorBody

type UpdateVdsInternalServerError

type UpdateVdsInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
UpdateVdsInternalServerError describes a response with status code 500, with default header values.

Server error

func NewUpdateVdsInternalServerError

func NewUpdateVdsInternalServerError() *UpdateVdsInternalServerError

NewUpdateVdsInternalServerError creates a UpdateVdsInternalServerError with default headers values

func (*UpdateVdsInternalServerError) Error

func (*UpdateVdsInternalServerError) GetPayload

type UpdateVdsNotFound

type UpdateVdsNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
UpdateVdsNotFound describes a response with status code 404, with default header values.

Not found

func NewUpdateVdsNotFound

func NewUpdateVdsNotFound() *UpdateVdsNotFound

NewUpdateVdsNotFound creates a UpdateVdsNotFound with default headers values

func (*UpdateVdsNotFound) Error

func (o *UpdateVdsNotFound) Error() string

func (*UpdateVdsNotFound) GetPayload

func (o *UpdateVdsNotFound) GetPayload() *models.ErrorBody

type UpdateVdsOK

type UpdateVdsOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskVds
}
UpdateVdsOK describes a response with status code 200, with default header values.

UpdateVdsOK update vds o k

func NewUpdateVdsOK

func NewUpdateVdsOK() *UpdateVdsOK

NewUpdateVdsOK creates a UpdateVdsOK with default headers values

func (*UpdateVdsOK) Error

func (o *UpdateVdsOK) Error() string

func (*UpdateVdsOK) GetPayload

func (o *UpdateVdsOK) GetPayload() []*models.WithTaskVds

type UpdateVdsParams

type UpdateVdsParams struct {

	// ContentLanguage.
	//
	// Default: "en-US"
	ContentLanguage *string

	// RequestBody.
	RequestBody *models.VdsUpdationParams

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

UpdateVdsParams contains all the parameters to send to the API endpoint

for the update vds operation.

Typically these are written to a http.Request.

func NewUpdateVdsParams

func NewUpdateVdsParams() *UpdateVdsParams

NewUpdateVdsParams creates a new UpdateVdsParams 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 NewUpdateVdsParamsWithContext

func NewUpdateVdsParamsWithContext(ctx context.Context) *UpdateVdsParams

NewUpdateVdsParamsWithContext creates a new UpdateVdsParams object with the ability to set a context for a request.

func NewUpdateVdsParamsWithHTTPClient

func NewUpdateVdsParamsWithHTTPClient(client *http.Client) *UpdateVdsParams

NewUpdateVdsParamsWithHTTPClient creates a new UpdateVdsParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateVdsParamsWithTimeout

func NewUpdateVdsParamsWithTimeout(timeout time.Duration) *UpdateVdsParams

NewUpdateVdsParamsWithTimeout creates a new UpdateVdsParams object with the ability to set a timeout on a request.

func (*UpdateVdsParams) SetContentLanguage

func (o *UpdateVdsParams) SetContentLanguage(contentLanguage *string)

SetContentLanguage adds the contentLanguage to the update vds params

func (*UpdateVdsParams) SetContext

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

SetContext adds the context to the update vds params

func (*UpdateVdsParams) SetDefaults

func (o *UpdateVdsParams) SetDefaults()

SetDefaults hydrates default values in the update vds params (not the query body).

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

func (*UpdateVdsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update vds params

func (*UpdateVdsParams) SetRequestBody

func (o *UpdateVdsParams) SetRequestBody(requestBody *models.VdsUpdationParams)

SetRequestBody adds the requestBody to the update vds params

func (*UpdateVdsParams) SetTimeout

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

SetTimeout adds the timeout to the update vds params

func (*UpdateVdsParams) WithContentLanguage

func (o *UpdateVdsParams) WithContentLanguage(contentLanguage *string) *UpdateVdsParams

WithContentLanguage adds the contentLanguage to the update vds params

func (*UpdateVdsParams) WithContext

func (o *UpdateVdsParams) WithContext(ctx context.Context) *UpdateVdsParams

WithContext adds the context to the update vds params

func (*UpdateVdsParams) WithDefaults

func (o *UpdateVdsParams) WithDefaults() *UpdateVdsParams

WithDefaults hydrates default values in the update vds params (not the query body).

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

func (*UpdateVdsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update vds params

func (*UpdateVdsParams) WithRequestBody

func (o *UpdateVdsParams) WithRequestBody(requestBody *models.VdsUpdationParams) *UpdateVdsParams

WithRequestBody adds the requestBody to the update vds params

func (*UpdateVdsParams) WithTimeout

func (o *UpdateVdsParams) WithTimeout(timeout time.Duration) *UpdateVdsParams

WithTimeout adds the timeout to the update vds params

func (*UpdateVdsParams) WriteToRequest

func (o *UpdateVdsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateVdsReader

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

UpdateVdsReader is a Reader for the UpdateVds structure.

func (*UpdateVdsReader) ReadResponse

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