Documentation
¶
Index ¶
- type BasicHealthCheckOK
- type BasicHealthCheckParams
- func NewBasicHealthCheckParams() *BasicHealthCheckParams
- func NewBasicHealthCheckParamsWithContext(ctx context.Context) *BasicHealthCheckParams
- func NewBasicHealthCheckParamsWithHTTPClient(client *http.Client) *BasicHealthCheckParams
- func NewBasicHealthCheckParamsWithTimeout(timeout time.Duration) *BasicHealthCheckParams
- func (o *BasicHealthCheckParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *BasicHealthCheckParams) SetContext(ctx context.Context)
- func (o *BasicHealthCheckParams) SetFlightId(flightId string)
- func (o *BasicHealthCheckParams) SetHTTPClient(client *http.Client)
- func (o *BasicHealthCheckParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *BasicHealthCheckParams) SetTimeout(timeout time.Duration)
- func (o *BasicHealthCheckParams) WithContext(ctx context.Context) *BasicHealthCheckParams
- func (o *BasicHealthCheckParams) WithHTTPClient(client *http.Client) *BasicHealthCheckParams
- func (o *BasicHealthCheckParams) WithTimeout(timeout time.Duration) *BasicHealthCheckParams
- func (o *BasicHealthCheckParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BasicHealthCheckReader
- type BasicHealthCheckResponse
- type Client
- func (a *Client) BasicHealthCheckShort(params *BasicHealthCheckParams, authInfo runtime.ClientAuthInfoWriter) (*BasicHealthCheckResponse, error)
- func (a *Client) Func1Short(params *Func1Params, authInfo runtime.ClientAuthInfoWriter) (*Func1Response, error)
- func (a *Client) PortalHealthCheckShort(params *PortalHealthCheckParams, authInfo runtime.ClientAuthInfoWriter) (*PortalHealthCheckResponse, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientService
- type Func1OK
- type Func1Params
- func (o *Func1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *Func1Params) SetContext(ctx context.Context)
- func (o *Func1Params) SetFlightId(flightId string)
- func (o *Func1Params) SetHTTPClient(client *http.Client)
- func (o *Func1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *Func1Params) SetTimeout(timeout time.Duration)
- func (o *Func1Params) WithContext(ctx context.Context) *Func1Params
- func (o *Func1Params) WithHTTPClient(client *http.Client) *Func1Params
- func (o *Func1Params) WithTimeout(timeout time.Duration) *Func1Params
- func (o *Func1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type Func1Reader
- type Func1Response
- type PortalHealthCheckOK
- type PortalHealthCheckParams
- func NewPortalHealthCheckParams() *PortalHealthCheckParams
- func NewPortalHealthCheckParamsWithContext(ctx context.Context) *PortalHealthCheckParams
- func NewPortalHealthCheckParamsWithHTTPClient(client *http.Client) *PortalHealthCheckParams
- func NewPortalHealthCheckParamsWithTimeout(timeout time.Duration) *PortalHealthCheckParams
- func (o *PortalHealthCheckParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *PortalHealthCheckParams) SetContext(ctx context.Context)
- func (o *PortalHealthCheckParams) SetFlightId(flightId string)
- func (o *PortalHealthCheckParams) SetHTTPClient(client *http.Client)
- func (o *PortalHealthCheckParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *PortalHealthCheckParams) SetTimeout(timeout time.Duration)
- func (o *PortalHealthCheckParams) WithContext(ctx context.Context) *PortalHealthCheckParams
- func (o *PortalHealthCheckParams) WithHTTPClient(client *http.Client) *PortalHealthCheckParams
- func (o *PortalHealthCheckParams) WithTimeout(timeout time.Duration) *PortalHealthCheckParams
- func (o *PortalHealthCheckParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PortalHealthCheckReader
- type PortalHealthCheckResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicHealthCheckOK ¶
type BasicHealthCheckOK struct {
}
BasicHealthCheckOK handles this case with default header values.
OK
func NewBasicHealthCheckOK ¶
func NewBasicHealthCheckOK() *BasicHealthCheckOK
NewBasicHealthCheckOK creates a BasicHealthCheckOK with default headers values
func (*BasicHealthCheckOK) Error ¶
func (o *BasicHealthCheckOK) Error() string
type BasicHealthCheckParams ¶
type BasicHealthCheckParams struct {
/*RetryPolicy*/
RetryPolicy *utils.Retry
AuthInfoWriter runtime.ClientAuthInfoWriter
Context context.Context
HTTPClient *http.Client
// XFlightId is an optional parameter from this SDK
XFlightId *string
// contains filtered or unexported fields
}
BasicHealthCheckParams contains all the parameters to send to the API endpoint for the basic health check operation typically these are written to a http.Request
func NewBasicHealthCheckParams ¶
func NewBasicHealthCheckParams() *BasicHealthCheckParams
NewBasicHealthCheckParams creates a new BasicHealthCheckParams object with the default values initialized.
func NewBasicHealthCheckParamsWithContext ¶
func NewBasicHealthCheckParamsWithContext(ctx context.Context) *BasicHealthCheckParams
NewBasicHealthCheckParamsWithContext creates a new BasicHealthCheckParams object with the default values initialized, and the ability to set a context for a request
func NewBasicHealthCheckParamsWithHTTPClient ¶
func NewBasicHealthCheckParamsWithHTTPClient(client *http.Client) *BasicHealthCheckParams
NewBasicHealthCheckParamsWithHTTPClient creates a new BasicHealthCheckParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewBasicHealthCheckParamsWithTimeout ¶
func NewBasicHealthCheckParamsWithTimeout(timeout time.Duration) *BasicHealthCheckParams
NewBasicHealthCheckParamsWithTimeout creates a new BasicHealthCheckParams object with the default values initialized, and the ability to set a timeout on a request
func (*BasicHealthCheckParams) SetAuthInfoWriter ¶
func (o *BasicHealthCheckParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the basic health check params
func (*BasicHealthCheckParams) SetContext ¶
func (o *BasicHealthCheckParams) SetContext(ctx context.Context)
SetContext adds the context to the basic health check params
func (*BasicHealthCheckParams) SetFlightId ¶
func (o *BasicHealthCheckParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*BasicHealthCheckParams) SetHTTPClient ¶
func (o *BasicHealthCheckParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the basic health check params
func (*BasicHealthCheckParams) SetHTTPClientTransport ¶
func (o *BasicHealthCheckParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the basic health check params
func (*BasicHealthCheckParams) SetTimeout ¶
func (o *BasicHealthCheckParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the basic health check params
func (*BasicHealthCheckParams) WithContext ¶
func (o *BasicHealthCheckParams) WithContext(ctx context.Context) *BasicHealthCheckParams
WithContext adds the context to the basic health check params
func (*BasicHealthCheckParams) WithHTTPClient ¶
func (o *BasicHealthCheckParams) WithHTTPClient(client *http.Client) *BasicHealthCheckParams
WithHTTPClient adds the HTTPClient to the basic health check params
func (*BasicHealthCheckParams) WithTimeout ¶
func (o *BasicHealthCheckParams) WithTimeout(timeout time.Duration) *BasicHealthCheckParams
WithTimeout adds the timeout to the basic health check params
func (*BasicHealthCheckParams) WriteToRequest ¶
func (o *BasicHealthCheckParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BasicHealthCheckReader ¶
type BasicHealthCheckReader struct {
// contains filtered or unexported fields
}
BasicHealthCheckReader is a Reader for the BasicHealthCheck structure.
func (*BasicHealthCheckReader) ReadResponse ¶
func (o *BasicHealthCheckReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BasicHealthCheckResponse ¶
type BasicHealthCheckResponse struct {
amsclientmodels.ApiResponse
}
func (*BasicHealthCheckResponse) Unpack ¶
func (m *BasicHealthCheckResponse) Unpack() *amsclientmodels.ApiError
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for fleet commander API
func (*Client) BasicHealthCheckShort ¶
func (a *Client) BasicHealthCheckShort(params *BasicHealthCheckParams, authInfo runtime.ClientAuthInfoWriter) (*BasicHealthCheckResponse, error)
BasicHealthCheckShort health check
func (*Client) Func1Short ¶
func (a *Client) Func1Short(params *Func1Params, authInfo runtime.ClientAuthInfoWriter) (*Func1Response, error)
Func1Short version info
func (*Client) PortalHealthCheckShort ¶
func (a *Client) PortalHealthCheckShort(params *PortalHealthCheckParams, authInfo runtime.ClientAuthInfoWriter) (*PortalHealthCheckResponse, error)
PortalHealthCheckShort health check
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶
type ClientService interface {
PortalHealthCheckShort(params *PortalHealthCheckParams, authInfo runtime.ClientAuthInfoWriter) (*PortalHealthCheckResponse, error)
Func1Short(params *Func1Params, authInfo runtime.ClientAuthInfoWriter) (*Func1Response, error)
BasicHealthCheckShort(params *BasicHealthCheckParams, authInfo runtime.ClientAuthInfoWriter) (*BasicHealthCheckResponse, 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 fleet commander API client.
type Func1OK ¶
type Func1OK struct {
}
Func1OK handles this case with default header values.
OK
func NewFunc1OK ¶
func NewFunc1OK() *Func1OK
NewFunc1OK creates a Func1OK with default headers values
type Func1Params ¶
type Func1Params struct {
/*RetryPolicy*/
RetryPolicy *utils.Retry
AuthInfoWriter runtime.ClientAuthInfoWriter
Context context.Context
HTTPClient *http.Client
// XFlightId is an optional parameter from this SDK
XFlightId *string
// contains filtered or unexported fields
}
Func1Params contains all the parameters to send to the API endpoint for the func1 operation typically these are written to a http.Request
func NewFunc1Params ¶
func NewFunc1Params() *Func1Params
NewFunc1Params creates a new Func1Params object with the default values initialized.
func NewFunc1ParamsWithContext ¶
func NewFunc1ParamsWithContext(ctx context.Context) *Func1Params
NewFunc1ParamsWithContext creates a new Func1Params object with the default values initialized, and the ability to set a context for a request
func NewFunc1ParamsWithHTTPClient ¶
func NewFunc1ParamsWithHTTPClient(client *http.Client) *Func1Params
NewFunc1ParamsWithHTTPClient creates a new Func1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewFunc1ParamsWithTimeout ¶
func NewFunc1ParamsWithTimeout(timeout time.Duration) *Func1Params
NewFunc1ParamsWithTimeout creates a new Func1Params object with the default values initialized, and the ability to set a timeout on a request
func (*Func1Params) SetAuthInfoWriter ¶
func (o *Func1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the func1 params
func (*Func1Params) SetContext ¶
func (o *Func1Params) SetContext(ctx context.Context)
SetContext adds the context to the func1 params
func (*Func1Params) SetFlightId ¶
func (o *Func1Params) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*Func1Params) SetHTTPClient ¶
func (o *Func1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the func1 params
func (*Func1Params) SetHTTPClientTransport ¶
func (o *Func1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the func1 params
func (*Func1Params) SetTimeout ¶
func (o *Func1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the func1 params
func (*Func1Params) WithContext ¶
func (o *Func1Params) WithContext(ctx context.Context) *Func1Params
WithContext adds the context to the func1 params
func (*Func1Params) WithHTTPClient ¶
func (o *Func1Params) WithHTTPClient(client *http.Client) *Func1Params
WithHTTPClient adds the HTTPClient to the func1 params
func (*Func1Params) WithTimeout ¶
func (o *Func1Params) WithTimeout(timeout time.Duration) *Func1Params
WithTimeout adds the timeout to the func1 params
func (*Func1Params) WriteToRequest ¶
func (o *Func1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type Func1Reader ¶
type Func1Reader struct {
// contains filtered or unexported fields
}
Func1Reader is a Reader for the Func1 structure.
func (*Func1Reader) ReadResponse ¶
func (o *Func1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type Func1Response ¶
type Func1Response struct {
amsclientmodels.ApiResponse
}
func (*Func1Response) Unpack ¶
func (m *Func1Response) Unpack() *amsclientmodels.ApiError
type PortalHealthCheckOK ¶
type PortalHealthCheckOK struct {
}
PortalHealthCheckOK handles this case with default header values.
OK
func NewPortalHealthCheckOK ¶
func NewPortalHealthCheckOK() *PortalHealthCheckOK
NewPortalHealthCheckOK creates a PortalHealthCheckOK with default headers values
func (*PortalHealthCheckOK) Error ¶
func (o *PortalHealthCheckOK) Error() string
type PortalHealthCheckParams ¶
type PortalHealthCheckParams struct {
/*RetryPolicy*/
RetryPolicy *utils.Retry
AuthInfoWriter runtime.ClientAuthInfoWriter
Context context.Context
HTTPClient *http.Client
// XFlightId is an optional parameter from this SDK
XFlightId *string
// contains filtered or unexported fields
}
PortalHealthCheckParams contains all the parameters to send to the API endpoint for the portal health check operation typically these are written to a http.Request
func NewPortalHealthCheckParams ¶
func NewPortalHealthCheckParams() *PortalHealthCheckParams
NewPortalHealthCheckParams creates a new PortalHealthCheckParams object with the default values initialized.
func NewPortalHealthCheckParamsWithContext ¶
func NewPortalHealthCheckParamsWithContext(ctx context.Context) *PortalHealthCheckParams
NewPortalHealthCheckParamsWithContext creates a new PortalHealthCheckParams object with the default values initialized, and the ability to set a context for a request
func NewPortalHealthCheckParamsWithHTTPClient ¶
func NewPortalHealthCheckParamsWithHTTPClient(client *http.Client) *PortalHealthCheckParams
NewPortalHealthCheckParamsWithHTTPClient creates a new PortalHealthCheckParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPortalHealthCheckParamsWithTimeout ¶
func NewPortalHealthCheckParamsWithTimeout(timeout time.Duration) *PortalHealthCheckParams
NewPortalHealthCheckParamsWithTimeout creates a new PortalHealthCheckParams object with the default values initialized, and the ability to set a timeout on a request
func (*PortalHealthCheckParams) SetAuthInfoWriter ¶
func (o *PortalHealthCheckParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the portal health check params
func (*PortalHealthCheckParams) SetContext ¶
func (o *PortalHealthCheckParams) SetContext(ctx context.Context)
SetContext adds the context to the portal health check params
func (*PortalHealthCheckParams) SetFlightId ¶
func (o *PortalHealthCheckParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*PortalHealthCheckParams) SetHTTPClient ¶
func (o *PortalHealthCheckParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the portal health check params
func (*PortalHealthCheckParams) SetHTTPClientTransport ¶
func (o *PortalHealthCheckParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the portal health check params
func (*PortalHealthCheckParams) SetTimeout ¶
func (o *PortalHealthCheckParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the portal health check params
func (*PortalHealthCheckParams) WithContext ¶
func (o *PortalHealthCheckParams) WithContext(ctx context.Context) *PortalHealthCheckParams
WithContext adds the context to the portal health check params
func (*PortalHealthCheckParams) WithHTTPClient ¶
func (o *PortalHealthCheckParams) WithHTTPClient(client *http.Client) *PortalHealthCheckParams
WithHTTPClient adds the HTTPClient to the portal health check params
func (*PortalHealthCheckParams) WithTimeout ¶
func (o *PortalHealthCheckParams) WithTimeout(timeout time.Duration) *PortalHealthCheckParams
WithTimeout adds the timeout to the portal health check params
func (*PortalHealthCheckParams) WriteToRequest ¶
func (o *PortalHealthCheckParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PortalHealthCheckReader ¶
type PortalHealthCheckReader struct {
// contains filtered or unexported fields
}
PortalHealthCheckReader is a Reader for the PortalHealthCheck structure.
func (*PortalHealthCheckReader) ReadResponse ¶
func (o *PortalHealthCheckReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PortalHealthCheckResponse ¶
type PortalHealthCheckResponse struct {
amsclientmodels.ApiResponse
}
func (*PortalHealthCheckResponse) Unpack ¶
func (m *PortalHealthCheckResponse) Unpack() *amsclientmodels.ApiError