v3_organization_id_smartsensesubscriptions

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

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

Go to latest
Published: Aug 31, 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 smartsensesubscriptions API

func New

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

New creates a new v3 organization id smartsensesubscriptions API client.

func (*Client) CreateSmartSenseSubscriptionInOrganization

func (a *Client) CreateSmartSenseSubscriptionInOrganization(params *CreateSmartSenseSubscriptionInOrganizationParams) (*CreateSmartSenseSubscriptionInOrganizationOK, error)

CreateSmartSenseSubscriptionInOrganization creates smart sense subscription in organization

SmartSense subscriptions could be configured.

func (*Client) DeleteSmartSenseSubscriptionInOrganization

func (a *Client) DeleteSmartSenseSubscriptionInOrganization(params *DeleteSmartSenseSubscriptionInOrganizationParams) (*DeleteSmartSenseSubscriptionInOrganizationOK, error)

DeleteSmartSenseSubscriptionInOrganization deletes smart sense subscription by name in organization

SmartSense subscriptions could be configured.

func (*Client) GetDefaultSmartSenseSubscriptionInOrganization

func (a *Client) GetDefaultSmartSenseSubscriptionInOrganization(params *GetDefaultSmartSenseSubscriptionInOrganizationParams) (*GetDefaultSmartSenseSubscriptionInOrganizationOK, error)

GetDefaultSmartSenseSubscriptionInOrganization gets default smart sense subscription by name in organization

SmartSense subscriptions could be configured.

func (*Client) GetSmartSenseSubscriptionInOrganization

func (a *Client) GetSmartSenseSubscriptionInOrganization(params *GetSmartSenseSubscriptionInOrganizationParams) (*GetSmartSenseSubscriptionInOrganizationOK, error)

GetSmartSenseSubscriptionInOrganization gets smart sense subscription by name in organization

SmartSense subscriptions could be configured.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type CreateSmartSenseSubscriptionInOrganizationOK

type CreateSmartSenseSubscriptionInOrganizationOK struct {
	Payload *models_cloudbreak.SmartSenseSubscriptionJSON
}

CreateSmartSenseSubscriptionInOrganizationOK handles this case with default header values.

successful operation

func NewCreateSmartSenseSubscriptionInOrganizationOK

func NewCreateSmartSenseSubscriptionInOrganizationOK() *CreateSmartSenseSubscriptionInOrganizationOK

NewCreateSmartSenseSubscriptionInOrganizationOK creates a CreateSmartSenseSubscriptionInOrganizationOK with default headers values

func (*CreateSmartSenseSubscriptionInOrganizationOK) Error

type CreateSmartSenseSubscriptionInOrganizationParams

