domains_deprecated

package
v0.0.0-...-7977c27 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const CreatesDomainOwnedByGivenOrganizationDeprecatedCreatedCode int = 201

CreatesDomainOwnedByGivenOrganizationDeprecatedCreatedCode is the HTTP code returned for type CreatesDomainOwnedByGivenOrganizationDeprecatedCreated

View Source
const DeleteDomainDeprecatedNoContentCode int = 204

DeleteDomainDeprecatedNoContentCode is the HTTP code returned for type DeleteDomainDeprecatedNoContent

View Source
const ListAllDomainsDeprecatedOKCode int = 200

ListAllDomainsDeprecatedOKCode is the HTTP code returned for type ListAllDomainsDeprecatedOK

View Source
const ListAllSpacesForDomainDeprecatedOKCode int = 200

ListAllSpacesForDomainDeprecatedOKCode is the HTTP code returned for type ListAllSpacesForDomainDeprecatedOK

View Source
const RetrieveDomainDeprecatedOKCode int = 200

RetrieveDomainDeprecatedOKCode is the HTTP code returned for type RetrieveDomainDeprecatedOK

Variables

This section is empty.

Functions

This section is empty.

Types

type CreatesDomainOwnedByGivenOrganizationDeprecated

type CreatesDomainOwnedByGivenOrganizationDeprecated struct {
	Context *middleware.Context
	Handler CreatesDomainOwnedByGivenOrganizationDeprecatedHandler
}

CreatesDomainOwnedByGivenOrganizationDeprecated swagger:route POST /domains domainsDeprecated createsDomainOwnedByGivenOrganizationDeprecated

creates a domain owned by the given organization (deprecated)

curl --insecure -i %s/v2/domains -X POST -H 'Authorization: %s' -d '%s'

func NewCreatesDomainOwnedByGivenOrganizationDeprecated

NewCreatesDomainOwnedByGivenOrganizationDeprecated creates a new http.Handler for the creates domain owned by given organization deprecated operation

func (*CreatesDomainOwnedByGivenOrganizationDeprecated) ServeHTTP

type CreatesDomainOwnedByGivenOrganizationDeprecatedCreated

