v1proxyconfigs

package
v2.8.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2018 License: Apache-2.0, BSD-2-Clause Imports: 11 Imported by: 2

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 v1proxyconfigs API

func New

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

New creates a new v1proxyconfigs API client.

func (*Client) DeletePrivateProxyConfig

func (a *Client) DeletePrivateProxyConfig(params *DeletePrivateProxyConfigParams) (*DeletePrivateProxyConfigOK, error)

DeletePrivateProxyConfig deletes private proxy configuration by name

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) DeleteProxyConfig

func (a *Client) DeleteProxyConfig(params *DeleteProxyConfigParams) (*DeleteProxyConfigOK, error)

DeleteProxyConfig deletes proxy configuration by id

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) DeletePublicProxyConfig

func (a *Client) DeletePublicProxyConfig(params *DeletePublicProxyConfigParams) (*DeletePublicProxyConfigOK, error)

DeletePublicProxyConfig deletes public owned or private proxy configuration by name

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) GetPrivateProxyConfig

func (a *Client) GetPrivateProxyConfig(params *GetPrivateProxyConfigParams) (*GetPrivateProxyConfigOK, error)

GetPrivateProxyConfig retrieves a private proxy configuration by name

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) GetPrivatesProxyConfig

func (a *Client) GetPrivatesProxyConfig(params *GetPrivatesProxyConfigParams) (*GetPrivatesProxyConfigOK, error)

GetPrivatesProxyConfig retrieves private proxy configurations

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) GetProxyConfig

func (a *Client) GetProxyConfig(params *GetProxyConfigParams) (*GetProxyConfigOK, error)

GetProxyConfig retrieves proxy configuration by id

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) GetPublicProxyConfig

func (a *Client) GetPublicProxyConfig(params *GetPublicProxyConfigParams) (*GetPublicProxyConfigOK, error)

GetPublicProxyConfig retrieves a public or private owned proxy configuration by name

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) GetPublicsProxyConfig

func (a *Client) GetPublicsProxyConfig(params *GetPublicsProxyConfigParams) (*GetPublicsProxyConfigOK, error)

GetPublicsProxyConfig retrieves public and private owned proxy configurations

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) PostPrivateProxyConfig

func (a *Client) PostPrivateProxyConfig(params *PostPrivateProxyConfigParams) (*PostPrivateProxyConfigOK, error)

PostPrivateProxyConfig creates proxy configuration as private resource

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) PostPublicProxyConfig

func (a *Client) PostPublicProxyConfig(params *PostPublicProxyConfigParams) (*PostPublicProxyConfigOK, error)

PostPublicProxyConfig creates proxy configuration as public resource

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 DeletePrivateProxyConfigOK

type DeletePrivateProxyConfigOK struct {
	Payload *models_cloudbreak.ProxyConfigResponse
}

DeletePrivateProxyConfigOK handles this case with default header values.

successful operation

func NewDeletePrivateProxyConfigOK

func NewDeletePrivateProxyConfigOK() *DeletePrivateProxyConfigOK

NewDeletePrivateProxyConfigOK creates a DeletePrivateProxyConfigOK with default headers values

func (*DeletePrivateProxyConfigOK) Error

type DeletePrivateProxyConfigParams

