ip_collections

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 Client

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

Client for ip collections API

func (*Client) IPCollectionCreateUsingPUT

IPCollectionCreateUsingPUT creates

Create Ip collection

func (*Client) IPCollectionDeleteUsingDELETE

func (a *Client) IPCollectionDeleteUsingDELETE(params *IPCollectionDeleteUsingDELETEParams, opts ...ClientOption) (*IPCollectionDeleteUsingDELETEOK, error)

IPCollectionDeleteUsingDELETE deletes

Delete ip collection

func (*Client) IPCollectionGetUsingGET

func (a *Client) IPCollectionGetUsingGET(params *IPCollectionGetUsingGETParams, opts ...ClientOption) (*IPCollectionGetUsingGETOK, error)

IPCollectionGetUsingGET gets

Get ip collection

func (*Client) IPCollectionListUsingGET

func (a *Client) IPCollectionListUsingGET(params *IPCollectionListUsingGETParams, opts ...ClientOption) (*IPCollectionListUsingGETOK, error)

IPCollectionListUsingGET lists

List ip collection

func (*Client) IPCollectionUpdateUsingPUT

func (a *Client) IPCollectionUpdateUsingPUT(params *IPCollectionUpdateUsingPUTParams, opts ...ClientOption) (*IPCollectionUpdateUsingPUTOK, error)

IPCollectionUpdateUsingPUT updates

