Documentation ¶
Index ¶
- type Client
- type GetFileSystemParametersV3OK
- type GetFileSystemParametersV3Params
- func NewGetFileSystemParametersV3Params() *GetFileSystemParametersV3Params
- func NewGetFileSystemParametersV3ParamsWithContext(ctx context.Context) *GetFileSystemParametersV3Params
- func NewGetFileSystemParametersV3ParamsWithHTTPClient(client *http.Client) *GetFileSystemParametersV3Params
- func NewGetFileSystemParametersV3ParamsWithTimeout(timeout time.Duration) *GetFileSystemParametersV3Params
- func (o *GetFileSystemParametersV3Params) SetBody(body *models_cloudbreak.StructuredParametersQueryRequest)
- func (o *GetFileSystemParametersV3Params) SetContext(ctx context.Context)
- func (o *GetFileSystemParametersV3Params) SetHTTPClient(client *http.Client)
- func (o *GetFileSystemParametersV3Params) SetTimeout(timeout time.Duration)
- func (o *GetFileSystemParametersV3Params) SetWorkspaceID(workspaceID int64)
- func (o *GetFileSystemParametersV3Params) WithBody(body *models_cloudbreak.StructuredParametersQueryRequest) *GetFileSystemParametersV3Params
- func (o *GetFileSystemParametersV3Params) WithContext(ctx context.Context) *GetFileSystemParametersV3Params
- func (o *GetFileSystemParametersV3Params) WithHTTPClient(client *http.Client) *GetFileSystemParametersV3Params
- func (o *GetFileSystemParametersV3Params) WithTimeout(timeout time.Duration) *GetFileSystemParametersV3Params
- func (o *GetFileSystemParametersV3Params) WithWorkspaceID(workspaceID int64) *GetFileSystemParametersV3Params
- func (o *GetFileSystemParametersV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetFileSystemParametersV3Reader
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 workspace id filesystems API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new v3 workspace id filesystems API client.
func (*Client) GetFileSystemParametersV3 ¶
func (a *Client) GetFileSystemParametersV3(params *GetFileSystemParametersV3Params) (*GetFileSystemParametersV3OK, error)
GetFileSystemParametersV3 returns filesystem parameters
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type GetFileSystemParametersV3OK ¶
type GetFileSystemParametersV3OK struct {
Payload *models_cloudbreak.StructuredParameterQueriesResponse
}
GetFileSystemParametersV3OK handles this case with default header values.
successful operation
func NewGetFileSystemParametersV3OK ¶
func NewGetFileSystemParametersV3OK() *GetFileSystemParametersV3OK
NewGetFileSystemParametersV3OK creates a GetFileSystemParametersV3OK with default headers values
func (*GetFileSystemParametersV3OK) Error ¶
func (o *GetFileSystemParametersV3OK) Error() string
type GetFileSystemParametersV3Params ¶
type GetFileSystemParametersV3Params struct { /*Body*/ Body *models_cloudbreak.StructuredParametersQueryRequest /*WorkspaceID*/ WorkspaceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetFileSystemParametersV3Params contains all the parameters to send to the API endpoint for the get file system parameters v3 operation typically these are written to a http.Request
func NewGetFileSystemParametersV3Params ¶
func NewGetFileSystemParametersV3Params() *GetFileSystemParametersV3Params
NewGetFileSystemParametersV3Params creates a new GetFileSystemParametersV3Params object with the default values initialized.
func NewGetFileSystemParametersV3ParamsWithContext ¶
func NewGetFileSystemParametersV3ParamsWithContext(ctx context.Context) *GetFileSystemParametersV3Params
NewGetFileSystemParametersV3ParamsWithContext creates a new GetFileSystemParametersV3Params object with the default values initialized, and the ability to set a context for a request
func NewGetFileSystemParametersV3ParamsWithHTTPClient ¶
func NewGetFileSystemParametersV3ParamsWithHTTPClient(client *http.Client) *GetFileSystemParametersV3Params
NewGetFileSystemParametersV3ParamsWithHTTPClient creates a new GetFileSystemParametersV3Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetFileSystemParametersV3ParamsWithTimeout ¶
func NewGetFileSystemParametersV3ParamsWithTimeout(timeout time.Duration) *GetFileSystemParametersV3Params
NewGetFileSystemParametersV3ParamsWithTimeout creates a new GetFileSystemParametersV3Params object with the default values initialized, and the ability to set a timeout on a request
func (*GetFileSystemParametersV3Params) SetBody ¶
func (o *GetFileSystemParametersV3Params) SetBody(body *models_cloudbreak.StructuredParametersQueryRequest)
SetBody adds the body to the get file system parameters v3 params
func (*GetFileSystemParametersV3Params) SetContext ¶
func (o *GetFileSystemParametersV3Params) SetContext(ctx context.Context)
SetContext adds the context to the get file system parameters v3 params
func (*GetFileSystemParametersV3Params) SetHTTPClient ¶
func (o *GetFileSystemParametersV3Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get file system parameters v3 params
func (*GetFileSystemParametersV3Params) SetTimeout ¶
func (o *GetFileSystemParametersV3Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get file system parameters v3 params
func (*GetFileSystemParametersV3Params) SetWorkspaceID ¶
func (o *GetFileSystemParametersV3Params) SetWorkspaceID(workspaceID int64)
SetWorkspaceID adds the workspaceId to the get file system parameters v3 params
func (*GetFileSystemParametersV3Params) WithBody ¶
func (o *GetFileSystemParametersV3Params) WithBody(body *models_cloudbreak.StructuredParametersQueryRequest) *GetFileSystemParametersV3Params
WithBody adds the body to the get file system parameters v3 params
func (*GetFileSystemParametersV3Params) WithContext ¶
func (o *GetFileSystemParametersV3Params) WithContext(ctx context.Context) *GetFileSystemParametersV3Params
WithContext adds the context to the get file system parameters v3 params
func (*GetFileSystemParametersV3Params) WithHTTPClient ¶
func (o *GetFileSystemParametersV3Params) WithHTTPClient(client *http.Client) *GetFileSystemParametersV3Params
WithHTTPClient adds the HTTPClient to the get file system parameters v3 params
func (*GetFileSystemParametersV3Params) WithTimeout ¶
func (o *GetFileSystemParametersV3Params) WithTimeout(timeout time.Duration) *GetFileSystemParametersV3Params
WithTimeout adds the timeout to the get file system parameters v3 params
func (*GetFileSystemParametersV3Params) WithWorkspaceID ¶
func (o *GetFileSystemParametersV3Params) WithWorkspaceID(workspaceID int64) *GetFileSystemParametersV3Params
WithWorkspaceID adds the workspaceID to the get file system parameters v3 params
func (*GetFileSystemParametersV3Params) WriteToRequest ¶
func (o *GetFileSystemParametersV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetFileSystemParametersV3Reader ¶
type GetFileSystemParametersV3Reader struct {
// contains filtered or unexported fields
}
GetFileSystemParametersV3Reader is a Reader for the GetFileSystemParametersV3 structure.
func (*GetFileSystemParametersV3Reader) ReadResponse ¶
func (o *GetFileSystemParametersV3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.