operations

package
v0.0.0-...-9bb71bf Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2017 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 operations API

func New

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

New creates a new operations API client.

func (*Client) GetVip

func (a *Client) GetVip(params *GetVipParams, authInfo runtime.ClientAuthInfoWriter) (*GetVipOK, error)

GetVip lists available services

PRODUCTION - authentication required

func (*Client) GetVipServiceName

func (a *Client) GetVipServiceName(params *GetVipServiceNameParams, authInfo runtime.ClientAuthInfoWriter) (*GetVipServiceNameOK, error)

GetVipServiceName gets this object properties

PRODUCTION - authentication required

func (*Client) GetVipServiceNameServiceInfos

func (a *Client) GetVipServiceNameServiceInfos(params *GetVipServiceNameServiceInfosParams, authInfo runtime.ClientAuthInfoWriter) (*GetVipServiceNameServiceInfosOK, error)

GetVipServiceNameServiceInfos gets this object properties

PRODUCTION - authentication required

func (*Client) PutVipServiceNameServiceInfos

func (a *Client) PutVipServiceNameServiceInfos(params *PutVipServiceNameServiceInfosParams, authInfo runtime.ClientAuthInfoWriter) (*PutVipServiceNameServiceInfosOK, error)

PutVipServiceNameServiceInfos alters this object properties

PRODUCTION - authentication required

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type GetVipDefault

type GetVipDefault struct {
	Payload *models.GetVipDefaultBody
	// contains filtered or unexported fields
}

GetVipDefault handles this case with default header values.

Unexpected error

func NewGetVipDefault

func NewGetVipDefault(code int) *GetVipDefault

NewGetVipDefault creates a GetVipDefault with default headers values

func (*GetVipDefault) Code

func (o *GetVipDefault) Code() int

Code gets the status code for the get vip default response

func (*GetVipDefault) Error

func (o *GetVipDefault) Error() string

type GetVipOK

type GetVipOK struct {
	Payload []string
}

GetVipOK handles this case with default header values.

return value

func NewGetVipOK

func NewGetVipOK() *GetVipOK

NewGetVipOK creates a GetVipOK with default headers values

func (*GetVipOK) Error

func (o *GetVipOK) Error() string

type GetVipParams

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

GetVipParams contains all the parameters to send to the API endpoint for the get vip operation typically these are written to a http.Request

func NewGetVipParams

func NewGetVipParams() *GetVipParams

NewGetVipParams creates a new GetVipParams object with the default values initialized.

func NewGetVipParamsWithContext

func NewGetVipParamsWithContext(ctx context.Context) *GetVipParams

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

func NewGetVipParamsWithHTTPClient

func NewGetVipParamsWithHTTPClient(client *http.Client) *GetVipParams

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

func NewGetVipParamsWithTimeout

func NewGetVipParamsWithTimeout(timeout time.Duration) *GetVipParams

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

func (*GetVipParams) SetContext

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

SetContext adds the context to the get vip params

