Documentation ¶
Index ¶
- type Client
- func (a *Client) GetNfsInodes(params *GetNfsInodesParams, opts ...ClientOption) (*GetNfsInodesOK, error)
- func (a *Client) GetNfsInodesConnection(params *GetNfsInodesConnectionParams, opts ...ClientOption) (*GetNfsInodesConnectionOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type GetNfsInodesBadRequest
- type GetNfsInodesConnectionBadRequest
- type GetNfsInodesConnectionOK
- type GetNfsInodesConnectionParams
- func NewGetNfsInodesConnectionParams() *GetNfsInodesConnectionParams
- func NewGetNfsInodesConnectionParamsWithContext(ctx context.Context) *GetNfsInodesConnectionParams
- func NewGetNfsInodesConnectionParamsWithHTTPClient(client *http.Client) *GetNfsInodesConnectionParams
- func NewGetNfsInodesConnectionParamsWithTimeout(timeout time.Duration) *GetNfsInodesConnectionParams
- func (o *GetNfsInodesConnectionParams) SetContentLanguage(contentLanguage *string)
- func (o *GetNfsInodesConnectionParams) SetContext(ctx context.Context)
- func (o *GetNfsInodesConnectionParams) SetDefaults()
- func (o *GetNfsInodesConnectionParams) SetHTTPClient(client *http.Client)
- func (o *GetNfsInodesConnectionParams) SetRequestBody(requestBody *models.GetNfsInodesConnectionRequestBody)
- func (o *GetNfsInodesConnectionParams) SetTimeout(timeout time.Duration)
- func (o *GetNfsInodesConnectionParams) WithContentLanguage(contentLanguage *string) *GetNfsInodesConnectionParams
- func (o *GetNfsInodesConnectionParams) WithContext(ctx context.Context) *GetNfsInodesConnectionParams
- func (o *GetNfsInodesConnectionParams) WithDefaults() *GetNfsInodesConnectionParams
- func (o *GetNfsInodesConnectionParams) WithHTTPClient(client *http.Client) *GetNfsInodesConnectionParams
- func (o *GetNfsInodesConnectionParams) WithRequestBody(requestBody *models.GetNfsInodesConnectionRequestBody) *GetNfsInodesConnectionParams
- func (o *GetNfsInodesConnectionParams) WithTimeout(timeout time.Duration) *GetNfsInodesConnectionParams
- func (o *GetNfsInodesConnectionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNfsInodesConnectionReader
- type GetNfsInodesOK
- type GetNfsInodesParams
- func (o *GetNfsInodesParams) SetContentLanguage(contentLanguage *string)
- func (o *GetNfsInodesParams) SetContext(ctx context.Context)
- func (o *GetNfsInodesParams) SetDefaults()
- func (o *GetNfsInodesParams) SetHTTPClient(client *http.Client)
- func (o *GetNfsInodesParams) SetRequestBody(requestBody *models.GetNfsInodesRequestBody)
- func (o *GetNfsInodesParams) SetTimeout(timeout time.Duration)
- func (o *GetNfsInodesParams) WithContentLanguage(contentLanguage *string) *GetNfsInodesParams
- func (o *GetNfsInodesParams) WithContext(ctx context.Context) *GetNfsInodesParams
- func (o *GetNfsInodesParams) WithDefaults() *GetNfsInodesParams
- func (o *GetNfsInodesParams) WithHTTPClient(client *http.Client) *GetNfsInodesParams
- func (o *GetNfsInodesParams) WithRequestBody(requestBody *models.GetNfsInodesRequestBody) *GetNfsInodesParams
- func (o *GetNfsInodesParams) WithTimeout(timeout time.Duration) *GetNfsInodesParams
- func (o *GetNfsInodesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNfsInodesReader
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 nfs inode API
func (*Client) GetNfsInodes ¶
func (a *Client) GetNfsInodes(params *GetNfsInodesParams, opts ...ClientOption) (*GetNfsInodesOK, error)
GetNfsInodes get nfs inodes API
func (*Client) GetNfsInodesConnection ¶
func (a *Client) GetNfsInodesConnection(params *GetNfsInodesConnectionParams, opts ...ClientOption) (*GetNfsInodesConnectionOK, error)
GetNfsInodesConnection get nfs inodes connection API
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { GetNfsInodes(params *GetNfsInodesParams, opts ...ClientOption) (*GetNfsInodesOK, error) GetNfsInodesConnection(params *GetNfsInodesConnectionParams, opts ...ClientOption) (*GetNfsInodesConnectionOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new nfs inode API client.
type GetNfsInodesBadRequest ¶
type GetNfsInodesBadRequest struct {
Payload string
}
GetNfsInodesBadRequest describes a response with status code 400, with default header values.
GetNfsInodesBadRequest get nfs inodes bad request
func NewGetNfsInodesBadRequest ¶
func NewGetNfsInodesBadRequest() *GetNfsInodesBadRequest
NewGetNfsInodesBadRequest creates a GetNfsInodesBadRequest with default headers values
func (*GetNfsInodesBadRequest) Error ¶
func (o *GetNfsInodesBadRequest) Error() string
func (*GetNfsInodesBadRequest) GetPayload ¶
func (o *GetNfsInodesBadRequest) GetPayload() string
type GetNfsInodesConnectionBadRequest ¶
type GetNfsInodesConnectionBadRequest struct {
Payload string
}
GetNfsInodesConnectionBadRequest describes a response with status code 400, with default header values.
GetNfsInodesConnectionBadRequest get nfs inodes connection bad request
func NewGetNfsInodesConnectionBadRequest ¶
func NewGetNfsInodesConnectionBadRequest() *GetNfsInodesConnectionBadRequest
NewGetNfsInodesConnectionBadRequest creates a GetNfsInodesConnectionBadRequest with default headers values
func (*GetNfsInodesConnectionBadRequest) Error ¶
func (o *GetNfsInodesConnectionBadRequest) Error() string
func (*GetNfsInodesConnectionBadRequest) GetPayload ¶
func (o *GetNfsInodesConnectionBadRequest) GetPayload() string
type GetNfsInodesConnectionOK ¶
type GetNfsInodesConnectionOK struct {
Payload *models.NfsInodeConnection
}
GetNfsInodesConnectionOK describes a response with status code 200, with default header values.
Ok
func NewGetNfsInodesConnectionOK ¶
func NewGetNfsInodesConnectionOK() *GetNfsInodesConnectionOK
NewGetNfsInodesConnectionOK creates a GetNfsInodesConnectionOK with default headers values
func (*GetNfsInodesConnectionOK) Error ¶
func (o *GetNfsInodesConnectionOK) Error() string
func (*GetNfsInodesConnectionOK) GetPayload ¶
func (o *GetNfsInodesConnectionOK) GetPayload() *models.NfsInodeConnection
type GetNfsInodesConnectionParams ¶
type GetNfsInodesConnectionParams struct { // ContentLanguage. // // Default: "en-US" ContentLanguage *string // RequestBody. RequestBody *models.GetNfsInodesConnectionRequestBody Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetNfsInodesConnectionParams contains all the parameters to send to the API endpoint
for the get nfs inodes connection operation. Typically these are written to a http.Request.
func NewGetNfsInodesConnectionParams ¶
func NewGetNfsInodesConnectionParams() *GetNfsInodesConnectionParams
NewGetNfsInodesConnectionParams creates a new GetNfsInodesConnectionParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetNfsInodesConnectionParamsWithContext ¶
func NewGetNfsInodesConnectionParamsWithContext(ctx context.Context) *GetNfsInodesConnectionParams
NewGetNfsInodesConnectionParamsWithContext creates a new GetNfsInodesConnectionParams object with the ability to set a context for a request.
func NewGetNfsInodesConnectionParamsWithHTTPClient ¶
func NewGetNfsInodesConnectionParamsWithHTTPClient(client *http.Client) *GetNfsInodesConnectionParams
NewGetNfsInodesConnectionParamsWithHTTPClient creates a new GetNfsInodesConnectionParams object with the ability to set a custom HTTPClient for a request.
func NewGetNfsInodesConnectionParamsWithTimeout ¶
func NewGetNfsInodesConnectionParamsWithTimeout(timeout time.Duration) *GetNfsInodesConnectionParams
NewGetNfsInodesConnectionParamsWithTimeout creates a new GetNfsInodesConnectionParams object with the ability to set a timeout on a request.
func (*GetNfsInodesConnectionParams) SetContentLanguage ¶
func (o *GetNfsInodesConnectionParams) SetContentLanguage(contentLanguage *string)
SetContentLanguage adds the contentLanguage to the get nfs inodes connection params
func (*GetNfsInodesConnectionParams) SetContext ¶
func (o *GetNfsInodesConnectionParams) SetContext(ctx context.Context)
SetContext adds the context to the get nfs inodes connection params
func (*GetNfsInodesConnectionParams) SetDefaults ¶
func (o *GetNfsInodesConnectionParams) SetDefaults()
SetDefaults hydrates default values in the get nfs inodes connection params (not the query body).
All values with no default are reset to their zero value.
func (*GetNfsInodesConnectionParams) SetHTTPClient ¶
func (o *GetNfsInodesConnectionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get nfs inodes connection params
func (*GetNfsInodesConnectionParams) SetRequestBody ¶
func (o *GetNfsInodesConnectionParams) SetRequestBody(requestBody *models.GetNfsInodesConnectionRequestBody)
SetRequestBody adds the requestBody to the get nfs inodes connection params
func (*GetNfsInodesConnectionParams) SetTimeout ¶
func (o *GetNfsInodesConnectionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get nfs inodes connection params
func (*GetNfsInodesConnectionParams) WithContentLanguage ¶
func (o *GetNfsInodesConnectionParams) WithContentLanguage(contentLanguage *string) *GetNfsInodesConnectionParams
WithContentLanguage adds the contentLanguage to the get nfs inodes connection params
func (*GetNfsInodesConnectionParams) WithContext ¶
func (o *GetNfsInodesConnectionParams) WithContext(ctx context.Context) *GetNfsInodesConnectionParams
WithContext adds the context to the get nfs inodes connection params
func (*GetNfsInodesConnectionParams) WithDefaults ¶
func (o *GetNfsInodesConnectionParams) WithDefaults() *GetNfsInodesConnectionParams
WithDefaults hydrates default values in the get nfs inodes connection params (not the query body).
All values with no default are reset to their zero value.
func (*GetNfsInodesConnectionParams) WithHTTPClient ¶
func (o *GetNfsInodesConnectionParams) WithHTTPClient(client *http.Client) *GetNfsInodesConnectionParams
WithHTTPClient adds the HTTPClient to the get nfs inodes connection params
func (*GetNfsInodesConnectionParams) WithRequestBody ¶
func (o *GetNfsInodesConnectionParams) WithRequestBody(requestBody *models.GetNfsInodesConnectionRequestBody) *GetNfsInodesConnectionParams
WithRequestBody adds the requestBody to the get nfs inodes connection params
func (*GetNfsInodesConnectionParams) WithTimeout ¶
func (o *GetNfsInodesConnectionParams) WithTimeout(timeout time.Duration) *GetNfsInodesConnectionParams
WithTimeout adds the timeout to the get nfs inodes connection params
func (*GetNfsInodesConnectionParams) WriteToRequest ¶
func (o *GetNfsInodesConnectionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetNfsInodesConnectionReader ¶
type GetNfsInodesConnectionReader struct {
// contains filtered or unexported fields
}
GetNfsInodesConnectionReader is a Reader for the GetNfsInodesConnection structure.
func (*GetNfsInodesConnectionReader) ReadResponse ¶
func (o *GetNfsInodesConnectionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetNfsInodesOK ¶
GetNfsInodesOK describes a response with status code 200, with default header values.
Ok
func NewGetNfsInodesOK ¶
func NewGetNfsInodesOK() *GetNfsInodesOK
NewGetNfsInodesOK creates a GetNfsInodesOK with default headers values
func (*GetNfsInodesOK) Error ¶
func (o *GetNfsInodesOK) Error() string
func (*GetNfsInodesOK) GetPayload ¶
func (o *GetNfsInodesOK) GetPayload() []*models.NfsInode
type GetNfsInodesParams ¶
type GetNfsInodesParams struct { // ContentLanguage. // // Default: "en-US" ContentLanguage *string // RequestBody. RequestBody *models.GetNfsInodesRequestBody Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetNfsInodesParams contains all the parameters to send to the API endpoint
for the get nfs inodes operation. Typically these are written to a http.Request.
func NewGetNfsInodesParams ¶
func NewGetNfsInodesParams() *GetNfsInodesParams
NewGetNfsInodesParams creates a new GetNfsInodesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetNfsInodesParamsWithContext ¶
func NewGetNfsInodesParamsWithContext(ctx context.Context) *GetNfsInodesParams
NewGetNfsInodesParamsWithContext creates a new GetNfsInodesParams object with the ability to set a context for a request.
func NewGetNfsInodesParamsWithHTTPClient ¶
func NewGetNfsInodesParamsWithHTTPClient(client *http.Client) *GetNfsInodesParams
NewGetNfsInodesParamsWithHTTPClient creates a new GetNfsInodesParams object with the ability to set a custom HTTPClient for a request.
func NewGetNfsInodesParamsWithTimeout ¶
func NewGetNfsInodesParamsWithTimeout(timeout time.Duration) *GetNfsInodesParams
NewGetNfsInodesParamsWithTimeout creates a new GetNfsInodesParams object with the ability to set a timeout on a request.
func (*GetNfsInodesParams) SetContentLanguage ¶
func (o *GetNfsInodesParams) SetContentLanguage(contentLanguage *string)
SetContentLanguage adds the contentLanguage to the get nfs inodes params
func (*GetNfsInodesParams) SetContext ¶
func (o *GetNfsInodesParams) SetContext(ctx context.Context)
SetContext adds the context to the get nfs inodes params
func (*GetNfsInodesParams) SetDefaults ¶
func (o *GetNfsInodesParams) SetDefaults()
SetDefaults hydrates default values in the get nfs inodes params (not the query body).
All values with no default are reset to their zero value.
func (*GetNfsInodesParams) SetHTTPClient ¶
func (o *GetNfsInodesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get nfs inodes params
func (*GetNfsInodesParams) SetRequestBody ¶
func (o *GetNfsInodesParams) SetRequestBody(requestBody *models.GetNfsInodesRequestBody)
SetRequestBody adds the requestBody to the get nfs inodes params
func (*GetNfsInodesParams) SetTimeout ¶
func (o *GetNfsInodesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get nfs inodes params
func (*GetNfsInodesParams) WithContentLanguage ¶
func (o *GetNfsInodesParams) WithContentLanguage(contentLanguage *string) *GetNfsInodesParams
WithContentLanguage adds the contentLanguage to the get nfs inodes params
func (*GetNfsInodesParams) WithContext ¶
func (o *GetNfsInodesParams) WithContext(ctx context.Context) *GetNfsInodesParams
WithContext adds the context to the get nfs inodes params
func (*GetNfsInodesParams) WithDefaults ¶
func (o *GetNfsInodesParams) WithDefaults() *GetNfsInodesParams
WithDefaults hydrates default values in the get nfs inodes params (not the query body).
All values with no default are reset to their zero value.
func (*GetNfsInodesParams) WithHTTPClient ¶
func (o *GetNfsInodesParams) WithHTTPClient(client *http.Client) *GetNfsInodesParams
WithHTTPClient adds the HTTPClient to the get nfs inodes params
func (*GetNfsInodesParams) WithRequestBody ¶
func (o *GetNfsInodesParams) WithRequestBody(requestBody *models.GetNfsInodesRequestBody) *GetNfsInodesParams
WithRequestBody adds the requestBody to the get nfs inodes params
func (*GetNfsInodesParams) WithTimeout ¶
func (o *GetNfsInodesParams) WithTimeout(timeout time.Duration) *GetNfsInodesParams
WithTimeout adds the timeout to the get nfs inodes params
func (*GetNfsInodesParams) WriteToRequest ¶
func (o *GetNfsInodesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetNfsInodesReader ¶
type GetNfsInodesReader struct {
// contains filtered or unexported fields
}
GetNfsInodesReader is a Reader for the GetNfsInodes structure.
func (*GetNfsInodesReader) ReadResponse ¶
func (o *GetNfsInodesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.