type DeletePrivateProxyConfigParams struct {

	/*Name*/
	Name string

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

DeletePrivateProxyConfigParams contains all the parameters to send to the API endpoint for the delete private proxy config operation typically these are written to a http.Request

func NewDeletePrivateProxyConfigParams

func NewDeletePrivateProxyConfigParams() *DeletePrivateProxyConfigParams

NewDeletePrivateProxyConfigParams creates a new DeletePrivateProxyConfigParams object with the default values initialized.

func NewDeletePrivateProxyConfigParamsWithContext

func NewDeletePrivateProxyConfigParamsWithContext(ctx context.Context) *DeletePrivateProxyConfigParams

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

func NewDeletePrivateProxyConfigParamsWithHTTPClient

func NewDeletePrivateProxyConfigParamsWithHTTPClient(client *http.Client) *DeletePrivateProxyConfigParams

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

func NewDeletePrivateProxyConfigParamsWithTimeout

func NewDeletePrivateProxyConfigParamsWithTimeout(timeout time.Duration) *DeletePrivateProxyConfigParams

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

func (*DeletePrivateProxyConfigParams) SetContext

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

SetContext adds the context to the delete private proxy config params

func (*DeletePrivateProxyConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete private proxy config params

func (*DeletePrivateProxyConfigParams) SetName

func (o *DeletePrivateProxyConfigParams) SetName(name string)

SetName adds the name to the delete private proxy config params

func (*DeletePrivateProxyConfigParams) SetTimeout

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

SetTimeout adds the timeout to the delete private proxy config params

func (*DeletePrivateProxyConfigParams) WithContext

WithContext adds the context to the delete private proxy config params

func (*DeletePrivateProxyConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete private proxy config params

func (*DeletePrivateProxyConfigParams) WithName

WithName adds the name to the delete private proxy config params

func (*DeletePrivateProxyConfigParams) WithTimeout

WithTimeout adds the timeout to the delete private proxy config params

func (*DeletePrivateProxyConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeletePrivateProxyConfigReader

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

DeletePrivateProxyConfigReader is a Reader for the DeletePrivateProxyConfig structure.

func (*DeletePrivateProxyConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteProxyConfigOK

type DeleteProxyConfigOK struct {
	Payload *models_cloudbreak.ProxyConfigResponse
}

DeleteProxyConfigOK handles this case with default header values.

successful operation

func NewDeleteProxyConfigOK

func NewDeleteProxyConfigOK() *DeleteProxyConfigOK

NewDeleteProxyConfigOK creates a DeleteProxyConfigOK with default headers values

func (*DeleteProxyConfigOK) Error

func (o *DeleteProxyConfigOK) Error() string

type DeleteProxyConfigParams

type DeleteProxyConfigParams struct {

	/*ID*/
	ID int64

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

DeleteProxyConfigParams contains all the parameters to send to the API endpoint for the delete proxy config operation typically these are written to a http.Request

func NewDeleteProxyConfigParams

func NewDeleteProxyConfigParams() *DeleteProxyConfigParams

NewDeleteProxyConfigParams creates a new DeleteProxyConfigParams object with the default values initialized.

func NewDeleteProxyConfigParamsWithContext

func NewDeleteProxyConfigParamsWithContext(ctx context.Context) *DeleteProxyConfigParams

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

func NewDeleteProxyConfigParamsWithHTTPClient

func NewDeleteProxyConfigParamsWithHTTPClient(client *http.Client) *DeleteProxyConfigParams

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

func NewDeleteProxyConfigParamsWithTimeout

func NewDeleteProxyConfigParamsWithTimeout(timeout time.Duration) *DeleteProxyConfigParams

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

func (*DeleteProxyConfigParams) SetContext

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

SetContext adds the context to the delete proxy config params

func (*DeleteProxyConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete proxy config params

func (*DeleteProxyConfigParams) SetID

func (o *DeleteProxyConfigParams) SetID(id int64)

SetID adds the id to the delete proxy config params

func (*DeleteProxyConfigParams) SetTimeout

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

SetTimeout adds the timeout to the delete proxy config params

func (*DeleteProxyConfigParams) WithContext

WithContext adds the context to the delete proxy config params

func (*DeleteProxyConfigParams) WithHTTPClient

func (o *DeleteProxyConfigParams) WithHTTPClient(client *http.Client) *DeleteProxyConfigParams

WithHTTPClient adds the HTTPClient to the delete proxy config params

func (*DeleteProxyConfigParams) WithID

WithID adds the id to the delete proxy config params

func (*DeleteProxyConfigParams) WithTimeout

WithTimeout adds the timeout to the delete proxy config params

func (*DeleteProxyConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteProxyConfigReader

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

DeleteProxyConfigReader is a Reader for the DeleteProxyConfig structure.

func (*DeleteProxyConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeletePublicProxyConfigOK

type DeletePublicProxyConfigOK struct {
	Payload *models_cloudbreak.ProxyConfigResponse
}

DeletePublicProxyConfigOK handles this case with default header values.

successful operation

func NewDeletePublicProxyConfigOK

func NewDeletePublicProxyConfigOK() *DeletePublicProxyConfigOK

NewDeletePublicProxyConfigOK creates a DeletePublicProxyConfigOK with default headers values

func (*DeletePublicProxyConfigOK) Error

func (o *DeletePublicProxyConfigOK) Error() string

type DeletePublicProxyConfigParams

type DeletePublicProxyConfigParams struct {

	/*Name*/
	Name string

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

DeletePublicProxyConfigParams contains all the parameters to send to the API endpoint for the delete public proxy config operation typically these are written to a http.Request

func NewDeletePublicProxyConfigParams

func NewDeletePublicProxyConfigParams() *DeletePublicProxyConfigParams

NewDeletePublicProxyConfigParams creates a new DeletePublicProxyConfigParams object with the default values initialized.

func NewDeletePublicProxyConfigParamsWithContext

func NewDeletePublicProxyConfigParamsWithContext(ctx context.Context) *DeletePublicProxyConfigParams

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

func NewDeletePublicProxyConfigParamsWithHTTPClient

func NewDeletePublicProxyConfigParamsWithHTTPClient(client *http.Client) *DeletePublicProxyConfigParams

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

func NewDeletePublicProxyConfigParamsWithTimeout

func NewDeletePublicProxyConfigParamsWithTimeout(timeout time.Duration) *DeletePublicProxyConfigParams

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

func (*DeletePublicProxyConfigParams) SetContext

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

SetContext adds the context to the delete public proxy config params

func (*DeletePublicProxyConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete public proxy config params

func (*DeletePublicProxyConfigParams) SetName

func (o *DeletePublicProxyConfigParams) SetName(name string)

SetName adds the name to the delete public proxy config params

func (*DeletePublicProxyConfigParams) SetTimeout

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

SetTimeout adds the timeout to the delete public proxy config params

func (*DeletePublicProxyConfigParams) WithContext

WithContext adds the context to the delete public proxy config params

func (*DeletePublicProxyConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete public proxy config params

func (*DeletePublicProxyConfigParams) WithName

WithName adds the name to the delete public proxy config params

func (*DeletePublicProxyConfigParams) WithTimeout

WithTimeout adds the timeout to the delete public proxy config params

func (*DeletePublicProxyConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeletePublicProxyConfigReader

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

DeletePublicProxyConfigReader is a Reader for the DeletePublicProxyConfig structure.

func (*DeletePublicProxyConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPrivateProxyConfigOK

type GetPrivateProxyConfigOK struct {
	Payload *models_cloudbreak.ProxyConfigResponse
}

GetPrivateProxyConfigOK handles this case with default header values.

successful operation

func NewGetPrivateProxyConfigOK

func NewGetPrivateProxyConfigOK() *GetPrivateProxyConfigOK

NewGetPrivateProxyConfigOK creates a GetPrivateProxyConfigOK with default headers values

func (*GetPrivateProxyConfigOK) Error

func (o *GetPrivateProxyConfigOK) Error() string

type GetPrivateProxyConfigParams

type GetPrivateProxyConfigParams struct {

	/*Name*/
	Name string

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

GetPrivateProxyConfigParams contains all the parameters to send to the API endpoint for the get private proxy config operation typically these are written to a http.Request

func NewGetPrivateProxyConfigParams

func NewGetPrivateProxyConfigParams() *GetPrivateProxyConfigParams

NewGetPrivateProxyConfigParams creates a new GetPrivateProxyConfigParams object with the default values initialized.

func NewGetPrivateProxyConfigParamsWithContext

func NewGetPrivateProxyConfigParamsWithContext(ctx context.Context) *GetPrivateProxyConfigParams

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

func NewGetPrivateProxyConfigParamsWithHTTPClient

func NewGetPrivateProxyConfigParamsWithHTTPClient(client *http.Client) *GetPrivateProxyConfigParams

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

func NewGetPrivateProxyConfigParamsWithTimeout

func NewGetPrivateProxyConfigParamsWithTimeout(timeout time.Duration) *GetPrivateProxyConfigParams

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

func (*GetPrivateProxyConfigParams) SetContext

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

SetContext adds the context to the get private proxy config params

func (*GetPrivateProxyConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get private proxy config params

func (*GetPrivateProxyConfigParams) SetName

func (o *GetPrivateProxyConfigParams) SetName(name string)

SetName adds the name to the get private proxy config params

func (*GetPrivateProxyConfigParams) SetTimeout

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

SetTimeout adds the timeout to the get private proxy config params

func (*GetPrivateProxyConfigParams) WithContext

WithContext adds the context to the get private proxy config params

func (*GetPrivateProxyConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get private proxy config params

func (*GetPrivateProxyConfigParams) WithName

WithName adds the name to the get private proxy config params

func (*GetPrivateProxyConfigParams) WithTimeout

WithTimeout adds the timeout to the get private proxy config params

func (*GetPrivateProxyConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPrivateProxyConfigReader

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

GetPrivateProxyConfigReader is a Reader for the GetPrivateProxyConfig structure.

func (*GetPrivateProxyConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPrivatesProxyConfigOK

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

GetPrivatesProxyConfigOK handles this case with default header values.

successful operation

func NewGetPrivatesProxyConfigOK

func NewGetPrivatesProxyConfigOK() *GetPrivatesProxyConfigOK

NewGetPrivatesProxyConfigOK creates a GetPrivatesProxyConfigOK with default headers values

func (*GetPrivatesProxyConfigOK) Error

func (o *GetPrivatesProxyConfigOK) Error() string

type GetPrivatesProxyConfigParams

type GetPrivatesProxyConfigParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetPrivatesProxyConfigParams contains all the parameters to send to the API endpoint for the get privates proxy config operation typically these are written to a http.Request

func NewGetPrivatesProxyConfigParams

func NewGetPrivatesProxyConfigParams() *GetPrivatesProxyConfigParams

NewGetPrivatesProxyConfigParams creates a new GetPrivatesProxyConfigParams object with the default values initialized.

func NewGetPrivatesProxyConfigParamsWithContext

func NewGetPrivatesProxyConfigParamsWithContext(ctx context.Context) *GetPrivatesProxyConfigParams

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

func NewGetPrivatesProxyConfigParamsWithHTTPClient

func NewGetPrivatesProxyConfigParamsWithHTTPClient(client *http.Client) *GetPrivatesProxyConfigParams

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

func NewGetPrivatesProxyConfigParamsWithTimeout

func NewGetPrivatesProxyConfigParamsWithTimeout(timeout time.Duration) *GetPrivatesProxyConfigParams

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

func (*GetPrivatesProxyConfigParams) SetContext

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

SetContext adds the context to the get privates proxy config params

func (*GetPrivatesProxyConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get privates proxy config params

func (*GetPrivatesProxyConfigParams) SetTimeout

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

SetTimeout adds the timeout to the get privates proxy config params

func (*GetPrivatesProxyConfigParams) WithContext

WithContext adds the context to the get privates proxy config params

func (*GetPrivatesProxyConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get privates proxy config params

func (*GetPrivatesProxyConfigParams) WithTimeout

WithTimeout adds the timeout to the get privates proxy config params

func (*GetPrivatesProxyConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPrivatesProxyConfigReader

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

GetPrivatesProxyConfigReader is a Reader for the GetPrivatesProxyConfig structure.

func (*GetPrivatesProxyConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetProxyConfigOK

type GetProxyConfigOK struct {
	Payload *models_cloudbreak.ProxyConfigResponse
}

GetProxyConfigOK handles this case with default header values.

successful operation

func NewGetProxyConfigOK

func NewGetProxyConfigOK() *GetProxyConfigOK

NewGetProxyConfigOK creates a GetProxyConfigOK with default headers values

func (*GetProxyConfigOK) Error

func (o *GetProxyConfigOK) Error() string

type GetProxyConfigParams

type GetProxyConfigParams struct {

	/*ID*/
	ID int64

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

GetProxyConfigParams contains all the parameters to send to the API endpoint for the get proxy config operation typically these are written to a http.Request

func NewGetProxyConfigParams

func NewGetProxyConfigParams() *GetProxyConfigParams

NewGetProxyConfigParams creates a new GetProxyConfigParams object with the default values initialized.

func NewGetProxyConfigParamsWithContext

func NewGetProxyConfigParamsWithContext(ctx context.Context) *GetProxyConfigParams

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

func NewGetProxyConfigParamsWithHTTPClient

func NewGetProxyConfigParamsWithHTTPClient(client *http.Client) *GetProxyConfigParams

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

func NewGetProxyConfigParamsWithTimeout

func NewGetProxyConfigParamsWithTimeout(timeout time.Duration) *GetProxyConfigParams

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

func (*GetProxyConfigParams) SetContext

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

SetContext adds the context to the get proxy config params

func (*GetProxyConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get proxy config params

func (*GetProxyConfigParams) SetID

func (o *GetProxyConfigParams) SetID(id int64)

SetID adds the id to the get proxy config params

func (*GetProxyConfigParams) SetTimeout

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

SetTimeout adds the timeout to the get proxy config params

func (*GetProxyConfigParams) WithContext

WithContext adds the context to the get proxy config params

func (*GetProxyConfigParams) WithHTTPClient

func (o *GetProxyConfigParams) WithHTTPClient(client *http.Client) *GetProxyConfigParams

WithHTTPClient adds the HTTPClient to the get proxy config params

func (*GetProxyConfigParams) WithID

WithID adds the id to the get proxy config params

func (*GetProxyConfigParams) WithTimeout

func (o *GetProxyConfigParams) WithTimeout(timeout time.Duration) *GetProxyConfigParams

WithTimeout adds the timeout to the get proxy config params

func (*GetProxyConfigParams) WriteToRequest

func (o *GetProxyConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetProxyConfigReader

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

GetProxyConfigReader is a Reader for the GetProxyConfig structure.

func (*GetProxyConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPublicProxyConfigOK

type GetPublicProxyConfigOK struct {
	Payload *models_cloudbreak.ProxyConfigResponse
}

GetPublicProxyConfigOK handles this case with default header values.

successful operation

func NewGetPublicProxyConfigOK

func NewGetPublicProxyConfigOK() *GetPublicProxyConfigOK

NewGetPublicProxyConfigOK creates a GetPublicProxyConfigOK with default headers values

func (*GetPublicProxyConfigOK) Error

func (o *GetPublicProxyConfigOK) Error() string

type GetPublicProxyConfigParams

type GetPublicProxyConfigParams struct {

	/*Name*/
	Name string

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

GetPublicProxyConfigParams contains all the parameters to send to the API endpoint for the get public proxy config operation typically these are written to a http.Request

func NewGetPublicProxyConfigParams

func NewGetPublicProxyConfigParams() *GetPublicProxyConfigParams

NewGetPublicProxyConfigParams creates a new GetPublicProxyConfigParams object with the default values initialized.

func NewGetPublicProxyConfigParamsWithContext

func NewGetPublicProxyConfigParamsWithContext(ctx context.Context) *GetPublicProxyConfigParams

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

func NewGetPublicProxyConfigParamsWithHTTPClient

func NewGetPublicProxyConfigParamsWithHTTPClient(client *http.Client) *GetPublicProxyConfigParams

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

func NewGetPublicProxyConfigParamsWithTimeout

func NewGetPublicProxyConfigParamsWithTimeout(timeout time.Duration) *GetPublicProxyConfigParams

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

func (*GetPublicProxyConfigParams) SetContext

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

SetContext adds the context to the get public proxy config params

func (*GetPublicProxyConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get public proxy config params

func (*GetPublicProxyConfigParams) SetName

func (o *GetPublicProxyConfigParams) SetName(name string)

SetName adds the name to the get public proxy config params

func (*GetPublicProxyConfigParams) SetTimeout

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

SetTimeout adds the timeout to the get public proxy config params

func (*GetPublicProxyConfigParams) WithContext

WithContext adds the context to the get public proxy config params

func (*GetPublicProxyConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get public proxy config params

func (*GetPublicProxyConfigParams) WithName

WithName adds the name to the get public proxy config params

func (*GetPublicProxyConfigParams) WithTimeout

WithTimeout adds the timeout to the get public proxy config params

func (*GetPublicProxyConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPublicProxyConfigReader

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

GetPublicProxyConfigReader is a Reader for the GetPublicProxyConfig structure.

func (*GetPublicProxyConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPublicsProxyConfigOK

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

GetPublicsProxyConfigOK handles this case with default header values.

successful operation

func NewGetPublicsProxyConfigOK

func NewGetPublicsProxyConfigOK() *GetPublicsProxyConfigOK

NewGetPublicsProxyConfigOK creates a GetPublicsProxyConfigOK with default headers values

func (*GetPublicsProxyConfigOK) Error

func (o *GetPublicsProxyConfigOK) Error() string

type GetPublicsProxyConfigParams

type GetPublicsProxyConfigParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetPublicsProxyConfigParams contains all the parameters to send to the API endpoint for the get publics proxy config operation typically these are written to a http.Request

func NewGetPublicsProxyConfigParams

func NewGetPublicsProxyConfigParams() *GetPublicsProxyConfigParams

NewGetPublicsProxyConfigParams creates a new GetPublicsProxyConfigParams object with the default values initialized.

func NewGetPublicsProxyConfigParamsWithContext

func NewGetPublicsProxyConfigParamsWithContext(ctx context.Context) *GetPublicsProxyConfigParams

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

func NewGetPublicsProxyConfigParamsWithHTTPClient

func NewGetPublicsProxyConfigParamsWithHTTPClient(client *http.Client) *GetPublicsProxyConfigParams

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

func NewGetPublicsProxyConfigParamsWithTimeout

func NewGetPublicsProxyConfigParamsWithTimeout(timeout time.Duration) *GetPublicsProxyConfigParams

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

func (*GetPublicsProxyConfigParams) SetContext

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

SetContext adds the context to the get publics proxy config params

func (*GetPublicsProxyConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get publics proxy config params

func (*GetPublicsProxyConfigParams) SetTimeout

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

SetTimeout adds the timeout to the get publics proxy config params

func (*GetPublicsProxyConfigParams) WithContext

WithContext adds the context to the get publics proxy config params

func (*GetPublicsProxyConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get publics proxy config params

func (*GetPublicsProxyConfigParams) WithTimeout

WithTimeout adds the timeout to the get publics proxy config params

func (*GetPublicsProxyConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPublicsProxyConfigReader

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

GetPublicsProxyConfigReader is a Reader for the GetPublicsProxyConfig structure.

func (*GetPublicsProxyConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostPrivateProxyConfigOK

type PostPrivateProxyConfigOK struct {
	Payload *models_cloudbreak.ProxyConfigResponse
}

PostPrivateProxyConfigOK handles this case with default header values.

successful operation

func NewPostPrivateProxyConfigOK

func NewPostPrivateProxyConfigOK() *PostPrivateProxyConfigOK

NewPostPrivateProxyConfigOK creates a PostPrivateProxyConfigOK with default headers values

func (*PostPrivateProxyConfigOK) Error

func (o *PostPrivateProxyConfigOK) Error() string

type PostPrivateProxyConfigParams

type PostPrivateProxyConfigParams struct {

	/*Body*/
	Body *models_cloudbreak.ProxyConfigRequest

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

PostPrivateProxyConfigParams contains all the parameters to send to the API endpoint for the post private proxy config operation typically these are written to a http.Request

func NewPostPrivateProxyConfigParams

func NewPostPrivateProxyConfigParams() *PostPrivateProxyConfigParams

NewPostPrivateProxyConfigParams creates a new PostPrivateProxyConfigParams object with the default values initialized.

func NewPostPrivateProxyConfigParamsWithContext

func NewPostPrivateProxyConfigParamsWithContext(ctx context.Context) *PostPrivateProxyConfigParams

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

func NewPostPrivateProxyConfigParamsWithHTTPClient

func NewPostPrivateProxyConfigParamsWithHTTPClient(client *http.Client) *PostPrivateProxyConfigParams

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

func NewPostPrivateProxyConfigParamsWithTimeout

func NewPostPrivateProxyConfigParamsWithTimeout(timeout time.Duration) *PostPrivateProxyConfigParams

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

func (*PostPrivateProxyConfigParams) SetBody

SetBody adds the body to the post private proxy config params

func (*PostPrivateProxyConfigParams) SetContext

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

SetContext adds the context to the post private proxy config params

func (*PostPrivateProxyConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post private proxy config params

func (*PostPrivateProxyConfigParams) SetTimeout

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

SetTimeout adds the timeout to the post private proxy config params

func (*PostPrivateProxyConfigParams) WithBody

WithBody adds the body to the post private proxy config params

func (*PostPrivateProxyConfigParams) WithContext

WithContext adds the context to the post private proxy config params

func (*PostPrivateProxyConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post private proxy config params

func (*PostPrivateProxyConfigParams) WithTimeout

WithTimeout adds the timeout to the post private proxy config params

func (*PostPrivateProxyConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostPrivateProxyConfigReader

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

PostPrivateProxyConfigReader is a Reader for the PostPrivateProxyConfig structure.

func (*PostPrivateProxyConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostPublicProxyConfigOK

type PostPublicProxyConfigOK struct {
	Payload *models_cloudbreak.ProxyConfigResponse
}

PostPublicProxyConfigOK handles this case with default header values.

successful operation

func NewPostPublicProxyConfigOK

func NewPostPublicProxyConfigOK() *PostPublicProxyConfigOK

NewPostPublicProxyConfigOK creates a PostPublicProxyConfigOK with default headers values

func (*PostPublicProxyConfigOK) Error

func (o *PostPublicProxyConfigOK) Error() string

type PostPublicProxyConfigParams

type PostPublicProxyConfigParams struct {

	/*Body*/
	Body *models_cloudbreak.ProxyConfigRequest

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

PostPublicProxyConfigParams contains all the parameters to send to the API endpoint for the post public proxy config operation typically these are written to a http.Request

func NewPostPublicProxyConfigParams

func NewPostPublicProxyConfigParams() *PostPublicProxyConfigParams

NewPostPublicProxyConfigParams creates a new PostPublicProxyConfigParams object with the default values initialized.

func NewPostPublicProxyConfigParamsWithContext

func NewPostPublicProxyConfigParamsWithContext(ctx context.Context) *PostPublicProxyConfigParams

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

func NewPostPublicProxyConfigParamsWithHTTPClient

func NewPostPublicProxyConfigParamsWithHTTPClient(client *http.Client) *PostPublicProxyConfigParams

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

func NewPostPublicProxyConfigParamsWithTimeout

func NewPostPublicProxyConfigParamsWithTimeout(timeout time.Duration) *PostPublicProxyConfigParams

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

func (*PostPublicProxyConfigParams) SetBody

SetBody adds the body to the post public proxy config params

func (*PostPublicProxyConfigParams) SetContext

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

SetContext adds the context to the post public proxy config params

func (*PostPublicProxyConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post public proxy config params

func (*PostPublicProxyConfigParams) SetTimeout

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

SetTimeout adds the timeout to the post public proxy config params

func (*PostPublicProxyConfigParams) WithBody

WithBody adds the body to the post public proxy config params

func (*PostPublicProxyConfigParams) WithContext

WithContext adds the context to the post public proxy config params

func (*PostPublicProxyConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post public proxy config params

func (*PostPublicProxyConfigParams) WithTimeout

WithTimeout adds the timeout to the post public proxy config params

func (*PostPublicProxyConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostPublicProxyConfigReader

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

PostPublicProxyConfigReader is a Reader for the PostPublicProxyConfig structure.

func (*PostPublicProxyConfigReader) ReadResponse

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