Documentation
¶
Index ¶
- type Client
- type GetFileSystemParametersOK
- type GetFileSystemParametersParams
- func NewGetFileSystemParametersParams() *GetFileSystemParametersParams
- func NewGetFileSystemParametersParamsWithContext(ctx context.Context) *GetFileSystemParametersParams
- func NewGetFileSystemParametersParamsWithHTTPClient(client *http.Client) *GetFileSystemParametersParams
- func NewGetFileSystemParametersParamsWithTimeout(timeout time.Duration) *GetFileSystemParametersParams
- func (o *GetFileSystemParametersParams) SetAccountName(accountName *string)
- func (o *GetFileSystemParametersParams) SetAttachedCluster(attachedCluster *bool)
- func (o *GetFileSystemParametersParams) SetBlueprintName(blueprintName string)
- func (o *GetFileSystemParametersParams) SetClusterName(clusterName string)
- func (o *GetFileSystemParametersParams) SetContext(ctx context.Context)
- func (o *GetFileSystemParametersParams) SetFileSystemType(fileSystemType string)
- func (o *GetFileSystemParametersParams) SetHTTPClient(client *http.Client)
- func (o *GetFileSystemParametersParams) SetSecure(secure *bool)
- func (o *GetFileSystemParametersParams) SetStorageName(storageName string)
- func (o *GetFileSystemParametersParams) SetTimeout(timeout time.Duration)
- func (o *GetFileSystemParametersParams) SetWorkspaceID(workspaceID int64)
- func (o *GetFileSystemParametersParams) WithAccountName(accountName *string) *GetFileSystemParametersParams
- func (o *GetFileSystemParametersParams) WithAttachedCluster(attachedCluster *bool) *GetFileSystemParametersParams
- func (o *GetFileSystemParametersParams) WithBlueprintName(blueprintName string) *GetFileSystemParametersParams
- func (o *GetFileSystemParametersParams) WithClusterName(clusterName string) *GetFileSystemParametersParams
- func (o *GetFileSystemParametersParams) WithContext(ctx context.Context) *GetFileSystemParametersParams
- func (o *GetFileSystemParametersParams) WithFileSystemType(fileSystemType string) *GetFileSystemParametersParams
- func (o *GetFileSystemParametersParams) WithHTTPClient(client *http.Client) *GetFileSystemParametersParams
- func (o *GetFileSystemParametersParams) WithSecure(secure *bool) *GetFileSystemParametersParams
- func (o *GetFileSystemParametersParams) WithStorageName(storageName string) *GetFileSystemParametersParams
- func (o *GetFileSystemParametersParams) WithTimeout(timeout time.Duration) *GetFileSystemParametersParams
- func (o *GetFileSystemParametersParams) WithWorkspaceID(workspaceID int64) *GetFileSystemParametersParams
- func (o *GetFileSystemParametersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetFileSystemParametersReader
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 v4 workspace id file systems API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new v4 workspace id file systems API client.
func (*Client) GetFileSystemParameters ¶
func (a *Client) GetFileSystemParameters(params *GetFileSystemParametersParams) (*GetFileSystemParametersOK, error)
GetFileSystemParameters returns filesystem parameters
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type GetFileSystemParametersOK ¶
type GetFileSystemParametersOK struct {
Payload *model.FileSystemParameterV4Responses
}
GetFileSystemParametersOK handles this case with default header values.
successful operation
func NewGetFileSystemParametersOK ¶
func NewGetFileSystemParametersOK() *GetFileSystemParametersOK
NewGetFileSystemParametersOK creates a GetFileSystemParametersOK with default headers values
func (*GetFileSystemParametersOK) Error ¶
func (o *GetFileSystemParametersOK) Error() string
type GetFileSystemParametersParams ¶
type GetFileSystemParametersParams struct { /*AccountName*/ AccountName *string /*AttachedCluster*/ AttachedCluster *bool /*BlueprintName*/ BlueprintName string /*ClusterName*/ ClusterName string /*FileSystemType*/ FileSystemType string /*Secure*/ Secure *bool /*StorageName*/ StorageName string /*WorkspaceID*/ WorkspaceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetFileSystemParametersParams contains all the parameters to send to the API endpoint for the get file system parameters operation typically these are written to a http.Request
func NewGetFileSystemParametersParams ¶
func NewGetFileSystemParametersParams() *GetFileSystemParametersParams
NewGetFileSystemParametersParams creates a new GetFileSystemParametersParams object with the default values initialized.
func NewGetFileSystemParametersParamsWithContext ¶
func NewGetFileSystemParametersParamsWithContext(ctx context.Context) *GetFileSystemParametersParams
NewGetFileSystemParametersParamsWithContext creates a new GetFileSystemParametersParams object with the default values initialized, and the ability to set a context for a request
func NewGetFileSystemParametersParamsWithHTTPClient ¶
func NewGetFileSystemParametersParamsWithHTTPClient(client *http.Client) *GetFileSystemParametersParams
NewGetFileSystemParametersParamsWithHTTPClient creates a new GetFileSystemParametersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetFileSystemParametersParamsWithTimeout ¶
func NewGetFileSystemParametersParamsWithTimeout(timeout time.Duration) *GetFileSystemParametersParams
NewGetFileSystemParametersParamsWithTimeout creates a new GetFileSystemParametersParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetFileSystemParametersParams) SetAccountName ¶
func (o *GetFileSystemParametersParams) SetAccountName(accountName *string)
SetAccountName adds the accountName to the get file system parameters params
func (*GetFileSystemParametersParams) SetAttachedCluster ¶
func (o *GetFileSystemParametersParams) SetAttachedCluster(attachedCluster *bool)
SetAttachedCluster adds the attachedCluster to the get file system parameters params
func (*GetFileSystemParametersParams) SetBlueprintName ¶
func (o *GetFileSystemParametersParams) SetBlueprintName(blueprintName string)
SetBlueprintName adds the blueprintName to the get file system parameters params
func (*GetFileSystemParametersParams) SetClusterName ¶
func (o *GetFileSystemParametersParams) SetClusterName(clusterName string)
SetClusterName adds the clusterName to the get file system parameters params
func (*GetFileSystemParametersParams) SetContext ¶
func (o *GetFileSystemParametersParams) SetContext(ctx context.Context)
SetContext adds the context to the get file system parameters params
func (*GetFileSystemParametersParams) SetFileSystemType ¶
func (o *GetFileSystemParametersParams) SetFileSystemType(fileSystemType string)
SetFileSystemType adds the fileSystemType to the get file system parameters params
func (*GetFileSystemParametersParams) SetHTTPClient ¶
func (o *GetFileSystemParametersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get file system parameters params
func (*GetFileSystemParametersParams) SetSecure ¶
func (o *GetFileSystemParametersParams) SetSecure(secure *bool)
SetSecure adds the secure to the get file system parameters params
func (*GetFileSystemParametersParams) SetStorageName ¶
func (o *GetFileSystemParametersParams) SetStorageName(storageName string)
SetStorageName adds the storageName to the get file system parameters params
func (*GetFileSystemParametersParams) SetTimeout ¶
func (o *GetFileSystemParametersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get file system parameters params
func (*GetFileSystemParametersParams) SetWorkspaceID ¶
func (o *GetFileSystemParametersParams) SetWorkspaceID(workspaceID int64)
SetWorkspaceID adds the workspaceId to the get file system parameters params
func (*GetFileSystemParametersParams) WithAccountName ¶
func (o *GetFileSystemParametersParams) WithAccountName(accountName *string) *GetFileSystemParametersParams
WithAccountName adds the accountName to the get file system parameters params
func (*GetFileSystemParametersParams) WithAttachedCluster ¶
func (o *GetFileSystemParametersParams) WithAttachedCluster(attachedCluster *bool) *GetFileSystemParametersParams
WithAttachedCluster adds the attachedCluster to the get file system parameters params
func (*GetFileSystemParametersParams) WithBlueprintName ¶
func (o *GetFileSystemParametersParams) WithBlueprintName(blueprintName string) *GetFileSystemParametersParams
WithBlueprintName adds the blueprintName to the get file system parameters params
func (*GetFileSystemParametersParams) WithClusterName ¶
func (o *GetFileSystemParametersParams) WithClusterName(clusterName string) *GetFileSystemParametersParams
WithClusterName adds the clusterName to the get file system parameters params
func (*GetFileSystemParametersParams) WithContext ¶
func (o *GetFileSystemParametersParams) WithContext(ctx context.Context) *GetFileSystemParametersParams
WithContext adds the context to the get file system parameters params
func (*GetFileSystemParametersParams) WithFileSystemType ¶
func (o *GetFileSystemParametersParams) WithFileSystemType(fileSystemType string) *GetFileSystemParametersParams
WithFileSystemType adds the fileSystemType to the get file system parameters params
func (*GetFileSystemParametersParams) WithHTTPClient ¶
func (o *GetFileSystemParametersParams) WithHTTPClient(client *http.Client) *GetFileSystemParametersParams
WithHTTPClient adds the HTTPClient to the get file system parameters params
func (*GetFileSystemParametersParams) WithSecure ¶
func (o *GetFileSystemParametersParams) WithSecure(secure *bool) *GetFileSystemParametersParams
WithSecure adds the secure to the get file system parameters params
func (*GetFileSystemParametersParams) WithStorageName ¶
func (o *GetFileSystemParametersParams) WithStorageName(storageName string) *GetFileSystemParametersParams
WithStorageName adds the storageName to the get file system parameters params
func (*GetFileSystemParametersParams) WithTimeout ¶
func (o *GetFileSystemParametersParams) WithTimeout(timeout time.Duration) *GetFileSystemParametersParams
WithTimeout adds the timeout to the get file system parameters params
func (*GetFileSystemParametersParams) WithWorkspaceID ¶
func (o *GetFileSystemParametersParams) WithWorkspaceID(workspaceID int64) *GetFileSystemParametersParams
WithWorkspaceID adds the workspaceID to the get file system parameters params
func (*GetFileSystemParametersParams) WriteToRequest ¶
func (o *GetFileSystemParametersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetFileSystemParametersReader ¶
type GetFileSystemParametersReader struct {
// contains filtered or unexported fields
}
GetFileSystemParametersReader is a Reader for the GetFileSystemParameters structure.
func (*GetFileSystemParametersReader) ReadResponse ¶
func (o *GetFileSystemParametersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.