local_groups

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 local groups API

func (*Client) LocalGroupCreateUsingPUT

LocalGroupCreateUsingPUT creates

Create local group

func (*Client) LocalGroupDeleteUsingDELETE

func (a *Client) LocalGroupDeleteUsingDELETE(params *LocalGroupDeleteUsingDELETEParams, opts ...ClientOption) (*LocalGroupDeleteUsingDELETEOK, error)

LocalGroupDeleteUsingDELETE deletes

Delete local group

func (*Client) LocalGroupGetUsingGET

func (a *Client) LocalGroupGetUsingGET(params *LocalGroupGetUsingGETParams, opts ...ClientOption) (*LocalGroupGetUsingGETOK, error)

LocalGroupGetUsingGET gets

Get local group

func (*Client) LocalGroupListUsingGET

func (a *Client) LocalGroupListUsingGET(params *LocalGroupListUsingGETParams, opts ...ClientOption) (*LocalGroupListUsingGETOK, error)

LocalGroupListUsingGET lists

List local groups

func (*Client) LocalGroupUpdateUsingPUT

func (a *Client) LocalGroupUpdateUsingPUT(params *LocalGroupUpdateUsingPUTParams, opts ...ClientOption) (*LocalGroupUpdateUsingPUTOK, error)

LocalGroupUpdateUsingPUT updates

