ip_a_m_available_public_ip_address

package
v1.2.4 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AvailablePublicIPGetUsingGETBadRequest

type AvailablePublicIPGetUsingGETBadRequest struct {
}
AvailablePublicIPGetUsingGETBadRequest describes a response with status code 400, with default header values.

Bad request, error occurred. For more details see log messages.

func NewAvailablePublicIPGetUsingGETBadRequest

func NewAvailablePublicIPGetUsingGETBadRequest() *AvailablePublicIPGetUsingGETBadRequest

NewAvailablePublicIPGetUsingGETBadRequest creates a AvailablePublicIPGetUsingGETBadRequest with default headers values

func (*AvailablePublicIPGetUsingGETBadRequest) Error

type AvailablePublicIPGetUsingGETNotFound

type AvailablePublicIPGetUsingGETNotFound struct {
}
AvailablePublicIPGetUsingGETNotFound describes a response with status code 404, with default header values.

Entity not found.

func NewAvailablePublicIPGetUsingGETNotFound

func NewAvailablePublicIPGetUsingGETNotFound() *AvailablePublicIPGetUsingGETNotFound

NewAvailablePublicIPGetUsingGETNotFound creates a AvailablePublicIPGetUsingGETNotFound with default headers values

func (*AvailablePublicIPGetUsingGETNotFound) Error

type AvailablePublicIPGetUsingGETOK

type AvailablePublicIPGetUsingGETOK struct {
	Payload *models.AvailablePublicIPGetResponse
}
AvailablePublicIPGetUsingGETOK describes a response with status code 200, with default header values.

OK

func NewAvailablePublicIPGetUsingGETOK

func NewAvailablePublicIPGetUsingGETOK() *AvailablePublicIPGetUsingGETOK

NewAvailablePublicIPGetUsingGETOK creates a AvailablePublicIPGetUsingGETOK with default headers values

func (*AvailablePublicIPGetUsingGETOK) Error

func (*AvailablePublicIPGetUsingGETOK) GetPayload

type AvailablePublicIPGetUsingGETParams

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

AvailablePublicIPGetUsingGETParams contains all the parameters to send to the API endpoint

for the available public IP get using g e t operation.

Typically these are written to a http.Request.

func NewAvailablePublicIPGetUsingGETParams

func NewAvailablePublicIPGetUsingGETParams() *AvailablePublicIPGetUsingGETParams

NewAvailablePublicIPGetUsingGETParams creates a new AvailablePublicIPGetUsingGETParams 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 NewAvailablePublicIPGetUsingGETParamsWithContext

func NewAvailablePublicIPGetUsingGETParamsWithContext(ctx context.Context) *AvailablePublicIPGetUsingGETParams

NewAvailablePublicIPGetUsingGETParamsWithContext creates a new AvailablePublicIPGetUsingGETParams object with the ability to set a context for a request.

func NewAvailablePublicIPGetUsingGETParamsWithHTTPClient

func NewAvailablePublicIPGetUsingGETParamsWithHTTPClient(client *http.Client) *AvailablePublicIPGetUsingGETParams

NewAvailablePublicIPGetUsingGETParamsWithHTTPClient creates a new AvailablePublicIPGetUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewAvailablePublicIPGetUsingGETParamsWithTimeout

func NewAvailablePublicIPGetUsingGETParamsWithTimeout(timeout time.Duration) *AvailablePublicIPGetUsingGETParams

NewAvailablePublicIPGetUsingGETParamsWithTimeout creates a new AvailablePublicIPGetUsingGETParams object with the ability to set a timeout on a request.

func (*AvailablePublicIPGetUsingGETParams) SetContext

SetContext adds the context to the available public IP get using g e t params

func (*AvailablePublicIPGetUsingGETParams) SetDefaults added in v1.2.4

func (o *AvailablePublicIPGetUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the available public IP get using g e t params (not the query body).

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

func (*AvailablePublicIPGetUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the available public IP get using g e t params

func (*AvailablePublicIPGetUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the available public IP get using g e t params

func (*AvailablePublicIPGetUsingGETParams) WithContext

WithContext adds the context to the available public IP get using g e t params

func (*AvailablePublicIPGetUsingGETParams) WithDefaults added in v1.2.4

WithDefaults hydrates default values in the available public IP get using g e t params (not the query body).

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

func (*AvailablePublicIPGetUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the available public IP get using g e t params

func (*AvailablePublicIPGetUsingGETParams) WithTimeout

WithTimeout adds the timeout to the available public IP get using g e t params

func (*AvailablePublicIPGetUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AvailablePublicIPGetUsingGETReader

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

AvailablePublicIPGetUsingGETReader is a Reader for the AvailablePublicIPGetUsingGET structure.

func (*AvailablePublicIPGetUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for ip a m available public ip address API

func (*Client) AvailablePublicIPGetUsingGET

func (a *Client) AvailablePublicIPGetUsingGET(params *AvailablePublicIPGetUsingGETParams, opts ...ClientOption) (*AvailablePublicIPGetUsingGETOK, error)

AvailablePublicIPGetUsingGET gets

Get IPAM service

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption added in v1.2.4

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AvailablePublicIPGetUsingGET(params *AvailablePublicIPGetUsingGETParams, opts ...ClientOption) (*AvailablePublicIPGetUsingGETOK, 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 ip a m available public ip address API client.

Jump to

Keyboard shortcuts

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