Update ip collection

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 {
	IPCollectionCreateUsingPUT(params *IPCollectionCreateUsingPUTParams, opts ...ClientOption) (*IPCollectionCreateUsingPUTOK, *IPCollectionCreateUsingPUTCreated, error)

	IPCollectionDeleteUsingDELETE(params *IPCollectionDeleteUsingDELETEParams, opts ...ClientOption) (*IPCollectionDeleteUsingDELETEOK, error)

	IPCollectionGetUsingGET(params *IPCollectionGetUsingGETParams, opts ...ClientOption) (*IPCollectionGetUsingGETOK, error)

	IPCollectionListUsingGET(params *IPCollectionListUsingGETParams, opts ...ClientOption) (*IPCollectionListUsingGETOK, error)

	IPCollectionUpdateUsingPUT(params *IPCollectionUpdateUsingPUTParams, opts ...ClientOption) (*IPCollectionUpdateUsingPUTOK, 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 collections API client.

type IPCollectionCreateUsingPUTBadRequest

type IPCollectionCreateUsingPUTBadRequest struct {
	Payload *models.ProxyResponseMessage
}
IPCollectionCreateUsingPUTBadRequest describes a response with status code 400, with default header values.

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

func NewIPCollectionCreateUsingPUTBadRequest

func NewIPCollectionCreateUsingPUTBadRequest() *IPCollectionCreateUsingPUTBadRequest

NewIPCollectionCreateUsingPUTBadRequest creates a IPCollectionCreateUsingPUTBadRequest with default headers values

func (*IPCollectionCreateUsingPUTBadRequest) Error

func (*IPCollectionCreateUsingPUTBadRequest) GetPayload added in v1.2.0

type IPCollectionCreateUsingPUTCreated

type IPCollectionCreateUsingPUTCreated struct {
	Payload *models.IPCollectionCreateResponse
}
IPCollectionCreateUsingPUTCreated describes a response with status code 201, with default header values.

Entity has been created

func NewIPCollectionCreateUsingPUTCreated

func NewIPCollectionCreateUsingPUTCreated() *IPCollectionCreateUsingPUTCreated

NewIPCollectionCreateUsingPUTCreated creates a IPCollectionCreateUsingPUTCreated with default headers values

func (*IPCollectionCreateUsingPUTCreated) Error

func (*IPCollectionCreateUsingPUTCreated) GetPayload

type IPCollectionCreateUsingPUTOK

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

OK

func NewIPCollectionCreateUsingPUTOK

func NewIPCollectionCreateUsingPUTOK() *IPCollectionCreateUsingPUTOK

NewIPCollectionCreateUsingPUTOK creates a IPCollectionCreateUsingPUTOK with default headers values

func (*IPCollectionCreateUsingPUTOK) Error

func (*IPCollectionCreateUsingPUTOK) GetPayload

type IPCollectionCreateUsingPUTParams

type IPCollectionCreateUsingPUTParams struct {

	/* IPCollection.

	   ipCollection
	*/
	IPCollection *models.IPCollection

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

IPCollectionCreateUsingPUTParams contains all the parameters to send to the API endpoint

for the ip collection create using p u t operation.

Typically these are written to a http.Request.

func NewIPCollectionCreateUsingPUTParams

func NewIPCollectionCreateUsingPUTParams() *IPCollectionCreateUsingPUTParams

NewIPCollectionCreateUsingPUTParams creates a new IPCollectionCreateUsingPUTParams 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 NewIPCollectionCreateUsingPUTParamsWithContext

func NewIPCollectionCreateUsingPUTParamsWithContext(ctx context.Context) *IPCollectionCreateUsingPUTParams

NewIPCollectionCreateUsingPUTParamsWithContext creates a new IPCollectionCreateUsingPUTParams object with the ability to set a context for a request.

func NewIPCollectionCreateUsingPUTParamsWithHTTPClient

func NewIPCollectionCreateUsingPUTParamsWithHTTPClient(client *http.Client) *IPCollectionCreateUsingPUTParams

NewIPCollectionCreateUsingPUTParamsWithHTTPClient creates a new IPCollectionCreateUsingPUTParams object with the ability to set a custom HTTPClient for a request.

func NewIPCollectionCreateUsingPUTParamsWithTimeout

func NewIPCollectionCreateUsingPUTParamsWithTimeout(timeout time.Duration) *IPCollectionCreateUsingPUTParams

NewIPCollectionCreateUsingPUTParamsWithTimeout creates a new IPCollectionCreateUsingPUTParams object with the ability to set a timeout on a request.

func (*IPCollectionCreateUsingPUTParams) SetContext

SetContext adds the context to the ip collection create using p u t params

func (*IPCollectionCreateUsingPUTParams) SetDefaults added in v1.2.4

func (o *IPCollectionCreateUsingPUTParams) SetDefaults()

SetDefaults hydrates default values in the ip collection create using p u t params (not the query body).

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

func (*IPCollectionCreateUsingPUTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the ip collection create using p u t params

func (*IPCollectionCreateUsingPUTParams) SetIPCollection

func (o *IPCollectionCreateUsingPUTParams) SetIPCollection(iPCollection *models.IPCollection)

SetIPCollection adds the ipCollection to the ip collection create using p u t params

func (*IPCollectionCreateUsingPUTParams) SetTimeout

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

SetTimeout adds the timeout to the ip collection create using p u t params

func (*IPCollectionCreateUsingPUTParams) WithContext

WithContext adds the context to the ip collection create using p u t params

func (*IPCollectionCreateUsingPUTParams) WithDefaults added in v1.2.4

WithDefaults hydrates default values in the ip collection create using p u t params (not the query body).

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

func (*IPCollectionCreateUsingPUTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the ip collection create using p u t params

func (*IPCollectionCreateUsingPUTParams) WithIPCollection

WithIPCollection adds the iPCollection to the ip collection create using p u t params

func (*IPCollectionCreateUsingPUTParams) WithTimeout

WithTimeout adds the timeout to the ip collection create using p u t params

func (*IPCollectionCreateUsingPUTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type IPCollectionCreateUsingPUTReader

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

IPCollectionCreateUsingPUTReader is a Reader for the IPCollectionCreateUsingPUT structure.

func (*IPCollectionCreateUsingPUTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type IPCollectionDeleteUsingDELETEBadRequest

type IPCollectionDeleteUsingDELETEBadRequest struct {
	Payload *models.ProxyResponseMessage
}
IPCollectionDeleteUsingDELETEBadRequest describes a response with status code 400, with default header values.

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

func NewIPCollectionDeleteUsingDELETEBadRequest

func NewIPCollectionDeleteUsingDELETEBadRequest() *IPCollectionDeleteUsingDELETEBadRequest

NewIPCollectionDeleteUsingDELETEBadRequest creates a IPCollectionDeleteUsingDELETEBadRequest with default headers values

func (*IPCollectionDeleteUsingDELETEBadRequest) Error

func (*IPCollectionDeleteUsingDELETEBadRequest) GetPayload added in v1.2.0

type IPCollectionDeleteUsingDELETEOK

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

OK

func NewIPCollectionDeleteUsingDELETEOK

func NewIPCollectionDeleteUsingDELETEOK() *IPCollectionDeleteUsingDELETEOK

NewIPCollectionDeleteUsingDELETEOK creates a IPCollectionDeleteUsingDELETEOK with default headers values

func (*IPCollectionDeleteUsingDELETEOK) Error

func (*IPCollectionDeleteUsingDELETEOK) GetPayload

type IPCollectionDeleteUsingDELETEParams

type IPCollectionDeleteUsingDELETEParams struct {

	/* IPCollectionID.

	   ipCollectionId
	*/
	IPCollectionID string

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

IPCollectionDeleteUsingDELETEParams contains all the parameters to send to the API endpoint

for the ip collection delete using d e l e t e operation.

Typically these are written to a http.Request.

func NewIPCollectionDeleteUsingDELETEParams

func NewIPCollectionDeleteUsingDELETEParams() *IPCollectionDeleteUsingDELETEParams

NewIPCollectionDeleteUsingDELETEParams creates a new IPCollectionDeleteUsingDELETEParams 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 NewIPCollectionDeleteUsingDELETEParamsWithContext

func NewIPCollectionDeleteUsingDELETEParamsWithContext(ctx context.Context) *IPCollectionDeleteUsingDELETEParams

NewIPCollectionDeleteUsingDELETEParamsWithContext creates a new IPCollectionDeleteUsingDELETEParams object with the ability to set a context for a request.

func NewIPCollectionDeleteUsingDELETEParamsWithHTTPClient

func NewIPCollectionDeleteUsingDELETEParamsWithHTTPClient(client *http.Client) *IPCollectionDeleteUsingDELETEParams

NewIPCollectionDeleteUsingDELETEParamsWithHTTPClient creates a new IPCollectionDeleteUsingDELETEParams object with the ability to set a custom HTTPClient for a request.

func NewIPCollectionDeleteUsingDELETEParamsWithTimeout

func NewIPCollectionDeleteUsingDELETEParamsWithTimeout(timeout time.Duration) *IPCollectionDeleteUsingDELETEParams

NewIPCollectionDeleteUsingDELETEParamsWithTimeout creates a new IPCollectionDeleteUsingDELETEParams object with the ability to set a timeout on a request.

func (*IPCollectionDeleteUsingDELETEParams) SetContext

SetContext adds the context to the ip collection delete using d e l e t e params

func (*IPCollectionDeleteUsingDELETEParams) SetDefaults added in v1.2.4

func (o *IPCollectionDeleteUsingDELETEParams) SetDefaults()

SetDefaults hydrates default values in the ip collection delete using d e l e t e params (not the query body).

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

func (*IPCollectionDeleteUsingDELETEParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the ip collection delete using d e l e t e params

func (*IPCollectionDeleteUsingDELETEParams) SetIPCollectionID

func (o *IPCollectionDeleteUsingDELETEParams) SetIPCollectionID(iPCollectionID string)

SetIPCollectionID adds the ipCollectionId to the ip collection delete using d e l e t e params

func (*IPCollectionDeleteUsingDELETEParams) SetTimeout

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

SetTimeout adds the timeout to the ip collection delete using d e l e t e params

func (*IPCollectionDeleteUsingDELETEParams) WithContext

WithContext adds the context to the ip collection delete using d e l e t e params

func (*IPCollectionDeleteUsingDELETEParams) WithDefaults added in v1.2.4

WithDefaults hydrates default values in the ip collection delete using d e l e t e params (not the query body).

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

func (*IPCollectionDeleteUsingDELETEParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the ip collection delete using d e l e t e params

func (*IPCollectionDeleteUsingDELETEParams) WithIPCollectionID

WithIPCollectionID adds the iPCollectionID to the ip collection delete using d e l e t e params

func (*IPCollectionDeleteUsingDELETEParams) WithTimeout

WithTimeout adds the timeout to the ip collection delete using d e l e t e params

func (*IPCollectionDeleteUsingDELETEParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type IPCollectionDeleteUsingDELETEReader

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

IPCollectionDeleteUsingDELETEReader is a Reader for the IPCollectionDeleteUsingDELETE structure.

func (*IPCollectionDeleteUsingDELETEReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type IPCollectionGetUsingGETBadRequest

type IPCollectionGetUsingGETBadRequest struct {
	Payload *models.ProxyResponseMessage
}
IPCollectionGetUsingGETBadRequest describes a response with status code 400, with default header values.

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

func NewIPCollectionGetUsingGETBadRequest

func NewIPCollectionGetUsingGETBadRequest() *IPCollectionGetUsingGETBadRequest

NewIPCollectionGetUsingGETBadRequest creates a IPCollectionGetUsingGETBadRequest with default headers values

func (*IPCollectionGetUsingGETBadRequest) Error

func (*IPCollectionGetUsingGETBadRequest) GetPayload added in v1.2.0

type IPCollectionGetUsingGETNotFound

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

Entity not found.

func NewIPCollectionGetUsingGETNotFound

func NewIPCollectionGetUsingGETNotFound() *IPCollectionGetUsingGETNotFound

NewIPCollectionGetUsingGETNotFound creates a IPCollectionGetUsingGETNotFound with default headers values

func (*IPCollectionGetUsingGETNotFound) Error

type IPCollectionGetUsingGETOK

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

OK

func NewIPCollectionGetUsingGETOK

func NewIPCollectionGetUsingGETOK() *IPCollectionGetUsingGETOK

NewIPCollectionGetUsingGETOK creates a IPCollectionGetUsingGETOK with default headers values

func (*IPCollectionGetUsingGETOK) Error

func (o *IPCollectionGetUsingGETOK) Error() string

func (*IPCollectionGetUsingGETOK) GetPayload

type IPCollectionGetUsingGETParams

type IPCollectionGetUsingGETParams struct {

	/* IPCollectionID.

	   ipCollectionId
	*/
	IPCollectionID string

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

IPCollectionGetUsingGETParams contains all the parameters to send to the API endpoint

for the ip collection get using g e t operation.

Typically these are written to a http.Request.

func NewIPCollectionGetUsingGETParams

func NewIPCollectionGetUsingGETParams() *IPCollectionGetUsingGETParams

NewIPCollectionGetUsingGETParams creates a new IPCollectionGetUsingGETParams 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 NewIPCollectionGetUsingGETParamsWithContext

func NewIPCollectionGetUsingGETParamsWithContext(ctx context.Context) *IPCollectionGetUsingGETParams

NewIPCollectionGetUsingGETParamsWithContext creates a new IPCollectionGetUsingGETParams object with the ability to set a context for a request.

func NewIPCollectionGetUsingGETParamsWithHTTPClient

func NewIPCollectionGetUsingGETParamsWithHTTPClient(client *http.Client) *IPCollectionGetUsingGETParams

NewIPCollectionGetUsingGETParamsWithHTTPClient creates a new IPCollectionGetUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewIPCollectionGetUsingGETParamsWithTimeout

func NewIPCollectionGetUsingGETParamsWithTimeout(timeout time.Duration) *IPCollectionGetUsingGETParams

NewIPCollectionGetUsingGETParamsWithTimeout creates a new IPCollectionGetUsingGETParams object with the ability to set a timeout on a request.

func (*IPCollectionGetUsingGETParams) SetContext

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

SetContext adds the context to the ip collection get using g e t params

func (*IPCollectionGetUsingGETParams) SetDefaults added in v1.2.4

func (o *IPCollectionGetUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the ip collection get using g e t params (not the query body).

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

func (*IPCollectionGetUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the ip collection get using g e t params

func (*IPCollectionGetUsingGETParams) SetIPCollectionID

func (o *IPCollectionGetUsingGETParams) SetIPCollectionID(iPCollectionID string)

SetIPCollectionID adds the ipCollectionId to the ip collection get using g e t params

func (*IPCollectionGetUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the ip collection get using g e t params

func (*IPCollectionGetUsingGETParams) WithContext

WithContext adds the context to the ip collection get using g e t params

func (*IPCollectionGetUsingGETParams) WithDefaults added in v1.2.4

WithDefaults hydrates default values in the ip collection get using g e t params (not the query body).

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

func (*IPCollectionGetUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the ip collection get using g e t params

func (*IPCollectionGetUsingGETParams) WithIPCollectionID

func (o *IPCollectionGetUsingGETParams) WithIPCollectionID(iPCollectionID string) *IPCollectionGetUsingGETParams

WithIPCollectionID adds the iPCollectionID to the ip collection get using g e t params

func (*IPCollectionGetUsingGETParams) WithTimeout

WithTimeout adds the timeout to the ip collection get using g e t params

func (*IPCollectionGetUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type IPCollectionGetUsingGETReader

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

IPCollectionGetUsingGETReader is a Reader for the IPCollectionGetUsingGET structure.

func (*IPCollectionGetUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type IPCollectionListUsingGETBadRequest

type IPCollectionListUsingGETBadRequest struct {
	Payload *models.ProxyResponseMessage
}
IPCollectionListUsingGETBadRequest describes a response with status code 400, with default header values.

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

func NewIPCollectionListUsingGETBadRequest

func NewIPCollectionListUsingGETBadRequest() *IPCollectionListUsingGETBadRequest

NewIPCollectionListUsingGETBadRequest creates a IPCollectionListUsingGETBadRequest with default headers values

func (*IPCollectionListUsingGETBadRequest) Error

func (*IPCollectionListUsingGETBadRequest) GetPayload added in v1.2.0

type IPCollectionListUsingGETOK

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

OK

func NewIPCollectionListUsingGETOK

func NewIPCollectionListUsingGETOK() *IPCollectionListUsingGETOK

NewIPCollectionListUsingGETOK creates a IPCollectionListUsingGETOK with default headers values

func (*IPCollectionListUsingGETOK) Error

func (*IPCollectionListUsingGETOK) GetPayload

type IPCollectionListUsingGETParams

type IPCollectionListUsingGETParams struct {

	/* DisplayName.

	   displayName
	*/
	DisplayName *string

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

IPCollectionListUsingGETParams contains all the parameters to send to the API endpoint

for the ip collection list using g e t operation.

Typically these are written to a http.Request.

func NewIPCollectionListUsingGETParams

func NewIPCollectionListUsingGETParams() *IPCollectionListUsingGETParams

NewIPCollectionListUsingGETParams creates a new IPCollectionListUsingGETParams 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 NewIPCollectionListUsingGETParamsWithContext

func NewIPCollectionListUsingGETParamsWithContext(ctx context.Context) *IPCollectionListUsingGETParams

NewIPCollectionListUsingGETParamsWithContext creates a new IPCollectionListUsingGETParams object with the ability to set a context for a request.

func NewIPCollectionListUsingGETParamsWithHTTPClient

func NewIPCollectionListUsingGETParamsWithHTTPClient(client *http.Client) *IPCollectionListUsingGETParams

NewIPCollectionListUsingGETParamsWithHTTPClient creates a new IPCollectionListUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewIPCollectionListUsingGETParamsWithTimeout

func NewIPCollectionListUsingGETParamsWithTimeout(timeout time.Duration) *IPCollectionListUsingGETParams

NewIPCollectionListUsingGETParamsWithTimeout creates a new IPCollectionListUsingGETParams object with the ability to set a timeout on a request.

func (*IPCollectionListUsingGETParams) SetContext

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

SetContext adds the context to the ip collection list using g e t params

func (*IPCollectionListUsingGETParams) SetDefaults added in v1.2.4

func (o *IPCollectionListUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the ip collection list using g e t params (not the query body).

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

func (*IPCollectionListUsingGETParams) SetDisplayName

func (o *IPCollectionListUsingGETParams) SetDisplayName(displayName *string)

SetDisplayName adds the displayName to the ip collection list using g e t params

func (*IPCollectionListUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the ip collection list using g e t params

func (*IPCollectionListUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the ip collection list using g e t params

func (*IPCollectionListUsingGETParams) WithContext

WithContext adds the context to the ip collection list using g e t params

func (*IPCollectionListUsingGETParams) WithDefaults added in v1.2.4

WithDefaults hydrates default values in the ip collection list using g e t params (not the query body).

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

func (*IPCollectionListUsingGETParams) WithDisplayName

func (o *IPCollectionListUsingGETParams) WithDisplayName(displayName *string) *IPCollectionListUsingGETParams

WithDisplayName adds the displayName to the ip collection list using g e t params

func (*IPCollectionListUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the ip collection list using g e t params

func (*IPCollectionListUsingGETParams) WithTimeout

WithTimeout adds the timeout to the ip collection list using g e t params

func (*IPCollectionListUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type IPCollectionListUsingGETReader

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

IPCollectionListUsingGETReader is a Reader for the IPCollectionListUsingGET structure.

func (*IPCollectionListUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type IPCollectionUpdateUsingPUTBadRequest

type IPCollectionUpdateUsingPUTBadRequest struct {
	Payload *models.ProxyResponseMessage
}
IPCollectionUpdateUsingPUTBadRequest describes a response with status code 400, with default header values.

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

func NewIPCollectionUpdateUsingPUTBadRequest

func NewIPCollectionUpdateUsingPUTBadRequest() *IPCollectionUpdateUsingPUTBadRequest

NewIPCollectionUpdateUsingPUTBadRequest creates a IPCollectionUpdateUsingPUTBadRequest with default headers values

func (*IPCollectionUpdateUsingPUTBadRequest) Error

func (*IPCollectionUpdateUsingPUTBadRequest) GetPayload added in v1.2.0

type IPCollectionUpdateUsingPUTOK

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

OK

func NewIPCollectionUpdateUsingPUTOK

func NewIPCollectionUpdateUsingPUTOK() *IPCollectionUpdateUsingPUTOK

NewIPCollectionUpdateUsingPUTOK creates a IPCollectionUpdateUsingPUTOK with default headers values

func (*IPCollectionUpdateUsingPUTOK) Error

func (*IPCollectionUpdateUsingPUTOK) GetPayload

type IPCollectionUpdateUsingPUTParams

type IPCollectionUpdateUsingPUTParams struct {

	/* IPCollection.

	   ipCollection
	*/
	IPCollection *models.IPCollection

	/* IPCollectionID.

	   ipCollectionId
	*/
	IPCollectionID string

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

IPCollectionUpdateUsingPUTParams contains all the parameters to send to the API endpoint

for the ip collection update using p u t operation.

Typically these are written to a http.Request.

func NewIPCollectionUpdateUsingPUTParams

func NewIPCollectionUpdateUsingPUTParams() *IPCollectionUpdateUsingPUTParams

NewIPCollectionUpdateUsingPUTParams creates a new IPCollectionUpdateUsingPUTParams 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 NewIPCollectionUpdateUsingPUTParamsWithContext

func NewIPCollectionUpdateUsingPUTParamsWithContext(ctx context.Context) *IPCollectionUpdateUsingPUTParams

NewIPCollectionUpdateUsingPUTParamsWithContext creates a new IPCollectionUpdateUsingPUTParams object with the ability to set a context for a request.

func NewIPCollectionUpdateUsingPUTParamsWithHTTPClient

func NewIPCollectionUpdateUsingPUTParamsWithHTTPClient(client *http.Client) *IPCollectionUpdateUsingPUTParams

NewIPCollectionUpdateUsingPUTParamsWithHTTPClient creates a new IPCollectionUpdateUsingPUTParams object with the ability to set a custom HTTPClient for a request.

func NewIPCollectionUpdateUsingPUTParamsWithTimeout

func NewIPCollectionUpdateUsingPUTParamsWithTimeout(timeout time.Duration) *IPCollectionUpdateUsingPUTParams

NewIPCollectionUpdateUsingPUTParamsWithTimeout creates a new IPCollectionUpdateUsingPUTParams object with the ability to set a timeout on a request.

func (*IPCollectionUpdateUsingPUTParams) SetContext

SetContext adds the context to the ip collection update using p u t params

func (*IPCollectionUpdateUsingPUTParams) SetDefaults added in v1.2.4

func (o *IPCollectionUpdateUsingPUTParams) SetDefaults()

SetDefaults hydrates default values in the ip collection update using p u t params (not the query body).

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

func (*IPCollectionUpdateUsingPUTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the ip collection update using p u t params

func (*IPCollectionUpdateUsingPUTParams) SetIPCollection

func (o *IPCollectionUpdateUsingPUTParams) SetIPCollection(iPCollection *models.IPCollection)

SetIPCollection adds the ipCollection to the ip collection update using p u t params

func (*IPCollectionUpdateUsingPUTParams) SetIPCollectionID

func (o *IPCollectionUpdateUsingPUTParams) SetIPCollectionID(iPCollectionID string)

SetIPCollectionID adds the ipCollectionId to the ip collection update using p u t params

func (*IPCollectionUpdateUsingPUTParams) SetTimeout

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

SetTimeout adds the timeout to the ip collection update using p u t params

func (*IPCollectionUpdateUsingPUTParams) WithContext

WithContext adds the context to the ip collection update using p u t params

func (*IPCollectionUpdateUsingPUTParams) WithDefaults added in v1.2.4

WithDefaults hydrates default values in the ip collection update using p u t params (not the query body).

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

func (*IPCollectionUpdateUsingPUTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the ip collection update using p u t params

func (*IPCollectionUpdateUsingPUTParams) WithIPCollection

WithIPCollection adds the iPCollection to the ip collection update using p u t params

func (*IPCollectionUpdateUsingPUTParams) WithIPCollectionID

func (o *IPCollectionUpdateUsingPUTParams) WithIPCollectionID(iPCollectionID string) *IPCollectionUpdateUsingPUTParams

WithIPCollectionID adds the iPCollectionID to the ip collection update using p u t params

func (*IPCollectionUpdateUsingPUTParams) WithTimeout

WithTimeout adds the timeout to the ip collection update using p u t params

func (*IPCollectionUpdateUsingPUTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type IPCollectionUpdateUsingPUTReader

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

IPCollectionUpdateUsingPUTReader is a Reader for the IPCollectionUpdateUsingPUT structure.

func (*IPCollectionUpdateUsingPUTReader) ReadResponse

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