Documentation
¶
Index ¶
- type Client
- type CreateInternalSdxOK
- type CreateInternalSdxParams
- func NewCreateInternalSdxParams() *CreateInternalSdxParams
- func NewCreateInternalSdxParamsWithContext(ctx context.Context) *CreateInternalSdxParams
- func NewCreateInternalSdxParamsWithHTTPClient(client *http.Client) *CreateInternalSdxParams
- func NewCreateInternalSdxParamsWithTimeout(timeout time.Duration) *CreateInternalSdxParams
- func (o *CreateInternalSdxParams) SetBody(body *model.SdxInternalClusterRequest)
- func (o *CreateInternalSdxParams) SetContext(ctx context.Context)
- func (o *CreateInternalSdxParams) SetHTTPClient(client *http.Client)
- func (o *CreateInternalSdxParams) SetName(name string)
- func (o *CreateInternalSdxParams) SetTimeout(timeout time.Duration)
- func (o *CreateInternalSdxParams) WithBody(body *model.SdxInternalClusterRequest) *CreateInternalSdxParams
- func (o *CreateInternalSdxParams) WithContext(ctx context.Context) *CreateInternalSdxParams
- func (o *CreateInternalSdxParams) WithHTTPClient(client *http.Client) *CreateInternalSdxParams
- func (o *CreateInternalSdxParams) WithName(name string) *CreateInternalSdxParams
- func (o *CreateInternalSdxParams) WithTimeout(timeout time.Duration) *CreateInternalSdxParams
- func (o *CreateInternalSdxParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateInternalSdxReader
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 internalsdx API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new internalsdx API client.
func (*Client) CreateInternalSdx ¶
func (a *Client) CreateInternalSdx(params *CreateInternalSdxParams) (*CreateInternalSdxOK, error)
CreateInternalSdx creates internal s d x cluster
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type CreateInternalSdxOK ¶
type CreateInternalSdxOK struct {
Payload *model.SdxClusterResponse
}
CreateInternalSdxOK handles this case with default header values.
successful operation
func NewCreateInternalSdxOK ¶
func NewCreateInternalSdxOK() *CreateInternalSdxOK
NewCreateInternalSdxOK creates a CreateInternalSdxOK with default headers values
func (*CreateInternalSdxOK) Error ¶
func (o *CreateInternalSdxOK) Error() string
type CreateInternalSdxParams ¶
type CreateInternalSdxParams struct { /*Body*/ Body *model.SdxInternalClusterRequest /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateInternalSdxParams contains all the parameters to send to the API endpoint for the create internal sdx operation typically these are written to a http.Request
func NewCreateInternalSdxParams ¶
func NewCreateInternalSdxParams() *CreateInternalSdxParams
NewCreateInternalSdxParams creates a new CreateInternalSdxParams object with the default values initialized.
func NewCreateInternalSdxParamsWithContext ¶
func NewCreateInternalSdxParamsWithContext(ctx context.Context) *CreateInternalSdxParams
NewCreateInternalSdxParamsWithContext creates a new CreateInternalSdxParams object with the default values initialized, and the ability to set a context for a request
func NewCreateInternalSdxParamsWithHTTPClient ¶
func NewCreateInternalSdxParamsWithHTTPClient(client *http.Client) *CreateInternalSdxParams
NewCreateInternalSdxParamsWithHTTPClient creates a new CreateInternalSdxParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateInternalSdxParamsWithTimeout ¶
func NewCreateInternalSdxParamsWithTimeout(timeout time.Duration) *CreateInternalSdxParams
NewCreateInternalSdxParamsWithTimeout creates a new CreateInternalSdxParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateInternalSdxParams) SetBody ¶
func (o *CreateInternalSdxParams) SetBody(body *model.SdxInternalClusterRequest)
SetBody adds the body to the create internal sdx params
func (*CreateInternalSdxParams) SetContext ¶
func (o *CreateInternalSdxParams) SetContext(ctx context.Context)
SetContext adds the context to the create internal sdx params
func (*CreateInternalSdxParams) SetHTTPClient ¶
func (o *CreateInternalSdxParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create internal sdx params
func (*CreateInternalSdxParams) SetName ¶
func (o *CreateInternalSdxParams) SetName(name string)
SetName adds the name to the create internal sdx params
func (*CreateInternalSdxParams) SetTimeout ¶
func (o *CreateInternalSdxParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create internal sdx params
func (*CreateInternalSdxParams) WithBody ¶
func (o *CreateInternalSdxParams) WithBody(body *model.SdxInternalClusterRequest) *CreateInternalSdxParams
WithBody adds the body to the create internal sdx params
func (*CreateInternalSdxParams) WithContext ¶
func (o *CreateInternalSdxParams) WithContext(ctx context.Context) *CreateInternalSdxParams
WithContext adds the context to the create internal sdx params
func (*CreateInternalSdxParams) WithHTTPClient ¶
func (o *CreateInternalSdxParams) WithHTTPClient(client *http.Client) *CreateInternalSdxParams
WithHTTPClient adds the HTTPClient to the create internal sdx params
func (*CreateInternalSdxParams) WithName ¶
func (o *CreateInternalSdxParams) WithName(name string) *CreateInternalSdxParams
WithName adds the name to the create internal sdx params
func (*CreateInternalSdxParams) WithTimeout ¶
func (o *CreateInternalSdxParams) WithTimeout(timeout time.Duration) *CreateInternalSdxParams
WithTimeout adds the timeout to the create internal sdx params
func (*CreateInternalSdxParams) WriteToRequest ¶
func (o *CreateInternalSdxParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateInternalSdxReader ¶
type CreateInternalSdxReader struct {
// contains filtered or unexported fields
}
CreateInternalSdxReader is a Reader for the CreateInternalSdx structure.
func (*CreateInternalSdxReader) ReadResponse ¶
func (o *CreateInternalSdxReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.