v3_organization_id_events

package
v2.9.0-dev.47+incompat... Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2018 License: Apache-2.0, BSD-2-Clause Imports: 11 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 v3 organization id events API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new v3 organization id events API client.

func (*Client) GetEventsByStackIDInOrganization

func (a *Client) GetEventsByStackIDInOrganization(params *GetEventsByStackIDInOrganizationParams) (*GetEventsByStackIDInOrganizationOK, error)

GetEventsByStackIDInOrganization retrieves events by name

Events are used to track stack creation initiated by cloudbreak users. Events are generated by the backend when resources requested by the user become available or unavailable

func (*Client) GetEventsInOrganization

func (a *Client) GetEventsInOrganization(params *GetEventsInOrganizationParams) (*GetEventsInOrganizationOK, error)

GetEventsInOrganization retrieves events by timestamp long

Events are used to track stack creation initiated by cloudbreak users. Events are generated by the backend when resources requested by the user become available or unavailable

func (*Client) GetStructuredEventsZipInOrganization

func (a *Client) GetStructuredEventsZipInOrganization(params *GetStructuredEventsZipInOrganizationParams) error

GetStructuredEventsZipInOrganization retrieves events in zip by name

Events are used to track stack creation initiated by cloudbreak users. Events are generated by the backend when resources requested by the user become available or unavailable

func (*Client) NrGetStructuredEventsInOrganization

func (a *Client) NrGetStructuredEventsInOrganization(params *NrGetStructuredEventsInOrganizationParams) (*GetStructuredEventsInOrganizationOK, error)

NrGetStructuredEventsInOrganization retrieves events by name

Events are used to track stack creation initiated by cloudbreak users. Events are generated by the backend when resources requested by the user become available or unavailable

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type GetEventsByStackIDInOrganizationOK

type GetEventsByStackIDInOrganizationOK struct {
	Payload []*models_cloudbreak.CloudbreakEvent
}

GetEventsByStackIDInOrganizationOK handles this case with default header values.

successful operation

func NewGetEventsByStackIDInOrganizationOK

func NewGetEventsByStackIDInOrganizationOK() *GetEventsByStackIDInOrganizationOK

NewGetEventsByStackIDInOrganizationOK creates a GetEventsByStackIDInOrganizationOK with default headers values

func (*GetEventsByStackIDInOrganizationOK) Error

type GetEventsByStackIDInOrganizationParams

type GetEventsByStackIDInOrganizationParams struct {

	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

GetEventsByStackIDInOrganizationParams contains all the parameters to send to the API endpoint for the get events by stack Id in organization operation typically these are written to a http.Request

func NewGetEventsByStackIDInOrganizationParams

func NewGetEventsByStackIDInOrganizationParams() *GetEventsByStackIDInOrganizationParams

NewGetEventsByStackIDInOrganizationParams creates a new GetEventsByStackIDInOrganizationParams object with the default values initialized.

func NewGetEventsByStackIDInOrganizationParamsWithContext

func NewGetEventsByStackIDInOrganizationParamsWithContext(ctx context.Context) *GetEventsByStackIDInOrganizationParams

NewGetEventsByStackIDInOrganizationParamsWithContext creates a new GetEventsByStackIDInOrganizationParams object with the default values initialized, and the ability to set a context for a request

func NewGetEventsByStackIDInOrganizationParamsWithHTTPClient

func NewGetEventsByStackIDInOrganizationParamsWithHTTPClient(client *http.Client) *GetEventsByStackIDInOrganizationParams

NewGetEventsByStackIDInOrganizationParamsWithHTTPClient creates a new GetEventsByStackIDInOrganizationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetEventsByStackIDInOrganizationParamsWithTimeout

func NewGetEventsByStackIDInOrganizationParamsWithTimeout(timeout time.Duration) *GetEventsByStackIDInOrganizationParams

NewGetEventsByStackIDInOrganizationParamsWithTimeout creates a new GetEventsByStackIDInOrganizationParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetEventsByStackIDInOrganizationParams) SetContext

