Documentation
¶
Index ¶
- type Client
- func (a *Client) GetRedbeamsFlowLogsProgressByResourceCrn(params *GetRedbeamsFlowLogsProgressByResourceCrnParams) (*GetRedbeamsFlowLogsProgressByResourceCrnOK, error)
- func (a *Client) GetRedbeamsLastFlowLogProgressByResourceCrn(params *GetRedbeamsLastFlowLogProgressByResourceCrnParams) (*GetRedbeamsLastFlowLogProgressByResourceCrnOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type GetRedbeamsFlowLogsProgressByResourceCrnOK
- type GetRedbeamsFlowLogsProgressByResourceCrnParams
- func NewGetRedbeamsFlowLogsProgressByResourceCrnParams() *GetRedbeamsFlowLogsProgressByResourceCrnParams
- func NewGetRedbeamsFlowLogsProgressByResourceCrnParamsWithContext(ctx context.Context) *GetRedbeamsFlowLogsProgressByResourceCrnParams
- func NewGetRedbeamsFlowLogsProgressByResourceCrnParamsWithHTTPClient(client *http.Client) *GetRedbeamsFlowLogsProgressByResourceCrnParams
- func NewGetRedbeamsFlowLogsProgressByResourceCrnParamsWithTimeout(timeout time.Duration) *GetRedbeamsFlowLogsProgressByResourceCrnParams
- func (o *GetRedbeamsFlowLogsProgressByResourceCrnParams) SetContext(ctx context.Context)
- func (o *GetRedbeamsFlowLogsProgressByResourceCrnParams) SetHTTPClient(client *http.Client)
- func (o *GetRedbeamsFlowLogsProgressByResourceCrnParams) SetResourceCrn(resourceCrn string)
- func (o *GetRedbeamsFlowLogsProgressByResourceCrnParams) SetTimeout(timeout time.Duration)
- func (o *GetRedbeamsFlowLogsProgressByResourceCrnParams) WithContext(ctx context.Context) *GetRedbeamsFlowLogsProgressByResourceCrnParams
- func (o *GetRedbeamsFlowLogsProgressByResourceCrnParams) WithHTTPClient(client *http.Client) *GetRedbeamsFlowLogsProgressByResourceCrnParams
- func (o *GetRedbeamsFlowLogsProgressByResourceCrnParams) WithResourceCrn(resourceCrn string) *GetRedbeamsFlowLogsProgressByResourceCrnParams
- func (o *GetRedbeamsFlowLogsProgressByResourceCrnParams) WithTimeout(timeout time.Duration) *GetRedbeamsFlowLogsProgressByResourceCrnParams
- func (o *GetRedbeamsFlowLogsProgressByResourceCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetRedbeamsFlowLogsProgressByResourceCrnReader
- type GetRedbeamsLastFlowLogProgressByResourceCrnOK
- type GetRedbeamsLastFlowLogProgressByResourceCrnParams
- func NewGetRedbeamsLastFlowLogProgressByResourceCrnParams() *GetRedbeamsLastFlowLogProgressByResourceCrnParams
- func NewGetRedbeamsLastFlowLogProgressByResourceCrnParamsWithContext(ctx context.Context) *GetRedbeamsLastFlowLogProgressByResourceCrnParams
- func NewGetRedbeamsLastFlowLogProgressByResourceCrnParamsWithHTTPClient(client *http.Client) *GetRedbeamsLastFlowLogProgressByResourceCrnParams
- func NewGetRedbeamsLastFlowLogProgressByResourceCrnParamsWithTimeout(timeout time.Duration) *GetRedbeamsLastFlowLogProgressByResourceCrnParams
- func (o *GetRedbeamsLastFlowLogProgressByResourceCrnParams) SetContext(ctx context.Context)
- func (o *GetRedbeamsLastFlowLogProgressByResourceCrnParams) SetHTTPClient(client *http.Client)
- func (o *GetRedbeamsLastFlowLogProgressByResourceCrnParams) SetResourceCrn(resourceCrn string)
- func (o *GetRedbeamsLastFlowLogProgressByResourceCrnParams) SetTimeout(timeout time.Duration)
- func (o *GetRedbeamsLastFlowLogProgressByResourceCrnParams) WithContext(ctx context.Context) *GetRedbeamsLastFlowLogProgressByResourceCrnParams
- func (o *GetRedbeamsLastFlowLogProgressByResourceCrnParams) WithHTTPClient(client *http.Client) *GetRedbeamsLastFlowLogProgressByResourceCrnParams
- func (o *GetRedbeamsLastFlowLogProgressByResourceCrnParams) WithResourceCrn(resourceCrn string) *GetRedbeamsLastFlowLogProgressByResourceCrnParams
- func (o *GetRedbeamsLastFlowLogProgressByResourceCrnParams) WithTimeout(timeout time.Duration) *GetRedbeamsLastFlowLogProgressByResourceCrnParams
- func (o *GetRedbeamsLastFlowLogProgressByResourceCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetRedbeamsLastFlowLogProgressByResourceCrnReader
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 v4progress API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new v4progress API client.
func (*Client) GetRedbeamsFlowLogsProgressByResourceCrn ¶
func (a *Client) GetRedbeamsFlowLogsProgressByResourceCrn(params *GetRedbeamsFlowLogsProgressByResourceCrnParams) (*GetRedbeamsFlowLogsProgressByResourceCrnOK, error)
GetRedbeamsFlowLogsProgressByResourceCrn lists recent flow operations progress details for resource by resource crn
Flow operation progress
func (*Client) GetRedbeamsLastFlowLogProgressByResourceCrn ¶
func (a *Client) GetRedbeamsLastFlowLogProgressByResourceCrn(params *GetRedbeamsLastFlowLogProgressByResourceCrnParams) (*GetRedbeamsLastFlowLogProgressByResourceCrnOK, error)
GetRedbeamsLastFlowLogProgressByResourceCrn gets last flow operation progress details for resource by resource crn
Flow operation progress
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type GetRedbeamsFlowLogsProgressByResourceCrnOK ¶
type GetRedbeamsFlowLogsProgressByResourceCrnOK struct {
Payload []*model.FlowProgressResponse
}
GetRedbeamsFlowLogsProgressByResourceCrnOK handles this case with default header values.
successful operation
func NewGetRedbeamsFlowLogsProgressByResourceCrnOK ¶
func NewGetRedbeamsFlowLogsProgressByResourceCrnOK() *GetRedbeamsFlowLogsProgressByResourceCrnOK
NewGetRedbeamsFlowLogsProgressByResourceCrnOK creates a GetRedbeamsFlowLogsProgressByResourceCrnOK with default headers values
func (*GetRedbeamsFlowLogsProgressByResourceCrnOK) Error ¶
func (o *GetRedbeamsFlowLogsProgressByResourceCrnOK) Error() string
type GetRedbeamsFlowLogsProgressByResourceCrnParams ¶
type GetRedbeamsFlowLogsProgressByResourceCrnParams struct { /*ResourceCrn*/ ResourceCrn string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetRedbeamsFlowLogsProgressByResourceCrnParams contains all the parameters to send to the API endpoint for the get redbeams flow logs progress by resource crn operation typically these are written to a http.Request
func NewGetRedbeamsFlowLogsProgressByResourceCrnParams ¶
func NewGetRedbeamsFlowLogsProgressByResourceCrnParams() *GetRedbeamsFlowLogsProgressByResourceCrnParams
NewGetRedbeamsFlowLogsProgressByResourceCrnParams creates a new GetRedbeamsFlowLogsProgressByResourceCrnParams object with the default values initialized.
func NewGetRedbeamsFlowLogsProgressByResourceCrnParamsWithContext ¶
func NewGetRedbeamsFlowLogsProgressByResourceCrnParamsWithContext(ctx context.Context) *GetRedbeamsFlowLogsProgressByResourceCrnParams
NewGetRedbeamsFlowLogsProgressByResourceCrnParamsWithContext creates a new GetRedbeamsFlowLogsProgressByResourceCrnParams object with the default values initialized, and the ability to set a context for a request
func NewGetRedbeamsFlowLogsProgressByResourceCrnParamsWithHTTPClient ¶
func NewGetRedbeamsFlowLogsProgressByResourceCrnParamsWithHTTPClient(client *http.Client) *GetRedbeamsFlowLogsProgressByResourceCrnParams
NewGetRedbeamsFlowLogsProgressByResourceCrnParamsWithHTTPClient creates a new GetRedbeamsFlowLogsProgressByResourceCrnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetRedbeamsFlowLogsProgressByResourceCrnParamsWithTimeout ¶
func NewGetRedbeamsFlowLogsProgressByResourceCrnParamsWithTimeout(timeout time.Duration) *GetRedbeamsFlowLogsProgressByResourceCrnParams
NewGetRedbeamsFlowLogsProgressByResourceCrnParamsWithTimeout creates a new GetRedbeamsFlowLogsProgressByResourceCrnParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetRedbeamsFlowLogsProgressByResourceCrnParams) SetContext ¶
func (o *GetRedbeamsFlowLogsProgressByResourceCrnParams) SetContext(ctx context.Context)
SetContext adds the context to the get redbeams flow logs progress by resource crn params
func (*GetRedbeamsFlowLogsProgressByResourceCrnParams) SetHTTPClient ¶
func (o *GetRedbeamsFlowLogsProgressByResourceCrnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get redbeams flow logs progress by resource crn params
func (*GetRedbeamsFlowLogsProgressByResourceCrnParams) SetResourceCrn ¶
func (o *GetRedbeamsFlowLogsProgressByResourceCrnParams) SetResourceCrn(resourceCrn string)
SetResourceCrn adds the resourceCrn to the get redbeams flow logs progress by resource crn params
func (*GetRedbeamsFlowLogsProgressByResourceCrnParams) SetTimeout ¶
func (o *GetRedbeamsFlowLogsProgressByResourceCrnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get redbeams flow logs progress by resource crn params
func (*GetRedbeamsFlowLogsProgressByResourceCrnParams) WithContext ¶
func (o *GetRedbeamsFlowLogsProgressByResourceCrnParams) WithContext(ctx context.Context) *GetRedbeamsFlowLogsProgressByResourceCrnParams
WithContext adds the context to the get redbeams flow logs progress by resource crn params
func (*GetRedbeamsFlowLogsProgressByResourceCrnParams) WithHTTPClient ¶
func (o *GetRedbeamsFlowLogsProgressByResourceCrnParams) WithHTTPClient(client *http.Client) *GetRedbeamsFlowLogsProgressByResourceCrnParams
WithHTTPClient adds the HTTPClient to the get redbeams flow logs progress by resource crn params
func (*GetRedbeamsFlowLogsProgressByResourceCrnParams) WithResourceCrn ¶
func (o *GetRedbeamsFlowLogsProgressByResourceCrnParams) WithResourceCrn(resourceCrn string) *GetRedbeamsFlowLogsProgressByResourceCrnParams
WithResourceCrn adds the resourceCrn to the get redbeams flow logs progress by resource crn params
func (*GetRedbeamsFlowLogsProgressByResourceCrnParams) WithTimeout ¶
func (o *GetRedbeamsFlowLogsProgressByResourceCrnParams) WithTimeout(timeout time.Duration) *GetRedbeamsFlowLogsProgressByResourceCrnParams
WithTimeout adds the timeout to the get redbeams flow logs progress by resource crn params
func (*GetRedbeamsFlowLogsProgressByResourceCrnParams) WriteToRequest ¶
func (o *GetRedbeamsFlowLogsProgressByResourceCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetRedbeamsFlowLogsProgressByResourceCrnReader ¶
type GetRedbeamsFlowLogsProgressByResourceCrnReader struct {
// contains filtered or unexported fields
}
GetRedbeamsFlowLogsProgressByResourceCrnReader is a Reader for the GetRedbeamsFlowLogsProgressByResourceCrn structure.
func (*GetRedbeamsFlowLogsProgressByResourceCrnReader) ReadResponse ¶
func (o *GetRedbeamsFlowLogsProgressByResourceCrnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetRedbeamsLastFlowLogProgressByResourceCrnOK ¶
type GetRedbeamsLastFlowLogProgressByResourceCrnOK struct {
Payload *model.FlowProgressResponse
}
GetRedbeamsLastFlowLogProgressByResourceCrnOK handles this case with default header values.
successful operation
func NewGetRedbeamsLastFlowLogProgressByResourceCrnOK ¶
func NewGetRedbeamsLastFlowLogProgressByResourceCrnOK() *GetRedbeamsLastFlowLogProgressByResourceCrnOK
NewGetRedbeamsLastFlowLogProgressByResourceCrnOK creates a GetRedbeamsLastFlowLogProgressByResourceCrnOK with default headers values
func (*GetRedbeamsLastFlowLogProgressByResourceCrnOK) Error ¶
func (o *GetRedbeamsLastFlowLogProgressByResourceCrnOK) Error() string
type GetRedbeamsLastFlowLogProgressByResourceCrnParams ¶
type GetRedbeamsLastFlowLogProgressByResourceCrnParams struct { /*ResourceCrn*/ ResourceCrn string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetRedbeamsLastFlowLogProgressByResourceCrnParams contains all the parameters to send to the API endpoint for the get redbeams last flow log progress by resource crn operation typically these are written to a http.Request
func NewGetRedbeamsLastFlowLogProgressByResourceCrnParams ¶
func NewGetRedbeamsLastFlowLogProgressByResourceCrnParams() *GetRedbeamsLastFlowLogProgressByResourceCrnParams
NewGetRedbeamsLastFlowLogProgressByResourceCrnParams creates a new GetRedbeamsLastFlowLogProgressByResourceCrnParams object with the default values initialized.
func NewGetRedbeamsLastFlowLogProgressByResourceCrnParamsWithContext ¶
func NewGetRedbeamsLastFlowLogProgressByResourceCrnParamsWithContext(ctx context.Context) *GetRedbeamsLastFlowLogProgressByResourceCrnParams
NewGetRedbeamsLastFlowLogProgressByResourceCrnParamsWithContext creates a new GetRedbeamsLastFlowLogProgressByResourceCrnParams object with the default values initialized, and the ability to set a context for a request
func NewGetRedbeamsLastFlowLogProgressByResourceCrnParamsWithHTTPClient ¶
func NewGetRedbeamsLastFlowLogProgressByResourceCrnParamsWithHTTPClient(client *http.Client) *GetRedbeamsLastFlowLogProgressByResourceCrnParams
NewGetRedbeamsLastFlowLogProgressByResourceCrnParamsWithHTTPClient creates a new GetRedbeamsLastFlowLogProgressByResourceCrnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetRedbeamsLastFlowLogProgressByResourceCrnParamsWithTimeout ¶
func NewGetRedbeamsLastFlowLogProgressByResourceCrnParamsWithTimeout(timeout time.Duration) *GetRedbeamsLastFlowLogProgressByResourceCrnParams
NewGetRedbeamsLastFlowLogProgressByResourceCrnParamsWithTimeout creates a new GetRedbeamsLastFlowLogProgressByResourceCrnParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetRedbeamsLastFlowLogProgressByResourceCrnParams) SetContext ¶
func (o *GetRedbeamsLastFlowLogProgressByResourceCrnParams) SetContext(ctx context.Context)
SetContext adds the context to the get redbeams last flow log progress by resource crn params
func (*GetRedbeamsLastFlowLogProgressByResourceCrnParams) SetHTTPClient ¶
func (o *GetRedbeamsLastFlowLogProgressByResourceCrnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get redbeams last flow log progress by resource crn params
func (*GetRedbeamsLastFlowLogProgressByResourceCrnParams) SetResourceCrn ¶
func (o *GetRedbeamsLastFlowLogProgressByResourceCrnParams) SetResourceCrn(resourceCrn string)
SetResourceCrn adds the resourceCrn to the get redbeams last flow log progress by resource crn params
func (*GetRedbeamsLastFlowLogProgressByResourceCrnParams) SetTimeout ¶
func (o *GetRedbeamsLastFlowLogProgressByResourceCrnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get redbeams last flow log progress by resource crn params
func (*GetRedbeamsLastFlowLogProgressByResourceCrnParams) WithContext ¶
func (o *GetRedbeamsLastFlowLogProgressByResourceCrnParams) WithContext(ctx context.Context) *GetRedbeamsLastFlowLogProgressByResourceCrnParams
WithContext adds the context to the get redbeams last flow log progress by resource crn params
func (*GetRedbeamsLastFlowLogProgressByResourceCrnParams) WithHTTPClient ¶
func (o *GetRedbeamsLastFlowLogProgressByResourceCrnParams) WithHTTPClient(client *http.Client) *GetRedbeamsLastFlowLogProgressByResourceCrnParams
WithHTTPClient adds the HTTPClient to the get redbeams last flow log progress by resource crn params
func (*GetRedbeamsLastFlowLogProgressByResourceCrnParams) WithResourceCrn ¶
func (o *GetRedbeamsLastFlowLogProgressByResourceCrnParams) WithResourceCrn(resourceCrn string) *GetRedbeamsLastFlowLogProgressByResourceCrnParams
WithResourceCrn adds the resourceCrn to the get redbeams last flow log progress by resource crn params
func (*GetRedbeamsLastFlowLogProgressByResourceCrnParams) WithTimeout ¶
func (o *GetRedbeamsLastFlowLogProgressByResourceCrnParams) WithTimeout(timeout time.Duration) *GetRedbeamsLastFlowLogProgressByResourceCrnParams
WithTimeout adds the timeout to the get redbeams last flow log progress by resource crn params
func (*GetRedbeamsLastFlowLogProgressByResourceCrnParams) WriteToRequest ¶
func (o *GetRedbeamsLastFlowLogProgressByResourceCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetRedbeamsLastFlowLogProgressByResourceCrnReader ¶
type GetRedbeamsLastFlowLogProgressByResourceCrnReader struct {
// contains filtered or unexported fields
}
GetRedbeamsLastFlowLogProgressByResourceCrnReader is a Reader for the GetRedbeamsLastFlowLogProgressByResourceCrn structure.
func (*GetRedbeamsLastFlowLogProgressByResourceCrnReader) ReadResponse ¶
func (o *GetRedbeamsLastFlowLogProgressByResourceCrnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.