v4_workspace_id_file_systems

package
v1.999.999-b11 Latest Latest
Warning

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

Go to latest
Published: May 7, 2020 License: Apache-2.0, BSD-2-Clause Imports: 11 Imported by: 0

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

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

WithHTTPClient adds the HTTPClient to the get file system parameters params

func (*GetFileSystemParametersParams) WithSecure

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

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

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL