Documentation
¶
Index ¶
- type Client
- type ListDatalakesOK
- type ListDatalakesParams
- func (o *ListDatalakesParams) SetContext(ctx context.Context)
- func (o *ListDatalakesParams) SetEnvironment(environment *string)
- func (o *ListDatalakesParams) SetEnvironmentCrn(environmentCrn *string)
- func (o *ListDatalakesParams) SetHTTPClient(client *http.Client)
- func (o *ListDatalakesParams) SetTimeout(timeout time.Duration)
- func (o *ListDatalakesParams) WithContext(ctx context.Context) *ListDatalakesParams
- func (o *ListDatalakesParams) WithEnvironment(environment *string) *ListDatalakesParams
- func (o *ListDatalakesParams) WithEnvironmentCrn(environmentCrn *string) *ListDatalakesParams
- func (o *ListDatalakesParams) WithHTTPClient(client *http.Client) *ListDatalakesParams
- func (o *ListDatalakesParams) WithTimeout(timeout time.Duration) *ListDatalakesParams
- func (o *ListDatalakesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListDatalakesReader
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 v4datalake API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new v4datalake API client.
func (*Client) ListDatalakes ¶
func (a *Client) ListDatalakes(params *ListDatalakesParams) (*ListDatalakesOK, error)
ListDatalakes lists stacks for the given workspace and environment name
Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ListDatalakesOK ¶
type ListDatalakesOK struct {
Payload *model.StackViewV4Responses
}
ListDatalakesOK handles this case with default header values.
successful operation
func NewListDatalakesOK ¶
func NewListDatalakesOK() *ListDatalakesOK
NewListDatalakesOK creates a ListDatalakesOK with default headers values
func (*ListDatalakesOK) Error ¶
func (o *ListDatalakesOK) Error() string
type ListDatalakesParams ¶
type ListDatalakesParams struct { /*Environment*/ Environment *string /*EnvironmentCrn*/ EnvironmentCrn *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListDatalakesParams contains all the parameters to send to the API endpoint for the list datalakes operation typically these are written to a http.Request
func NewListDatalakesParams ¶
func NewListDatalakesParams() *ListDatalakesParams
NewListDatalakesParams creates a new ListDatalakesParams object with the default values initialized.
func NewListDatalakesParamsWithContext ¶
func NewListDatalakesParamsWithContext(ctx context.Context) *ListDatalakesParams
NewListDatalakesParamsWithContext creates a new ListDatalakesParams object with the default values initialized, and the ability to set a context for a request
func NewListDatalakesParamsWithHTTPClient ¶
func NewListDatalakesParamsWithHTTPClient(client *http.Client) *ListDatalakesParams
NewListDatalakesParamsWithHTTPClient creates a new ListDatalakesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListDatalakesParamsWithTimeout ¶
func NewListDatalakesParamsWithTimeout(timeout time.Duration) *ListDatalakesParams
NewListDatalakesParamsWithTimeout creates a new ListDatalakesParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListDatalakesParams) SetContext ¶
func (o *ListDatalakesParams) SetContext(ctx context.Context)
SetContext adds the context to the list datalakes params
func (*ListDatalakesParams) SetEnvironment ¶
func (o *ListDatalakesParams) SetEnvironment(environment *string)
SetEnvironment adds the environment to the list datalakes params
func (*ListDatalakesParams) SetEnvironmentCrn ¶
func (o *ListDatalakesParams) SetEnvironmentCrn(environmentCrn *string)
SetEnvironmentCrn adds the environmentCrn to the list datalakes params
func (*ListDatalakesParams) SetHTTPClient ¶
func (o *ListDatalakesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list datalakes params
func (*ListDatalakesParams) SetTimeout ¶
func (o *ListDatalakesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list datalakes params
func (*ListDatalakesParams) WithContext ¶
func (o *ListDatalakesParams) WithContext(ctx context.Context) *ListDatalakesParams
WithContext adds the context to the list datalakes params
func (*ListDatalakesParams) WithEnvironment ¶
func (o *ListDatalakesParams) WithEnvironment(environment *string) *ListDatalakesParams
WithEnvironment adds the environment to the list datalakes params
func (*ListDatalakesParams) WithEnvironmentCrn ¶
func (o *ListDatalakesParams) WithEnvironmentCrn(environmentCrn *string) *ListDatalakesParams
WithEnvironmentCrn adds the environmentCrn to the list datalakes params
func (*ListDatalakesParams) WithHTTPClient ¶
func (o *ListDatalakesParams) WithHTTPClient(client *http.Client) *ListDatalakesParams
WithHTTPClient adds the HTTPClient to the list datalakes params
func (*ListDatalakesParams) WithTimeout ¶
func (o *ListDatalakesParams) WithTimeout(timeout time.Duration) *ListDatalakesParams
WithTimeout adds the timeout to the list datalakes params
func (*ListDatalakesParams) WriteToRequest ¶
func (o *ListDatalakesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListDatalakesReader ¶
type ListDatalakesReader struct {
// contains filtered or unexported fields
}
ListDatalakesReader is a Reader for the ListDatalakes structure.
func (*ListDatalakesReader) ReadResponse ¶
func (o *ListDatalakesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.