SetContext adds the context to the get events by stack Id in organization params

func (*GetEventsByStackIDInOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get events by stack Id in organization params

func (*GetEventsByStackIDInOrganizationParams) SetName

SetName adds the name to the get events by stack Id in organization params

func (*GetEventsByStackIDInOrganizationParams) SetOrganizationID

func (o *GetEventsByStackIDInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get events by stack Id in organization params

func (*GetEventsByStackIDInOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the get events by stack Id in organization params

func (*GetEventsByStackIDInOrganizationParams) WithContext

WithContext adds the context to the get events by stack Id in organization params

func (*GetEventsByStackIDInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get events by stack Id in organization params

func (*GetEventsByStackIDInOrganizationParams) WithName

WithName adds the name to the get events by stack Id in organization params

func (*GetEventsByStackIDInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get events by stack Id in organization params

func (*GetEventsByStackIDInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get events by stack Id in organization params

func (*GetEventsByStackIDInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEventsByStackIDInOrganizationReader

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

GetEventsByStackIDInOrganizationReader is a Reader for the GetEventsByStackIDInOrganization structure.

func (*GetEventsByStackIDInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEventsInOrganizationOK

type GetEventsInOrganizationOK struct {
	Payload []*models_cloudbreak.CloudbreakEvent
}

GetEventsInOrganizationOK handles this case with default header values.

successful operation

func NewGetEventsInOrganizationOK

func NewGetEventsInOrganizationOK() *GetEventsInOrganizationOK

NewGetEventsInOrganizationOK creates a GetEventsInOrganizationOK with default headers values

func (*GetEventsInOrganizationOK) Error

func (o *GetEventsInOrganizationOK) Error() string

type GetEventsInOrganizationParams

type GetEventsInOrganizationParams struct {

	/*OrganizationID*/
	OrganizationID int64
	/*Since*/
	Since *int64

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

GetEventsInOrganizationParams contains all the parameters to send to the API endpoint for the get events in organization operation typically these are written to a http.Request

func NewGetEventsInOrganizationParams

func NewGetEventsInOrganizationParams() *GetEventsInOrganizationParams

NewGetEventsInOrganizationParams creates a new GetEventsInOrganizationParams object with the default values initialized.

func NewGetEventsInOrganizationParamsWithContext

func NewGetEventsInOrganizationParamsWithContext(ctx context.Context) *GetEventsInOrganizationParams

NewGetEventsInOrganizationParamsWithContext creates a new GetEventsInOrganizationParams object with the default values initialized, and the ability to set a context for a request

func NewGetEventsInOrganizationParamsWithHTTPClient

func NewGetEventsInOrganizationParamsWithHTTPClient(client *http.Client) *GetEventsInOrganizationParams

NewGetEventsInOrganizationParamsWithHTTPClient creates a new GetEventsInOrganizationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetEventsInOrganizationParamsWithTimeout

func NewGetEventsInOrganizationParamsWithTimeout(timeout time.Duration) *GetEventsInOrganizationParams

NewGetEventsInOrganizationParamsWithTimeout creates a new GetEventsInOrganizationParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetEventsInOrganizationParams) SetContext

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

SetContext adds the context to the get events in organization params

func (*GetEventsInOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get events in organization params

func (*GetEventsInOrganizationParams) SetOrganizationID

func (o *GetEventsInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get events in organization params

func (*GetEventsInOrganizationParams) SetSince

func (o *GetEventsInOrganizationParams) SetSince(since *int64)

SetSince adds the since to the get events in organization params

func (*GetEventsInOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the get events in organization params

func (*GetEventsInOrganizationParams) WithContext

WithContext adds the context to the get events in organization params

func (*GetEventsInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get events in organization params

func (*GetEventsInOrganizationParams) WithOrganizationID

func (o *GetEventsInOrganizationParams) WithOrganizationID(organizationID int64) *GetEventsInOrganizationParams

WithOrganizationID adds the organizationID to the get events in organization params

func (*GetEventsInOrganizationParams) WithSince

WithSince adds the since to the get events in organization params

func (*GetEventsInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get events in organization params

func (*GetEventsInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEventsInOrganizationReader

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

GetEventsInOrganizationReader is a Reader for the GetEventsInOrganization structure.

func (*GetEventsInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetStructuredEventsInOrganizationOK

type GetStructuredEventsInOrganizationOK struct {
	Payload *models_cloudbreak.StructuredEventContainer
}

GetStructuredEventsInOrganizationOK handles this case with default header values.

successful operation

func NewGetStructuredEventsInOrganizationOK

func NewGetStructuredEventsInOrganizationOK() *GetStructuredEventsInOrganizationOK

NewGetStructuredEventsInOrganizationOK creates a GetStructuredEventsInOrganizationOK with default headers values

func (*GetStructuredEventsInOrganizationOK) Error

type GetStructuredEventsZipInOrganizationDefault

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

GetStructuredEventsZipInOrganizationDefault handles this case with default header values.

successful operation

func NewGetStructuredEventsZipInOrganizationDefault

func NewGetStructuredEventsZipInOrganizationDefault(code int) *GetStructuredEventsZipInOrganizationDefault

NewGetStructuredEventsZipInOrganizationDefault creates a GetStructuredEventsZipInOrganizationDefault with default headers values

func (*GetStructuredEventsZipInOrganizationDefault) Code

Code gets the status code for the get structured events zip in organization default response

func (*GetStructuredEventsZipInOrganizationDefault) Error

type GetStructuredEventsZipInOrganizationParams

type GetStructuredEventsZipInOrganizationParams struct {

	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

GetStructuredEventsZipInOrganizationParams contains all the parameters to send to the API endpoint for the get structured events zip in organization operation typically these are written to a http.Request

func NewGetStructuredEventsZipInOrganizationParams

func NewGetStructuredEventsZipInOrganizationParams() *GetStructuredEventsZipInOrganizationParams

NewGetStructuredEventsZipInOrganizationParams creates a new GetStructuredEventsZipInOrganizationParams object with the default values initialized.

func NewGetStructuredEventsZipInOrganizationParamsWithContext

func NewGetStructuredEventsZipInOrganizationParamsWithContext(ctx context.Context) *GetStructuredEventsZipInOrganizationParams

NewGetStructuredEventsZipInOrganizationParamsWithContext creates a new GetStructuredEventsZipInOrganizationParams object with the default values initialized, and the ability to set a context for a request

func NewGetStructuredEventsZipInOrganizationParamsWithHTTPClient

func NewGetStructuredEventsZipInOrganizationParamsWithHTTPClient(client *http.Client) *GetStructuredEventsZipInOrganizationParams

NewGetStructuredEventsZipInOrganizationParamsWithHTTPClient creates a new GetStructuredEventsZipInOrganizationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetStructuredEventsZipInOrganizationParamsWithTimeout

func NewGetStructuredEventsZipInOrganizationParamsWithTimeout(timeout time.Duration) *GetStructuredEventsZipInOrganizationParams

NewGetStructuredEventsZipInOrganizationParamsWithTimeout creates a new GetStructuredEventsZipInOrganizationParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetStructuredEventsZipInOrganizationParams) SetContext

SetContext adds the context to the get structured events zip in organization params

func (*GetStructuredEventsZipInOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get structured events zip in organization params

func (*GetStructuredEventsZipInOrganizationParams) SetName

SetName adds the name to the get structured events zip in organization params

func (*GetStructuredEventsZipInOrganizationParams) SetOrganizationID

func (o *GetStructuredEventsZipInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get structured events zip in organization params

func (*GetStructuredEventsZipInOrganizationParams) SetTimeout

SetTimeout adds the timeout to the get structured events zip in organization params

func (*GetStructuredEventsZipInOrganizationParams) WithContext

WithContext adds the context to the get structured events zip in organization params

func (*GetStructuredEventsZipInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get structured events zip in organization params

func (*GetStructuredEventsZipInOrganizationParams) WithName

WithName adds the name to the get structured events zip in organization params

func (*GetStructuredEventsZipInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get structured events zip in organization params

func (*GetStructuredEventsZipInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get structured events zip in organization params

func (*GetStructuredEventsZipInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetStructuredEventsZipInOrganizationReader

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

GetStructuredEventsZipInOrganizationReader is a Reader for the GetStructuredEventsZipInOrganization structure.

func (*GetStructuredEventsZipInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type NrGetStructuredEventsInOrganizationParams

type NrGetStructuredEventsInOrganizationParams struct {

	/*Name*/
	Name string
	/*OrganizationID*/
	OrganizationID int64

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

NrGetStructuredEventsInOrganizationParams contains all the parameters to send to the API endpoint for the get structured events in organization operation typically these are written to a http.Request

func NewNrGetStructuredEventsInOrganizationParams

func NewNrGetStructuredEventsInOrganizationParams() *NrGetStructuredEventsInOrganizationParams

NewNrGetStructuredEventsInOrganizationParams creates a new NrGetStructuredEventsInOrganizationParams object with the default values initialized.

func NewNrGetStructuredEventsInOrganizationParamsWithContext

func NewNrGetStructuredEventsInOrganizationParamsWithContext(ctx context.Context) *NrGetStructuredEventsInOrganizationParams

NewNrGetStructuredEventsInOrganizationParamsWithContext creates a new NrGetStructuredEventsInOrganizationParams object with the default values initialized, and the ability to set a context for a request

func NewNrGetStructuredEventsInOrganizationParamsWithHTTPClient

func NewNrGetStructuredEventsInOrganizationParamsWithHTTPClient(client *http.Client) *NrGetStructuredEventsInOrganizationParams

NewNrGetStructuredEventsInOrganizationParamsWithHTTPClient creates a new NrGetStructuredEventsInOrganizationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewNrGetStructuredEventsInOrganizationParamsWithTimeout

func NewNrGetStructuredEventsInOrganizationParamsWithTimeout(timeout time.Duration) *NrGetStructuredEventsInOrganizationParams

NewNrGetStructuredEventsInOrganizationParamsWithTimeout creates a new NrGetStructuredEventsInOrganizationParams object with the default values initialized, and the ability to set a timeout on a request

func (*NrGetStructuredEventsInOrganizationParams) SetContext

SetContext adds the context to the get structured events in organization params

func (*NrGetStructuredEventsInOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get structured events in organization params

func (*NrGetStructuredEventsInOrganizationParams) SetName

SetName adds the name to the get structured events in organization params

func (*NrGetStructuredEventsInOrganizationParams) SetOrganizationID

func (o *NrGetStructuredEventsInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get structured events in organization params

func (*NrGetStructuredEventsInOrganizationParams) SetTimeout

SetTimeout adds the timeout to the get structured events in organization params

func (*NrGetStructuredEventsInOrganizationParams) WithContext

WithContext adds the context to the get structured events in organization params

func (*NrGetStructuredEventsInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get structured events in organization params

func (*NrGetStructuredEventsInOrganizationParams) WithName

WithName adds the name to the get structured events in organization params

func (*NrGetStructuredEventsInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get structured events in organization params

func (*NrGetStructuredEventsInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get structured events in organization params

func (*NrGetStructuredEventsInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type NrGetStructuredEventsInOrganizationReader

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

NrGetStructuredEventsInOrganizationReader is a Reader for the NrGetStructuredEventsInOrganization structure.

func (*NrGetStructuredEventsInOrganizationReader) ReadResponse

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