type CreateSmartSenseSubscriptionInOrganizationParams struct {

	/*Body*/
	Body *models_cloudbreak.SmartSenseSubscriptionJSON
	/*OrganizationID*/
	OrganizationID int64

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

CreateSmartSenseSubscriptionInOrganizationParams contains all the parameters to send to the API endpoint for the create smart sense subscription in organization operation typically these are written to a http.Request

func NewCreateSmartSenseSubscriptionInOrganizationParams

func NewCreateSmartSenseSubscriptionInOrganizationParams() *CreateSmartSenseSubscriptionInOrganizationParams

NewCreateSmartSenseSubscriptionInOrganizationParams creates a new CreateSmartSenseSubscriptionInOrganizationParams object with the default values initialized.

func NewCreateSmartSenseSubscriptionInOrganizationParamsWithContext

func NewCreateSmartSenseSubscriptionInOrganizationParamsWithContext(ctx context.Context) *CreateSmartSenseSubscriptionInOrganizationParams

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

func NewCreateSmartSenseSubscriptionInOrganizationParamsWithHTTPClient

func NewCreateSmartSenseSubscriptionInOrganizationParamsWithHTTPClient(client *http.Client) *CreateSmartSenseSubscriptionInOrganizationParams

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

func NewCreateSmartSenseSubscriptionInOrganizationParamsWithTimeout

func NewCreateSmartSenseSubscriptionInOrganizationParamsWithTimeout(timeout time.Duration) *CreateSmartSenseSubscriptionInOrganizationParams

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

func (*CreateSmartSenseSubscriptionInOrganizationParams) SetBody

SetBody adds the body to the create smart sense subscription in organization params

func (*CreateSmartSenseSubscriptionInOrganizationParams) SetContext

SetContext adds the context to the create smart sense subscription in organization params

func (*CreateSmartSenseSubscriptionInOrganizationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the create smart sense subscription in organization params

func (*CreateSmartSenseSubscriptionInOrganizationParams) SetOrganizationID

func (o *CreateSmartSenseSubscriptionInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the create smart sense subscription in organization params

func (*CreateSmartSenseSubscriptionInOrganizationParams) SetTimeout

SetTimeout adds the timeout to the create smart sense subscription in organization params

func (*CreateSmartSenseSubscriptionInOrganizationParams) WithBody

WithBody adds the body to the create smart sense subscription in organization params

func (*CreateSmartSenseSubscriptionInOrganizationParams) WithContext

WithContext adds the context to the create smart sense subscription in organization params

func (*CreateSmartSenseSubscriptionInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create smart sense subscription in organization params

func (*CreateSmartSenseSubscriptionInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the create smart sense subscription in organization params

func (*CreateSmartSenseSubscriptionInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the create smart sense subscription in organization params

func (*CreateSmartSenseSubscriptionInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateSmartSenseSubscriptionInOrganizationReader

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

CreateSmartSenseSubscriptionInOrganizationReader is a Reader for the CreateSmartSenseSubscriptionInOrganization structure.

func (*CreateSmartSenseSubscriptionInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteSmartSenseSubscriptionInOrganizationOK

type DeleteSmartSenseSubscriptionInOrganizationOK struct {
	Payload *models_cloudbreak.SmartSenseSubscriptionJSON
}

DeleteSmartSenseSubscriptionInOrganizationOK handles this case with default header values.

successful operation

func NewDeleteSmartSenseSubscriptionInOrganizationOK

func NewDeleteSmartSenseSubscriptionInOrganizationOK() *DeleteSmartSenseSubscriptionInOrganizationOK

NewDeleteSmartSenseSubscriptionInOrganizationOK creates a DeleteSmartSenseSubscriptionInOrganizationOK with default headers values

func (*DeleteSmartSenseSubscriptionInOrganizationOK) Error

type DeleteSmartSenseSubscriptionInOrganizationParams

type DeleteSmartSenseSubscriptionInOrganizationParams struct {

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

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

DeleteSmartSenseSubscriptionInOrganizationParams contains all the parameters to send to the API endpoint for the delete smart sense subscription in organization operation typically these are written to a http.Request

func NewDeleteSmartSenseSubscriptionInOrganizationParams

func NewDeleteSmartSenseSubscriptionInOrganizationParams() *DeleteSmartSenseSubscriptionInOrganizationParams

NewDeleteSmartSenseSubscriptionInOrganizationParams creates a new DeleteSmartSenseSubscriptionInOrganizationParams object with the default values initialized.

func NewDeleteSmartSenseSubscriptionInOrganizationParamsWithContext

func NewDeleteSmartSenseSubscriptionInOrganizationParamsWithContext(ctx context.Context) *DeleteSmartSenseSubscriptionInOrganizationParams

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

func NewDeleteSmartSenseSubscriptionInOrganizationParamsWithHTTPClient

func NewDeleteSmartSenseSubscriptionInOrganizationParamsWithHTTPClient(client *http.Client) *DeleteSmartSenseSubscriptionInOrganizationParams

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

func NewDeleteSmartSenseSubscriptionInOrganizationParamsWithTimeout

func NewDeleteSmartSenseSubscriptionInOrganizationParamsWithTimeout(timeout time.Duration) *DeleteSmartSenseSubscriptionInOrganizationParams

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

func (*DeleteSmartSenseSubscriptionInOrganizationParams) SetContext

SetContext adds the context to the delete smart sense subscription in organization params

func (*DeleteSmartSenseSubscriptionInOrganizationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete smart sense subscription in organization params

func (*DeleteSmartSenseSubscriptionInOrganizationParams) SetName

SetName adds the name to the delete smart sense subscription in organization params

func (*DeleteSmartSenseSubscriptionInOrganizationParams) SetOrganizationID

func (o *DeleteSmartSenseSubscriptionInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the delete smart sense subscription in organization params

func (*DeleteSmartSenseSubscriptionInOrganizationParams) SetTimeout

SetTimeout adds the timeout to the delete smart sense subscription in organization params

func (*DeleteSmartSenseSubscriptionInOrganizationParams) WithContext

WithContext adds the context to the delete smart sense subscription in organization params

func (*DeleteSmartSenseSubscriptionInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete smart sense subscription in organization params

func (*DeleteSmartSenseSubscriptionInOrganizationParams) WithName

WithName adds the name to the delete smart sense subscription in organization params

func (*DeleteSmartSenseSubscriptionInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the delete smart sense subscription in organization params

func (*DeleteSmartSenseSubscriptionInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the delete smart sense subscription in organization params

func (*DeleteSmartSenseSubscriptionInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSmartSenseSubscriptionInOrganizationReader

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

DeleteSmartSenseSubscriptionInOrganizationReader is a Reader for the DeleteSmartSenseSubscriptionInOrganization structure.

func (*DeleteSmartSenseSubscriptionInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDefaultSmartSenseSubscriptionInOrganizationOK

type GetDefaultSmartSenseSubscriptionInOrganizationOK struct {
	Payload *models_cloudbreak.SmartSenseSubscriptionJSON
}

GetDefaultSmartSenseSubscriptionInOrganizationOK handles this case with default header values.

successful operation

func NewGetDefaultSmartSenseSubscriptionInOrganizationOK

func NewGetDefaultSmartSenseSubscriptionInOrganizationOK() *GetDefaultSmartSenseSubscriptionInOrganizationOK

NewGetDefaultSmartSenseSubscriptionInOrganizationOK creates a GetDefaultSmartSenseSubscriptionInOrganizationOK with default headers values

func (*GetDefaultSmartSenseSubscriptionInOrganizationOK) Error

type GetDefaultSmartSenseSubscriptionInOrganizationParams

type GetDefaultSmartSenseSubscriptionInOrganizationParams struct {

	/*OrganizationID*/
	OrganizationID int64

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

GetDefaultSmartSenseSubscriptionInOrganizationParams contains all the parameters to send to the API endpoint for the get default smart sense subscription in organization operation typically these are written to a http.Request

func NewGetDefaultSmartSenseSubscriptionInOrganizationParams

func NewGetDefaultSmartSenseSubscriptionInOrganizationParams() *GetDefaultSmartSenseSubscriptionInOrganizationParams

NewGetDefaultSmartSenseSubscriptionInOrganizationParams creates a new GetDefaultSmartSenseSubscriptionInOrganizationParams object with the default values initialized.

func NewGetDefaultSmartSenseSubscriptionInOrganizationParamsWithContext

func NewGetDefaultSmartSenseSubscriptionInOrganizationParamsWithContext(ctx context.Context) *GetDefaultSmartSenseSubscriptionInOrganizationParams

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

func NewGetDefaultSmartSenseSubscriptionInOrganizationParamsWithHTTPClient

func NewGetDefaultSmartSenseSubscriptionInOrganizationParamsWithHTTPClient(client *http.Client) *GetDefaultSmartSenseSubscriptionInOrganizationParams

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

func NewGetDefaultSmartSenseSubscriptionInOrganizationParamsWithTimeout

func NewGetDefaultSmartSenseSubscriptionInOrganizationParamsWithTimeout(timeout time.Duration) *GetDefaultSmartSenseSubscriptionInOrganizationParams

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

func (*GetDefaultSmartSenseSubscriptionInOrganizationParams) SetContext

SetContext adds the context to the get default smart sense subscription in organization params

func (*GetDefaultSmartSenseSubscriptionInOrganizationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get default smart sense subscription in organization params

func (*GetDefaultSmartSenseSubscriptionInOrganizationParams) SetOrganizationID

func (o *GetDefaultSmartSenseSubscriptionInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get default smart sense subscription in organization params

func (*GetDefaultSmartSenseSubscriptionInOrganizationParams) SetTimeout

SetTimeout adds the timeout to the get default smart sense subscription in organization params

func (*GetDefaultSmartSenseSubscriptionInOrganizationParams) WithContext

WithContext adds the context to the get default smart sense subscription in organization params

func (*GetDefaultSmartSenseSubscriptionInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get default smart sense subscription in organization params

func (*GetDefaultSmartSenseSubscriptionInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get default smart sense subscription in organization params

func (*GetDefaultSmartSenseSubscriptionInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get default smart sense subscription in organization params

func (*GetDefaultSmartSenseSubscriptionInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDefaultSmartSenseSubscriptionInOrganizationReader

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

GetDefaultSmartSenseSubscriptionInOrganizationReader is a Reader for the GetDefaultSmartSenseSubscriptionInOrganization structure.

func (*GetDefaultSmartSenseSubscriptionInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSmartSenseSubscriptionInOrganizationOK

type GetSmartSenseSubscriptionInOrganizationOK struct {
	Payload *models_cloudbreak.SmartSenseSubscriptionJSON
}

GetSmartSenseSubscriptionInOrganizationOK handles this case with default header values.

successful operation

func NewGetSmartSenseSubscriptionInOrganizationOK

func NewGetSmartSenseSubscriptionInOrganizationOK() *GetSmartSenseSubscriptionInOrganizationOK

NewGetSmartSenseSubscriptionInOrganizationOK creates a GetSmartSenseSubscriptionInOrganizationOK with default headers values

func (*GetSmartSenseSubscriptionInOrganizationOK) Error

type GetSmartSenseSubscriptionInOrganizationParams

type GetSmartSenseSubscriptionInOrganizationParams struct {

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

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

GetSmartSenseSubscriptionInOrganizationParams contains all the parameters to send to the API endpoint for the get smart sense subscription in organization operation typically these are written to a http.Request

func NewGetSmartSenseSubscriptionInOrganizationParams

func NewGetSmartSenseSubscriptionInOrganizationParams() *GetSmartSenseSubscriptionInOrganizationParams

NewGetSmartSenseSubscriptionInOrganizationParams creates a new GetSmartSenseSubscriptionInOrganizationParams object with the default values initialized.

func NewGetSmartSenseSubscriptionInOrganizationParamsWithContext

func NewGetSmartSenseSubscriptionInOrganizationParamsWithContext(ctx context.Context) *GetSmartSenseSubscriptionInOrganizationParams

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

func NewGetSmartSenseSubscriptionInOrganizationParamsWithHTTPClient

func NewGetSmartSenseSubscriptionInOrganizationParamsWithHTTPClient(client *http.Client) *GetSmartSenseSubscriptionInOrganizationParams

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

func NewGetSmartSenseSubscriptionInOrganizationParamsWithTimeout

func NewGetSmartSenseSubscriptionInOrganizationParamsWithTimeout(timeout time.Duration) *GetSmartSenseSubscriptionInOrganizationParams

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

func (*GetSmartSenseSubscriptionInOrganizationParams) SetContext

SetContext adds the context to the get smart sense subscription in organization params

func (*GetSmartSenseSubscriptionInOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get smart sense subscription in organization params

func (*GetSmartSenseSubscriptionInOrganizationParams) SetName

SetName adds the name to the get smart sense subscription in organization params

func (*GetSmartSenseSubscriptionInOrganizationParams) SetOrganizationID

func (o *GetSmartSenseSubscriptionInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get smart sense subscription in organization params

func (*GetSmartSenseSubscriptionInOrganizationParams) SetTimeout

SetTimeout adds the timeout to the get smart sense subscription in organization params

func (*GetSmartSenseSubscriptionInOrganizationParams) WithContext

WithContext adds the context to the get smart sense subscription in organization params

func (*GetSmartSenseSubscriptionInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get smart sense subscription in organization params

func (*GetSmartSenseSubscriptionInOrganizationParams) WithName

WithName adds the name to the get smart sense subscription in organization params

func (*GetSmartSenseSubscriptionInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get smart sense subscription in organization params

func (*GetSmartSenseSubscriptionInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get smart sense subscription in organization params

func (*GetSmartSenseSubscriptionInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSmartSenseSubscriptionInOrganizationReader

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

GetSmartSenseSubscriptionInOrganizationReader is a Reader for the GetSmartSenseSubscriptionInOrganization structure.

func (*GetSmartSenseSubscriptionInOrganizationReader) ReadResponse

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