func (*GetVipParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get vip params

func (*GetVipParams) SetTimeout

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

SetTimeout adds the timeout to the get vip params

func (*GetVipParams) WithContext

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

WithContext adds the context to the get vip params

func (*GetVipParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get vip params

func (*GetVipParams) WithTimeout

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

WithTimeout adds the timeout to the get vip params

func (*GetVipParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetVipReader

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

GetVipReader is a Reader for the GetVip structure.

func (*GetVipReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetVipServiceNameDefault

type GetVipServiceNameDefault struct {
	Payload *models.GetVipServiceNameDefaultBody
	// contains filtered or unexported fields
}

GetVipServiceNameDefault handles this case with default header values.

Unexpected error

func NewGetVipServiceNameDefault

func NewGetVipServiceNameDefault(code int) *GetVipServiceNameDefault

NewGetVipServiceNameDefault creates a GetVipServiceNameDefault with default headers values

func (*GetVipServiceNameDefault) Code

func (o *GetVipServiceNameDefault) Code() int

Code gets the status code for the get vip service name default response

func (*GetVipServiceNameDefault) Error

func (o *GetVipServiceNameDefault) Error() string

type GetVipServiceNameOK

type GetVipServiceNameOK struct {
	Payload *models.VipSupportVip
}

GetVipServiceNameOK handles this case with default header values.

description of 'vip.SupportVip' response

func NewGetVipServiceNameOK

func NewGetVipServiceNameOK() *GetVipServiceNameOK

NewGetVipServiceNameOK creates a GetVipServiceNameOK with default headers values

func (*GetVipServiceNameOK) Error

func (o *GetVipServiceNameOK) Error() string

type GetVipServiceNameParams

type GetVipServiceNameParams struct {

	/*ServiceName*/
	ServiceName string

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

GetVipServiceNameParams contains all the parameters to send to the API endpoint for the get vip service name operation typically these are written to a http.Request

func NewGetVipServiceNameParams

func NewGetVipServiceNameParams() *GetVipServiceNameParams

NewGetVipServiceNameParams creates a new GetVipServiceNameParams object with the default values initialized.

func NewGetVipServiceNameParamsWithContext

func NewGetVipServiceNameParamsWithContext(ctx context.Context) *GetVipServiceNameParams

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

func NewGetVipServiceNameParamsWithHTTPClient

func NewGetVipServiceNameParamsWithHTTPClient(client *http.Client) *GetVipServiceNameParams

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

func NewGetVipServiceNameParamsWithTimeout

func NewGetVipServiceNameParamsWithTimeout(timeout time.Duration) *GetVipServiceNameParams

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

func (*GetVipServiceNameParams) SetContext

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

SetContext adds the context to the get vip service name params

func (*GetVipServiceNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get vip service name params

func (*GetVipServiceNameParams) SetServiceName

func (o *GetVipServiceNameParams) SetServiceName(serviceName string)

SetServiceName adds the serviceName to the get vip service name params

func (*GetVipServiceNameParams) SetTimeout

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

SetTimeout adds the timeout to the get vip service name params

func (*GetVipServiceNameParams) WithContext

WithContext adds the context to the get vip service name params

func (*GetVipServiceNameParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get vip service name params

func (*GetVipServiceNameParams) WithServiceName

func (o *GetVipServiceNameParams) WithServiceName(serviceName string) *GetVipServiceNameParams

WithServiceName adds the serviceName to the get vip service name params

func (*GetVipServiceNameParams) WithTimeout

WithTimeout adds the timeout to the get vip service name params

func (*GetVipServiceNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetVipServiceNameReader

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

GetVipServiceNameReader is a Reader for the GetVipServiceName structure.

func (*GetVipServiceNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetVipServiceNameServiceInfosDefault

type GetVipServiceNameServiceInfosDefault struct {
	Payload *models.GetVipServiceNameServiceInfosDefaultBody
	// contains filtered or unexported fields
}

GetVipServiceNameServiceInfosDefault handles this case with default header values.

Unexpected error

func NewGetVipServiceNameServiceInfosDefault

func NewGetVipServiceNameServiceInfosDefault(code int) *GetVipServiceNameServiceInfosDefault

NewGetVipServiceNameServiceInfosDefault creates a GetVipServiceNameServiceInfosDefault with default headers values

func (*GetVipServiceNameServiceInfosDefault) Code

Code gets the status code for the get vip service name service infos default response

func (*GetVipServiceNameServiceInfosDefault) Error

type GetVipServiceNameServiceInfosOK

type GetVipServiceNameServiceInfosOK struct {
	Payload *models.ServicesService
}

GetVipServiceNameServiceInfosOK handles this case with default header values.

description of 'services.Service' response

func NewGetVipServiceNameServiceInfosOK

func NewGetVipServiceNameServiceInfosOK() *GetVipServiceNameServiceInfosOK

NewGetVipServiceNameServiceInfosOK creates a GetVipServiceNameServiceInfosOK with default headers values

func (*GetVipServiceNameServiceInfosOK) Error

type GetVipServiceNameServiceInfosParams

type GetVipServiceNameServiceInfosParams struct {

	/*ServiceName*/
	ServiceName string

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

GetVipServiceNameServiceInfosParams contains all the parameters to send to the API endpoint for the get vip service name service infos operation typically these are written to a http.Request

func NewGetVipServiceNameServiceInfosParams

func NewGetVipServiceNameServiceInfosParams() *GetVipServiceNameServiceInfosParams

NewGetVipServiceNameServiceInfosParams creates a new GetVipServiceNameServiceInfosParams object with the default values initialized.

func NewGetVipServiceNameServiceInfosParamsWithContext

func NewGetVipServiceNameServiceInfosParamsWithContext(ctx context.Context) *GetVipServiceNameServiceInfosParams

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

func NewGetVipServiceNameServiceInfosParamsWithHTTPClient

func NewGetVipServiceNameServiceInfosParamsWithHTTPClient(client *http.Client) *GetVipServiceNameServiceInfosParams

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

func NewGetVipServiceNameServiceInfosParamsWithTimeout

func NewGetVipServiceNameServiceInfosParamsWithTimeout(timeout time.Duration) *GetVipServiceNameServiceInfosParams

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

func (*GetVipServiceNameServiceInfosParams) SetContext

SetContext adds the context to the get vip service name service infos params

func (*GetVipServiceNameServiceInfosParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get vip service name service infos params

func (*GetVipServiceNameServiceInfosParams) SetServiceName

func (o *GetVipServiceNameServiceInfosParams) SetServiceName(serviceName string)

SetServiceName adds the serviceName to the get vip service name service infos params

func (*GetVipServiceNameServiceInfosParams) SetTimeout

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

SetTimeout adds the timeout to the get vip service name service infos params

func (*GetVipServiceNameServiceInfosParams) WithContext

WithContext adds the context to the get vip service name service infos params

func (*GetVipServiceNameServiceInfosParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get vip service name service infos params

func (*GetVipServiceNameServiceInfosParams) WithServiceName

WithServiceName adds the serviceName to the get vip service name service infos params

func (*GetVipServiceNameServiceInfosParams) WithTimeout

WithTimeout adds the timeout to the get vip service name service infos params

func (*GetVipServiceNameServiceInfosParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetVipServiceNameServiceInfosReader

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

GetVipServiceNameServiceInfosReader is a Reader for the GetVipServiceNameServiceInfos structure.

func (*GetVipServiceNameServiceInfosReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutVipServiceNameServiceInfosDefault

type PutVipServiceNameServiceInfosDefault struct {
	Payload *models.PutVipServiceNameServiceInfosDefaultBody
	// contains filtered or unexported fields
}

PutVipServiceNameServiceInfosDefault handles this case with default header values.

Unexpected error

func NewPutVipServiceNameServiceInfosDefault

func NewPutVipServiceNameServiceInfosDefault(code int) *PutVipServiceNameServiceInfosDefault

NewPutVipServiceNameServiceInfosDefault creates a PutVipServiceNameServiceInfosDefault with default headers values

func (*PutVipServiceNameServiceInfosDefault) Code

Code gets the status code for the put vip service name service infos default response

func (*PutVipServiceNameServiceInfosDefault) Error

type PutVipServiceNameServiceInfosOK

type PutVipServiceNameServiceInfosOK struct {
}

PutVipServiceNameServiceInfosOK handles this case with default header values.

return 'void'

func NewPutVipServiceNameServiceInfosOK

func NewPutVipServiceNameServiceInfosOK() *PutVipServiceNameServiceInfosOK

NewPutVipServiceNameServiceInfosOK creates a PutVipServiceNameServiceInfosOK with default headers values

func (*PutVipServiceNameServiceInfosOK) Error

type PutVipServiceNameServiceInfosParams

type PutVipServiceNameServiceInfosParams struct {

	/*ServiceName*/
	ServiceName string
	/*VipServiceInfosPut*/
	VipServiceInfosPut *models.ServicesService

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

PutVipServiceNameServiceInfosParams contains all the parameters to send to the API endpoint for the put vip service name service infos operation typically these are written to a http.Request

func NewPutVipServiceNameServiceInfosParams

func NewPutVipServiceNameServiceInfosParams() *PutVipServiceNameServiceInfosParams

NewPutVipServiceNameServiceInfosParams creates a new PutVipServiceNameServiceInfosParams object with the default values initialized.

func NewPutVipServiceNameServiceInfosParamsWithContext

func NewPutVipServiceNameServiceInfosParamsWithContext(ctx context.Context) *PutVipServiceNameServiceInfosParams

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

func NewPutVipServiceNameServiceInfosParamsWithHTTPClient

func NewPutVipServiceNameServiceInfosParamsWithHTTPClient(client *http.Client) *PutVipServiceNameServiceInfosParams

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

func NewPutVipServiceNameServiceInfosParamsWithTimeout

func NewPutVipServiceNameServiceInfosParamsWithTimeout(timeout time.Duration) *PutVipServiceNameServiceInfosParams

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

func (*PutVipServiceNameServiceInfosParams) SetContext

SetContext adds the context to the put vip service name service infos params

func (*PutVipServiceNameServiceInfosParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put vip service name service infos params

func (*PutVipServiceNameServiceInfosParams) SetServiceName

func (o *PutVipServiceNameServiceInfosParams) SetServiceName(serviceName string)

SetServiceName adds the serviceName to the put vip service name service infos params

func (*PutVipServiceNameServiceInfosParams) SetTimeout

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

SetTimeout adds the timeout to the put vip service name service infos params

func (*PutVipServiceNameServiceInfosParams) SetVipServiceInfosPut

func (o *PutVipServiceNameServiceInfosParams) SetVipServiceInfosPut(vipServiceInfosPut *models.ServicesService)

SetVipServiceInfosPut adds the vipServiceInfosPut to the put vip service name service infos params

func (*PutVipServiceNameServiceInfosParams) WithContext

WithContext adds the context to the put vip service name service infos params

func (*PutVipServiceNameServiceInfosParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put vip service name service infos params

func (*PutVipServiceNameServiceInfosParams) WithServiceName

WithServiceName adds the serviceName to the put vip service name service infos params

func (*PutVipServiceNameServiceInfosParams) WithTimeout

WithTimeout adds the timeout to the put vip service name service infos params

func (*PutVipServiceNameServiceInfosParams) WithVipServiceInfosPut

WithVipServiceInfosPut adds the vipServiceInfosPut to the put vip service name service infos params

func (*PutVipServiceNameServiceInfosParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutVipServiceNameServiceInfosReader

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

PutVipServiceNameServiceInfosReader is a Reader for the PutVipServiceNameServiceInfos structure.

func (*PutVipServiceNameServiceInfosReader) ReadResponse

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