type CreatesDomainOwnedByGivenOrganizationDeprecatedCreated struct {

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

CreatesDomainOwnedByGivenOrganizationDeprecatedCreated successful response

swagger:response createsDomainOwnedByGivenOrganizationDeprecatedCreated

func NewCreatesDomainOwnedByGivenOrganizationDeprecatedCreated

func NewCreatesDomainOwnedByGivenOrganizationDeprecatedCreated() *CreatesDomainOwnedByGivenOrganizationDeprecatedCreated

NewCreatesDomainOwnedByGivenOrganizationDeprecatedCreated creates CreatesDomainOwnedByGivenOrganizationDeprecatedCreated with default headers values

func (*CreatesDomainOwnedByGivenOrganizationDeprecatedCreated) SetPayload

SetPayload sets the payload to the creates domain owned by given organization deprecated created response

func (*CreatesDomainOwnedByGivenOrganizationDeprecatedCreated) WithPayload

WithPayload adds the payload to the creates domain owned by given organization deprecated created response

func (*CreatesDomainOwnedByGivenOrganizationDeprecatedCreated) WriteResponse

WriteResponse to the client

type CreatesDomainOwnedByGivenOrganizationDeprecatedHandler

type CreatesDomainOwnedByGivenOrganizationDeprecatedHandler interface {
	Handle(CreatesDomainOwnedByGivenOrganizationDeprecatedParams) middleware.Responder
}

CreatesDomainOwnedByGivenOrganizationDeprecatedHandler interface for that can handle valid creates domain owned by given organization deprecated params

type CreatesDomainOwnedByGivenOrganizationDeprecatedHandlerFunc

type CreatesDomainOwnedByGivenOrganizationDeprecatedHandlerFunc func(CreatesDomainOwnedByGivenOrganizationDeprecatedParams) middleware.Responder

CreatesDomainOwnedByGivenOrganizationDeprecatedHandlerFunc turns a function with the right signature into a creates domain owned by given organization deprecated handler

func (CreatesDomainOwnedByGivenOrganizationDeprecatedHandlerFunc) Handle

Handle executing the request and returning a response

type CreatesDomainOwnedByGivenOrganizationDeprecatedParams

type CreatesDomainOwnedByGivenOrganizationDeprecatedParams struct {

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

	/*An object instance that is serialized and sent as the request body.
	  Required: true
	  In: body
	*/
	Value *models.CreatesDomainOwnedByGivenOrganizationDeprecatedRequest
}

CreatesDomainOwnedByGivenOrganizationDeprecatedParams contains all the bound params for the creates domain owned by given organization deprecated operation typically these are obtained from a http.Request

swagger:parameters createsDomainOwnedByGivenOrganizationDeprecated

func NewCreatesDomainOwnedByGivenOrganizationDeprecatedParams

func NewCreatesDomainOwnedByGivenOrganizationDeprecatedParams() CreatesDomainOwnedByGivenOrganizationDeprecatedParams

NewCreatesDomainOwnedByGivenOrganizationDeprecatedParams creates a new CreatesDomainOwnedByGivenOrganizationDeprecatedParams object no default values defined in spec.

func (*CreatesDomainOwnedByGivenOrganizationDeprecatedParams) 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 NewCreatesDomainOwnedByGivenOrganizationDeprecatedParams() beforehand.

type CreatesDomainOwnedByGivenOrganizationDeprecatedURL

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

CreatesDomainOwnedByGivenOrganizationDeprecatedURL generates an URL for the creates domain owned by given organization deprecated operation

func (*CreatesDomainOwnedByGivenOrganizationDeprecatedURL) Build

Build a url path and query string

func (*CreatesDomainOwnedByGivenOrganizationDeprecatedURL) BuildFull

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

func (*CreatesDomainOwnedByGivenOrganizationDeprecatedURL) Must

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

func (*CreatesDomainOwnedByGivenOrganizationDeprecatedURL) SetBasePath

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 (*CreatesDomainOwnedByGivenOrganizationDeprecatedURL) String

String returns the string representation of the path with query string

func (*CreatesDomainOwnedByGivenOrganizationDeprecatedURL) StringFull

StringFull returns the string representation of a complete url

func (*CreatesDomainOwnedByGivenOrganizationDeprecatedURL) 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 DeleteDomainDeprecated

type DeleteDomainDeprecated struct {
	Context *middleware.Context
	Handler DeleteDomainDeprecatedHandler
}

DeleteDomainDeprecated swagger:route DELETE /domains/{guid} domainsDeprecated deleteDomainDeprecated

Delete a Particular Domain (deprecated)

curl --insecure -i %s/v2/domains/{guid} -X DELETE -H 'Authorization: %s'

func NewDeleteDomainDeprecated

func NewDeleteDomainDeprecated(ctx *middleware.Context, handler DeleteDomainDeprecatedHandler) *DeleteDomainDeprecated

NewDeleteDomainDeprecated creates a new http.Handler for the delete domain deprecated operation

func (*DeleteDomainDeprecated) ServeHTTP

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

type DeleteDomainDeprecatedHandler

type DeleteDomainDeprecatedHandler interface {
	Handle(DeleteDomainDeprecatedParams) middleware.Responder
}

DeleteDomainDeprecatedHandler interface for that can handle valid delete domain deprecated params

type DeleteDomainDeprecatedHandlerFunc

type DeleteDomainDeprecatedHandlerFunc func(DeleteDomainDeprecatedParams) middleware.Responder

DeleteDomainDeprecatedHandlerFunc turns a function with the right signature into a delete domain deprecated handler

func (DeleteDomainDeprecatedHandlerFunc) Handle

Handle executing the request and returning a response

type DeleteDomainDeprecatedNoContent

type DeleteDomainDeprecatedNoContent struct {
}

DeleteDomainDeprecatedNoContent successful response

swagger:response deleteDomainDeprecatedNoContent

func NewDeleteDomainDeprecatedNoContent

func NewDeleteDomainDeprecatedNoContent() *DeleteDomainDeprecatedNoContent

NewDeleteDomainDeprecatedNoContent creates DeleteDomainDeprecatedNoContent with default headers values

func (*DeleteDomainDeprecatedNoContent) WriteResponse

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

WriteResponse to the client

type DeleteDomainDeprecatedParams

type DeleteDomainDeprecatedParams struct {

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

	/*The guid parameter is used as a part of the request URL: '/v2/domains/:guid'
	  Required: true
	  In: path
	*/
	GUID string
}

DeleteDomainDeprecatedParams contains all the bound params for the delete domain deprecated operation typically these are obtained from a http.Request

swagger:parameters deleteDomainDeprecated

func NewDeleteDomainDeprecatedParams

func NewDeleteDomainDeprecatedParams() DeleteDomainDeprecatedParams

NewDeleteDomainDeprecatedParams creates a new DeleteDomainDeprecatedParams object no default values defined in spec.

func (*DeleteDomainDeprecatedParams) 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 NewDeleteDomainDeprecatedParams() beforehand.

type DeleteDomainDeprecatedURL

type DeleteDomainDeprecatedURL struct {
	GUID string
	// contains filtered or unexported fields
}

DeleteDomainDeprecatedURL generates an URL for the delete domain deprecated operation

func (*DeleteDomainDeprecatedURL) Build

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

Build a url path and query string

func (*DeleteDomainDeprecatedURL) BuildFull

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

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

func (*DeleteDomainDeprecatedURL) Must

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

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

func (*DeleteDomainDeprecatedURL) SetBasePath

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

func (o *DeleteDomainDeprecatedURL) String() string

String returns the string representation of the path with query string

func (*DeleteDomainDeprecatedURL) StringFull

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

StringFull returns the string representation of a complete url

func (*DeleteDomainDeprecatedURL) 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 ListAllDomainsDeprecated

type ListAllDomainsDeprecated struct {
	Context *middleware.Context
	Handler ListAllDomainsDeprecatedHandler
}

ListAllDomainsDeprecated swagger:route GET /domains domainsDeprecated listAllDomainsDeprecated

List all Domains (deprecated)

curl --insecure -i %s/v2/domains -X GET -H 'Authorization: %s'

func NewListAllDomainsDeprecated

func NewListAllDomainsDeprecated(ctx *middleware.Context, handler ListAllDomainsDeprecatedHandler) *ListAllDomainsDeprecated

NewListAllDomainsDeprecated creates a new http.Handler for the list all domains deprecated operation

func (*ListAllDomainsDeprecated) ServeHTTP

type ListAllDomainsDeprecatedHandler

type ListAllDomainsDeprecatedHandler interface {
	Handle(ListAllDomainsDeprecatedParams) middleware.Responder
}

ListAllDomainsDeprecatedHandler interface for that can handle valid list all domains deprecated params

type ListAllDomainsDeprecatedHandlerFunc

type ListAllDomainsDeprecatedHandlerFunc func(ListAllDomainsDeprecatedParams) middleware.Responder

ListAllDomainsDeprecatedHandlerFunc turns a function with the right signature into a list all domains deprecated handler

func (ListAllDomainsDeprecatedHandlerFunc) Handle

Handle executing the request and returning a response

type ListAllDomainsDeprecatedOK

type ListAllDomainsDeprecatedOK struct {

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

ListAllDomainsDeprecatedOK successful response

swagger:response listAllDomainsDeprecatedOK

func NewListAllDomainsDeprecatedOK

func NewListAllDomainsDeprecatedOK() *ListAllDomainsDeprecatedOK

NewListAllDomainsDeprecatedOK creates ListAllDomainsDeprecatedOK with default headers values

func (*ListAllDomainsDeprecatedOK) SetPayload

SetPayload sets the payload to the list all domains deprecated o k response

func (*ListAllDomainsDeprecatedOK) WithPayload

WithPayload adds the payload to the list all domains deprecated o k response

func (*ListAllDomainsDeprecatedOK) WriteResponse

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

WriteResponse to the client

type ListAllDomainsDeprecatedParams

type ListAllDomainsDeprecatedParams struct {

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

ListAllDomainsDeprecatedParams contains all the bound params for the list all domains deprecated operation typically these are obtained from a http.Request

swagger:parameters listAllDomainsDeprecated

func NewListAllDomainsDeprecatedParams

func NewListAllDomainsDeprecatedParams() ListAllDomainsDeprecatedParams

NewListAllDomainsDeprecatedParams creates a new ListAllDomainsDeprecatedParams object no default values defined in spec.

func (*ListAllDomainsDeprecatedParams) 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 NewListAllDomainsDeprecatedParams() beforehand.

type ListAllDomainsDeprecatedURL

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

ListAllDomainsDeprecatedURL generates an URL for the list all domains deprecated operation

func (*ListAllDomainsDeprecatedURL) Build

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

Build a url path and query string

func (*ListAllDomainsDeprecatedURL) BuildFull

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

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

func (*ListAllDomainsDeprecatedURL) Must

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

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

func (*ListAllDomainsDeprecatedURL) SetBasePath

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

func (o *ListAllDomainsDeprecatedURL) String() string

String returns the string representation of the path with query string

func (*ListAllDomainsDeprecatedURL) StringFull

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

StringFull returns the string representation of a complete url

func (*ListAllDomainsDeprecatedURL) 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 ListAllSpacesForDomainDeprecated

type ListAllSpacesForDomainDeprecated struct {
	Context *middleware.Context
	Handler ListAllSpacesForDomainDeprecatedHandler
}

ListAllSpacesForDomainDeprecated swagger:route GET /domains/{guid}/spaces domainsDeprecated listAllSpacesForDomainDeprecated

List all Spaces for the Domain (deprecated)

curl --insecure -i %s/v2/domains/{guid}/spaces -X GET -H 'Authorization: %s'

func NewListAllSpacesForDomainDeprecated

func NewListAllSpacesForDomainDeprecated(ctx *middleware.Context, handler ListAllSpacesForDomainDeprecatedHandler) *ListAllSpacesForDomainDeprecated

NewListAllSpacesForDomainDeprecated creates a new http.Handler for the list all spaces for domain deprecated operation

func (*ListAllSpacesForDomainDeprecated) ServeHTTP

type ListAllSpacesForDomainDeprecatedHandler

type ListAllSpacesForDomainDeprecatedHandler interface {
	Handle(ListAllSpacesForDomainDeprecatedParams) middleware.Responder
}

ListAllSpacesForDomainDeprecatedHandler interface for that can handle valid list all spaces for domain deprecated params

type ListAllSpacesForDomainDeprecatedHandlerFunc

type ListAllSpacesForDomainDeprecatedHandlerFunc func(ListAllSpacesForDomainDeprecatedParams) middleware.Responder

ListAllSpacesForDomainDeprecatedHandlerFunc turns a function with the right signature into a list all spaces for domain deprecated handler

func (ListAllSpacesForDomainDeprecatedHandlerFunc) Handle

Handle executing the request and returning a response

type ListAllSpacesForDomainDeprecatedOK

type ListAllSpacesForDomainDeprecatedOK struct {

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

ListAllSpacesForDomainDeprecatedOK successful response

swagger:response listAllSpacesForDomainDeprecatedOK

func NewListAllSpacesForDomainDeprecatedOK

func NewListAllSpacesForDomainDeprecatedOK() *ListAllSpacesForDomainDeprecatedOK

NewListAllSpacesForDomainDeprecatedOK creates ListAllSpacesForDomainDeprecatedOK with default headers values

func (*ListAllSpacesForDomainDeprecatedOK) SetPayload

SetPayload sets the payload to the list all spaces for domain deprecated o k response

func (*ListAllSpacesForDomainDeprecatedOK) WithPayload

WithPayload adds the payload to the list all spaces for domain deprecated o k response

func (*ListAllSpacesForDomainDeprecatedOK) WriteResponse

WriteResponse to the client

type ListAllSpacesForDomainDeprecatedParams

type ListAllSpacesForDomainDeprecatedParams struct {

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

	/*The guid parameter is used as a part of the request URL: '/v2/domains/:guid/spaces'
	  Required: true
	  In: path
	*/
	GUID string
}

ListAllSpacesForDomainDeprecatedParams contains all the bound params for the list all spaces for domain deprecated operation typically these are obtained from a http.Request

swagger:parameters listAllSpacesForDomainDeprecated

func NewListAllSpacesForDomainDeprecatedParams

func NewListAllSpacesForDomainDeprecatedParams() ListAllSpacesForDomainDeprecatedParams

NewListAllSpacesForDomainDeprecatedParams creates a new ListAllSpacesForDomainDeprecatedParams object no default values defined in spec.

func (*ListAllSpacesForDomainDeprecatedParams) 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 NewListAllSpacesForDomainDeprecatedParams() beforehand.

type ListAllSpacesForDomainDeprecatedURL

type ListAllSpacesForDomainDeprecatedURL struct {
	GUID string
	// contains filtered or unexported fields
}

ListAllSpacesForDomainDeprecatedURL generates an URL for the list all spaces for domain deprecated operation

func (*ListAllSpacesForDomainDeprecatedURL) Build

Build a url path and query string

func (*ListAllSpacesForDomainDeprecatedURL) BuildFull

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

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

func (*ListAllSpacesForDomainDeprecatedURL) Must

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

func (*ListAllSpacesForDomainDeprecatedURL) SetBasePath

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

String returns the string representation of the path with query string

func (*ListAllSpacesForDomainDeprecatedURL) StringFull

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

StringFull returns the string representation of a complete url

func (*ListAllSpacesForDomainDeprecatedURL) 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 RetrieveDomainDeprecated

type RetrieveDomainDeprecated struct {
	Context *middleware.Context
	Handler RetrieveDomainDeprecatedHandler
}

RetrieveDomainDeprecated swagger:route GET /domains/{guid} domainsDeprecated retrieveDomainDeprecated

Retrieve a Particular Domain (deprecated)

curl --insecure -i %s/v2/domains/{guid} -X GET -H 'Authorization: %s'

func NewRetrieveDomainDeprecated

func NewRetrieveDomainDeprecated(ctx *middleware.Context, handler RetrieveDomainDeprecatedHandler) *RetrieveDomainDeprecated

NewRetrieveDomainDeprecated creates a new http.Handler for the retrieve domain deprecated operation

func (*RetrieveDomainDeprecated) ServeHTTP

type RetrieveDomainDeprecatedHandler

type RetrieveDomainDeprecatedHandler interface {
	Handle(RetrieveDomainDeprecatedParams) middleware.Responder
}

RetrieveDomainDeprecatedHandler interface for that can handle valid retrieve domain deprecated params

type RetrieveDomainDeprecatedHandlerFunc

type RetrieveDomainDeprecatedHandlerFunc func(RetrieveDomainDeprecatedParams) middleware.Responder

RetrieveDomainDeprecatedHandlerFunc turns a function with the right signature into a retrieve domain deprecated handler

func (RetrieveDomainDeprecatedHandlerFunc) Handle

Handle executing the request and returning a response

type RetrieveDomainDeprecatedOK

type RetrieveDomainDeprecatedOK struct {

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

RetrieveDomainDeprecatedOK successful response

swagger:response retrieveDomainDeprecatedOK

func NewRetrieveDomainDeprecatedOK

func NewRetrieveDomainDeprecatedOK() *RetrieveDomainDeprecatedOK

NewRetrieveDomainDeprecatedOK creates RetrieveDomainDeprecatedOK with default headers values

func (*RetrieveDomainDeprecatedOK) SetPayload

SetPayload sets the payload to the retrieve domain deprecated o k response

func (*RetrieveDomainDeprecatedOK) WithPayload

WithPayload adds the payload to the retrieve domain deprecated o k response

func (*RetrieveDomainDeprecatedOK) WriteResponse

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

WriteResponse to the client

type RetrieveDomainDeprecatedParams

type RetrieveDomainDeprecatedParams struct {

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

	/*The guid parameter is used as a part of the request URL: '/v2/domains/:guid'
	  Required: true
	  In: path
	*/
	GUID string
}

RetrieveDomainDeprecatedParams contains all the bound params for the retrieve domain deprecated operation typically these are obtained from a http.Request

swagger:parameters retrieveDomainDeprecated

func NewRetrieveDomainDeprecatedParams

func NewRetrieveDomainDeprecatedParams() RetrieveDomainDeprecatedParams

NewRetrieveDomainDeprecatedParams creates a new RetrieveDomainDeprecatedParams object no default values defined in spec.

func (*RetrieveDomainDeprecatedParams) 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 NewRetrieveDomainDeprecatedParams() beforehand.

type RetrieveDomainDeprecatedURL

type RetrieveDomainDeprecatedURL struct {
	GUID string
	// contains filtered or unexported fields
}

RetrieveDomainDeprecatedURL generates an URL for the retrieve domain deprecated operation

func (*RetrieveDomainDeprecatedURL) Build

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

Build a url path and query string

func (*RetrieveDomainDeprecatedURL) BuildFull

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

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

func (*RetrieveDomainDeprecatedURL) Must

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

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

func (*RetrieveDomainDeprecatedURL) SetBasePath

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

func (o *RetrieveDomainDeprecatedURL) String() string

String returns the string representation of the path with query string

func (*RetrieveDomainDeprecatedURL) StringFull

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

StringFull returns the string representation of a complete url

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

Jump to

Keyboard shortcuts

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