Documentation ¶
Index ¶
- type Client
- type GetDistroXInternalV1ByCrnOK
- type GetDistroXInternalV1ByCrnParams
- func NewGetDistroXInternalV1ByCrnParams() *GetDistroXInternalV1ByCrnParams
- func NewGetDistroXInternalV1ByCrnParamsWithContext(ctx context.Context) *GetDistroXInternalV1ByCrnParams
- func NewGetDistroXInternalV1ByCrnParamsWithHTTPClient(client *http.Client) *GetDistroXInternalV1ByCrnParams
- func NewGetDistroXInternalV1ByCrnParamsWithTimeout(timeout time.Duration) *GetDistroXInternalV1ByCrnParams
- func (o *GetDistroXInternalV1ByCrnParams) SetContext(ctx context.Context)
- func (o *GetDistroXInternalV1ByCrnParams) SetCrn(crn string)
- func (o *GetDistroXInternalV1ByCrnParams) SetHTTPClient(client *http.Client)
- func (o *GetDistroXInternalV1ByCrnParams) SetTimeout(timeout time.Duration)
- func (o *GetDistroXInternalV1ByCrnParams) WithContext(ctx context.Context) *GetDistroXInternalV1ByCrnParams
- func (o *GetDistroXInternalV1ByCrnParams) WithCrn(crn string) *GetDistroXInternalV1ByCrnParams
- func (o *GetDistroXInternalV1ByCrnParams) WithHTTPClient(client *http.Client) *GetDistroXInternalV1ByCrnParams
- func (o *GetDistroXInternalV1ByCrnParams) WithTimeout(timeout time.Duration) *GetDistroXInternalV1ByCrnParams
- func (o *GetDistroXInternalV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDistroXInternalV1ByCrnReader
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 v1internaldistrox API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new v1internaldistrox API client.
func (*Client) GetDistroXInternalV1ByCrn ¶
func (a *Client) GetDistroXInternalV1ByCrn(params *GetDistroXInternalV1ByCrnParams) (*GetDistroXInternalV1ByCrnOK, error)
GetDistroXInternalV1ByCrn gets stack by crn for internal user
Stacks are template instances - a running cloud infrastructure created based on a template. Stacks are always launched on behalf of a cloud user account. Stacks support a wide range of resources, allowing you to build a highly available, reliable, and scalable infrastructure for your application needs.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type GetDistroXInternalV1ByCrnOK ¶
type GetDistroXInternalV1ByCrnOK struct {
Payload *model.StackViewV4Response
}
GetDistroXInternalV1ByCrnOK handles this case with default header values.
successful operation
func NewGetDistroXInternalV1ByCrnOK ¶
func NewGetDistroXInternalV1ByCrnOK() *GetDistroXInternalV1ByCrnOK
NewGetDistroXInternalV1ByCrnOK creates a GetDistroXInternalV1ByCrnOK with default headers values
func (*GetDistroXInternalV1ByCrnOK) Error ¶
func (o *GetDistroXInternalV1ByCrnOK) Error() string
type GetDistroXInternalV1ByCrnParams ¶
type GetDistroXInternalV1ByCrnParams struct { /*Crn*/ Crn string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDistroXInternalV1ByCrnParams contains all the parameters to send to the API endpoint for the get distro x internal v1 by crn operation typically these are written to a http.Request
func NewGetDistroXInternalV1ByCrnParams ¶
func NewGetDistroXInternalV1ByCrnParams() *GetDistroXInternalV1ByCrnParams
NewGetDistroXInternalV1ByCrnParams creates a new GetDistroXInternalV1ByCrnParams object with the default values initialized.
func NewGetDistroXInternalV1ByCrnParamsWithContext ¶
func NewGetDistroXInternalV1ByCrnParamsWithContext(ctx context.Context) *GetDistroXInternalV1ByCrnParams
NewGetDistroXInternalV1ByCrnParamsWithContext creates a new GetDistroXInternalV1ByCrnParams object with the default values initialized, and the ability to set a context for a request
func NewGetDistroXInternalV1ByCrnParamsWithHTTPClient ¶
func NewGetDistroXInternalV1ByCrnParamsWithHTTPClient(client *http.Client) *GetDistroXInternalV1ByCrnParams
NewGetDistroXInternalV1ByCrnParamsWithHTTPClient creates a new GetDistroXInternalV1ByCrnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetDistroXInternalV1ByCrnParamsWithTimeout ¶
func NewGetDistroXInternalV1ByCrnParamsWithTimeout(timeout time.Duration) *GetDistroXInternalV1ByCrnParams
NewGetDistroXInternalV1ByCrnParamsWithTimeout creates a new GetDistroXInternalV1ByCrnParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetDistroXInternalV1ByCrnParams) SetContext ¶
func (o *GetDistroXInternalV1ByCrnParams) SetContext(ctx context.Context)
SetContext adds the context to the get distro x internal v1 by crn params
func (*GetDistroXInternalV1ByCrnParams) SetCrn ¶
func (o *GetDistroXInternalV1ByCrnParams) SetCrn(crn string)
SetCrn adds the crn to the get distro x internal v1 by crn params
func (*GetDistroXInternalV1ByCrnParams) SetHTTPClient ¶
func (o *GetDistroXInternalV1ByCrnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get distro x internal v1 by crn params
func (*GetDistroXInternalV1ByCrnParams) SetTimeout ¶
func (o *GetDistroXInternalV1ByCrnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get distro x internal v1 by crn params
func (*GetDistroXInternalV1ByCrnParams) WithContext ¶
func (o *GetDistroXInternalV1ByCrnParams) WithContext(ctx context.Context) *GetDistroXInternalV1ByCrnParams
WithContext adds the context to the get distro x internal v1 by crn params
func (*GetDistroXInternalV1ByCrnParams) WithCrn ¶
func (o *GetDistroXInternalV1ByCrnParams) WithCrn(crn string) *GetDistroXInternalV1ByCrnParams
WithCrn adds the crn to the get distro x internal v1 by crn params
func (*GetDistroXInternalV1ByCrnParams) WithHTTPClient ¶
func (o *GetDistroXInternalV1ByCrnParams) WithHTTPClient(client *http.Client) *GetDistroXInternalV1ByCrnParams
WithHTTPClient adds the HTTPClient to the get distro x internal v1 by crn params
func (*GetDistroXInternalV1ByCrnParams) WithTimeout ¶
func (o *GetDistroXInternalV1ByCrnParams) WithTimeout(timeout time.Duration) *GetDistroXInternalV1ByCrnParams
WithTimeout adds the timeout to the get distro x internal v1 by crn params
func (*GetDistroXInternalV1ByCrnParams) WriteToRequest ¶
func (o *GetDistroXInternalV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDistroXInternalV1ByCrnReader ¶
type GetDistroXInternalV1ByCrnReader struct {
// contains filtered or unexported fields
}
GetDistroXInternalV1ByCrnReader is a Reader for the GetDistroXInternalV1ByCrn structure.
func (*GetDistroXInternalV1ByCrnReader) ReadResponse ¶
func (o *GetDistroXInternalV1ByCrnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.