Update local group

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 {
	LocalGroupCreateUsingPUT(params *LocalGroupCreateUsingPUTParams, opts ...ClientOption) (*LocalGroupCreateUsingPUTOK, *LocalGroupCreateUsingPUTCreated, error)

	LocalGroupDeleteUsingDELETE(params *LocalGroupDeleteUsingDELETEParams, opts ...ClientOption) (*LocalGroupDeleteUsingDELETEOK, error)

	LocalGroupGetUsingGET(params *LocalGroupGetUsingGETParams, opts ...ClientOption) (*LocalGroupGetUsingGETOK, error)

	LocalGroupListUsingGET(params *LocalGroupListUsingGETParams, opts ...ClientOption) (*LocalGroupListUsingGETOK, error)

	LocalGroupUpdateUsingPUT(params *LocalGroupUpdateUsingPUTParams, opts ...ClientOption) (*LocalGroupUpdateUsingPUTOK, 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 local groups API client.

type LocalGroupCreateUsingPUTBadRequest

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

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

func NewLocalGroupCreateUsingPUTBadRequest

func NewLocalGroupCreateUsingPUTBadRequest() *LocalGroupCreateUsingPUTBadRequest

NewLocalGroupCreateUsingPUTBadRequest creates a LocalGroupCreateUsingPUTBadRequest with default headers values

func (*LocalGroupCreateUsingPUTBadRequest) Error

func (*LocalGroupCreateUsingPUTBadRequest) GetPayload

type LocalGroupCreateUsingPUTCreated

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

Entity has been updated

func NewLocalGroupCreateUsingPUTCreated

func NewLocalGroupCreateUsingPUTCreated() *LocalGroupCreateUsingPUTCreated

NewLocalGroupCreateUsingPUTCreated creates a LocalGroupCreateUsingPUTCreated with default headers values

func (*LocalGroupCreateUsingPUTCreated) Error

func (*LocalGroupCreateUsingPUTCreated) GetPayload

type LocalGroupCreateUsingPUTOK

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

OK

func NewLocalGroupCreateUsingPUTOK

func NewLocalGroupCreateUsingPUTOK() *LocalGroupCreateUsingPUTOK

NewLocalGroupCreateUsingPUTOK creates a LocalGroupCreateUsingPUTOK with default headers values

func (*LocalGroupCreateUsingPUTOK) Error

func (*LocalGroupCreateUsingPUTOK) GetPayload

type LocalGroupCreateUsingPUTParams

type LocalGroupCreateUsingPUTParams struct {

	/* LocalGroup.

	   localGroup
	*/
	LocalGroup *models.LocalGroup

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

LocalGroupCreateUsingPUTParams contains all the parameters to send to the API endpoint

for the local group create using p u t operation.

Typically these are written to a http.Request.

func NewLocalGroupCreateUsingPUTParams

func NewLocalGroupCreateUsingPUTParams() *LocalGroupCreateUsingPUTParams

NewLocalGroupCreateUsingPUTParams creates a new LocalGroupCreateUsingPUTParams 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 NewLocalGroupCreateUsingPUTParamsWithContext

func NewLocalGroupCreateUsingPUTParamsWithContext(ctx context.Context) *LocalGroupCreateUsingPUTParams

NewLocalGroupCreateUsingPUTParamsWithContext creates a new LocalGroupCreateUsingPUTParams object with the ability to set a context for a request.

func NewLocalGroupCreateUsingPUTParamsWithHTTPClient

func NewLocalGroupCreateUsingPUTParamsWithHTTPClient(client *http.Client) *LocalGroupCreateUsingPUTParams

NewLocalGroupCreateUsingPUTParamsWithHTTPClient creates a new LocalGroupCreateUsingPUTParams object with the ability to set a custom HTTPClient for a request.

func NewLocalGroupCreateUsingPUTParamsWithTimeout

func NewLocalGroupCreateUsingPUTParamsWithTimeout(timeout time.Duration) *LocalGroupCreateUsingPUTParams

NewLocalGroupCreateUsingPUTParamsWithTimeout creates a new LocalGroupCreateUsingPUTParams object with the ability to set a timeout on a request.

func (*LocalGroupCreateUsingPUTParams) SetContext

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

SetContext adds the context to the local group create using p u t params

func (*LocalGroupCreateUsingPUTParams) SetDefaults added in v1.2.4

func (o *LocalGroupCreateUsingPUTParams) SetDefaults()

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

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

func (*LocalGroupCreateUsingPUTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the local group create using p u t params

func (*LocalGroupCreateUsingPUTParams) SetLocalGroup

func (o *LocalGroupCreateUsingPUTParams) SetLocalGroup(localGroup *models.LocalGroup)

SetLocalGroup adds the localGroup to the local group create using p u t params

func (*LocalGroupCreateUsingPUTParams) SetTimeout

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

SetTimeout adds the timeout to the local group create using p u t params

func (*LocalGroupCreateUsingPUTParams) WithContext

WithContext adds the context to the local group create using p u t params

func (*LocalGroupCreateUsingPUTParams) WithDefaults added in v1.2.4

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

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

func (*LocalGroupCreateUsingPUTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the local group create using p u t params

func (*LocalGroupCreateUsingPUTParams) WithLocalGroup

WithLocalGroup adds the localGroup to the local group create using p u t params

func (*LocalGroupCreateUsingPUTParams) WithTimeout

WithTimeout adds the timeout to the local group create using p u t params

func (*LocalGroupCreateUsingPUTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type LocalGroupCreateUsingPUTReader

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

LocalGroupCreateUsingPUTReader is a Reader for the LocalGroupCreateUsingPUT structure.

func (*LocalGroupCreateUsingPUTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type LocalGroupDeleteUsingDELETEBadRequest

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

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

func NewLocalGroupDeleteUsingDELETEBadRequest

func NewLocalGroupDeleteUsingDELETEBadRequest() *LocalGroupDeleteUsingDELETEBadRequest

NewLocalGroupDeleteUsingDELETEBadRequest creates a LocalGroupDeleteUsingDELETEBadRequest with default headers values

func (*LocalGroupDeleteUsingDELETEBadRequest) Error

func (*LocalGroupDeleteUsingDELETEBadRequest) GetPayload

type LocalGroupDeleteUsingDELETEOK

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

Entity has been updated

func NewLocalGroupDeleteUsingDELETEOK

func NewLocalGroupDeleteUsingDELETEOK() *LocalGroupDeleteUsingDELETEOK

NewLocalGroupDeleteUsingDELETEOK creates a LocalGroupDeleteUsingDELETEOK with default headers values

func (*LocalGroupDeleteUsingDELETEOK) Error

func (*LocalGroupDeleteUsingDELETEOK) GetPayload

type LocalGroupDeleteUsingDELETEParams

type LocalGroupDeleteUsingDELETEParams struct {

	/* GroupID.

	   groupId
	*/
	GroupID string

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

LocalGroupDeleteUsingDELETEParams contains all the parameters to send to the API endpoint

for the local group delete using d e l e t e operation.

Typically these are written to a http.Request.

func NewLocalGroupDeleteUsingDELETEParams

func NewLocalGroupDeleteUsingDELETEParams() *LocalGroupDeleteUsingDELETEParams

NewLocalGroupDeleteUsingDELETEParams creates a new LocalGroupDeleteUsingDELETEParams 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 NewLocalGroupDeleteUsingDELETEParamsWithContext

func NewLocalGroupDeleteUsingDELETEParamsWithContext(ctx context.Context) *LocalGroupDeleteUsingDELETEParams

NewLocalGroupDeleteUsingDELETEParamsWithContext creates a new LocalGroupDeleteUsingDELETEParams object with the ability to set a context for a request.

func NewLocalGroupDeleteUsingDELETEParamsWithHTTPClient

func NewLocalGroupDeleteUsingDELETEParamsWithHTTPClient(client *http.Client) *LocalGroupDeleteUsingDELETEParams

NewLocalGroupDeleteUsingDELETEParamsWithHTTPClient creates a new LocalGroupDeleteUsingDELETEParams object with the ability to set a custom HTTPClient for a request.

func NewLocalGroupDeleteUsingDELETEParamsWithTimeout

func NewLocalGroupDeleteUsingDELETEParamsWithTimeout(timeout time.Duration) *LocalGroupDeleteUsingDELETEParams

NewLocalGroupDeleteUsingDELETEParamsWithTimeout creates a new LocalGroupDeleteUsingDELETEParams object with the ability to set a timeout on a request.

func (*LocalGroupDeleteUsingDELETEParams) SetContext

SetContext adds the context to the local group delete using d e l e t e params

func (*LocalGroupDeleteUsingDELETEParams) SetDefaults added in v1.2.4

func (o *LocalGroupDeleteUsingDELETEParams) SetDefaults()

SetDefaults hydrates default values in the local group 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 (*LocalGroupDeleteUsingDELETEParams) SetGroupID

func (o *LocalGroupDeleteUsingDELETEParams) SetGroupID(groupID string)

SetGroupID adds the groupId to the local group delete using d e l e t e params

func (*LocalGroupDeleteUsingDELETEParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the local group delete using d e l e t e params

func (*LocalGroupDeleteUsingDELETEParams) SetTimeout

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

SetTimeout adds the timeout to the local group delete using d e l e t e params

func (*LocalGroupDeleteUsingDELETEParams) WithContext

WithContext adds the context to the local group delete using d e l e t e params

func (*LocalGroupDeleteUsingDELETEParams) WithDefaults added in v1.2.4

WithDefaults hydrates default values in the local group 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 (*LocalGroupDeleteUsingDELETEParams) WithGroupID

WithGroupID adds the groupID to the local group delete using d e l e t e params

func (*LocalGroupDeleteUsingDELETEParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the local group delete using d e l e t e params

func (*LocalGroupDeleteUsingDELETEParams) WithTimeout

WithTimeout adds the timeout to the local group delete using d e l e t e params

func (*LocalGroupDeleteUsingDELETEParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type LocalGroupDeleteUsingDELETEReader

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

LocalGroupDeleteUsingDELETEReader is a Reader for the LocalGroupDeleteUsingDELETE structure.

func (*LocalGroupDeleteUsingDELETEReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type LocalGroupGetUsingGETBadRequest

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

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

func NewLocalGroupGetUsingGETBadRequest

func NewLocalGroupGetUsingGETBadRequest() *LocalGroupGetUsingGETBadRequest

NewLocalGroupGetUsingGETBadRequest creates a LocalGroupGetUsingGETBadRequest with default headers values

func (*LocalGroupGetUsingGETBadRequest) Error

func (*LocalGroupGetUsingGETBadRequest) GetPayload

type LocalGroupGetUsingGETNotFound

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

Entity not found.

func NewLocalGroupGetUsingGETNotFound

func NewLocalGroupGetUsingGETNotFound() *LocalGroupGetUsingGETNotFound

NewLocalGroupGetUsingGETNotFound creates a LocalGroupGetUsingGETNotFound with default headers values

func (*LocalGroupGetUsingGETNotFound) Error

type LocalGroupGetUsingGETOK

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

OK

func NewLocalGroupGetUsingGETOK

func NewLocalGroupGetUsingGETOK() *LocalGroupGetUsingGETOK

NewLocalGroupGetUsingGETOK creates a LocalGroupGetUsingGETOK with default headers values

func (*LocalGroupGetUsingGETOK) Error

func (o *LocalGroupGetUsingGETOK) Error() string

func (*LocalGroupGetUsingGETOK) GetPayload

type LocalGroupGetUsingGETParams

type LocalGroupGetUsingGETParams struct {

	/* GroupID.

	   groupId
	*/
	GroupID string

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

LocalGroupGetUsingGETParams contains all the parameters to send to the API endpoint

for the local group get using g e t operation.

Typically these are written to a http.Request.

func NewLocalGroupGetUsingGETParams

func NewLocalGroupGetUsingGETParams() *LocalGroupGetUsingGETParams

NewLocalGroupGetUsingGETParams creates a new LocalGroupGetUsingGETParams 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 NewLocalGroupGetUsingGETParamsWithContext

func NewLocalGroupGetUsingGETParamsWithContext(ctx context.Context) *LocalGroupGetUsingGETParams

NewLocalGroupGetUsingGETParamsWithContext creates a new LocalGroupGetUsingGETParams object with the ability to set a context for a request.

func NewLocalGroupGetUsingGETParamsWithHTTPClient

func NewLocalGroupGetUsingGETParamsWithHTTPClient(client *http.Client) *LocalGroupGetUsingGETParams

NewLocalGroupGetUsingGETParamsWithHTTPClient creates a new LocalGroupGetUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewLocalGroupGetUsingGETParamsWithTimeout

func NewLocalGroupGetUsingGETParamsWithTimeout(timeout time.Duration) *LocalGroupGetUsingGETParams

NewLocalGroupGetUsingGETParamsWithTimeout creates a new LocalGroupGetUsingGETParams object with the ability to set a timeout on a request.

func (*LocalGroupGetUsingGETParams) SetContext

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

SetContext adds the context to the local group get using g e t params

func (*LocalGroupGetUsingGETParams) SetDefaults added in v1.2.4

func (o *LocalGroupGetUsingGETParams) SetDefaults()

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

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

func (*LocalGroupGetUsingGETParams) SetGroupID

func (o *LocalGroupGetUsingGETParams) SetGroupID(groupID string)

SetGroupID adds the groupId to the local group get using g e t params

func (*LocalGroupGetUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the local group get using g e t params

func (*LocalGroupGetUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the local group get using g e t params

func (*LocalGroupGetUsingGETParams) WithContext

WithContext adds the context to the local group get using g e t params

func (*LocalGroupGetUsingGETParams) WithDefaults added in v1.2.4

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

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

func (*LocalGroupGetUsingGETParams) WithGroupID

WithGroupID adds the groupID to the local group get using g e t params

func (*LocalGroupGetUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the local group get using g e t params

func (*LocalGroupGetUsingGETParams) WithTimeout

WithTimeout adds the timeout to the local group get using g e t params

func (*LocalGroupGetUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type LocalGroupGetUsingGETReader

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

LocalGroupGetUsingGETReader is a Reader for the LocalGroupGetUsingGET structure.

func (*LocalGroupGetUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type LocalGroupListUsingGETBadRequest

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

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

func NewLocalGroupListUsingGETBadRequest

func NewLocalGroupListUsingGETBadRequest() *LocalGroupListUsingGETBadRequest

NewLocalGroupListUsingGETBadRequest creates a LocalGroupListUsingGETBadRequest with default headers values

func (*LocalGroupListUsingGETBadRequest) Error

func (*LocalGroupListUsingGETBadRequest) GetPayload

type LocalGroupListUsingGETOK

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

OK

func NewLocalGroupListUsingGETOK

func NewLocalGroupListUsingGETOK() *LocalGroupListUsingGETOK

NewLocalGroupListUsingGETOK creates a LocalGroupListUsingGETOK with default headers values

func (*LocalGroupListUsingGETOK) Error

func (o *LocalGroupListUsingGETOK) Error() string

func (*LocalGroupListUsingGETOK) GetPayload

type LocalGroupListUsingGETParams

type LocalGroupListUsingGETParams struct {

	/* Name.

	   name
	*/
	Name *string

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

LocalGroupListUsingGETParams contains all the parameters to send to the API endpoint

for the local group list using g e t operation.

Typically these are written to a http.Request.

func NewLocalGroupListUsingGETParams

func NewLocalGroupListUsingGETParams() *LocalGroupListUsingGETParams

NewLocalGroupListUsingGETParams creates a new LocalGroupListUsingGETParams 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 NewLocalGroupListUsingGETParamsWithContext

func NewLocalGroupListUsingGETParamsWithContext(ctx context.Context) *LocalGroupListUsingGETParams

NewLocalGroupListUsingGETParamsWithContext creates a new LocalGroupListUsingGETParams object with the ability to set a context for a request.

func NewLocalGroupListUsingGETParamsWithHTTPClient

func NewLocalGroupListUsingGETParamsWithHTTPClient(client *http.Client) *LocalGroupListUsingGETParams

NewLocalGroupListUsingGETParamsWithHTTPClient creates a new LocalGroupListUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewLocalGroupListUsingGETParamsWithTimeout

func NewLocalGroupListUsingGETParamsWithTimeout(timeout time.Duration) *LocalGroupListUsingGETParams

NewLocalGroupListUsingGETParamsWithTimeout creates a new LocalGroupListUsingGETParams object with the ability to set a timeout on a request.

func (*LocalGroupListUsingGETParams) SetContext

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

SetContext adds the context to the local group list using g e t params

func (*LocalGroupListUsingGETParams) SetDefaults added in v1.2.4

func (o *LocalGroupListUsingGETParams) SetDefaults()

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

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

func (*LocalGroupListUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the local group list using g e t params

func (*LocalGroupListUsingGETParams) SetName

func (o *LocalGroupListUsingGETParams) SetName(name *string)

SetName adds the name to the local group list using g e t params

func (*LocalGroupListUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the local group list using g e t params

func (*LocalGroupListUsingGETParams) WithContext

WithContext adds the context to the local group list using g e t params

func (*LocalGroupListUsingGETParams) WithDefaults added in v1.2.4

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

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

func (*LocalGroupListUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the local group list using g e t params

func (*LocalGroupListUsingGETParams) WithName

WithName adds the name to the local group list using g e t params

func (*LocalGroupListUsingGETParams) WithTimeout

WithTimeout adds the timeout to the local group list using g e t params

func (*LocalGroupListUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type LocalGroupListUsingGETReader

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

LocalGroupListUsingGETReader is a Reader for the LocalGroupListUsingGET structure.

func (*LocalGroupListUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type LocalGroupUpdateUsingPUTBadRequest

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

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

func NewLocalGroupUpdateUsingPUTBadRequest

func NewLocalGroupUpdateUsingPUTBadRequest() *LocalGroupUpdateUsingPUTBadRequest

NewLocalGroupUpdateUsingPUTBadRequest creates a LocalGroupUpdateUsingPUTBadRequest with default headers values

func (*LocalGroupUpdateUsingPUTBadRequest) Error

func (*LocalGroupUpdateUsingPUTBadRequest) GetPayload

type LocalGroupUpdateUsingPUTOK

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

Entity has been updated

func NewLocalGroupUpdateUsingPUTOK

func NewLocalGroupUpdateUsingPUTOK() *LocalGroupUpdateUsingPUTOK

NewLocalGroupUpdateUsingPUTOK creates a LocalGroupUpdateUsingPUTOK with default headers values

func (*LocalGroupUpdateUsingPUTOK) Error

func (*LocalGroupUpdateUsingPUTOK) GetPayload

type LocalGroupUpdateUsingPUTParams

type LocalGroupUpdateUsingPUTParams struct {

	/* GroupID.

	   groupId
	*/
	GroupID string

	/* LocalGroup.

	   localGroup
	*/
	LocalGroup *models.LocalGroup

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

LocalGroupUpdateUsingPUTParams contains all the parameters to send to the API endpoint

for the local group update using p u t operation.

Typically these are written to a http.Request.

func NewLocalGroupUpdateUsingPUTParams

func NewLocalGroupUpdateUsingPUTParams() *LocalGroupUpdateUsingPUTParams

NewLocalGroupUpdateUsingPUTParams creates a new LocalGroupUpdateUsingPUTParams 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 NewLocalGroupUpdateUsingPUTParamsWithContext

func NewLocalGroupUpdateUsingPUTParamsWithContext(ctx context.Context) *LocalGroupUpdateUsingPUTParams

NewLocalGroupUpdateUsingPUTParamsWithContext creates a new LocalGroupUpdateUsingPUTParams object with the ability to set a context for a request.

func NewLocalGroupUpdateUsingPUTParamsWithHTTPClient

func NewLocalGroupUpdateUsingPUTParamsWithHTTPClient(client *http.Client) *LocalGroupUpdateUsingPUTParams

NewLocalGroupUpdateUsingPUTParamsWithHTTPClient creates a new LocalGroupUpdateUsingPUTParams object with the ability to set a custom HTTPClient for a request.

func NewLocalGroupUpdateUsingPUTParamsWithTimeout

func NewLocalGroupUpdateUsingPUTParamsWithTimeout(timeout time.Duration) *LocalGroupUpdateUsingPUTParams

NewLocalGroupUpdateUsingPUTParamsWithTimeout creates a new LocalGroupUpdateUsingPUTParams object with the ability to set a timeout on a request.

func (*LocalGroupUpdateUsingPUTParams) SetContext

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

SetContext adds the context to the local group update using p u t params

func (*LocalGroupUpdateUsingPUTParams) SetDefaults added in v1.2.4

func (o *LocalGroupUpdateUsingPUTParams) SetDefaults()

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

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

func (*LocalGroupUpdateUsingPUTParams) SetGroupID

func (o *LocalGroupUpdateUsingPUTParams) SetGroupID(groupID string)

SetGroupID adds the groupId to the local group update using p u t params

func (*LocalGroupUpdateUsingPUTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the local group update using p u t params

func (*LocalGroupUpdateUsingPUTParams) SetLocalGroup

func (o *LocalGroupUpdateUsingPUTParams) SetLocalGroup(localGroup *models.LocalGroup)

SetLocalGroup adds the localGroup to the local group update using p u t params

func (*LocalGroupUpdateUsingPUTParams) SetTimeout

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

SetTimeout adds the timeout to the local group update using p u t params

func (*LocalGroupUpdateUsingPUTParams) WithContext

WithContext adds the context to the local group update using p u t params

func (*LocalGroupUpdateUsingPUTParams) WithDefaults added in v1.2.4

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

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

func (*LocalGroupUpdateUsingPUTParams) WithGroupID

WithGroupID adds the groupID to the local group update using p u t params

func (*LocalGroupUpdateUsingPUTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the local group update using p u t params

func (*LocalGroupUpdateUsingPUTParams) WithLocalGroup

WithLocalGroup adds the localGroup to the local group update using p u t params

func (*LocalGroupUpdateUsingPUTParams) WithTimeout

WithTimeout adds the timeout to the local group update using p u t params

func (*LocalGroupUpdateUsingPUTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type LocalGroupUpdateUsingPUTReader

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

LocalGroupUpdateUsingPUTReader is a Reader for the LocalGroupUpdateUsingPUT structure.

func (*LocalGroupUpdateUsingPUTReader) ReadResponse

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