avi

package
v0.0.0-...-b25b198 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const GetAviCloudsBadRequestCode int = 400

GetAviCloudsBadRequestCode is the HTTP code returned for type GetAviCloudsBadRequest

View Source
const GetAviCloudsInternalServerErrorCode int = 500

GetAviCloudsInternalServerErrorCode is the HTTP code returned for type GetAviCloudsInternalServerError

View Source
const GetAviCloudsOKCode int = 200

GetAviCloudsOKCode is the HTTP code returned for type GetAviCloudsOK

View Source
const GetAviCloudsUnauthorizedCode int = 401

GetAviCloudsUnauthorizedCode is the HTTP code returned for type GetAviCloudsUnauthorized

View Source
const GetAviServiceEngineGroupsBadRequestCode int = 400

GetAviServiceEngineGroupsBadRequestCode is the HTTP code returned for type GetAviServiceEngineGroupsBadRequest

View Source
const GetAviServiceEngineGroupsInternalServerErrorCode int = 500

GetAviServiceEngineGroupsInternalServerErrorCode is the HTTP code returned for type GetAviServiceEngineGroupsInternalServerError

View Source
const GetAviServiceEngineGroupsOKCode int = 200

GetAviServiceEngineGroupsOKCode is the HTTP code returned for type GetAviServiceEngineGroupsOK

View Source
const GetAviServiceEngineGroupsUnauthorizedCode int = 401

GetAviServiceEngineGroupsUnauthorizedCode is the HTTP code returned for type GetAviServiceEngineGroupsUnauthorized

View Source
const GetAviVipNetworksBadRequestCode int = 400

GetAviVipNetworksBadRequestCode is the HTTP code returned for type GetAviVipNetworksBadRequest

View Source
const GetAviVipNetworksInternalServerErrorCode int = 500

GetAviVipNetworksInternalServerErrorCode is the HTTP code returned for type GetAviVipNetworksInternalServerError

View Source
const GetAviVipNetworksOKCode int = 200

GetAviVipNetworksOKCode is the HTTP code returned for type GetAviVipNetworksOK

View Source
const GetAviVipNetworksUnauthorizedCode int = 401

GetAviVipNetworksUnauthorizedCode is the HTTP code returned for type GetAviVipNetworksUnauthorized

View Source
const VerifyAccountBadRequestCode int = 400

VerifyAccountBadRequestCode is the HTTP code returned for type VerifyAccountBadRequest

View Source
const VerifyAccountCreatedCode int = 201

VerifyAccountCreatedCode is the HTTP code returned for type VerifyAccountCreated

View Source
const VerifyAccountInternalServerErrorCode int = 500

VerifyAccountInternalServerErrorCode is the HTTP code returned for type VerifyAccountInternalServerError

View Source
const VerifyAccountUnauthorizedCode int = 401

VerifyAccountUnauthorizedCode is the HTTP code returned for type VerifyAccountUnauthorized

Variables

This section is empty.

Functions

This section is empty.

Types

type GetAviClouds

type GetAviClouds struct {
	Context *middleware.Context
	Handler GetAviCloudsHandler
}

GetAviClouds swagger:route GET /api/avi/clouds avi getAviClouds

Retrieve Avi load balancer clouds

func NewGetAviClouds

func NewGetAviClouds(ctx *middleware.Context, handler GetAviCloudsHandler) *GetAviClouds

NewGetAviClouds creates a new http.Handler for the get avi clouds operation

func (*GetAviClouds) ServeHTTP

func (o *GetAviClouds) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type GetAviCloudsBadRequest

type GetAviCloudsBadRequest struct {

	/*
	  In: Body
	*/
	Payload *models.Error `json:"body,omitempty"`
}

GetAviCloudsBadRequest Bad request

swagger:response getAviCloudsBadRequest

func NewGetAviCloudsBadRequest

func NewGetAviCloudsBadRequest() *GetAviCloudsBadRequest

NewGetAviCloudsBadRequest creates GetAviCloudsBadRequest with default headers values

func (*GetAviCloudsBadRequest) SetPayload

func (o *GetAviCloudsBadRequest) SetPayload(payload *models.Error)

SetPayload sets the payload to the get avi clouds bad request response

