v3_organization_id_proxyconfigs

package
v2.8.0-rc.65+incompatible 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 proxyconfigs API

func New

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

New creates a new v3 organization id proxyconfigs API client.

func (*Client) CreateProxyconfigInOrganization

func (a *Client) CreateProxyconfigInOrganization(params *CreateProxyconfigInOrganizationParams) (*CreateProxyconfigInOrganizationOK, error)

CreateProxyconfigInOrganization creates proxy configuration in organization

An proxy Configuration describe a connection to an external proxy server which provides internet access cluster members. It's applied for package manager and Ambari too

func (*Client) DeleteProxyconfigInOrganization

func (a *Client) DeleteProxyconfigInOrganization(params *DeleteProxyconfigInOrganizationParams) (*DeleteProxyconfigInOrganizationOK, error)

DeleteProxyconfigInOrganization deletes proxy configuration by name in organization

An proxy Configuration describe a connection to an external proxy server which provides internet access cluster members. It's applied for package manager and Ambari too

func (*Client) GetProxyconfigInOrganization

func (a *Client) GetProxyconfigInOrganization(params *GetProxyconfigInOrganizationParams) (*GetProxyconfigInOrganizationOK, error)

GetProxyconfigInOrganization gets proxy configuration by name in organization

An proxy Configuration describe a connection to an external proxy server which provides internet access cluster members. It's applied for package manager and Ambari too

func (*Client) ListProxyconfigsByOrganization

func (a *Client) ListProxyconfigsByOrganization(params *ListProxyconfigsByOrganizationParams) (*ListProxyconfigsByOrganizationOK, error)

ListProxyconfigsByOrganization lists proxy configurations for the given organization

An proxy Configuration describe a connection to an external proxy server which provides internet access cluster members. It's applied for package manager and Ambari too

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type CreateProxyconfigInOrganizationOK

type CreateProxyconfigInOrganizationOK struct {
	Payload *models_cloudbreak.ProxyConfigResponse
}

CreateProxyconfigInOrganizationOK handles this case with default header values.

successful operation

func NewCreateProxyconfigInOrganizationOK

func NewCreateProxyconfigInOrganizationOK() *CreateProxyconfigInOrganizationOK

NewCreateProxyconfigInOrganizationOK creates a CreateProxyconfigInOrganizationOK with default headers values

func (*CreateProxyconfigInOrganizationOK) Error

type CreateProxyconfigInOrganizationParams