func (*GetAviCloudsBadRequest) WithPayload

func (o *GetAviCloudsBadRequest) WithPayload(payload *models.Error) *GetAviCloudsBadRequest

WithPayload adds the payload to the get avi clouds bad request response

func (*GetAviCloudsBadRequest) WriteResponse

func (o *GetAviCloudsBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetAviCloudsHandler

type GetAviCloudsHandler interface {
	Handle(GetAviCloudsParams) middleware.Responder
}

GetAviCloudsHandler interface for that can handle valid get avi clouds params

type GetAviCloudsHandlerFunc

type GetAviCloudsHandlerFunc func(GetAviCloudsParams) middleware.Responder

GetAviCloudsHandlerFunc turns a function with the right signature into a get avi clouds handler

func (GetAviCloudsHandlerFunc) Handle

Handle executing the request and returning a response

type GetAviCloudsInternalServerError

type GetAviCloudsInternalServerError struct {

	/*
	  In: Body
	*/
	Payload *models.Error `json:"body,omitempty"`
}

GetAviCloudsInternalServerError Internal server error

swagger:response getAviCloudsInternalServerError

func NewGetAviCloudsInternalServerError

func NewGetAviCloudsInternalServerError() *GetAviCloudsInternalServerError

NewGetAviCloudsInternalServerError creates GetAviCloudsInternalServerError with default headers values

func (*GetAviCloudsInternalServerError) SetPayload

func (o *GetAviCloudsInternalServerError) SetPayload(payload *models.Error)

SetPayload sets the payload to the get avi clouds internal server error response

func (*GetAviCloudsInternalServerError) WithPayload

WithPayload adds the payload to the get avi clouds internal server error response

func (*GetAviCloudsInternalServerError) WriteResponse

func (o *GetAviCloudsInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetAviCloudsOK

type GetAviCloudsOK struct {

	/*
	  In: Body
	*/
	Payload []*models.AviCloud `json:"body,omitempty"`
}

GetAviCloudsOK Successful retrieval of Avi load balancer clouds

swagger:response getAviCloudsOK

func NewGetAviCloudsOK

func NewGetAviCloudsOK() *GetAviCloudsOK

NewGetAviCloudsOK creates GetAviCloudsOK with default headers values

func (*GetAviCloudsOK) SetPayload

func (o *GetAviCloudsOK) SetPayload(payload []*models.AviCloud)

SetPayload sets the payload to the get avi clouds o k response

func (*GetAviCloudsOK) WithPayload

func (o *GetAviCloudsOK) WithPayload(payload []*models.AviCloud) *GetAviCloudsOK

WithPayload adds the payload to the get avi clouds o k response

func (*GetAviCloudsOK) WriteResponse

func (o *GetAviCloudsOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetAviCloudsParams

type GetAviCloudsParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`
}

GetAviCloudsParams contains all the bound params for the get avi clouds operation typically these are obtained from a http.Request

swagger:parameters getAviClouds

func NewGetAviCloudsParams

func NewGetAviCloudsParams() GetAviCloudsParams

NewGetAviCloudsParams creates a new GetAviCloudsParams object no default values defined in spec.

func (*GetAviCloudsParams) BindRequest

func (o *GetAviCloudsParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewGetAviCloudsParams() beforehand.

type GetAviCloudsURL

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

GetAviCloudsURL generates an URL for the get avi clouds operation

func (*GetAviCloudsURL) Build

func (o *GetAviCloudsURL) Build() (*url.URL, error)

Build a url path and query string

func (*GetAviCloudsURL) BuildFull

func (o *GetAviCloudsURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*GetAviCloudsURL) Must

func (o *GetAviCloudsURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*GetAviCloudsURL) SetBasePath

func (o *GetAviCloudsURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*GetAviCloudsURL) String

func (o *GetAviCloudsURL) String() string

String returns the string representation of the path with query string

func (*GetAviCloudsURL) StringFull

func (o *GetAviCloudsURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*GetAviCloudsURL) WithBasePath

func (o *GetAviCloudsURL) WithBasePath(bp string) *GetAviCloudsURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type GetAviCloudsUnauthorized

type GetAviCloudsUnauthorized struct {

	/*
	  In: Body
	*/
	Payload *models.Error `json:"body,omitempty"`
}

GetAviCloudsUnauthorized Incorrect credentials

swagger:response getAviCloudsUnauthorized

func NewGetAviCloudsUnauthorized

func NewGetAviCloudsUnauthorized() *GetAviCloudsUnauthorized

NewGetAviCloudsUnauthorized creates GetAviCloudsUnauthorized with default headers values

func (*GetAviCloudsUnauthorized) SetPayload

func (o *GetAviCloudsUnauthorized) SetPayload(payload *models.Error)

SetPayload sets the payload to the get avi clouds unauthorized response

func (*GetAviCloudsUnauthorized) WithPayload

WithPayload adds the payload to the get avi clouds unauthorized response

func (*GetAviCloudsUnauthorized) WriteResponse

func (o *GetAviCloudsUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetAviServiceEngineGroups

type GetAviServiceEngineGroups struct {
	Context *middleware.Context
	Handler GetAviServiceEngineGroupsHandler
}

GetAviServiceEngineGroups swagger:route GET /api/avi/serviceenginegroups avi getAviServiceEngineGroups

Retrieve Avi load balancer service engine groups

func NewGetAviServiceEngineGroups

func NewGetAviServiceEngineGroups(ctx *middleware.Context, handler GetAviServiceEngineGroupsHandler) *GetAviServiceEngineGroups

NewGetAviServiceEngineGroups creates a new http.Handler for the get avi service engine groups operation

func (*GetAviServiceEngineGroups) ServeHTTP

type GetAviServiceEngineGroupsBadRequest

type GetAviServiceEngineGroupsBadRequest struct {

	/*
	  In: Body
	*/
	Payload *models.Error `json:"body,omitempty"`
}

GetAviServiceEngineGroupsBadRequest Bad request

swagger:response getAviServiceEngineGroupsBadRequest

func NewGetAviServiceEngineGroupsBadRequest

func NewGetAviServiceEngineGroupsBadRequest() *GetAviServiceEngineGroupsBadRequest

NewGetAviServiceEngineGroupsBadRequest creates GetAviServiceEngineGroupsBadRequest with default headers values

func (*GetAviServiceEngineGroupsBadRequest) SetPayload

func (o *GetAviServiceEngineGroupsBadRequest) SetPayload(payload *models.Error)

SetPayload sets the payload to the get avi service engine groups bad request response

func (*GetAviServiceEngineGroupsBadRequest) WithPayload

WithPayload adds the payload to the get avi service engine groups bad request response

func (*GetAviServiceEngineGroupsBadRequest) WriteResponse

WriteResponse to the client

type GetAviServiceEngineGroupsHandler

type GetAviServiceEngineGroupsHandler interface {
	Handle(GetAviServiceEngineGroupsParams) middleware.Responder
}

GetAviServiceEngineGroupsHandler interface for that can handle valid get avi service engine groups params

type GetAviServiceEngineGroupsHandlerFunc

type GetAviServiceEngineGroupsHandlerFunc func(GetAviServiceEngineGroupsParams) middleware.Responder

GetAviServiceEngineGroupsHandlerFunc turns a function with the right signature into a get avi service engine groups handler

func (GetAviServiceEngineGroupsHandlerFunc) Handle

Handle executing the request and returning a response

type GetAviServiceEngineGroupsInternalServerError

type GetAviServiceEngineGroupsInternalServerError struct {

	/*
	  In: Body
	*/
	Payload *models.Error `json:"body,omitempty"`
}

GetAviServiceEngineGroupsInternalServerError Internal server error

swagger:response getAviServiceEngineGroupsInternalServerError

func NewGetAviServiceEngineGroupsInternalServerError

func NewGetAviServiceEngineGroupsInternalServerError() *GetAviServiceEngineGroupsInternalServerError

NewGetAviServiceEngineGroupsInternalServerError creates GetAviServiceEngineGroupsInternalServerError with default headers values

func (*GetAviServiceEngineGroupsInternalServerError) SetPayload

SetPayload sets the payload to the get avi service engine groups internal server error response

func (*GetAviServiceEngineGroupsInternalServerError) WithPayload

WithPayload adds the payload to the get avi service engine groups internal server error response

func (*GetAviServiceEngineGroupsInternalServerError) WriteResponse

WriteResponse to the client

type GetAviServiceEngineGroupsOK

type GetAviServiceEngineGroupsOK struct {

	/*
	  In: Body
	*/
	Payload []*models.AviServiceEngineGroup `json:"body,omitempty"`
}

GetAviServiceEngineGroupsOK Successful retrieval of Avi load balancer service engine groups

swagger:response getAviServiceEngineGroupsOK

func NewGetAviServiceEngineGroupsOK

func NewGetAviServiceEngineGroupsOK() *GetAviServiceEngineGroupsOK

NewGetAviServiceEngineGroupsOK creates GetAviServiceEngineGroupsOK with default headers values

func (*GetAviServiceEngineGroupsOK) SetPayload

func (o *GetAviServiceEngineGroupsOK) SetPayload(payload []*models.AviServiceEngineGroup)

SetPayload sets the payload to the get avi service engine groups o k response

func (*GetAviServiceEngineGroupsOK) WithPayload

WithPayload adds the payload to the get avi service engine groups o k response

func (*GetAviServiceEngineGroupsOK) WriteResponse

func (o *GetAviServiceEngineGroupsOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetAviServiceEngineGroupsParams

type GetAviServiceEngineGroupsParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`
}

GetAviServiceEngineGroupsParams contains all the bound params for the get avi service engine groups operation typically these are obtained from a http.Request

swagger:parameters getAviServiceEngineGroups

func NewGetAviServiceEngineGroupsParams

func NewGetAviServiceEngineGroupsParams() GetAviServiceEngineGroupsParams

NewGetAviServiceEngineGroupsParams creates a new GetAviServiceEngineGroupsParams object no default values defined in spec.

func (*GetAviServiceEngineGroupsParams) BindRequest

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewGetAviServiceEngineGroupsParams() beforehand.

type GetAviServiceEngineGroupsURL

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

GetAviServiceEngineGroupsURL generates an URL for the get avi service engine groups operation

func (*GetAviServiceEngineGroupsURL) Build

func (o *GetAviServiceEngineGroupsURL) Build() (*url.URL, error)

Build a url path and query string

func (*GetAviServiceEngineGroupsURL) BuildFull

func (o *GetAviServiceEngineGroupsURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*GetAviServiceEngineGroupsURL) Must

func (o *GetAviServiceEngineGroupsURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*GetAviServiceEngineGroupsURL) SetBasePath

func (o *GetAviServiceEngineGroupsURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*GetAviServiceEngineGroupsURL) String

String returns the string representation of the path with query string

func (*GetAviServiceEngineGroupsURL) StringFull

func (o *GetAviServiceEngineGroupsURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*GetAviServiceEngineGroupsURL) WithBasePath

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type GetAviServiceEngineGroupsUnauthorized

type GetAviServiceEngineGroupsUnauthorized struct {

	/*
	  In: Body
	*/
	Payload *models.Error `json:"body,omitempty"`
}

GetAviServiceEngineGroupsUnauthorized Incorrect credentials

swagger:response getAviServiceEngineGroupsUnauthorized

func NewGetAviServiceEngineGroupsUnauthorized

func NewGetAviServiceEngineGroupsUnauthorized() *GetAviServiceEngineGroupsUnauthorized

NewGetAviServiceEngineGroupsUnauthorized creates GetAviServiceEngineGroupsUnauthorized with default headers values

func (*GetAviServiceEngineGroupsUnauthorized) SetPayload

func (o *GetAviServiceEngineGroupsUnauthorized) SetPayload(payload *models.Error)

SetPayload sets the payload to the get avi service engine groups unauthorized response

func (*GetAviServiceEngineGroupsUnauthorized) WithPayload

WithPayload adds the payload to the get avi service engine groups unauthorized response

func (*GetAviServiceEngineGroupsUnauthorized) WriteResponse

WriteResponse to the client

type GetAviVipNetworks

type GetAviVipNetworks struct {
	Context *middleware.Context
	Handler GetAviVipNetworksHandler
}

GetAviVipNetworks swagger:route GET /api/avi/vipnetworks avi getAviVipNetworks

Retrieve all Avi networks

func NewGetAviVipNetworks

func NewGetAviVipNetworks(ctx *middleware.Context, handler GetAviVipNetworksHandler) *GetAviVipNetworks

NewGetAviVipNetworks creates a new http.Handler for the get avi vip networks operation

func (*GetAviVipNetworks) ServeHTTP

func (o *GetAviVipNetworks) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type GetAviVipNetworksBadRequest

type GetAviVipNetworksBadRequest struct {

	/*
	  In: Body
	*/
	Payload *models.Error `json:"body,omitempty"`
}

GetAviVipNetworksBadRequest Bad request

swagger:response getAviVipNetworksBadRequest

func NewGetAviVipNetworksBadRequest

func NewGetAviVipNetworksBadRequest() *GetAviVipNetworksBadRequest

NewGetAviVipNetworksBadRequest creates GetAviVipNetworksBadRequest with default headers values

func (*GetAviVipNetworksBadRequest) SetPayload

func (o *GetAviVipNetworksBadRequest) SetPayload(payload *models.Error)

SetPayload sets the payload to the get avi vip networks bad request response

func (*GetAviVipNetworksBadRequest) WithPayload

WithPayload adds the payload to the get avi vip networks bad request response

func (*GetAviVipNetworksBadRequest) WriteResponse

func (o *GetAviVipNetworksBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetAviVipNetworksHandler

type GetAviVipNetworksHandler interface {
	Handle(GetAviVipNetworksParams) middleware.Responder
}

GetAviVipNetworksHandler interface for that can handle valid get avi vip networks params

type GetAviVipNetworksHandlerFunc

type GetAviVipNetworksHandlerFunc func(GetAviVipNetworksParams) middleware.Responder

GetAviVipNetworksHandlerFunc turns a function with the right signature into a get avi vip networks handler

func (GetAviVipNetworksHandlerFunc) Handle

Handle executing the request and returning a response

type GetAviVipNetworksInternalServerError

type GetAviVipNetworksInternalServerError struct {

	/*
	  In: Body
	*/
	Payload *models.Error `json:"body,omitempty"`
}

GetAviVipNetworksInternalServerError Internal server error

swagger:response getAviVipNetworksInternalServerError

func NewGetAviVipNetworksInternalServerError

func NewGetAviVipNetworksInternalServerError() *GetAviVipNetworksInternalServerError

NewGetAviVipNetworksInternalServerError creates GetAviVipNetworksInternalServerError with default headers values

func (*GetAviVipNetworksInternalServerError) SetPayload

func (o *GetAviVipNetworksInternalServerError) SetPayload(payload *models.Error)

SetPayload sets the payload to the get avi vip networks internal server error response

func (*GetAviVipNetworksInternalServerError) WithPayload

WithPayload adds the payload to the get avi vip networks internal server error response

func (*GetAviVipNetworksInternalServerError) WriteResponse

WriteResponse to the client

type GetAviVipNetworksOK

type GetAviVipNetworksOK struct {

	/*
	  In: Body
	*/
	Payload []*models.AviVipNetwork `json:"body,omitempty"`
}

GetAviVipNetworksOK Successful retrieval of Avi load balancer service engine groups

swagger:response getAviVipNetworksOK

func NewGetAviVipNetworksOK

func NewGetAviVipNetworksOK() *GetAviVipNetworksOK

NewGetAviVipNetworksOK creates GetAviVipNetworksOK with default headers values

func (*GetAviVipNetworksOK) SetPayload

func (o *GetAviVipNetworksOK) SetPayload(payload []*models.AviVipNetwork)

SetPayload sets the payload to the get avi vip networks o k response

func (*GetAviVipNetworksOK) WithPayload

func (o *GetAviVipNetworksOK) WithPayload(payload []*models.AviVipNetwork) *GetAviVipNetworksOK

WithPayload adds the payload to the get avi vip networks o k response

func (*GetAviVipNetworksOK) WriteResponse

func (o *GetAviVipNetworksOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type GetAviVipNetworksParams

type GetAviVipNetworksParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`
}

GetAviVipNetworksParams contains all the bound params for the get avi vip networks operation typically these are obtained from a http.Request

swagger:parameters getAviVipNetworks

func NewGetAviVipNetworksParams

func NewGetAviVipNetworksParams() GetAviVipNetworksParams

NewGetAviVipNetworksParams creates a new GetAviVipNetworksParams object no default values defined in spec.

func (*GetAviVipNetworksParams) BindRequest

func (o *GetAviVipNetworksParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewGetAviVipNetworksParams() beforehand.

type GetAviVipNetworksURL

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

GetAviVipNetworksURL generates an URL for the get avi vip networks operation

func (*GetAviVipNetworksURL) Build

func (o *GetAviVipNetworksURL) Build() (*url.URL, error)

Build a url path and query string

func (*GetAviVipNetworksURL) BuildFull

func (o *GetAviVipNetworksURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*GetAviVipNetworksURL) Must

func (o *GetAviVipNetworksURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*GetAviVipNetworksURL) SetBasePath

func (o *GetAviVipNetworksURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*GetAviVipNetworksURL) String

func (o *GetAviVipNetworksURL) String() string

String returns the string representation of the path with query string

func (*GetAviVipNetworksURL) StringFull

func (o *GetAviVipNetworksURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*GetAviVipNetworksURL) WithBasePath

func (o *GetAviVipNetworksURL) WithBasePath(bp string) *GetAviVipNetworksURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type GetAviVipNetworksUnauthorized

type GetAviVipNetworksUnauthorized struct {

	/*
	  In: Body
	*/
	Payload *models.Error `json:"body,omitempty"`
}

GetAviVipNetworksUnauthorized Incorrect credentials

swagger:response getAviVipNetworksUnauthorized

func NewGetAviVipNetworksUnauthorized

func NewGetAviVipNetworksUnauthorized() *GetAviVipNetworksUnauthorized

NewGetAviVipNetworksUnauthorized creates GetAviVipNetworksUnauthorized with default headers values

func (*GetAviVipNetworksUnauthorized) SetPayload

func (o *GetAviVipNetworksUnauthorized) SetPayload(payload *models.Error)

SetPayload sets the payload to the get avi vip networks unauthorized response

func (*GetAviVipNetworksUnauthorized) WithPayload

WithPayload adds the payload to the get avi vip networks unauthorized response

func (*GetAviVipNetworksUnauthorized) WriteResponse

func (o *GetAviVipNetworksUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type VerifyAccount

type VerifyAccount struct {
	Context *middleware.Context
	Handler VerifyAccountHandler
}

VerifyAccount swagger:route POST /api/avi avi verifyAccount

Validate Avi controller credentials

func NewVerifyAccount

func NewVerifyAccount(ctx *middleware.Context, handler VerifyAccountHandler) *VerifyAccount

NewVerifyAccount creates a new http.Handler for the verify account operation

func (*VerifyAccount) ServeHTTP

func (o *VerifyAccount) ServeHTTP(rw http.ResponseWriter, r *http.Request)

type VerifyAccountBadRequest

type VerifyAccountBadRequest struct {

	/*
	  In: Body
	*/
	Payload *models.Error `json:"body,omitempty"`
}

VerifyAccountBadRequest Bad request

swagger:response verifyAccountBadRequest

func NewVerifyAccountBadRequest

func NewVerifyAccountBadRequest() *VerifyAccountBadRequest

NewVerifyAccountBadRequest creates VerifyAccountBadRequest with default headers values

func (*VerifyAccountBadRequest) SetPayload

func (o *VerifyAccountBadRequest) SetPayload(payload *models.Error)

SetPayload sets the payload to the verify account bad request response

func (*VerifyAccountBadRequest) WithPayload

func (o *VerifyAccountBadRequest) WithPayload(payload *models.Error) *VerifyAccountBadRequest

WithPayload adds the payload to the verify account bad request response

func (*VerifyAccountBadRequest) WriteResponse

func (o *VerifyAccountBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type VerifyAccountCreated

type VerifyAccountCreated struct {
}

VerifyAccountCreated Verified AVI credentials successfully

swagger:response verifyAccountCreated

func NewVerifyAccountCreated

func NewVerifyAccountCreated() *VerifyAccountCreated

NewVerifyAccountCreated creates VerifyAccountCreated with default headers values

func (*VerifyAccountCreated) WriteResponse

func (o *VerifyAccountCreated) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type VerifyAccountHandler

type VerifyAccountHandler interface {
	Handle(VerifyAccountParams) middleware.Responder
}

VerifyAccountHandler interface for that can handle valid verify account params

type VerifyAccountHandlerFunc

type VerifyAccountHandlerFunc func(VerifyAccountParams) middleware.Responder

VerifyAccountHandlerFunc turns a function with the right signature into a verify account handler

func (VerifyAccountHandlerFunc) Handle

Handle executing the request and returning a response

type VerifyAccountInternalServerError

type VerifyAccountInternalServerError struct {

	/*
	  In: Body
	*/
	Payload *models.Error `json:"body,omitempty"`
}

VerifyAccountInternalServerError Internal server error

swagger:response verifyAccountInternalServerError

func NewVerifyAccountInternalServerError

func NewVerifyAccountInternalServerError() *VerifyAccountInternalServerError

NewVerifyAccountInternalServerError creates VerifyAccountInternalServerError with default headers values

func (*VerifyAccountInternalServerError) SetPayload

func (o *VerifyAccountInternalServerError) SetPayload(payload *models.Error)

SetPayload sets the payload to the verify account internal server error response

func (*VerifyAccountInternalServerError) WithPayload

WithPayload adds the payload to the verify account internal server error response

func (*VerifyAccountInternalServerError) WriteResponse

func (o *VerifyAccountInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

type VerifyAccountParams

type VerifyAccountParams struct {

	// HTTP Request Object
	HTTPRequest *http.Request `json:"-"`

	/*Avi controller credentials
	  In: body
	*/
	Credentials *models.AviControllerParams
}

VerifyAccountParams contains all the bound params for the verify account operation typically these are obtained from a http.Request

swagger:parameters verifyAccount

func NewVerifyAccountParams

func NewVerifyAccountParams() VerifyAccountParams

NewVerifyAccountParams creates a new VerifyAccountParams object no default values defined in spec.

func (*VerifyAccountParams) BindRequest

func (o *VerifyAccountParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error

BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.

To ensure default values, the struct must have been initialized with NewVerifyAccountParams() beforehand.

type VerifyAccountURL

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

VerifyAccountURL generates an URL for the verify account operation

func (*VerifyAccountURL) Build

func (o *VerifyAccountURL) Build() (*url.URL, error)

Build a url path and query string

func (*VerifyAccountURL) BuildFull

func (o *VerifyAccountURL) BuildFull(scheme, host string) (*url.URL, error)

BuildFull builds a full url with scheme, host, path and query string

func (*VerifyAccountURL) Must

func (o *VerifyAccountURL) Must(u *url.URL, err error) *url.URL

Must is a helper function to panic when the url builder returns an error

func (*VerifyAccountURL) SetBasePath

func (o *VerifyAccountURL) SetBasePath(bp string)

SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

func (*VerifyAccountURL) String

func (o *VerifyAccountURL) String() string

String returns the string representation of the path with query string

func (*VerifyAccountURL) StringFull

func (o *VerifyAccountURL) StringFull(scheme, host string) string

StringFull returns the string representation of a complete url

func (*VerifyAccountURL) WithBasePath

func (o *VerifyAccountURL) WithBasePath(bp string) *VerifyAccountURL

WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string

type VerifyAccountUnauthorized

type VerifyAccountUnauthorized struct {

	/*
	  In: Body
	*/
	Payload *models.Error `json:"body,omitempty"`
}

VerifyAccountUnauthorized Incorrect credentials

swagger:response verifyAccountUnauthorized

func NewVerifyAccountUnauthorized

func NewVerifyAccountUnauthorized() *VerifyAccountUnauthorized

NewVerifyAccountUnauthorized creates VerifyAccountUnauthorized with default headers values

func (*VerifyAccountUnauthorized) SetPayload

func (o *VerifyAccountUnauthorized) SetPayload(payload *models.Error)

SetPayload sets the payload to the verify account unauthorized response

func (*VerifyAccountUnauthorized) WithPayload

WithPayload adds the payload to the verify account unauthorized response

func (*VerifyAccountUnauthorized) WriteResponse

func (o *VerifyAccountUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)

WriteResponse to the client

Jump to

Keyboard shortcuts

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