type CreateProxyconfigInOrganizationParams struct {

	/*Body*/
	Body *models_cloudbreak.ProxyConfigRequest
	/*OrganizationID*/
	OrganizationID int64

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

CreateProxyconfigInOrganizationParams contains all the parameters to send to the API endpoint for the create proxyconfig in organization operation typically these are written to a http.Request

func NewCreateProxyconfigInOrganizationParams

func NewCreateProxyconfigInOrganizationParams() *CreateProxyconfigInOrganizationParams

NewCreateProxyconfigInOrganizationParams creates a new CreateProxyconfigInOrganizationParams object with the default values initialized.

func NewCreateProxyconfigInOrganizationParamsWithContext

func NewCreateProxyconfigInOrganizationParamsWithContext(ctx context.Context) *CreateProxyconfigInOrganizationParams

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

func NewCreateProxyconfigInOrganizationParamsWithHTTPClient

func NewCreateProxyconfigInOrganizationParamsWithHTTPClient(client *http.Client) *CreateProxyconfigInOrganizationParams

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

func NewCreateProxyconfigInOrganizationParamsWithTimeout

func NewCreateProxyconfigInOrganizationParamsWithTimeout(timeout time.Duration) *CreateProxyconfigInOrganizationParams

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

func (*CreateProxyconfigInOrganizationParams) SetBody

SetBody adds the body to the create proxyconfig in organization params

func (*CreateProxyconfigInOrganizationParams) SetContext

SetContext adds the context to the create proxyconfig in organization params

func (*CreateProxyconfigInOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create proxyconfig in organization params

func (*CreateProxyconfigInOrganizationParams) SetOrganizationID

func (o *CreateProxyconfigInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the create proxyconfig in organization params

func (*CreateProxyconfigInOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the create proxyconfig in organization params

func (*CreateProxyconfigInOrganizationParams) WithBody

WithBody adds the body to the create proxyconfig in organization params

func (*CreateProxyconfigInOrganizationParams) WithContext

WithContext adds the context to the create proxyconfig in organization params

func (*CreateProxyconfigInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create proxyconfig in organization params

func (*CreateProxyconfigInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the create proxyconfig in organization params

func (*CreateProxyconfigInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the create proxyconfig in organization params

func (*CreateProxyconfigInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateProxyconfigInOrganizationReader

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

CreateProxyconfigInOrganizationReader is a Reader for the CreateProxyconfigInOrganization structure.

func (*CreateProxyconfigInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteProxyconfigInOrganizationOK

type DeleteProxyconfigInOrganizationOK struct {
	Payload *models_cloudbreak.ProxyConfigResponse
}

DeleteProxyconfigInOrganizationOK handles this case with default header values.

successful operation

func NewDeleteProxyconfigInOrganizationOK

func NewDeleteProxyconfigInOrganizationOK() *DeleteProxyconfigInOrganizationOK

NewDeleteProxyconfigInOrganizationOK creates a DeleteProxyconfigInOrganizationOK with default headers values

func (*DeleteProxyconfigInOrganizationOK) Error

type DeleteProxyconfigInOrganizationParams

type DeleteProxyconfigInOrganizationParams struct {

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

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

DeleteProxyconfigInOrganizationParams contains all the parameters to send to the API endpoint for the delete proxyconfig in organization operation typically these are written to a http.Request

func NewDeleteProxyconfigInOrganizationParams

func NewDeleteProxyconfigInOrganizationParams() *DeleteProxyconfigInOrganizationParams

NewDeleteProxyconfigInOrganizationParams creates a new DeleteProxyconfigInOrganizationParams object with the default values initialized.

func NewDeleteProxyconfigInOrganizationParamsWithContext

func NewDeleteProxyconfigInOrganizationParamsWithContext(ctx context.Context) *DeleteProxyconfigInOrganizationParams

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

func NewDeleteProxyconfigInOrganizationParamsWithHTTPClient

func NewDeleteProxyconfigInOrganizationParamsWithHTTPClient(client *http.Client) *DeleteProxyconfigInOrganizationParams

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

func NewDeleteProxyconfigInOrganizationParamsWithTimeout

func NewDeleteProxyconfigInOrganizationParamsWithTimeout(timeout time.Duration) *DeleteProxyconfigInOrganizationParams

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

func (*DeleteProxyconfigInOrganizationParams) SetContext

SetContext adds the context to the delete proxyconfig in organization params

func (*DeleteProxyconfigInOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete proxyconfig in organization params

func (*DeleteProxyconfigInOrganizationParams) SetName

SetName adds the name to the delete proxyconfig in organization params

func (*DeleteProxyconfigInOrganizationParams) SetOrganizationID

func (o *DeleteProxyconfigInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the delete proxyconfig in organization params

func (*DeleteProxyconfigInOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the delete proxyconfig in organization params

func (*DeleteProxyconfigInOrganizationParams) WithContext

WithContext adds the context to the delete proxyconfig in organization params

func (*DeleteProxyconfigInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete proxyconfig in organization params

func (*DeleteProxyconfigInOrganizationParams) WithName

WithName adds the name to the delete proxyconfig in organization params

func (*DeleteProxyconfigInOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the delete proxyconfig in organization params

func (*DeleteProxyconfigInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the delete proxyconfig in organization params

func (*DeleteProxyconfigInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteProxyconfigInOrganizationReader

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

DeleteProxyconfigInOrganizationReader is a Reader for the DeleteProxyconfigInOrganization structure.

func (*DeleteProxyconfigInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetProxyconfigInOrganizationOK

type GetProxyconfigInOrganizationOK struct {
	Payload *models_cloudbreak.ProxyConfigResponse
}

GetProxyconfigInOrganizationOK handles this case with default header values.

successful operation

func NewGetProxyconfigInOrganizationOK

func NewGetProxyconfigInOrganizationOK() *GetProxyconfigInOrganizationOK

NewGetProxyconfigInOrganizationOK creates a GetProxyconfigInOrganizationOK with default headers values

func (*GetProxyconfigInOrganizationOK) Error

type GetProxyconfigInOrganizationParams

type GetProxyconfigInOrganizationParams struct {

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

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

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

func NewGetProxyconfigInOrganizationParams

func NewGetProxyconfigInOrganizationParams() *GetProxyconfigInOrganizationParams

NewGetProxyconfigInOrganizationParams creates a new GetProxyconfigInOrganizationParams object with the default values initialized.

func NewGetProxyconfigInOrganizationParamsWithContext

func NewGetProxyconfigInOrganizationParamsWithContext(ctx context.Context) *GetProxyconfigInOrganizationParams

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

func NewGetProxyconfigInOrganizationParamsWithHTTPClient

func NewGetProxyconfigInOrganizationParamsWithHTTPClient(client *http.Client) *GetProxyconfigInOrganizationParams

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

func NewGetProxyconfigInOrganizationParamsWithTimeout

func NewGetProxyconfigInOrganizationParamsWithTimeout(timeout time.Duration) *GetProxyconfigInOrganizationParams

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

func (*GetProxyconfigInOrganizationParams) SetContext

SetContext adds the context to the get proxyconfig in organization params

func (*GetProxyconfigInOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get proxyconfig in organization params

func (*GetProxyconfigInOrganizationParams) SetName

func (o *GetProxyconfigInOrganizationParams) SetName(name string)

SetName adds the name to the get proxyconfig in organization params

func (*GetProxyconfigInOrganizationParams) SetOrganizationID

func (o *GetProxyconfigInOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get proxyconfig in organization params

func (*GetProxyconfigInOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the get proxyconfig in organization params

func (*GetProxyconfigInOrganizationParams) WithContext

WithContext adds the context to the get proxyconfig in organization params

func (*GetProxyconfigInOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get proxyconfig in organization params

func (*GetProxyconfigInOrganizationParams) WithName

WithName adds the name to the get proxyconfig in organization params

func (*GetProxyconfigInOrganizationParams) WithOrganizationID

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

WithOrganizationID adds the organizationID to the get proxyconfig in organization params

func (*GetProxyconfigInOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get proxyconfig in organization params

func (*GetProxyconfigInOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProxyconfigInOrganizationReader

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

GetProxyconfigInOrganizationReader is a Reader for the GetProxyconfigInOrganization structure.

func (*GetProxyconfigInOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListProxyconfigsByOrganizationOK

type ListProxyconfigsByOrganizationOK struct {
	Payload []*models_cloudbreak.ProxyConfigResponse
}

ListProxyconfigsByOrganizationOK handles this case with default header values.

successful operation

func NewListProxyconfigsByOrganizationOK

func NewListProxyconfigsByOrganizationOK() *ListProxyconfigsByOrganizationOK

NewListProxyconfigsByOrganizationOK creates a ListProxyconfigsByOrganizationOK with default headers values

func (*ListProxyconfigsByOrganizationOK) Error

type ListProxyconfigsByOrganizationParams

type ListProxyconfigsByOrganizationParams struct {

	/*OrganizationID*/
	OrganizationID int64

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

ListProxyconfigsByOrganizationParams contains all the parameters to send to the API endpoint for the list proxyconfigs by organization operation typically these are written to a http.Request

func NewListProxyconfigsByOrganizationParams

func NewListProxyconfigsByOrganizationParams() *ListProxyconfigsByOrganizationParams

NewListProxyconfigsByOrganizationParams creates a new ListProxyconfigsByOrganizationParams object with the default values initialized.

func NewListProxyconfigsByOrganizationParamsWithContext

func NewListProxyconfigsByOrganizationParamsWithContext(ctx context.Context) *ListProxyconfigsByOrganizationParams

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

func NewListProxyconfigsByOrganizationParamsWithHTTPClient

func NewListProxyconfigsByOrganizationParamsWithHTTPClient(client *http.Client) *ListProxyconfigsByOrganizationParams

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

func NewListProxyconfigsByOrganizationParamsWithTimeout

func NewListProxyconfigsByOrganizationParamsWithTimeout(timeout time.Duration) *ListProxyconfigsByOrganizationParams

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

func (*ListProxyconfigsByOrganizationParams) SetContext

SetContext adds the context to the list proxyconfigs by organization params

func (*ListProxyconfigsByOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list proxyconfigs by organization params

func (*ListProxyconfigsByOrganizationParams) SetOrganizationID

func (o *ListProxyconfigsByOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the list proxyconfigs by organization params

func (*ListProxyconfigsByOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the list proxyconfigs by organization params

func (*ListProxyconfigsByOrganizationParams) WithContext

WithContext adds the context to the list proxyconfigs by organization params

func (*ListProxyconfigsByOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list proxyconfigs by organization params

func (*ListProxyconfigsByOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the list proxyconfigs by organization params

func (*ListProxyconfigsByOrganizationParams) WithTimeout

WithTimeout adds the timeout to the list proxyconfigs by organization params

func (*ListProxyconfigsByOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListProxyconfigsByOrganizationReader

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

ListProxyconfigsByOrganizationReader is a Reader for the ListProxyconfigsByOrganization structure.

func (*ListProxyconfigsByOrganizationReader) ReadResponse

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