Documentation
¶
Index ¶
- type Client
- func (a *Client) DeleteDistroXV1ByCrn(params *DeleteDistroXV1ByCrnParams) error
- func (a *Client) DeleteDistroXV1ByName(params *DeleteDistroXV1ByNameParams) error
- func (a *Client) DeleteInstanceDistroXV1ByCrn(params *DeleteInstanceDistroXV1ByCrnParams) error
- func (a *Client) DeleteInstanceDistroXV1ByName(params *DeleteInstanceDistroXV1ByNameParams) error
- func (a *Client) DeleteInstancesDistroXV1ByCrn(params *DeleteInstancesDistroXV1ByCrnParams) error
- func (a *Client) DeleteInstancesDistroXV1ByName(params *DeleteInstancesDistroXV1ByNameParams) error
- func (a *Client) DeleteMultipleDistroXClustersByNamesV1(params *DeleteMultipleDistroXClustersByNamesV1Params) error
- func (a *Client) DeleteWithKerberosDistroXV1ByCrn(params *DeleteWithKerberosDistroXV1ByCrnParams) error
- func (a *Client) DeleteWithKerberosDistroXV1ByName(params *DeleteWithKerberosDistroXV1ByNameParams) error
- func (a *Client) GetCreateClusterForCli(params *GetCreateClusterForCliParams) (*GetCreateClusterForCliOK, error)
- func (a *Client) GetDistroXRequestV1ByCrn(params *GetDistroXRequestV1ByCrnParams) (*GetDistroXRequestV1ByCrnOK, error)
- func (a *Client) GetDistroXRequestV1ByName(params *GetDistroXRequestV1ByNameParams) (*GetDistroXRequestV1ByNameOK, error)
- func (a *Client) GetDistroXV1ByCrn(params *GetDistroXV1ByCrnParams) (*GetDistroXV1ByCrnOK, error)
- func (a *Client) GetDistroXV1ByName(params *GetDistroXV1ByNameParams) (*GetDistroXV1ByNameOK, error)
- func (a *Client) ListDistroXV1(params *ListDistroXV1Params) (*ListDistroXV1OK, error)
- func (a *Client) ListRetryableFlowsDistroXV1(params *ListRetryableFlowsDistroXV1Params) (*ListRetryableFlowsDistroXV1OK, error)
- func (a *Client) PostDistroXForBlueprintV1ByCrn(params *PostDistroXForBlueprintV1ByCrnParams) (*PostDistroXForBlueprintV1ByCrnOK, error)
- func (a *Client) PostDistroXForBlueprintV1ByName(params *PostDistroXForBlueprintV1ByNameParams) (*PostDistroXForBlueprintV1ByNameOK, error)
- func (a *Client) PostDistroXV1(params *PostDistroXV1Params) (*PostDistroXV1OK, error)
- func (a *Client) PutScalingDistroXV1ByCrn(params *PutScalingDistroXV1ByCrnParams) error
- func (a *Client) PutScalingDistroXV1ByName(params *PutScalingDistroXV1ByNameParams) error
- func (a *Client) RepairDistroXV1ByCrn(params *RepairDistroXV1ByCrnParams) error
- func (a *Client) RepairDistroXV1ByName(params *RepairDistroXV1ByNameParams) error
- func (a *Client) RetryDistroXV1ByCrn(params *RetryDistroXV1ByCrnParams) error
- func (a *Client) RetryDistroXV1ByName(params *RetryDistroXV1ByNameParams) error
- func (a *Client) SetDistroXMaintenanceModeByCrn(params *SetDistroXMaintenanceModeByCrnParams) error
- func (a *Client) SetDistroXMaintenanceModeByName(params *SetDistroXMaintenanceModeByNameParams) error
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) StartDistroXV1ByCrn(params *StartDistroXV1ByCrnParams) error
- func (a *Client) StartDistroXV1ByCrns(params *StartDistroXV1ByCrnsParams) error
- func (a *Client) StartDistroXV1ByName(params *StartDistroXV1ByNameParams) error
- func (a *Client) StartDistroXV1ByNames(params *StartDistroXV1ByNamesParams) error
- func (a *Client) StatusDistroXV1ByCrn(params *StatusDistroXV1ByCrnParams) (*StatusDistroXV1ByCrnOK, error)
- func (a *Client) StatusDistroXV1ByName(params *StatusDistroXV1ByNameParams) (*StatusDistroXV1ByNameOK, error)
- func (a *Client) StopDistroXV1ByCrn(params *StopDistroXV1ByCrnParams) error
- func (a *Client) StopDistroXV1ByCrns(params *StopDistroXV1ByCrnsParams) error
- func (a *Client) StopDistroXV1ByName(params *StopDistroXV1ByNameParams) error
- func (a *Client) StopDistroXV1ByNames(params *StopDistroXV1ByNamesParams) error
- func (a *Client) SyncDistroXV1ByCrn(params *SyncDistroXV1ByCrnParams) error
- func (a *Client) SyncDistroXV1ByName(params *SyncDistroXV1ByNameParams) error
- type DeleteDistroXV1ByCrnDefault
- type DeleteDistroXV1ByCrnParams
- func NewDeleteDistroXV1ByCrnParams() *DeleteDistroXV1ByCrnParams
- func NewDeleteDistroXV1ByCrnParamsWithContext(ctx context.Context) *DeleteDistroXV1ByCrnParams
- func NewDeleteDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *DeleteDistroXV1ByCrnParams
- func NewDeleteDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *DeleteDistroXV1ByCrnParams
- func (o *DeleteDistroXV1ByCrnParams) SetContext(ctx context.Context)
- func (o *DeleteDistroXV1ByCrnParams) SetCrn(crn string)
- func (o *DeleteDistroXV1ByCrnParams) SetForced(forced *bool)
- func (o *DeleteDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
- func (o *DeleteDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
- func (o *DeleteDistroXV1ByCrnParams) WithContext(ctx context.Context) *DeleteDistroXV1ByCrnParams
- func (o *DeleteDistroXV1ByCrnParams) WithCrn(crn string) *DeleteDistroXV1ByCrnParams
- func (o *DeleteDistroXV1ByCrnParams) WithForced(forced *bool) *DeleteDistroXV1ByCrnParams
- func (o *DeleteDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *DeleteDistroXV1ByCrnParams
- func (o *DeleteDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *DeleteDistroXV1ByCrnParams
- func (o *DeleteDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDistroXV1ByCrnReader
- type DeleteDistroXV1ByNameDefault
- type DeleteDistroXV1ByNameParams
- func NewDeleteDistroXV1ByNameParams() *DeleteDistroXV1ByNameParams
- func NewDeleteDistroXV1ByNameParamsWithContext(ctx context.Context) *DeleteDistroXV1ByNameParams
- func NewDeleteDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *DeleteDistroXV1ByNameParams
- func NewDeleteDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *DeleteDistroXV1ByNameParams
- func (o *DeleteDistroXV1ByNameParams) SetContext(ctx context.Context)
- func (o *DeleteDistroXV1ByNameParams) SetForced(forced *bool)
- func (o *DeleteDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
- func (o *DeleteDistroXV1ByNameParams) SetName(name string)
- func (o *DeleteDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
- func (o *DeleteDistroXV1ByNameParams) WithContext(ctx context.Context) *DeleteDistroXV1ByNameParams
- func (o *DeleteDistroXV1ByNameParams) WithForced(forced *bool) *DeleteDistroXV1ByNameParams
- func (o *DeleteDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *DeleteDistroXV1ByNameParams
- func (o *DeleteDistroXV1ByNameParams) WithName(name string) *DeleteDistroXV1ByNameParams
- func (o *DeleteDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *DeleteDistroXV1ByNameParams
- func (o *DeleteDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDistroXV1ByNameReader
- type DeleteInstanceDistroXV1ByCrnDefault
- type DeleteInstanceDistroXV1ByCrnParams
- func NewDeleteInstanceDistroXV1ByCrnParams() *DeleteInstanceDistroXV1ByCrnParams
- func NewDeleteInstanceDistroXV1ByCrnParamsWithContext(ctx context.Context) *DeleteInstanceDistroXV1ByCrnParams
- func NewDeleteInstanceDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *DeleteInstanceDistroXV1ByCrnParams
- func NewDeleteInstanceDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *DeleteInstanceDistroXV1ByCrnParams
- func (o *DeleteInstanceDistroXV1ByCrnParams) SetContext(ctx context.Context)
- func (o *DeleteInstanceDistroXV1ByCrnParams) SetCrn(crn string)
- func (o *DeleteInstanceDistroXV1ByCrnParams) SetForced(forced *bool)
- func (o *DeleteInstanceDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
- func (o *DeleteInstanceDistroXV1ByCrnParams) SetInstanceID(instanceID *string)
- func (o *DeleteInstanceDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
- func (o *DeleteInstanceDistroXV1ByCrnParams) WithContext(ctx context.Context) *DeleteInstanceDistroXV1ByCrnParams
- func (o *DeleteInstanceDistroXV1ByCrnParams) WithCrn(crn string) *DeleteInstanceDistroXV1ByCrnParams
- func (o *DeleteInstanceDistroXV1ByCrnParams) WithForced(forced *bool) *DeleteInstanceDistroXV1ByCrnParams
- func (o *DeleteInstanceDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *DeleteInstanceDistroXV1ByCrnParams
- func (o *DeleteInstanceDistroXV1ByCrnParams) WithInstanceID(instanceID *string) *DeleteInstanceDistroXV1ByCrnParams
- func (o *DeleteInstanceDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *DeleteInstanceDistroXV1ByCrnParams
- func (o *DeleteInstanceDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteInstanceDistroXV1ByCrnReader
- type DeleteInstanceDistroXV1ByNameDefault
- type DeleteInstanceDistroXV1ByNameParams
- func NewDeleteInstanceDistroXV1ByNameParams() *DeleteInstanceDistroXV1ByNameParams
- func NewDeleteInstanceDistroXV1ByNameParamsWithContext(ctx context.Context) *DeleteInstanceDistroXV1ByNameParams
- func NewDeleteInstanceDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *DeleteInstanceDistroXV1ByNameParams
- func NewDeleteInstanceDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *DeleteInstanceDistroXV1ByNameParams
- func (o *DeleteInstanceDistroXV1ByNameParams) SetContext(ctx context.Context)
- func (o *DeleteInstanceDistroXV1ByNameParams) SetForced(forced *bool)
- func (o *DeleteInstanceDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
- func (o *DeleteInstanceDistroXV1ByNameParams) SetInstanceID(instanceID *string)
- func (o *DeleteInstanceDistroXV1ByNameParams) SetName(name string)
- func (o *DeleteInstanceDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
- func (o *DeleteInstanceDistroXV1ByNameParams) WithContext(ctx context.Context) *DeleteInstanceDistroXV1ByNameParams
- func (o *DeleteInstanceDistroXV1ByNameParams) WithForced(forced *bool) *DeleteInstanceDistroXV1ByNameParams
- func (o *DeleteInstanceDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *DeleteInstanceDistroXV1ByNameParams
- func (o *DeleteInstanceDistroXV1ByNameParams) WithInstanceID(instanceID *string) *DeleteInstanceDistroXV1ByNameParams
- func (o *DeleteInstanceDistroXV1ByNameParams) WithName(name string) *DeleteInstanceDistroXV1ByNameParams
- func (o *DeleteInstanceDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *DeleteInstanceDistroXV1ByNameParams
- func (o *DeleteInstanceDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteInstanceDistroXV1ByNameReader
- type DeleteInstancesDistroXV1ByCrnDefault
- type DeleteInstancesDistroXV1ByCrnParams
- func NewDeleteInstancesDistroXV1ByCrnParams() *DeleteInstancesDistroXV1ByCrnParams
- func NewDeleteInstancesDistroXV1ByCrnParamsWithContext(ctx context.Context) *DeleteInstancesDistroXV1ByCrnParams
- func NewDeleteInstancesDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *DeleteInstancesDistroXV1ByCrnParams
- func NewDeleteInstancesDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *DeleteInstancesDistroXV1ByCrnParams
- func (o *DeleteInstancesDistroXV1ByCrnParams) SetContext(ctx context.Context)
- func (o *DeleteInstancesDistroXV1ByCrnParams) SetCrn(crn string)
- func (o *DeleteInstancesDistroXV1ByCrnParams) SetForced(forced *bool)
- func (o *DeleteInstancesDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
- func (o *DeleteInstancesDistroXV1ByCrnParams) SetID(id []string)
- func (o *DeleteInstancesDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
- func (o *DeleteInstancesDistroXV1ByCrnParams) WithContext(ctx context.Context) *DeleteInstancesDistroXV1ByCrnParams
- func (o *DeleteInstancesDistroXV1ByCrnParams) WithCrn(crn string) *DeleteInstancesDistroXV1ByCrnParams
- func (o *DeleteInstancesDistroXV1ByCrnParams) WithForced(forced *bool) *DeleteInstancesDistroXV1ByCrnParams
- func (o *DeleteInstancesDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *DeleteInstancesDistroXV1ByCrnParams
- func (o *DeleteInstancesDistroXV1ByCrnParams) WithID(id []string) *DeleteInstancesDistroXV1ByCrnParams
- func (o *DeleteInstancesDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *DeleteInstancesDistroXV1ByCrnParams
- func (o *DeleteInstancesDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteInstancesDistroXV1ByCrnReader
- type DeleteInstancesDistroXV1ByNameDefault
- type DeleteInstancesDistroXV1ByNameParams
- func NewDeleteInstancesDistroXV1ByNameParams() *DeleteInstancesDistroXV1ByNameParams
- func NewDeleteInstancesDistroXV1ByNameParamsWithContext(ctx context.Context) *DeleteInstancesDistroXV1ByNameParams
- func NewDeleteInstancesDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *DeleteInstancesDistroXV1ByNameParams
- func NewDeleteInstancesDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *DeleteInstancesDistroXV1ByNameParams
- func (o *DeleteInstancesDistroXV1ByNameParams) SetContext(ctx context.Context)
- func (o *DeleteInstancesDistroXV1ByNameParams) SetForced(forced *bool)
- func (o *DeleteInstancesDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
- func (o *DeleteInstancesDistroXV1ByNameParams) SetID(id []string)
- func (o *DeleteInstancesDistroXV1ByNameParams) SetName(name string)
- func (o *DeleteInstancesDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
- func (o *DeleteInstancesDistroXV1ByNameParams) WithContext(ctx context.Context) *DeleteInstancesDistroXV1ByNameParams
- func (o *DeleteInstancesDistroXV1ByNameParams) WithForced(forced *bool) *DeleteInstancesDistroXV1ByNameParams
- func (o *DeleteInstancesDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *DeleteInstancesDistroXV1ByNameParams
- func (o *DeleteInstancesDistroXV1ByNameParams) WithID(id []string) *DeleteInstancesDistroXV1ByNameParams
- func (o *DeleteInstancesDistroXV1ByNameParams) WithName(name string) *DeleteInstancesDistroXV1ByNameParams
- func (o *DeleteInstancesDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *DeleteInstancesDistroXV1ByNameParams
- func (o *DeleteInstancesDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteInstancesDistroXV1ByNameReader
- type DeleteMultipleDistroXClustersByNamesV1Default
- type DeleteMultipleDistroXClustersByNamesV1Params
- func NewDeleteMultipleDistroXClustersByNamesV1Params() *DeleteMultipleDistroXClustersByNamesV1Params
- func NewDeleteMultipleDistroXClustersByNamesV1ParamsWithContext(ctx context.Context) *DeleteMultipleDistroXClustersByNamesV1Params
- func NewDeleteMultipleDistroXClustersByNamesV1ParamsWithHTTPClient(client *http.Client) *DeleteMultipleDistroXClustersByNamesV1Params
- func NewDeleteMultipleDistroXClustersByNamesV1ParamsWithTimeout(timeout time.Duration) *DeleteMultipleDistroXClustersByNamesV1Params
- func (o *DeleteMultipleDistroXClustersByNamesV1Params) SetBody(body *model.DistroXMultiDeleteV1Request)
- func (o *DeleteMultipleDistroXClustersByNamesV1Params) SetContext(ctx context.Context)
- func (o *DeleteMultipleDistroXClustersByNamesV1Params) SetForced(forced *bool)
- func (o *DeleteMultipleDistroXClustersByNamesV1Params) SetHTTPClient(client *http.Client)
- func (o *DeleteMultipleDistroXClustersByNamesV1Params) SetTimeout(timeout time.Duration)
- func (o *DeleteMultipleDistroXClustersByNamesV1Params) WithBody(body *model.DistroXMultiDeleteV1Request) *DeleteMultipleDistroXClustersByNamesV1Params
- func (o *DeleteMultipleDistroXClustersByNamesV1Params) WithContext(ctx context.Context) *DeleteMultipleDistroXClustersByNamesV1Params
- func (o *DeleteMultipleDistroXClustersByNamesV1Params) WithForced(forced *bool) *DeleteMultipleDistroXClustersByNamesV1Params
- func (o *DeleteMultipleDistroXClustersByNamesV1Params) WithHTTPClient(client *http.Client) *DeleteMultipleDistroXClustersByNamesV1Params
- func (o *DeleteMultipleDistroXClustersByNamesV1Params) WithTimeout(timeout time.Duration) *DeleteMultipleDistroXClustersByNamesV1Params
- func (o *DeleteMultipleDistroXClustersByNamesV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteMultipleDistroXClustersByNamesV1Reader
- type DeleteWithKerberosDistroXV1ByCrnDefault
- type DeleteWithKerberosDistroXV1ByCrnParams
- func NewDeleteWithKerberosDistroXV1ByCrnParams() *DeleteWithKerberosDistroXV1ByCrnParams
- func NewDeleteWithKerberosDistroXV1ByCrnParamsWithContext(ctx context.Context) *DeleteWithKerberosDistroXV1ByCrnParams
- func NewDeleteWithKerberosDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *DeleteWithKerberosDistroXV1ByCrnParams
- func NewDeleteWithKerberosDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *DeleteWithKerberosDistroXV1ByCrnParams
- func (o *DeleteWithKerberosDistroXV1ByCrnParams) SetContext(ctx context.Context)
- func (o *DeleteWithKerberosDistroXV1ByCrnParams) SetCrn(crn string)
- func (o *DeleteWithKerberosDistroXV1ByCrnParams) SetForced(forced *bool)
- func (o *DeleteWithKerberosDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
- func (o *DeleteWithKerberosDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
- func (o *DeleteWithKerberosDistroXV1ByCrnParams) WithContext(ctx context.Context) *DeleteWithKerberosDistroXV1ByCrnParams
- func (o *DeleteWithKerberosDistroXV1ByCrnParams) WithCrn(crn string) *DeleteWithKerberosDistroXV1ByCrnParams
- func (o *DeleteWithKerberosDistroXV1ByCrnParams) WithForced(forced *bool) *DeleteWithKerberosDistroXV1ByCrnParams
- func (o *DeleteWithKerberosDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *DeleteWithKerberosDistroXV1ByCrnParams
- func (o *DeleteWithKerberosDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *DeleteWithKerberosDistroXV1ByCrnParams
- func (o *DeleteWithKerberosDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteWithKerberosDistroXV1ByCrnReader
- type DeleteWithKerberosDistroXV1ByNameDefault
- type DeleteWithKerberosDistroXV1ByNameParams
- func NewDeleteWithKerberosDistroXV1ByNameParams() *DeleteWithKerberosDistroXV1ByNameParams
- func NewDeleteWithKerberosDistroXV1ByNameParamsWithContext(ctx context.Context) *DeleteWithKerberosDistroXV1ByNameParams
- func NewDeleteWithKerberosDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *DeleteWithKerberosDistroXV1ByNameParams
- func NewDeleteWithKerberosDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *DeleteWithKerberosDistroXV1ByNameParams
- func (o *DeleteWithKerberosDistroXV1ByNameParams) SetContext(ctx context.Context)
- func (o *DeleteWithKerberosDistroXV1ByNameParams) SetForced(forced *bool)
- func (o *DeleteWithKerberosDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
- func (o *DeleteWithKerberosDistroXV1ByNameParams) SetName(name string)
- func (o *DeleteWithKerberosDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
- func (o *DeleteWithKerberosDistroXV1ByNameParams) WithContext(ctx context.Context) *DeleteWithKerberosDistroXV1ByNameParams
- func (o *DeleteWithKerberosDistroXV1ByNameParams) WithForced(forced *bool) *DeleteWithKerberosDistroXV1ByNameParams
- func (o *DeleteWithKerberosDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *DeleteWithKerberosDistroXV1ByNameParams
- func (o *DeleteWithKerberosDistroXV1ByNameParams) WithName(name string) *DeleteWithKerberosDistroXV1ByNameParams
- func (o *DeleteWithKerberosDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *DeleteWithKerberosDistroXV1ByNameParams
- func (o *DeleteWithKerberosDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteWithKerberosDistroXV1ByNameReader
- type GetCreateClusterForCliOK
- type GetCreateClusterForCliParams
- func NewGetCreateClusterForCliParams() *GetCreateClusterForCliParams
- func NewGetCreateClusterForCliParamsWithContext(ctx context.Context) *GetCreateClusterForCliParams
- func NewGetCreateClusterForCliParamsWithHTTPClient(client *http.Client) *GetCreateClusterForCliParams
- func NewGetCreateClusterForCliParamsWithTimeout(timeout time.Duration) *GetCreateClusterForCliParams
- func (o *GetCreateClusterForCliParams) SetBody(body *model.DistroXV1Request)
- func (o *GetCreateClusterForCliParams) SetContext(ctx context.Context)
- func (o *GetCreateClusterForCliParams) SetHTTPClient(client *http.Client)
- func (o *GetCreateClusterForCliParams) SetTimeout(timeout time.Duration)
- func (o *GetCreateClusterForCliParams) WithBody(body *model.DistroXV1Request) *GetCreateClusterForCliParams
- func (o *GetCreateClusterForCliParams) WithContext(ctx context.Context) *GetCreateClusterForCliParams
- func (o *GetCreateClusterForCliParams) WithHTTPClient(client *http.Client) *GetCreateClusterForCliParams
- func (o *GetCreateClusterForCliParams) WithTimeout(timeout time.Duration) *GetCreateClusterForCliParams
- func (o *GetCreateClusterForCliParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCreateClusterForCliReader
- type GetDistroXRequestV1ByCrnOK
- type GetDistroXRequestV1ByCrnParams
- func NewGetDistroXRequestV1ByCrnParams() *GetDistroXRequestV1ByCrnParams
- func NewGetDistroXRequestV1ByCrnParamsWithContext(ctx context.Context) *GetDistroXRequestV1ByCrnParams
- func NewGetDistroXRequestV1ByCrnParamsWithHTTPClient(client *http.Client) *GetDistroXRequestV1ByCrnParams
- func NewGetDistroXRequestV1ByCrnParamsWithTimeout(timeout time.Duration) *GetDistroXRequestV1ByCrnParams
- func (o *GetDistroXRequestV1ByCrnParams) SetContext(ctx context.Context)
- func (o *GetDistroXRequestV1ByCrnParams) SetCrn(crn string)
- func (o *GetDistroXRequestV1ByCrnParams) SetHTTPClient(client *http.Client)
- func (o *GetDistroXRequestV1ByCrnParams) SetTimeout(timeout time.Duration)
- func (o *GetDistroXRequestV1ByCrnParams) WithContext(ctx context.Context) *GetDistroXRequestV1ByCrnParams
- func (o *GetDistroXRequestV1ByCrnParams) WithCrn(crn string) *GetDistroXRequestV1ByCrnParams
- func (o *GetDistroXRequestV1ByCrnParams) WithHTTPClient(client *http.Client) *GetDistroXRequestV1ByCrnParams
- func (o *GetDistroXRequestV1ByCrnParams) WithTimeout(timeout time.Duration) *GetDistroXRequestV1ByCrnParams
- func (o *GetDistroXRequestV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDistroXRequestV1ByCrnReader
- type GetDistroXRequestV1ByNameOK
- type GetDistroXRequestV1ByNameParams
- func NewGetDistroXRequestV1ByNameParams() *GetDistroXRequestV1ByNameParams
- func NewGetDistroXRequestV1ByNameParamsWithContext(ctx context.Context) *GetDistroXRequestV1ByNameParams
- func NewGetDistroXRequestV1ByNameParamsWithHTTPClient(client *http.Client) *GetDistroXRequestV1ByNameParams
- func NewGetDistroXRequestV1ByNameParamsWithTimeout(timeout time.Duration) *GetDistroXRequestV1ByNameParams
- func (o *GetDistroXRequestV1ByNameParams) SetContext(ctx context.Context)
- func (o *GetDistroXRequestV1ByNameParams) SetHTTPClient(client *http.Client)
- func (o *GetDistroXRequestV1ByNameParams) SetName(name string)
- func (o *GetDistroXRequestV1ByNameParams) SetTimeout(timeout time.Duration)
- func (o *GetDistroXRequestV1ByNameParams) WithContext(ctx context.Context) *GetDistroXRequestV1ByNameParams
- func (o *GetDistroXRequestV1ByNameParams) WithHTTPClient(client *http.Client) *GetDistroXRequestV1ByNameParams
- func (o *GetDistroXRequestV1ByNameParams) WithName(name string) *GetDistroXRequestV1ByNameParams
- func (o *GetDistroXRequestV1ByNameParams) WithTimeout(timeout time.Duration) *GetDistroXRequestV1ByNameParams
- func (o *GetDistroXRequestV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDistroXRequestV1ByNameReader
- type GetDistroXV1ByCrnOK
- type GetDistroXV1ByCrnParams
- func NewGetDistroXV1ByCrnParams() *GetDistroXV1ByCrnParams
- func NewGetDistroXV1ByCrnParamsWithContext(ctx context.Context) *GetDistroXV1ByCrnParams
- func NewGetDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *GetDistroXV1ByCrnParams
- func NewGetDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *GetDistroXV1ByCrnParams
- func (o *GetDistroXV1ByCrnParams) SetContext(ctx context.Context)
- func (o *GetDistroXV1ByCrnParams) SetCrn(crn string)
- func (o *GetDistroXV1ByCrnParams) SetEntries(entries []string)
- func (o *GetDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
- func (o *GetDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
- func (o *GetDistroXV1ByCrnParams) WithContext(ctx context.Context) *GetDistroXV1ByCrnParams
- func (o *GetDistroXV1ByCrnParams) WithCrn(crn string) *GetDistroXV1ByCrnParams
- func (o *GetDistroXV1ByCrnParams) WithEntries(entries []string) *GetDistroXV1ByCrnParams
- func (o *GetDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *GetDistroXV1ByCrnParams
- func (o *GetDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *GetDistroXV1ByCrnParams
- func (o *GetDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDistroXV1ByCrnReader
- type GetDistroXV1ByNameOK
- type GetDistroXV1ByNameParams
- func NewGetDistroXV1ByNameParams() *GetDistroXV1ByNameParams
- func NewGetDistroXV1ByNameParamsWithContext(ctx context.Context) *GetDistroXV1ByNameParams
- func NewGetDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *GetDistroXV1ByNameParams
- func NewGetDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *GetDistroXV1ByNameParams
- func (o *GetDistroXV1ByNameParams) SetContext(ctx context.Context)
- func (o *GetDistroXV1ByNameParams) SetEntries(entries []string)
- func (o *GetDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
- func (o *GetDistroXV1ByNameParams) SetName(name string)
- func (o *GetDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
- func (o *GetDistroXV1ByNameParams) WithContext(ctx context.Context) *GetDistroXV1ByNameParams
- func (o *GetDistroXV1ByNameParams) WithEntries(entries []string) *GetDistroXV1ByNameParams
- func (o *GetDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *GetDistroXV1ByNameParams
- func (o *GetDistroXV1ByNameParams) WithName(name string) *GetDistroXV1ByNameParams
- func (o *GetDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *GetDistroXV1ByNameParams
- func (o *GetDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDistroXV1ByNameReader
- type ListDistroXV1OK
- type ListDistroXV1Params
- func (o *ListDistroXV1Params) SetContext(ctx context.Context)
- func (o *ListDistroXV1Params) SetEnvironmentCrn(environmentCrn *string)
- func (o *ListDistroXV1Params) SetEnvironmentName(environmentName *string)
- func (o *ListDistroXV1Params) SetHTTPClient(client *http.Client)
- func (o *ListDistroXV1Params) SetTimeout(timeout time.Duration)
- func (o *ListDistroXV1Params) WithContext(ctx context.Context) *ListDistroXV1Params
- func (o *ListDistroXV1Params) WithEnvironmentCrn(environmentCrn *string) *ListDistroXV1Params
- func (o *ListDistroXV1Params) WithEnvironmentName(environmentName *string) *ListDistroXV1Params
- func (o *ListDistroXV1Params) WithHTTPClient(client *http.Client) *ListDistroXV1Params
- func (o *ListDistroXV1Params) WithTimeout(timeout time.Duration) *ListDistroXV1Params
- func (o *ListDistroXV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListDistroXV1Reader
- type ListRetryableFlowsDistroXV1OK
- type ListRetryableFlowsDistroXV1Params
- func NewListRetryableFlowsDistroXV1Params() *ListRetryableFlowsDistroXV1Params
- func NewListRetryableFlowsDistroXV1ParamsWithContext(ctx context.Context) *ListRetryableFlowsDistroXV1Params
- func NewListRetryableFlowsDistroXV1ParamsWithHTTPClient(client *http.Client) *ListRetryableFlowsDistroXV1Params
- func NewListRetryableFlowsDistroXV1ParamsWithTimeout(timeout time.Duration) *ListRetryableFlowsDistroXV1Params
- func (o *ListRetryableFlowsDistroXV1Params) SetContext(ctx context.Context)
- func (o *ListRetryableFlowsDistroXV1Params) SetHTTPClient(client *http.Client)
- func (o *ListRetryableFlowsDistroXV1Params) SetName(name string)
- func (o *ListRetryableFlowsDistroXV1Params) SetTimeout(timeout time.Duration)
- func (o *ListRetryableFlowsDistroXV1Params) WithContext(ctx context.Context) *ListRetryableFlowsDistroXV1Params
- func (o *ListRetryableFlowsDistroXV1Params) WithHTTPClient(client *http.Client) *ListRetryableFlowsDistroXV1Params
- func (o *ListRetryableFlowsDistroXV1Params) WithName(name string) *ListRetryableFlowsDistroXV1Params
- func (o *ListRetryableFlowsDistroXV1Params) WithTimeout(timeout time.Duration) *ListRetryableFlowsDistroXV1Params
- func (o *ListRetryableFlowsDistroXV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListRetryableFlowsDistroXV1Reader
- type PostDistroXForBlueprintV1ByCrnOK
- type PostDistroXForBlueprintV1ByCrnParams
- func NewPostDistroXForBlueprintV1ByCrnParams() *PostDistroXForBlueprintV1ByCrnParams
- func NewPostDistroXForBlueprintV1ByCrnParamsWithContext(ctx context.Context) *PostDistroXForBlueprintV1ByCrnParams
- func NewPostDistroXForBlueprintV1ByCrnParamsWithHTTPClient(client *http.Client) *PostDistroXForBlueprintV1ByCrnParams
- func NewPostDistroXForBlueprintV1ByCrnParamsWithTimeout(timeout time.Duration) *PostDistroXForBlueprintV1ByCrnParams
- func (o *PostDistroXForBlueprintV1ByCrnParams) SetBody(body *model.DistroXV1Request)
- func (o *PostDistroXForBlueprintV1ByCrnParams) SetContext(ctx context.Context)
- func (o *PostDistroXForBlueprintV1ByCrnParams) SetCrn(crn string)
- func (o *PostDistroXForBlueprintV1ByCrnParams) SetHTTPClient(client *http.Client)
- func (o *PostDistroXForBlueprintV1ByCrnParams) SetTimeout(timeout time.Duration)
- func (o *PostDistroXForBlueprintV1ByCrnParams) WithBody(body *model.DistroXV1Request) *PostDistroXForBlueprintV1ByCrnParams
- func (o *PostDistroXForBlueprintV1ByCrnParams) WithContext(ctx context.Context) *PostDistroXForBlueprintV1ByCrnParams
- func (o *PostDistroXForBlueprintV1ByCrnParams) WithCrn(crn string) *PostDistroXForBlueprintV1ByCrnParams
- func (o *PostDistroXForBlueprintV1ByCrnParams) WithHTTPClient(client *http.Client) *PostDistroXForBlueprintV1ByCrnParams
- func (o *PostDistroXForBlueprintV1ByCrnParams) WithTimeout(timeout time.Duration) *PostDistroXForBlueprintV1ByCrnParams
- func (o *PostDistroXForBlueprintV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostDistroXForBlueprintV1ByCrnReader
- type PostDistroXForBlueprintV1ByNameOK
- type PostDistroXForBlueprintV1ByNameParams
- func NewPostDistroXForBlueprintV1ByNameParams() *PostDistroXForBlueprintV1ByNameParams
- func NewPostDistroXForBlueprintV1ByNameParamsWithContext(ctx context.Context) *PostDistroXForBlueprintV1ByNameParams
- func NewPostDistroXForBlueprintV1ByNameParamsWithHTTPClient(client *http.Client) *PostDistroXForBlueprintV1ByNameParams
- func NewPostDistroXForBlueprintV1ByNameParamsWithTimeout(timeout time.Duration) *PostDistroXForBlueprintV1ByNameParams
- func (o *PostDistroXForBlueprintV1ByNameParams) SetBody(body *model.DistroXV1Request)
- func (o *PostDistroXForBlueprintV1ByNameParams) SetContext(ctx context.Context)
- func (o *PostDistroXForBlueprintV1ByNameParams) SetHTTPClient(client *http.Client)
- func (o *PostDistroXForBlueprintV1ByNameParams) SetName(name string)
- func (o *PostDistroXForBlueprintV1ByNameParams) SetTimeout(timeout time.Duration)
- func (o *PostDistroXForBlueprintV1ByNameParams) WithBody(body *model.DistroXV1Request) *PostDistroXForBlueprintV1ByNameParams
- func (o *PostDistroXForBlueprintV1ByNameParams) WithContext(ctx context.Context) *PostDistroXForBlueprintV1ByNameParams
- func (o *PostDistroXForBlueprintV1ByNameParams) WithHTTPClient(client *http.Client) *PostDistroXForBlueprintV1ByNameParams
- func (o *PostDistroXForBlueprintV1ByNameParams) WithName(name string) *PostDistroXForBlueprintV1ByNameParams
- func (o *PostDistroXForBlueprintV1ByNameParams) WithTimeout(timeout time.Duration) *PostDistroXForBlueprintV1ByNameParams
- func (o *PostDistroXForBlueprintV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostDistroXForBlueprintV1ByNameReader
- type PostDistroXV1OK
- type PostDistroXV1Params
- func (o *PostDistroXV1Params) SetBody(body *model.DistroXV1Request)
- func (o *PostDistroXV1Params) SetContext(ctx context.Context)
- func (o *PostDistroXV1Params) SetHTTPClient(client *http.Client)
- func (o *PostDistroXV1Params) SetTimeout(timeout time.Duration)
- func (o *PostDistroXV1Params) WithBody(body *model.DistroXV1Request) *PostDistroXV1Params
- func (o *PostDistroXV1Params) WithContext(ctx context.Context) *PostDistroXV1Params
- func (o *PostDistroXV1Params) WithHTTPClient(client *http.Client) *PostDistroXV1Params
- func (o *PostDistroXV1Params) WithTimeout(timeout time.Duration) *PostDistroXV1Params
- func (o *PostDistroXV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostDistroXV1Reader
- type PutScalingDistroXV1ByCrnDefault
- type PutScalingDistroXV1ByCrnParams
- func NewPutScalingDistroXV1ByCrnParams() *PutScalingDistroXV1ByCrnParams
- func NewPutScalingDistroXV1ByCrnParamsWithContext(ctx context.Context) *PutScalingDistroXV1ByCrnParams
- func NewPutScalingDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *PutScalingDistroXV1ByCrnParams
- func NewPutScalingDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *PutScalingDistroXV1ByCrnParams
- func (o *PutScalingDistroXV1ByCrnParams) SetBody(body *model.DistroXScaleV1Request)
- func (o *PutScalingDistroXV1ByCrnParams) SetContext(ctx context.Context)
- func (o *PutScalingDistroXV1ByCrnParams) SetCrn(crn string)
- func (o *PutScalingDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
- func (o *PutScalingDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
- func (o *PutScalingDistroXV1ByCrnParams) WithBody(body *model.DistroXScaleV1Request) *PutScalingDistroXV1ByCrnParams
- func (o *PutScalingDistroXV1ByCrnParams) WithContext(ctx context.Context) *PutScalingDistroXV1ByCrnParams
- func (o *PutScalingDistroXV1ByCrnParams) WithCrn(crn string) *PutScalingDistroXV1ByCrnParams
- func (o *PutScalingDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *PutScalingDistroXV1ByCrnParams
- func (o *PutScalingDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *PutScalingDistroXV1ByCrnParams
- func (o *PutScalingDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutScalingDistroXV1ByCrnReader
- type PutScalingDistroXV1ByNameDefault
- type PutScalingDistroXV1ByNameParams
- func NewPutScalingDistroXV1ByNameParams() *PutScalingDistroXV1ByNameParams
- func NewPutScalingDistroXV1ByNameParamsWithContext(ctx context.Context) *PutScalingDistroXV1ByNameParams
- func NewPutScalingDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *PutScalingDistroXV1ByNameParams
- func NewPutScalingDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *PutScalingDistroXV1ByNameParams
- func (o *PutScalingDistroXV1ByNameParams) SetBody(body *model.DistroXScaleV1Request)
- func (o *PutScalingDistroXV1ByNameParams) SetContext(ctx context.Context)
- func (o *PutScalingDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
- func (o *PutScalingDistroXV1ByNameParams) SetName(name string)
- func (o *PutScalingDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
- func (o *PutScalingDistroXV1ByNameParams) WithBody(body *model.DistroXScaleV1Request) *PutScalingDistroXV1ByNameParams
- func (o *PutScalingDistroXV1ByNameParams) WithContext(ctx context.Context) *PutScalingDistroXV1ByNameParams
- func (o *PutScalingDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *PutScalingDistroXV1ByNameParams
- func (o *PutScalingDistroXV1ByNameParams) WithName(name string) *PutScalingDistroXV1ByNameParams
- func (o *PutScalingDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *PutScalingDistroXV1ByNameParams
- func (o *PutScalingDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutScalingDistroXV1ByNameReader
- type RepairDistroXV1ByCrnDefault
- type RepairDistroXV1ByCrnParams
- func NewRepairDistroXV1ByCrnParams() *RepairDistroXV1ByCrnParams
- func NewRepairDistroXV1ByCrnParamsWithContext(ctx context.Context) *RepairDistroXV1ByCrnParams
- func NewRepairDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *RepairDistroXV1ByCrnParams
- func NewRepairDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *RepairDistroXV1ByCrnParams
- func (o *RepairDistroXV1ByCrnParams) SetBody(body *model.DistroXRepairV1Request)
- func (o *RepairDistroXV1ByCrnParams) SetContext(ctx context.Context)
- func (o *RepairDistroXV1ByCrnParams) SetCrn(crn string)
- func (o *RepairDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
- func (o *RepairDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
- func (o *RepairDistroXV1ByCrnParams) WithBody(body *model.DistroXRepairV1Request) *RepairDistroXV1ByCrnParams
- func (o *RepairDistroXV1ByCrnParams) WithContext(ctx context.Context) *RepairDistroXV1ByCrnParams
- func (o *RepairDistroXV1ByCrnParams) WithCrn(crn string) *RepairDistroXV1ByCrnParams
- func (o *RepairDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *RepairDistroXV1ByCrnParams
- func (o *RepairDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *RepairDistroXV1ByCrnParams
- func (o *RepairDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RepairDistroXV1ByCrnReader
- type RepairDistroXV1ByNameDefault
- type RepairDistroXV1ByNameParams
- func NewRepairDistroXV1ByNameParams() *RepairDistroXV1ByNameParams
- func NewRepairDistroXV1ByNameParamsWithContext(ctx context.Context) *RepairDistroXV1ByNameParams
- func NewRepairDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *RepairDistroXV1ByNameParams
- func NewRepairDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *RepairDistroXV1ByNameParams
- func (o *RepairDistroXV1ByNameParams) SetBody(body *model.DistroXRepairV1Request)
- func (o *RepairDistroXV1ByNameParams) SetContext(ctx context.Context)
- func (o *RepairDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
- func (o *RepairDistroXV1ByNameParams) SetName(name string)
- func (o *RepairDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
- func (o *RepairDistroXV1ByNameParams) WithBody(body *model.DistroXRepairV1Request) *RepairDistroXV1ByNameParams
- func (o *RepairDistroXV1ByNameParams) WithContext(ctx context.Context) *RepairDistroXV1ByNameParams
- func (o *RepairDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *RepairDistroXV1ByNameParams
- func (o *RepairDistroXV1ByNameParams) WithName(name string) *RepairDistroXV1ByNameParams
- func (o *RepairDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *RepairDistroXV1ByNameParams
- func (o *RepairDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RepairDistroXV1ByNameReader
- type RetryDistroXV1ByCrnDefault
- type RetryDistroXV1ByCrnParams
- func NewRetryDistroXV1ByCrnParams() *RetryDistroXV1ByCrnParams
- func NewRetryDistroXV1ByCrnParamsWithContext(ctx context.Context) *RetryDistroXV1ByCrnParams
- func NewRetryDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *RetryDistroXV1ByCrnParams
- func NewRetryDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *RetryDistroXV1ByCrnParams
- func (o *RetryDistroXV1ByCrnParams) SetContext(ctx context.Context)
- func (o *RetryDistroXV1ByCrnParams) SetCrn(crn string)
- func (o *RetryDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
- func (o *RetryDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
- func (o *RetryDistroXV1ByCrnParams) WithContext(ctx context.Context) *RetryDistroXV1ByCrnParams
- func (o *RetryDistroXV1ByCrnParams) WithCrn(crn string) *RetryDistroXV1ByCrnParams
- func (o *RetryDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *RetryDistroXV1ByCrnParams
- func (o *RetryDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *RetryDistroXV1ByCrnParams
- func (o *RetryDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RetryDistroXV1ByCrnReader
- type RetryDistroXV1ByNameDefault
- type RetryDistroXV1ByNameParams
- func NewRetryDistroXV1ByNameParams() *RetryDistroXV1ByNameParams
- func NewRetryDistroXV1ByNameParamsWithContext(ctx context.Context) *RetryDistroXV1ByNameParams
- func NewRetryDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *RetryDistroXV1ByNameParams
- func NewRetryDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *RetryDistroXV1ByNameParams
- func (o *RetryDistroXV1ByNameParams) SetContext(ctx context.Context)
- func (o *RetryDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
- func (o *RetryDistroXV1ByNameParams) SetName(name string)
- func (o *RetryDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
- func (o *RetryDistroXV1ByNameParams) WithContext(ctx context.Context) *RetryDistroXV1ByNameParams
- func (o *RetryDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *RetryDistroXV1ByNameParams
- func (o *RetryDistroXV1ByNameParams) WithName(name string) *RetryDistroXV1ByNameParams
- func (o *RetryDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *RetryDistroXV1ByNameParams
- func (o *RetryDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RetryDistroXV1ByNameReader
- type SetDistroXMaintenanceModeByCrnDefault
- type SetDistroXMaintenanceModeByCrnParams
- func NewSetDistroXMaintenanceModeByCrnParams() *SetDistroXMaintenanceModeByCrnParams
- func NewSetDistroXMaintenanceModeByCrnParamsWithContext(ctx context.Context) *SetDistroXMaintenanceModeByCrnParams
- func NewSetDistroXMaintenanceModeByCrnParamsWithHTTPClient(client *http.Client) *SetDistroXMaintenanceModeByCrnParams
- func NewSetDistroXMaintenanceModeByCrnParamsWithTimeout(timeout time.Duration) *SetDistroXMaintenanceModeByCrnParams
- func (o *SetDistroXMaintenanceModeByCrnParams) SetBody(body *model.DistroXMaintenanceModeV1Request)
- func (o *SetDistroXMaintenanceModeByCrnParams) SetContext(ctx context.Context)
- func (o *SetDistroXMaintenanceModeByCrnParams) SetCrn(crn string)
- func (o *SetDistroXMaintenanceModeByCrnParams) SetHTTPClient(client *http.Client)
- func (o *SetDistroXMaintenanceModeByCrnParams) SetTimeout(timeout time.Duration)
- func (o *SetDistroXMaintenanceModeByCrnParams) WithBody(body *model.DistroXMaintenanceModeV1Request) *SetDistroXMaintenanceModeByCrnParams
- func (o *SetDistroXMaintenanceModeByCrnParams) WithContext(ctx context.Context) *SetDistroXMaintenanceModeByCrnParams
- func (o *SetDistroXMaintenanceModeByCrnParams) WithCrn(crn string) *SetDistroXMaintenanceModeByCrnParams
- func (o *SetDistroXMaintenanceModeByCrnParams) WithHTTPClient(client *http.Client) *SetDistroXMaintenanceModeByCrnParams
- func (o *SetDistroXMaintenanceModeByCrnParams) WithTimeout(timeout time.Duration) *SetDistroXMaintenanceModeByCrnParams
- func (o *SetDistroXMaintenanceModeByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SetDistroXMaintenanceModeByCrnReader
- type SetDistroXMaintenanceModeByNameDefault
- type SetDistroXMaintenanceModeByNameParams
- func NewSetDistroXMaintenanceModeByNameParams() *SetDistroXMaintenanceModeByNameParams
- func NewSetDistroXMaintenanceModeByNameParamsWithContext(ctx context.Context) *SetDistroXMaintenanceModeByNameParams
- func NewSetDistroXMaintenanceModeByNameParamsWithHTTPClient(client *http.Client) *SetDistroXMaintenanceModeByNameParams
- func NewSetDistroXMaintenanceModeByNameParamsWithTimeout(timeout time.Duration) *SetDistroXMaintenanceModeByNameParams
- func (o *SetDistroXMaintenanceModeByNameParams) SetBody(body *model.DistroXMaintenanceModeV1Request)
- func (o *SetDistroXMaintenanceModeByNameParams) SetContext(ctx context.Context)
- func (o *SetDistroXMaintenanceModeByNameParams) SetHTTPClient(client *http.Client)
- func (o *SetDistroXMaintenanceModeByNameParams) SetName(name string)
- func (o *SetDistroXMaintenanceModeByNameParams) SetTimeout(timeout time.Duration)
- func (o *SetDistroXMaintenanceModeByNameParams) WithBody(body *model.DistroXMaintenanceModeV1Request) *SetDistroXMaintenanceModeByNameParams
- func (o *SetDistroXMaintenanceModeByNameParams) WithContext(ctx context.Context) *SetDistroXMaintenanceModeByNameParams
- func (o *SetDistroXMaintenanceModeByNameParams) WithHTTPClient(client *http.Client) *SetDistroXMaintenanceModeByNameParams
- func (o *SetDistroXMaintenanceModeByNameParams) WithName(name string) *SetDistroXMaintenanceModeByNameParams
- func (o *SetDistroXMaintenanceModeByNameParams) WithTimeout(timeout time.Duration) *SetDistroXMaintenanceModeByNameParams
- func (o *SetDistroXMaintenanceModeByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SetDistroXMaintenanceModeByNameReader
- type StartDistroXV1ByCrnDefault
- type StartDistroXV1ByCrnParams
- func NewStartDistroXV1ByCrnParams() *StartDistroXV1ByCrnParams
- func NewStartDistroXV1ByCrnParamsWithContext(ctx context.Context) *StartDistroXV1ByCrnParams
- func NewStartDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *StartDistroXV1ByCrnParams
- func NewStartDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *StartDistroXV1ByCrnParams
- func (o *StartDistroXV1ByCrnParams) SetContext(ctx context.Context)
- func (o *StartDistroXV1ByCrnParams) SetCrn(crn string)
- func (o *StartDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
- func (o *StartDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
- func (o *StartDistroXV1ByCrnParams) WithContext(ctx context.Context) *StartDistroXV1ByCrnParams
- func (o *StartDistroXV1ByCrnParams) WithCrn(crn string) *StartDistroXV1ByCrnParams
- func (o *StartDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *StartDistroXV1ByCrnParams
- func (o *StartDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *StartDistroXV1ByCrnParams
- func (o *StartDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StartDistroXV1ByCrnReader
- type StartDistroXV1ByCrnsDefault
- type StartDistroXV1ByCrnsParams
- func NewStartDistroXV1ByCrnsParams() *StartDistroXV1ByCrnsParams
- func NewStartDistroXV1ByCrnsParamsWithContext(ctx context.Context) *StartDistroXV1ByCrnsParams
- func NewStartDistroXV1ByCrnsParamsWithHTTPClient(client *http.Client) *StartDistroXV1ByCrnsParams
- func NewStartDistroXV1ByCrnsParamsWithTimeout(timeout time.Duration) *StartDistroXV1ByCrnsParams
- func (o *StartDistroXV1ByCrnsParams) SetContext(ctx context.Context)
- func (o *StartDistroXV1ByCrnsParams) SetCrns(crns []string)
- func (o *StartDistroXV1ByCrnsParams) SetHTTPClient(client *http.Client)
- func (o *StartDistroXV1ByCrnsParams) SetTimeout(timeout time.Duration)
- func (o *StartDistroXV1ByCrnsParams) WithContext(ctx context.Context) *StartDistroXV1ByCrnsParams
- func (o *StartDistroXV1ByCrnsParams) WithCrns(crns []string) *StartDistroXV1ByCrnsParams
- func (o *StartDistroXV1ByCrnsParams) WithHTTPClient(client *http.Client) *StartDistroXV1ByCrnsParams
- func (o *StartDistroXV1ByCrnsParams) WithTimeout(timeout time.Duration) *StartDistroXV1ByCrnsParams
- func (o *StartDistroXV1ByCrnsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StartDistroXV1ByCrnsReader
- type StartDistroXV1ByNameDefault
- type StartDistroXV1ByNameParams
- func NewStartDistroXV1ByNameParams() *StartDistroXV1ByNameParams
- func NewStartDistroXV1ByNameParamsWithContext(ctx context.Context) *StartDistroXV1ByNameParams
- func NewStartDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *StartDistroXV1ByNameParams
- func NewStartDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *StartDistroXV1ByNameParams
- func (o *StartDistroXV1ByNameParams) SetContext(ctx context.Context)
- func (o *StartDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
- func (o *StartDistroXV1ByNameParams) SetName(name string)
- func (o *StartDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
- func (o *StartDistroXV1ByNameParams) WithContext(ctx context.Context) *StartDistroXV1ByNameParams
- func (o *StartDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *StartDistroXV1ByNameParams
- func (o *StartDistroXV1ByNameParams) WithName(name string) *StartDistroXV1ByNameParams
- func (o *StartDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *StartDistroXV1ByNameParams
- func (o *StartDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StartDistroXV1ByNameReader
- type StartDistroXV1ByNamesDefault
- type StartDistroXV1ByNamesParams
- func NewStartDistroXV1ByNamesParams() *StartDistroXV1ByNamesParams
- func NewStartDistroXV1ByNamesParamsWithContext(ctx context.Context) *StartDistroXV1ByNamesParams
- func NewStartDistroXV1ByNamesParamsWithHTTPClient(client *http.Client) *StartDistroXV1ByNamesParams
- func NewStartDistroXV1ByNamesParamsWithTimeout(timeout time.Duration) *StartDistroXV1ByNamesParams
- func (o *StartDistroXV1ByNamesParams) SetContext(ctx context.Context)
- func (o *StartDistroXV1ByNamesParams) SetHTTPClient(client *http.Client)
- func (o *StartDistroXV1ByNamesParams) SetNames(names []string)
- func (o *StartDistroXV1ByNamesParams) SetTimeout(timeout time.Duration)
- func (o *StartDistroXV1ByNamesParams) WithContext(ctx context.Context) *StartDistroXV1ByNamesParams
- func (o *StartDistroXV1ByNamesParams) WithHTTPClient(client *http.Client) *StartDistroXV1ByNamesParams
- func (o *StartDistroXV1ByNamesParams) WithNames(names []string) *StartDistroXV1ByNamesParams
- func (o *StartDistroXV1ByNamesParams) WithTimeout(timeout time.Duration) *StartDistroXV1ByNamesParams
- func (o *StartDistroXV1ByNamesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StartDistroXV1ByNamesReader
- type StatusDistroXV1ByCrnOK
- type StatusDistroXV1ByCrnParams
- func NewStatusDistroXV1ByCrnParams() *StatusDistroXV1ByCrnParams
- func NewStatusDistroXV1ByCrnParamsWithContext(ctx context.Context) *StatusDistroXV1ByCrnParams
- func NewStatusDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *StatusDistroXV1ByCrnParams
- func NewStatusDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *StatusDistroXV1ByCrnParams
- func (o *StatusDistroXV1ByCrnParams) SetContext(ctx context.Context)
- func (o *StatusDistroXV1ByCrnParams) SetCrn(crn string)
- func (o *StatusDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
- func (o *StatusDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
- func (o *StatusDistroXV1ByCrnParams) WithContext(ctx context.Context) *StatusDistroXV1ByCrnParams
- func (o *StatusDistroXV1ByCrnParams) WithCrn(crn string) *StatusDistroXV1ByCrnParams
- func (o *StatusDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *StatusDistroXV1ByCrnParams
- func (o *StatusDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *StatusDistroXV1ByCrnParams
- func (o *StatusDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StatusDistroXV1ByCrnReader
- type StatusDistroXV1ByNameOK
- type StatusDistroXV1ByNameParams
- func NewStatusDistroXV1ByNameParams() *StatusDistroXV1ByNameParams
- func NewStatusDistroXV1ByNameParamsWithContext(ctx context.Context) *StatusDistroXV1ByNameParams
- func NewStatusDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *StatusDistroXV1ByNameParams
- func NewStatusDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *StatusDistroXV1ByNameParams
- func (o *StatusDistroXV1ByNameParams) SetContext(ctx context.Context)
- func (o *StatusDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
- func (o *StatusDistroXV1ByNameParams) SetName(name string)
- func (o *StatusDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
- func (o *StatusDistroXV1ByNameParams) WithContext(ctx context.Context) *StatusDistroXV1ByNameParams
- func (o *StatusDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *StatusDistroXV1ByNameParams
- func (o *StatusDistroXV1ByNameParams) WithName(name string) *StatusDistroXV1ByNameParams
- func (o *StatusDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *StatusDistroXV1ByNameParams
- func (o *StatusDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StatusDistroXV1ByNameReader
- type StopDistroXV1ByCrnDefault
- type StopDistroXV1ByCrnParams
- func NewStopDistroXV1ByCrnParams() *StopDistroXV1ByCrnParams
- func NewStopDistroXV1ByCrnParamsWithContext(ctx context.Context) *StopDistroXV1ByCrnParams
- func NewStopDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *StopDistroXV1ByCrnParams
- func NewStopDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *StopDistroXV1ByCrnParams
- func (o *StopDistroXV1ByCrnParams) SetContext(ctx context.Context)
- func (o *StopDistroXV1ByCrnParams) SetCrn(crn string)
- func (o *StopDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
- func (o *StopDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
- func (o *StopDistroXV1ByCrnParams) WithContext(ctx context.Context) *StopDistroXV1ByCrnParams
- func (o *StopDistroXV1ByCrnParams) WithCrn(crn string) *StopDistroXV1ByCrnParams
- func (o *StopDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *StopDistroXV1ByCrnParams
- func (o *StopDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *StopDistroXV1ByCrnParams
- func (o *StopDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StopDistroXV1ByCrnReader
- type StopDistroXV1ByCrnsDefault
- type StopDistroXV1ByCrnsParams
- func NewStopDistroXV1ByCrnsParams() *StopDistroXV1ByCrnsParams
- func NewStopDistroXV1ByCrnsParamsWithContext(ctx context.Context) *StopDistroXV1ByCrnsParams
- func NewStopDistroXV1ByCrnsParamsWithHTTPClient(client *http.Client) *StopDistroXV1ByCrnsParams
- func NewStopDistroXV1ByCrnsParamsWithTimeout(timeout time.Duration) *StopDistroXV1ByCrnsParams
- func (o *StopDistroXV1ByCrnsParams) SetContext(ctx context.Context)
- func (o *StopDistroXV1ByCrnsParams) SetCrns(crns []string)
- func (o *StopDistroXV1ByCrnsParams) SetHTTPClient(client *http.Client)
- func (o *StopDistroXV1ByCrnsParams) SetTimeout(timeout time.Duration)
- func (o *StopDistroXV1ByCrnsParams) WithContext(ctx context.Context) *StopDistroXV1ByCrnsParams
- func (o *StopDistroXV1ByCrnsParams) WithCrns(crns []string) *StopDistroXV1ByCrnsParams
- func (o *StopDistroXV1ByCrnsParams) WithHTTPClient(client *http.Client) *StopDistroXV1ByCrnsParams
- func (o *StopDistroXV1ByCrnsParams) WithTimeout(timeout time.Duration) *StopDistroXV1ByCrnsParams
- func (o *StopDistroXV1ByCrnsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StopDistroXV1ByCrnsReader
- type StopDistroXV1ByNameDefault
- type StopDistroXV1ByNameParams
- func NewStopDistroXV1ByNameParams() *StopDistroXV1ByNameParams
- func NewStopDistroXV1ByNameParamsWithContext(ctx context.Context) *StopDistroXV1ByNameParams
- func NewStopDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *StopDistroXV1ByNameParams
- func NewStopDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *StopDistroXV1ByNameParams
- func (o *StopDistroXV1ByNameParams) SetContext(ctx context.Context)
- func (o *StopDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
- func (o *StopDistroXV1ByNameParams) SetName(name string)
- func (o *StopDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
- func (o *StopDistroXV1ByNameParams) WithContext(ctx context.Context) *StopDistroXV1ByNameParams
- func (o *StopDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *StopDistroXV1ByNameParams
- func (o *StopDistroXV1ByNameParams) WithName(name string) *StopDistroXV1ByNameParams
- func (o *StopDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *StopDistroXV1ByNameParams
- func (o *StopDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StopDistroXV1ByNameReader
- type StopDistroXV1ByNamesDefault
- type StopDistroXV1ByNamesParams
- func NewStopDistroXV1ByNamesParams() *StopDistroXV1ByNamesParams
- func NewStopDistroXV1ByNamesParamsWithContext(ctx context.Context) *StopDistroXV1ByNamesParams
- func NewStopDistroXV1ByNamesParamsWithHTTPClient(client *http.Client) *StopDistroXV1ByNamesParams
- func NewStopDistroXV1ByNamesParamsWithTimeout(timeout time.Duration) *StopDistroXV1ByNamesParams
- func (o *StopDistroXV1ByNamesParams) SetContext(ctx context.Context)
- func (o *StopDistroXV1ByNamesParams) SetHTTPClient(client *http.Client)
- func (o *StopDistroXV1ByNamesParams) SetNames(names []string)
- func (o *StopDistroXV1ByNamesParams) SetTimeout(timeout time.Duration)
- func (o *StopDistroXV1ByNamesParams) WithContext(ctx context.Context) *StopDistroXV1ByNamesParams
- func (o *StopDistroXV1ByNamesParams) WithHTTPClient(client *http.Client) *StopDistroXV1ByNamesParams
- func (o *StopDistroXV1ByNamesParams) WithNames(names []string) *StopDistroXV1ByNamesParams
- func (o *StopDistroXV1ByNamesParams) WithTimeout(timeout time.Duration) *StopDistroXV1ByNamesParams
- func (o *StopDistroXV1ByNamesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StopDistroXV1ByNamesReader
- type SyncDistroXV1ByCrnDefault
- type SyncDistroXV1ByCrnParams
- func NewSyncDistroXV1ByCrnParams() *SyncDistroXV1ByCrnParams
- func NewSyncDistroXV1ByCrnParamsWithContext(ctx context.Context) *SyncDistroXV1ByCrnParams
- func NewSyncDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *SyncDistroXV1ByCrnParams
- func NewSyncDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *SyncDistroXV1ByCrnParams
- func (o *SyncDistroXV1ByCrnParams) SetContext(ctx context.Context)
- func (o *SyncDistroXV1ByCrnParams) SetCrn(crn string)
- func (o *SyncDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
- func (o *SyncDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
- func (o *SyncDistroXV1ByCrnParams) WithContext(ctx context.Context) *SyncDistroXV1ByCrnParams
- func (o *SyncDistroXV1ByCrnParams) WithCrn(crn string) *SyncDistroXV1ByCrnParams
- func (o *SyncDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *SyncDistroXV1ByCrnParams
- func (o *SyncDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *SyncDistroXV1ByCrnParams
- func (o *SyncDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SyncDistroXV1ByCrnReader
- type SyncDistroXV1ByNameDefault
- type SyncDistroXV1ByNameParams
- func NewSyncDistroXV1ByNameParams() *SyncDistroXV1ByNameParams
- func NewSyncDistroXV1ByNameParamsWithContext(ctx context.Context) *SyncDistroXV1ByNameParams
- func NewSyncDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *SyncDistroXV1ByNameParams
- func NewSyncDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *SyncDistroXV1ByNameParams
- func (o *SyncDistroXV1ByNameParams) SetContext(ctx context.Context)
- func (o *SyncDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
- func (o *SyncDistroXV1ByNameParams) SetName(name string)
- func (o *SyncDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
- func (o *SyncDistroXV1ByNameParams) WithContext(ctx context.Context) *SyncDistroXV1ByNameParams
- func (o *SyncDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *SyncDistroXV1ByNameParams
- func (o *SyncDistroXV1ByNameParams) WithName(name string) *SyncDistroXV1ByNameParams
- func (o *SyncDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *SyncDistroXV1ByNameParams
- func (o *SyncDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SyncDistroXV1ByNameReader
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 v1distrox API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new v1distrox API client.
func (*Client) DeleteDistroXV1ByCrn ¶
func (a *Client) DeleteDistroXV1ByCrn(params *DeleteDistroXV1ByCrnParams) error
DeleteDistroXV1ByCrn deletes stack by crn
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) DeleteDistroXV1ByName ¶
func (a *Client) DeleteDistroXV1ByName(params *DeleteDistroXV1ByNameParams) error
DeleteDistroXV1ByName deletes stack by name
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) DeleteInstanceDistroXV1ByCrn ¶
func (a *Client) DeleteInstanceDistroXV1ByCrn(params *DeleteInstanceDistroXV1ByCrnParams) error
DeleteInstanceDistroXV1ByCrn deletes instance from the stack s cluster by crn
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) DeleteInstanceDistroXV1ByName ¶
func (a *Client) DeleteInstanceDistroXV1ByName(params *DeleteInstanceDistroXV1ByNameParams) error
DeleteInstanceDistroXV1ByName deletes instance from the stack s cluster by name
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) DeleteInstancesDistroXV1ByCrn ¶
func (a *Client) DeleteInstancesDistroXV1ByCrn(params *DeleteInstancesDistroXV1ByCrnParams) error
DeleteInstancesDistroXV1ByCrn deletes multiple instances from the stack s cluster in workspace
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) DeleteInstancesDistroXV1ByName ¶
func (a *Client) DeleteInstancesDistroXV1ByName(params *DeleteInstancesDistroXV1ByNameParams) error
DeleteInstancesDistroXV1ByName deletes multiple instances from the stack s cluster in workspace
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) DeleteMultipleDistroXClustersByNamesV1 ¶
func (a *Client) DeleteMultipleDistroXClustersByNamesV1(params *DeleteMultipleDistroXClustersByNamesV1Params) error
DeleteMultipleDistroXClustersByNamesV1 deletes multiple stacks by their names
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) DeleteWithKerberosDistroXV1ByCrn ¶
func (a *Client) DeleteWithKerberosDistroXV1ByCrn(params *DeleteWithKerberosDistroXV1ByCrnParams) error
DeleteWithKerberosDistroXV1ByCrn deletes the stack with kerberos cluster by crn
Clusters are materialised Hadoop services on a given infrastructure. They are built based on a blueprint (running the components and services specified) and on a configured infrastructure Stack. Once a cluster is created and launched, it can be used the usual way as any Hadoop cluster. We suggest to start with the Cluster's Ambari UI for an overview of your cluster.
func (*Client) DeleteWithKerberosDistroXV1ByName ¶
func (a *Client) DeleteWithKerberosDistroXV1ByName(params *DeleteWithKerberosDistroXV1ByNameParams) error
DeleteWithKerberosDistroXV1ByName deletes the stack with kerberos cluster by name
Clusters are materialised Hadoop services on a given infrastructure. They are built based on a blueprint (running the components and services specified) and on a configured infrastructure Stack. Once a cluster is created and launched, it can be used the usual way as any Hadoop cluster. We suggest to start with the Cluster's Ambari UI for an overview of your cluster.
func (*Client) GetCreateClusterForCli ¶
func (a *Client) GetCreateClusterForCli(params *GetCreateClusterForCliParams) (*GetCreateClusterForCliOK, error)
GetCreateClusterForCli produces cli command input
Clusters are materialised Hadoop services on a given infrastructure. They are built based on a blueprint (running the components and services specified) and on a configured infrastructure Stack. Once a cluster is created and launched, it can be used the usual way as any Hadoop cluster. We suggest to start with the Cluster's Ambari UI for an overview of your cluster.
func (*Client) GetDistroXRequestV1ByCrn ¶
func (a *Client) GetDistroXRequestV1ByCrn(params *GetDistroXRequestV1ByCrnParams) (*GetDistroXRequestV1ByCrnOK, error)
GetDistroXRequestV1ByCrn gets stack request by crn
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) GetDistroXRequestV1ByName ¶
func (a *Client) GetDistroXRequestV1ByName(params *GetDistroXRequestV1ByNameParams) (*GetDistroXRequestV1ByNameOK, error)
GetDistroXRequestV1ByName gets stack request by name
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) GetDistroXV1ByCrn ¶
func (a *Client) GetDistroXV1ByCrn(params *GetDistroXV1ByCrnParams) (*GetDistroXV1ByCrnOK, error)
GetDistroXV1ByCrn gets stack by crn
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) GetDistroXV1ByName ¶
func (a *Client) GetDistroXV1ByName(params *GetDistroXV1ByNameParams) (*GetDistroXV1ByNameOK, error)
GetDistroXV1ByName gets stack by name
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) ListDistroXV1 ¶
func (a *Client) ListDistroXV1(params *ListDistroXV1Params) (*ListDistroXV1OK, error)
ListDistroXV1 lists stacks by environment crn
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) ListRetryableFlowsDistroXV1 ¶
func (a *Client) ListRetryableFlowsDistroXV1(params *ListRetryableFlowsDistroXV1Params) (*ListRetryableFlowsDistroXV1OK, error)
ListRetryableFlowsDistroXV1 lists retryable failed flows
List all, currently retryable operations for the stack
func (*Client) PostDistroXForBlueprintV1ByCrn ¶
func (a *Client) PostDistroXForBlueprintV1ByCrn(params *PostDistroXForBlueprintV1ByCrnParams) (*PostDistroXForBlueprintV1ByCrnOK, error)
PostDistroXForBlueprintV1ByCrn posts stack for blueprint by crn
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) PostDistroXForBlueprintV1ByName ¶
func (a *Client) PostDistroXForBlueprintV1ByName(params *PostDistroXForBlueprintV1ByNameParams) (*PostDistroXForBlueprintV1ByNameOK, error)
PostDistroXForBlueprintV1ByName posts stack for blueprint by name
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) PostDistroXV1 ¶
func (a *Client) PostDistroXV1(params *PostDistroXV1Params) (*PostDistroXV1OK, error)
PostDistroXV1 creates stack
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) PutScalingDistroXV1ByCrn ¶
func (a *Client) PutScalingDistroXV1ByCrn(params *PutScalingDistroXV1ByCrnParams) error
PutScalingDistroXV1ByCrn scales the stack by crn
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) PutScalingDistroXV1ByName ¶
func (a *Client) PutScalingDistroXV1ByName(params *PutScalingDistroXV1ByNameParams) error
PutScalingDistroXV1ByName scales the stack by name
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) RepairDistroXV1ByCrn ¶
func (a *Client) RepairDistroXV1ByCrn(params *RepairDistroXV1ByCrnParams) error
RepairDistroXV1ByCrn repairs the stack by crn
Removing the failed nodes and starting new nodes to substitute them.
func (*Client) RepairDistroXV1ByName ¶
func (a *Client) RepairDistroXV1ByName(params *RepairDistroXV1ByNameParams) error
RepairDistroXV1ByName repairs the stack by name
Removing the failed nodes and starting new nodes to substitute them.
func (*Client) RetryDistroXV1ByCrn ¶
func (a *Client) RetryDistroXV1ByCrn(params *RetryDistroXV1ByCrnParams) error
RetryDistroXV1ByCrn retries the stack by crn
Failed or interrupted stack and cluster operations can be retried, after the cause of the failure was eliminated. The operations will continue at the state, where the previous process failed.
func (*Client) RetryDistroXV1ByName ¶
func (a *Client) RetryDistroXV1ByName(params *RetryDistroXV1ByNameParams) error
RetryDistroXV1ByName retries the stack by name
Failed or interrupted stack and cluster operations can be retried, after the cause of the failure was eliminated. The operations will continue at the state, where the previous process failed.
func (*Client) SetDistroXMaintenanceModeByCrn ¶
func (a *Client) SetDistroXMaintenanceModeByCrn(params *SetDistroXMaintenanceModeByCrnParams) error
SetDistroXMaintenanceModeByCrn sets maintenance mode for the cluster by crn
Setting maintenance mode for the cluster in order to be able to update Ambari and/or the Hadoop stack.
func (*Client) SetDistroXMaintenanceModeByName ¶
func (a *Client) SetDistroXMaintenanceModeByName(params *SetDistroXMaintenanceModeByNameParams) error
SetDistroXMaintenanceModeByName sets maintenance mode for the cluster by name
Setting maintenance mode for the cluster in order to be able to update Ambari and/or the Hadoop stack.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) StartDistroXV1ByCrn ¶
func (a *Client) StartDistroXV1ByCrn(params *StartDistroXV1ByCrnParams) error
StartDistroXV1ByCrn starts the stack by crn
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) StartDistroXV1ByCrns ¶
func (a *Client) StartDistroXV1ByCrns(params *StartDistroXV1ByCrnsParams) error
StartDistroXV1ByCrns starts the stack by crn
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) StartDistroXV1ByName ¶
func (a *Client) StartDistroXV1ByName(params *StartDistroXV1ByNameParams) error
StartDistroXV1ByName starts the stack by name
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) StartDistroXV1ByNames ¶
func (a *Client) StartDistroXV1ByNames(params *StartDistroXV1ByNamesParams) error
StartDistroXV1ByNames starts the stack by name
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) StatusDistroXV1ByCrn ¶
func (a *Client) StatusDistroXV1ByCrn(params *StatusDistroXV1ByCrnParams) (*StatusDistroXV1ByCrnOK, error)
StatusDistroXV1ByCrn retrieves stack status by stack crn
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) StatusDistroXV1ByName ¶
func (a *Client) StatusDistroXV1ByName(params *StatusDistroXV1ByNameParams) (*StatusDistroXV1ByNameOK, error)
StatusDistroXV1ByName retrieves stack status by stack name
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) StopDistroXV1ByCrn ¶
func (a *Client) StopDistroXV1ByCrn(params *StopDistroXV1ByCrnParams) error
StopDistroXV1ByCrn stops the stack by crn
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) StopDistroXV1ByCrns ¶
func (a *Client) StopDistroXV1ByCrns(params *StopDistroXV1ByCrnsParams) error
StopDistroXV1ByCrns stops the stack by crn
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) StopDistroXV1ByName ¶
func (a *Client) StopDistroXV1ByName(params *StopDistroXV1ByNameParams) error
StopDistroXV1ByName stops the stack by name
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) StopDistroXV1ByNames ¶
func (a *Client) StopDistroXV1ByNames(params *StopDistroXV1ByNamesParams) error
StopDistroXV1ByNames stops the stack by name
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) SyncDistroXV1ByCrn ¶
func (a *Client) SyncDistroXV1ByCrn(params *SyncDistroXV1ByCrnParams) error
SyncDistroXV1ByCrn syncs the stack by crn
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) SyncDistroXV1ByName ¶
func (a *Client) SyncDistroXV1ByName(params *SyncDistroXV1ByNameParams) error
SyncDistroXV1ByName syncs the stack by name
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.
type DeleteDistroXV1ByCrnDefault ¶
type DeleteDistroXV1ByCrnDefault struct {
// contains filtered or unexported fields
}
DeleteDistroXV1ByCrnDefault handles this case with default header values.
successful operation
func NewDeleteDistroXV1ByCrnDefault ¶
func NewDeleteDistroXV1ByCrnDefault(code int) *DeleteDistroXV1ByCrnDefault
NewDeleteDistroXV1ByCrnDefault creates a DeleteDistroXV1ByCrnDefault with default headers values
func (*DeleteDistroXV1ByCrnDefault) Code ¶
func (o *DeleteDistroXV1ByCrnDefault) Code() int
Code gets the status code for the delete distro x v1 by crn default response
func (*DeleteDistroXV1ByCrnDefault) Error ¶
func (o *DeleteDistroXV1ByCrnDefault) Error() string
type DeleteDistroXV1ByCrnParams ¶
type DeleteDistroXV1ByCrnParams struct { /*Crn*/ Crn string /*Forced*/ Forced *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteDistroXV1ByCrnParams contains all the parameters to send to the API endpoint for the delete distro x v1 by crn operation typically these are written to a http.Request
func NewDeleteDistroXV1ByCrnParams ¶
func NewDeleteDistroXV1ByCrnParams() *DeleteDistroXV1ByCrnParams
NewDeleteDistroXV1ByCrnParams creates a new DeleteDistroXV1ByCrnParams object with the default values initialized.
func NewDeleteDistroXV1ByCrnParamsWithContext ¶
func NewDeleteDistroXV1ByCrnParamsWithContext(ctx context.Context) *DeleteDistroXV1ByCrnParams
NewDeleteDistroXV1ByCrnParamsWithContext creates a new DeleteDistroXV1ByCrnParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteDistroXV1ByCrnParamsWithHTTPClient ¶
func NewDeleteDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *DeleteDistroXV1ByCrnParams
NewDeleteDistroXV1ByCrnParamsWithHTTPClient creates a new DeleteDistroXV1ByCrnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteDistroXV1ByCrnParamsWithTimeout ¶
func NewDeleteDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *DeleteDistroXV1ByCrnParams
NewDeleteDistroXV1ByCrnParamsWithTimeout creates a new DeleteDistroXV1ByCrnParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteDistroXV1ByCrnParams) SetContext ¶
func (o *DeleteDistroXV1ByCrnParams) SetContext(ctx context.Context)
SetContext adds the context to the delete distro x v1 by crn params
func (*DeleteDistroXV1ByCrnParams) SetCrn ¶
func (o *DeleteDistroXV1ByCrnParams) SetCrn(crn string)
SetCrn adds the crn to the delete distro x v1 by crn params
func (*DeleteDistroXV1ByCrnParams) SetForced ¶
func (o *DeleteDistroXV1ByCrnParams) SetForced(forced *bool)
SetForced adds the forced to the delete distro x v1 by crn params
func (*DeleteDistroXV1ByCrnParams) SetHTTPClient ¶
func (o *DeleteDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete distro x v1 by crn params
func (*DeleteDistroXV1ByCrnParams) SetTimeout ¶
func (o *DeleteDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete distro x v1 by crn params
func (*DeleteDistroXV1ByCrnParams) WithContext ¶
func (o *DeleteDistroXV1ByCrnParams) WithContext(ctx context.Context) *DeleteDistroXV1ByCrnParams
WithContext adds the context to the delete distro x v1 by crn params
func (*DeleteDistroXV1ByCrnParams) WithCrn ¶
func (o *DeleteDistroXV1ByCrnParams) WithCrn(crn string) *DeleteDistroXV1ByCrnParams
WithCrn adds the crn to the delete distro x v1 by crn params
func (*DeleteDistroXV1ByCrnParams) WithForced ¶
func (o *DeleteDistroXV1ByCrnParams) WithForced(forced *bool) *DeleteDistroXV1ByCrnParams
WithForced adds the forced to the delete distro x v1 by crn params
func (*DeleteDistroXV1ByCrnParams) WithHTTPClient ¶
func (o *DeleteDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *DeleteDistroXV1ByCrnParams
WithHTTPClient adds the HTTPClient to the delete distro x v1 by crn params
func (*DeleteDistroXV1ByCrnParams) WithTimeout ¶
func (o *DeleteDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *DeleteDistroXV1ByCrnParams
WithTimeout adds the timeout to the delete distro x v1 by crn params
func (*DeleteDistroXV1ByCrnParams) WriteToRequest ¶
func (o *DeleteDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteDistroXV1ByCrnReader ¶
type DeleteDistroXV1ByCrnReader struct {
// contains filtered or unexported fields
}
DeleteDistroXV1ByCrnReader is a Reader for the DeleteDistroXV1ByCrn structure.
func (*DeleteDistroXV1ByCrnReader) ReadResponse ¶
func (o *DeleteDistroXV1ByCrnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteDistroXV1ByNameDefault ¶
type DeleteDistroXV1ByNameDefault struct {
// contains filtered or unexported fields
}
DeleteDistroXV1ByNameDefault handles this case with default header values.
successful operation
func NewDeleteDistroXV1ByNameDefault ¶
func NewDeleteDistroXV1ByNameDefault(code int) *DeleteDistroXV1ByNameDefault
NewDeleteDistroXV1ByNameDefault creates a DeleteDistroXV1ByNameDefault with default headers values
func (*DeleteDistroXV1ByNameDefault) Code ¶
func (o *DeleteDistroXV1ByNameDefault) Code() int
Code gets the status code for the delete distro x v1 by name default response
func (*DeleteDistroXV1ByNameDefault) Error ¶
func (o *DeleteDistroXV1ByNameDefault) Error() string
type DeleteDistroXV1ByNameParams ¶
type DeleteDistroXV1ByNameParams struct { /*Forced*/ Forced *bool /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteDistroXV1ByNameParams contains all the parameters to send to the API endpoint for the delete distro x v1 by name operation typically these are written to a http.Request
func NewDeleteDistroXV1ByNameParams ¶
func NewDeleteDistroXV1ByNameParams() *DeleteDistroXV1ByNameParams
NewDeleteDistroXV1ByNameParams creates a new DeleteDistroXV1ByNameParams object with the default values initialized.
func NewDeleteDistroXV1ByNameParamsWithContext ¶
func NewDeleteDistroXV1ByNameParamsWithContext(ctx context.Context) *DeleteDistroXV1ByNameParams
NewDeleteDistroXV1ByNameParamsWithContext creates a new DeleteDistroXV1ByNameParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteDistroXV1ByNameParamsWithHTTPClient ¶
func NewDeleteDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *DeleteDistroXV1ByNameParams
NewDeleteDistroXV1ByNameParamsWithHTTPClient creates a new DeleteDistroXV1ByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteDistroXV1ByNameParamsWithTimeout ¶
func NewDeleteDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *DeleteDistroXV1ByNameParams
NewDeleteDistroXV1ByNameParamsWithTimeout creates a new DeleteDistroXV1ByNameParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteDistroXV1ByNameParams) SetContext ¶
func (o *DeleteDistroXV1ByNameParams) SetContext(ctx context.Context)
SetContext adds the context to the delete distro x v1 by name params
func (*DeleteDistroXV1ByNameParams) SetForced ¶
func (o *DeleteDistroXV1ByNameParams) SetForced(forced *bool)
SetForced adds the forced to the delete distro x v1 by name params
func (*DeleteDistroXV1ByNameParams) SetHTTPClient ¶
func (o *DeleteDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete distro x v1 by name params
func (*DeleteDistroXV1ByNameParams) SetName ¶
func (o *DeleteDistroXV1ByNameParams) SetName(name string)
SetName adds the name to the delete distro x v1 by name params
func (*DeleteDistroXV1ByNameParams) SetTimeout ¶
func (o *DeleteDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete distro x v1 by name params
func (*DeleteDistroXV1ByNameParams) WithContext ¶
func (o *DeleteDistroXV1ByNameParams) WithContext(ctx context.Context) *DeleteDistroXV1ByNameParams
WithContext adds the context to the delete distro x v1 by name params
func (*DeleteDistroXV1ByNameParams) WithForced ¶
func (o *DeleteDistroXV1ByNameParams) WithForced(forced *bool) *DeleteDistroXV1ByNameParams
WithForced adds the forced to the delete distro x v1 by name params
func (*DeleteDistroXV1ByNameParams) WithHTTPClient ¶
func (o *DeleteDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *DeleteDistroXV1ByNameParams
WithHTTPClient adds the HTTPClient to the delete distro x v1 by name params
func (*DeleteDistroXV1ByNameParams) WithName ¶
func (o *DeleteDistroXV1ByNameParams) WithName(name string) *DeleteDistroXV1ByNameParams
WithName adds the name to the delete distro x v1 by name params
func (*DeleteDistroXV1ByNameParams) WithTimeout ¶
func (o *DeleteDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *DeleteDistroXV1ByNameParams
WithTimeout adds the timeout to the delete distro x v1 by name params
func (*DeleteDistroXV1ByNameParams) WriteToRequest ¶
func (o *DeleteDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteDistroXV1ByNameReader ¶
type DeleteDistroXV1ByNameReader struct {
// contains filtered or unexported fields
}
DeleteDistroXV1ByNameReader is a Reader for the DeleteDistroXV1ByName structure.
func (*DeleteDistroXV1ByNameReader) ReadResponse ¶
func (o *DeleteDistroXV1ByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteInstanceDistroXV1ByCrnDefault ¶
type DeleteInstanceDistroXV1ByCrnDefault struct {
// contains filtered or unexported fields
}
DeleteInstanceDistroXV1ByCrnDefault handles this case with default header values.
successful operation
func NewDeleteInstanceDistroXV1ByCrnDefault ¶
func NewDeleteInstanceDistroXV1ByCrnDefault(code int) *DeleteInstanceDistroXV1ByCrnDefault
NewDeleteInstanceDistroXV1ByCrnDefault creates a DeleteInstanceDistroXV1ByCrnDefault with default headers values
func (*DeleteInstanceDistroXV1ByCrnDefault) Code ¶
func (o *DeleteInstanceDistroXV1ByCrnDefault) Code() int
Code gets the status code for the delete instance distro x v1 by crn default response
func (*DeleteInstanceDistroXV1ByCrnDefault) Error ¶
func (o *DeleteInstanceDistroXV1ByCrnDefault) Error() string
type DeleteInstanceDistroXV1ByCrnParams ¶
type DeleteInstanceDistroXV1ByCrnParams struct { /*Crn*/ Crn string /*Forced*/ Forced *bool /*InstanceID*/ InstanceID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteInstanceDistroXV1ByCrnParams contains all the parameters to send to the API endpoint for the delete instance distro x v1 by crn operation typically these are written to a http.Request
func NewDeleteInstanceDistroXV1ByCrnParams ¶
func NewDeleteInstanceDistroXV1ByCrnParams() *DeleteInstanceDistroXV1ByCrnParams
NewDeleteInstanceDistroXV1ByCrnParams creates a new DeleteInstanceDistroXV1ByCrnParams object with the default values initialized.
func NewDeleteInstanceDistroXV1ByCrnParamsWithContext ¶
func NewDeleteInstanceDistroXV1ByCrnParamsWithContext(ctx context.Context) *DeleteInstanceDistroXV1ByCrnParams
NewDeleteInstanceDistroXV1ByCrnParamsWithContext creates a new DeleteInstanceDistroXV1ByCrnParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteInstanceDistroXV1ByCrnParamsWithHTTPClient ¶
func NewDeleteInstanceDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *DeleteInstanceDistroXV1ByCrnParams
NewDeleteInstanceDistroXV1ByCrnParamsWithHTTPClient creates a new DeleteInstanceDistroXV1ByCrnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteInstanceDistroXV1ByCrnParamsWithTimeout ¶
func NewDeleteInstanceDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *DeleteInstanceDistroXV1ByCrnParams
NewDeleteInstanceDistroXV1ByCrnParamsWithTimeout creates a new DeleteInstanceDistroXV1ByCrnParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteInstanceDistroXV1ByCrnParams) SetContext ¶
func (o *DeleteInstanceDistroXV1ByCrnParams) SetContext(ctx context.Context)
SetContext adds the context to the delete instance distro x v1 by crn params
func (*DeleteInstanceDistroXV1ByCrnParams) SetCrn ¶
func (o *DeleteInstanceDistroXV1ByCrnParams) SetCrn(crn string)
SetCrn adds the crn to the delete instance distro x v1 by crn params
func (*DeleteInstanceDistroXV1ByCrnParams) SetForced ¶
func (o *DeleteInstanceDistroXV1ByCrnParams) SetForced(forced *bool)
SetForced adds the forced to the delete instance distro x v1 by crn params
func (*DeleteInstanceDistroXV1ByCrnParams) SetHTTPClient ¶
func (o *DeleteInstanceDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete instance distro x v1 by crn params
func (*DeleteInstanceDistroXV1ByCrnParams) SetInstanceID ¶
func (o *DeleteInstanceDistroXV1ByCrnParams) SetInstanceID(instanceID *string)
SetInstanceID adds the instanceId to the delete instance distro x v1 by crn params
func (*DeleteInstanceDistroXV1ByCrnParams) SetTimeout ¶
func (o *DeleteInstanceDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete instance distro x v1 by crn params
func (*DeleteInstanceDistroXV1ByCrnParams) WithContext ¶
func (o *DeleteInstanceDistroXV1ByCrnParams) WithContext(ctx context.Context) *DeleteInstanceDistroXV1ByCrnParams
WithContext adds the context to the delete instance distro x v1 by crn params
func (*DeleteInstanceDistroXV1ByCrnParams) WithCrn ¶
func (o *DeleteInstanceDistroXV1ByCrnParams) WithCrn(crn string) *DeleteInstanceDistroXV1ByCrnParams
WithCrn adds the crn to the delete instance distro x v1 by crn params
func (*DeleteInstanceDistroXV1ByCrnParams) WithForced ¶
func (o *DeleteInstanceDistroXV1ByCrnParams) WithForced(forced *bool) *DeleteInstanceDistroXV1ByCrnParams
WithForced adds the forced to the delete instance distro x v1 by crn params
func (*DeleteInstanceDistroXV1ByCrnParams) WithHTTPClient ¶
func (o *DeleteInstanceDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *DeleteInstanceDistroXV1ByCrnParams
WithHTTPClient adds the HTTPClient to the delete instance distro x v1 by crn params
func (*DeleteInstanceDistroXV1ByCrnParams) WithInstanceID ¶
func (o *DeleteInstanceDistroXV1ByCrnParams) WithInstanceID(instanceID *string) *DeleteInstanceDistroXV1ByCrnParams
WithInstanceID adds the instanceID to the delete instance distro x v1 by crn params
func (*DeleteInstanceDistroXV1ByCrnParams) WithTimeout ¶
func (o *DeleteInstanceDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *DeleteInstanceDistroXV1ByCrnParams
WithTimeout adds the timeout to the delete instance distro x v1 by crn params
func (*DeleteInstanceDistroXV1ByCrnParams) WriteToRequest ¶
func (o *DeleteInstanceDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteInstanceDistroXV1ByCrnReader ¶
type DeleteInstanceDistroXV1ByCrnReader struct {
// contains filtered or unexported fields
}
DeleteInstanceDistroXV1ByCrnReader is a Reader for the DeleteInstanceDistroXV1ByCrn structure.
func (*DeleteInstanceDistroXV1ByCrnReader) ReadResponse ¶
func (o *DeleteInstanceDistroXV1ByCrnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteInstanceDistroXV1ByNameDefault ¶
type DeleteInstanceDistroXV1ByNameDefault struct {
// contains filtered or unexported fields
}
DeleteInstanceDistroXV1ByNameDefault handles this case with default header values.
successful operation
func NewDeleteInstanceDistroXV1ByNameDefault ¶
func NewDeleteInstanceDistroXV1ByNameDefault(code int) *DeleteInstanceDistroXV1ByNameDefault
NewDeleteInstanceDistroXV1ByNameDefault creates a DeleteInstanceDistroXV1ByNameDefault with default headers values
func (*DeleteInstanceDistroXV1ByNameDefault) Code ¶
func (o *DeleteInstanceDistroXV1ByNameDefault) Code() int
Code gets the status code for the delete instance distro x v1 by name default response
func (*DeleteInstanceDistroXV1ByNameDefault) Error ¶
func (o *DeleteInstanceDistroXV1ByNameDefault) Error() string
type DeleteInstanceDistroXV1ByNameParams ¶
type DeleteInstanceDistroXV1ByNameParams struct { /*Forced*/ Forced *bool /*InstanceID*/ InstanceID *string /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteInstanceDistroXV1ByNameParams contains all the parameters to send to the API endpoint for the delete instance distro x v1 by name operation typically these are written to a http.Request
func NewDeleteInstanceDistroXV1ByNameParams ¶
func NewDeleteInstanceDistroXV1ByNameParams() *DeleteInstanceDistroXV1ByNameParams
NewDeleteInstanceDistroXV1ByNameParams creates a new DeleteInstanceDistroXV1ByNameParams object with the default values initialized.
func NewDeleteInstanceDistroXV1ByNameParamsWithContext ¶
func NewDeleteInstanceDistroXV1ByNameParamsWithContext(ctx context.Context) *DeleteInstanceDistroXV1ByNameParams
NewDeleteInstanceDistroXV1ByNameParamsWithContext creates a new DeleteInstanceDistroXV1ByNameParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteInstanceDistroXV1ByNameParamsWithHTTPClient ¶
func NewDeleteInstanceDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *DeleteInstanceDistroXV1ByNameParams
NewDeleteInstanceDistroXV1ByNameParamsWithHTTPClient creates a new DeleteInstanceDistroXV1ByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteInstanceDistroXV1ByNameParamsWithTimeout ¶
func NewDeleteInstanceDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *DeleteInstanceDistroXV1ByNameParams
NewDeleteInstanceDistroXV1ByNameParamsWithTimeout creates a new DeleteInstanceDistroXV1ByNameParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteInstanceDistroXV1ByNameParams) SetContext ¶
func (o *DeleteInstanceDistroXV1ByNameParams) SetContext(ctx context.Context)
SetContext adds the context to the delete instance distro x v1 by name params
func (*DeleteInstanceDistroXV1ByNameParams) SetForced ¶
func (o *DeleteInstanceDistroXV1ByNameParams) SetForced(forced *bool)
SetForced adds the forced to the delete instance distro x v1 by name params
func (*DeleteInstanceDistroXV1ByNameParams) SetHTTPClient ¶
func (o *DeleteInstanceDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete instance distro x v1 by name params
func (*DeleteInstanceDistroXV1ByNameParams) SetInstanceID ¶
func (o *DeleteInstanceDistroXV1ByNameParams) SetInstanceID(instanceID *string)
SetInstanceID adds the instanceId to the delete instance distro x v1 by name params
func (*DeleteInstanceDistroXV1ByNameParams) SetName ¶
func (o *DeleteInstanceDistroXV1ByNameParams) SetName(name string)
SetName adds the name to the delete instance distro x v1 by name params
func (*DeleteInstanceDistroXV1ByNameParams) SetTimeout ¶
func (o *DeleteInstanceDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete instance distro x v1 by name params
func (*DeleteInstanceDistroXV1ByNameParams) WithContext ¶
func (o *DeleteInstanceDistroXV1ByNameParams) WithContext(ctx context.Context) *DeleteInstanceDistroXV1ByNameParams
WithContext adds the context to the delete instance distro x v1 by name params
func (*DeleteInstanceDistroXV1ByNameParams) WithForced ¶
func (o *DeleteInstanceDistroXV1ByNameParams) WithForced(forced *bool) *DeleteInstanceDistroXV1ByNameParams
WithForced adds the forced to the delete instance distro x v1 by name params
func (*DeleteInstanceDistroXV1ByNameParams) WithHTTPClient ¶
func (o *DeleteInstanceDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *DeleteInstanceDistroXV1ByNameParams
WithHTTPClient adds the HTTPClient to the delete instance distro x v1 by name params
func (*DeleteInstanceDistroXV1ByNameParams) WithInstanceID ¶
func (o *DeleteInstanceDistroXV1ByNameParams) WithInstanceID(instanceID *string) *DeleteInstanceDistroXV1ByNameParams
WithInstanceID adds the instanceID to the delete instance distro x v1 by name params
func (*DeleteInstanceDistroXV1ByNameParams) WithName ¶
func (o *DeleteInstanceDistroXV1ByNameParams) WithName(name string) *DeleteInstanceDistroXV1ByNameParams
WithName adds the name to the delete instance distro x v1 by name params
func (*DeleteInstanceDistroXV1ByNameParams) WithTimeout ¶
func (o *DeleteInstanceDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *DeleteInstanceDistroXV1ByNameParams
WithTimeout adds the timeout to the delete instance distro x v1 by name params
func (*DeleteInstanceDistroXV1ByNameParams) WriteToRequest ¶
func (o *DeleteInstanceDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteInstanceDistroXV1ByNameReader ¶
type DeleteInstanceDistroXV1ByNameReader struct {
// contains filtered or unexported fields
}
DeleteInstanceDistroXV1ByNameReader is a Reader for the DeleteInstanceDistroXV1ByName structure.
func (*DeleteInstanceDistroXV1ByNameReader) ReadResponse ¶
func (o *DeleteInstanceDistroXV1ByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteInstancesDistroXV1ByCrnDefault ¶
type DeleteInstancesDistroXV1ByCrnDefault struct {
// contains filtered or unexported fields
}
DeleteInstancesDistroXV1ByCrnDefault handles this case with default header values.
successful operation
func NewDeleteInstancesDistroXV1ByCrnDefault ¶
func NewDeleteInstancesDistroXV1ByCrnDefault(code int) *DeleteInstancesDistroXV1ByCrnDefault
NewDeleteInstancesDistroXV1ByCrnDefault creates a DeleteInstancesDistroXV1ByCrnDefault with default headers values
func (*DeleteInstancesDistroXV1ByCrnDefault) Code ¶
func (o *DeleteInstancesDistroXV1ByCrnDefault) Code() int
Code gets the status code for the delete instances distro x v1 by crn default response
func (*DeleteInstancesDistroXV1ByCrnDefault) Error ¶
func (o *DeleteInstancesDistroXV1ByCrnDefault) Error() string
type DeleteInstancesDistroXV1ByCrnParams ¶
type DeleteInstancesDistroXV1ByCrnParams struct { /*Crn*/ Crn string /*Forced*/ Forced *bool /*ID*/ ID []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteInstancesDistroXV1ByCrnParams contains all the parameters to send to the API endpoint for the delete instances distro x v1 by crn operation typically these are written to a http.Request
func NewDeleteInstancesDistroXV1ByCrnParams ¶
func NewDeleteInstancesDistroXV1ByCrnParams() *DeleteInstancesDistroXV1ByCrnParams
NewDeleteInstancesDistroXV1ByCrnParams creates a new DeleteInstancesDistroXV1ByCrnParams object with the default values initialized.
func NewDeleteInstancesDistroXV1ByCrnParamsWithContext ¶
func NewDeleteInstancesDistroXV1ByCrnParamsWithContext(ctx context.Context) *DeleteInstancesDistroXV1ByCrnParams
NewDeleteInstancesDistroXV1ByCrnParamsWithContext creates a new DeleteInstancesDistroXV1ByCrnParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteInstancesDistroXV1ByCrnParamsWithHTTPClient ¶
func NewDeleteInstancesDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *DeleteInstancesDistroXV1ByCrnParams
NewDeleteInstancesDistroXV1ByCrnParamsWithHTTPClient creates a new DeleteInstancesDistroXV1ByCrnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteInstancesDistroXV1ByCrnParamsWithTimeout ¶
func NewDeleteInstancesDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *DeleteInstancesDistroXV1ByCrnParams
NewDeleteInstancesDistroXV1ByCrnParamsWithTimeout creates a new DeleteInstancesDistroXV1ByCrnParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteInstancesDistroXV1ByCrnParams) SetContext ¶
func (o *DeleteInstancesDistroXV1ByCrnParams) SetContext(ctx context.Context)
SetContext adds the context to the delete instances distro x v1 by crn params
func (*DeleteInstancesDistroXV1ByCrnParams) SetCrn ¶
func (o *DeleteInstancesDistroXV1ByCrnParams) SetCrn(crn string)
SetCrn adds the crn to the delete instances distro x v1 by crn params
func (*DeleteInstancesDistroXV1ByCrnParams) SetForced ¶
func (o *DeleteInstancesDistroXV1ByCrnParams) SetForced(forced *bool)
SetForced adds the forced to the delete instances distro x v1 by crn params
func (*DeleteInstancesDistroXV1ByCrnParams) SetHTTPClient ¶
func (o *DeleteInstancesDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete instances distro x v1 by crn params
func (*DeleteInstancesDistroXV1ByCrnParams) SetID ¶
func (o *DeleteInstancesDistroXV1ByCrnParams) SetID(id []string)
SetID adds the id to the delete instances distro x v1 by crn params
func (*DeleteInstancesDistroXV1ByCrnParams) SetTimeout ¶
func (o *DeleteInstancesDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete instances distro x v1 by crn params
func (*DeleteInstancesDistroXV1ByCrnParams) WithContext ¶
func (o *DeleteInstancesDistroXV1ByCrnParams) WithContext(ctx context.Context) *DeleteInstancesDistroXV1ByCrnParams
WithContext adds the context to the delete instances distro x v1 by crn params
func (*DeleteInstancesDistroXV1ByCrnParams) WithCrn ¶
func (o *DeleteInstancesDistroXV1ByCrnParams) WithCrn(crn string) *DeleteInstancesDistroXV1ByCrnParams
WithCrn adds the crn to the delete instances distro x v1 by crn params
func (*DeleteInstancesDistroXV1ByCrnParams) WithForced ¶
func (o *DeleteInstancesDistroXV1ByCrnParams) WithForced(forced *bool) *DeleteInstancesDistroXV1ByCrnParams
WithForced adds the forced to the delete instances distro x v1 by crn params
func (*DeleteInstancesDistroXV1ByCrnParams) WithHTTPClient ¶
func (o *DeleteInstancesDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *DeleteInstancesDistroXV1ByCrnParams
WithHTTPClient adds the HTTPClient to the delete instances distro x v1 by crn params
func (*DeleteInstancesDistroXV1ByCrnParams) WithID ¶
func (o *DeleteInstancesDistroXV1ByCrnParams) WithID(id []string) *DeleteInstancesDistroXV1ByCrnParams
WithID adds the id to the delete instances distro x v1 by crn params
func (*DeleteInstancesDistroXV1ByCrnParams) WithTimeout ¶
func (o *DeleteInstancesDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *DeleteInstancesDistroXV1ByCrnParams
WithTimeout adds the timeout to the delete instances distro x v1 by crn params
func (*DeleteInstancesDistroXV1ByCrnParams) WriteToRequest ¶
func (o *DeleteInstancesDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteInstancesDistroXV1ByCrnReader ¶
type DeleteInstancesDistroXV1ByCrnReader struct {
// contains filtered or unexported fields
}
DeleteInstancesDistroXV1ByCrnReader is a Reader for the DeleteInstancesDistroXV1ByCrn structure.
func (*DeleteInstancesDistroXV1ByCrnReader) ReadResponse ¶
func (o *DeleteInstancesDistroXV1ByCrnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteInstancesDistroXV1ByNameDefault ¶
type DeleteInstancesDistroXV1ByNameDefault struct {
// contains filtered or unexported fields
}
DeleteInstancesDistroXV1ByNameDefault handles this case with default header values.
successful operation
func NewDeleteInstancesDistroXV1ByNameDefault ¶
func NewDeleteInstancesDistroXV1ByNameDefault(code int) *DeleteInstancesDistroXV1ByNameDefault
NewDeleteInstancesDistroXV1ByNameDefault creates a DeleteInstancesDistroXV1ByNameDefault with default headers values
func (*DeleteInstancesDistroXV1ByNameDefault) Code ¶
func (o *DeleteInstancesDistroXV1ByNameDefault) Code() int
Code gets the status code for the delete instances distro x v1 by name default response
func (*DeleteInstancesDistroXV1ByNameDefault) Error ¶
func (o *DeleteInstancesDistroXV1ByNameDefault) Error() string
type DeleteInstancesDistroXV1ByNameParams ¶
type DeleteInstancesDistroXV1ByNameParams struct { /*Forced*/ Forced *bool /*ID*/ ID []string /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteInstancesDistroXV1ByNameParams contains all the parameters to send to the API endpoint for the delete instances distro x v1 by name operation typically these are written to a http.Request
func NewDeleteInstancesDistroXV1ByNameParams ¶
func NewDeleteInstancesDistroXV1ByNameParams() *DeleteInstancesDistroXV1ByNameParams
NewDeleteInstancesDistroXV1ByNameParams creates a new DeleteInstancesDistroXV1ByNameParams object with the default values initialized.
func NewDeleteInstancesDistroXV1ByNameParamsWithContext ¶
func NewDeleteInstancesDistroXV1ByNameParamsWithContext(ctx context.Context) *DeleteInstancesDistroXV1ByNameParams
NewDeleteInstancesDistroXV1ByNameParamsWithContext creates a new DeleteInstancesDistroXV1ByNameParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteInstancesDistroXV1ByNameParamsWithHTTPClient ¶
func NewDeleteInstancesDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *DeleteInstancesDistroXV1ByNameParams
NewDeleteInstancesDistroXV1ByNameParamsWithHTTPClient creates a new DeleteInstancesDistroXV1ByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteInstancesDistroXV1ByNameParamsWithTimeout ¶
func NewDeleteInstancesDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *DeleteInstancesDistroXV1ByNameParams
NewDeleteInstancesDistroXV1ByNameParamsWithTimeout creates a new DeleteInstancesDistroXV1ByNameParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteInstancesDistroXV1ByNameParams) SetContext ¶
func (o *DeleteInstancesDistroXV1ByNameParams) SetContext(ctx context.Context)
SetContext adds the context to the delete instances distro x v1 by name params
func (*DeleteInstancesDistroXV1ByNameParams) SetForced ¶
func (o *DeleteInstancesDistroXV1ByNameParams) SetForced(forced *bool)
SetForced adds the forced to the delete instances distro x v1 by name params
func (*DeleteInstancesDistroXV1ByNameParams) SetHTTPClient ¶
func (o *DeleteInstancesDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete instances distro x v1 by name params
func (*DeleteInstancesDistroXV1ByNameParams) SetID ¶
func (o *DeleteInstancesDistroXV1ByNameParams) SetID(id []string)
SetID adds the id to the delete instances distro x v1 by name params
func (*DeleteInstancesDistroXV1ByNameParams) SetName ¶
func (o *DeleteInstancesDistroXV1ByNameParams) SetName(name string)
SetName adds the name to the delete instances distro x v1 by name params
func (*DeleteInstancesDistroXV1ByNameParams) SetTimeout ¶
func (o *DeleteInstancesDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete instances distro x v1 by name params
func (*DeleteInstancesDistroXV1ByNameParams) WithContext ¶
func (o *DeleteInstancesDistroXV1ByNameParams) WithContext(ctx context.Context) *DeleteInstancesDistroXV1ByNameParams
WithContext adds the context to the delete instances distro x v1 by name params
func (*DeleteInstancesDistroXV1ByNameParams) WithForced ¶
func (o *DeleteInstancesDistroXV1ByNameParams) WithForced(forced *bool) *DeleteInstancesDistroXV1ByNameParams
WithForced adds the forced to the delete instances distro x v1 by name params
func (*DeleteInstancesDistroXV1ByNameParams) WithHTTPClient ¶
func (o *DeleteInstancesDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *DeleteInstancesDistroXV1ByNameParams
WithHTTPClient adds the HTTPClient to the delete instances distro x v1 by name params
func (*DeleteInstancesDistroXV1ByNameParams) WithID ¶
func (o *DeleteInstancesDistroXV1ByNameParams) WithID(id []string) *DeleteInstancesDistroXV1ByNameParams
WithID adds the id to the delete instances distro x v1 by name params
func (*DeleteInstancesDistroXV1ByNameParams) WithName ¶
func (o *DeleteInstancesDistroXV1ByNameParams) WithName(name string) *DeleteInstancesDistroXV1ByNameParams
WithName adds the name to the delete instances distro x v1 by name params
func (*DeleteInstancesDistroXV1ByNameParams) WithTimeout ¶
func (o *DeleteInstancesDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *DeleteInstancesDistroXV1ByNameParams
WithTimeout adds the timeout to the delete instances distro x v1 by name params
func (*DeleteInstancesDistroXV1ByNameParams) WriteToRequest ¶
func (o *DeleteInstancesDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteInstancesDistroXV1ByNameReader ¶
type DeleteInstancesDistroXV1ByNameReader struct {
// contains filtered or unexported fields
}
DeleteInstancesDistroXV1ByNameReader is a Reader for the DeleteInstancesDistroXV1ByName structure.
func (*DeleteInstancesDistroXV1ByNameReader) ReadResponse ¶
func (o *DeleteInstancesDistroXV1ByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteMultipleDistroXClustersByNamesV1Default ¶
type DeleteMultipleDistroXClustersByNamesV1Default struct {
// contains filtered or unexported fields
}
DeleteMultipleDistroXClustersByNamesV1Default handles this case with default header values.
successful operation
func NewDeleteMultipleDistroXClustersByNamesV1Default ¶
func NewDeleteMultipleDistroXClustersByNamesV1Default(code int) *DeleteMultipleDistroXClustersByNamesV1Default
NewDeleteMultipleDistroXClustersByNamesV1Default creates a DeleteMultipleDistroXClustersByNamesV1Default with default headers values
func (*DeleteMultipleDistroXClustersByNamesV1Default) Code ¶
func (o *DeleteMultipleDistroXClustersByNamesV1Default) Code() int
Code gets the status code for the delete multiple distro x clusters by names v1 default response
func (*DeleteMultipleDistroXClustersByNamesV1Default) Error ¶
func (o *DeleteMultipleDistroXClustersByNamesV1Default) Error() string
type DeleteMultipleDistroXClustersByNamesV1Params ¶
type DeleteMultipleDistroXClustersByNamesV1Params struct { /*Body*/ Body *model.DistroXMultiDeleteV1Request /*Forced*/ Forced *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteMultipleDistroXClustersByNamesV1Params contains all the parameters to send to the API endpoint for the delete multiple distro x clusters by names v1 operation typically these are written to a http.Request
func NewDeleteMultipleDistroXClustersByNamesV1Params ¶
func NewDeleteMultipleDistroXClustersByNamesV1Params() *DeleteMultipleDistroXClustersByNamesV1Params
NewDeleteMultipleDistroXClustersByNamesV1Params creates a new DeleteMultipleDistroXClustersByNamesV1Params object with the default values initialized.
func NewDeleteMultipleDistroXClustersByNamesV1ParamsWithContext ¶
func NewDeleteMultipleDistroXClustersByNamesV1ParamsWithContext(ctx context.Context) *DeleteMultipleDistroXClustersByNamesV1Params
NewDeleteMultipleDistroXClustersByNamesV1ParamsWithContext creates a new DeleteMultipleDistroXClustersByNamesV1Params object with the default values initialized, and the ability to set a context for a request
func NewDeleteMultipleDistroXClustersByNamesV1ParamsWithHTTPClient ¶
func NewDeleteMultipleDistroXClustersByNamesV1ParamsWithHTTPClient(client *http.Client) *DeleteMultipleDistroXClustersByNamesV1Params
NewDeleteMultipleDistroXClustersByNamesV1ParamsWithHTTPClient creates a new DeleteMultipleDistroXClustersByNamesV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteMultipleDistroXClustersByNamesV1ParamsWithTimeout ¶
func NewDeleteMultipleDistroXClustersByNamesV1ParamsWithTimeout(timeout time.Duration) *DeleteMultipleDistroXClustersByNamesV1Params
NewDeleteMultipleDistroXClustersByNamesV1ParamsWithTimeout creates a new DeleteMultipleDistroXClustersByNamesV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteMultipleDistroXClustersByNamesV1Params) SetBody ¶
func (o *DeleteMultipleDistroXClustersByNamesV1Params) SetBody(body *model.DistroXMultiDeleteV1Request)
SetBody adds the body to the delete multiple distro x clusters by names v1 params
func (*DeleteMultipleDistroXClustersByNamesV1Params) SetContext ¶
func (o *DeleteMultipleDistroXClustersByNamesV1Params) SetContext(ctx context.Context)
SetContext adds the context to the delete multiple distro x clusters by names v1 params
func (*DeleteMultipleDistroXClustersByNamesV1Params) SetForced ¶
func (o *DeleteMultipleDistroXClustersByNamesV1Params) SetForced(forced *bool)
SetForced adds the forced to the delete multiple distro x clusters by names v1 params
func (*DeleteMultipleDistroXClustersByNamesV1Params) SetHTTPClient ¶
func (o *DeleteMultipleDistroXClustersByNamesV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete multiple distro x clusters by names v1 params
func (*DeleteMultipleDistroXClustersByNamesV1Params) SetTimeout ¶
func (o *DeleteMultipleDistroXClustersByNamesV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete multiple distro x clusters by names v1 params
func (*DeleteMultipleDistroXClustersByNamesV1Params) WithBody ¶
func (o *DeleteMultipleDistroXClustersByNamesV1Params) WithBody(body *model.DistroXMultiDeleteV1Request) *DeleteMultipleDistroXClustersByNamesV1Params
WithBody adds the body to the delete multiple distro x clusters by names v1 params
func (*DeleteMultipleDistroXClustersByNamesV1Params) WithContext ¶
func (o *DeleteMultipleDistroXClustersByNamesV1Params) WithContext(ctx context.Context) *DeleteMultipleDistroXClustersByNamesV1Params
WithContext adds the context to the delete multiple distro x clusters by names v1 params
func (*DeleteMultipleDistroXClustersByNamesV1Params) WithForced ¶
func (o *DeleteMultipleDistroXClustersByNamesV1Params) WithForced(forced *bool) *DeleteMultipleDistroXClustersByNamesV1Params
WithForced adds the forced to the delete multiple distro x clusters by names v1 params
func (*DeleteMultipleDistroXClustersByNamesV1Params) WithHTTPClient ¶
func (o *DeleteMultipleDistroXClustersByNamesV1Params) WithHTTPClient(client *http.Client) *DeleteMultipleDistroXClustersByNamesV1Params
WithHTTPClient adds the HTTPClient to the delete multiple distro x clusters by names v1 params
func (*DeleteMultipleDistroXClustersByNamesV1Params) WithTimeout ¶
func (o *DeleteMultipleDistroXClustersByNamesV1Params) WithTimeout(timeout time.Duration) *DeleteMultipleDistroXClustersByNamesV1Params
WithTimeout adds the timeout to the delete multiple distro x clusters by names v1 params
func (*DeleteMultipleDistroXClustersByNamesV1Params) WriteToRequest ¶
func (o *DeleteMultipleDistroXClustersByNamesV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteMultipleDistroXClustersByNamesV1Reader ¶
type DeleteMultipleDistroXClustersByNamesV1Reader struct {
// contains filtered or unexported fields
}
DeleteMultipleDistroXClustersByNamesV1Reader is a Reader for the DeleteMultipleDistroXClustersByNamesV1 structure.
func (*DeleteMultipleDistroXClustersByNamesV1Reader) ReadResponse ¶
func (o *DeleteMultipleDistroXClustersByNamesV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteWithKerberosDistroXV1ByCrnDefault ¶
type DeleteWithKerberosDistroXV1ByCrnDefault struct {
// contains filtered or unexported fields
}
DeleteWithKerberosDistroXV1ByCrnDefault handles this case with default header values.
successful operation
func NewDeleteWithKerberosDistroXV1ByCrnDefault ¶
func NewDeleteWithKerberosDistroXV1ByCrnDefault(code int) *DeleteWithKerberosDistroXV1ByCrnDefault
NewDeleteWithKerberosDistroXV1ByCrnDefault creates a DeleteWithKerberosDistroXV1ByCrnDefault with default headers values
func (*DeleteWithKerberosDistroXV1ByCrnDefault) Code ¶
func (o *DeleteWithKerberosDistroXV1ByCrnDefault) Code() int
Code gets the status code for the delete with kerberos distro x v1 by crn default response
func (*DeleteWithKerberosDistroXV1ByCrnDefault) Error ¶
func (o *DeleteWithKerberosDistroXV1ByCrnDefault) Error() string
type DeleteWithKerberosDistroXV1ByCrnParams ¶
type DeleteWithKerberosDistroXV1ByCrnParams struct { /*Crn*/ Crn string /*Forced*/ Forced *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteWithKerberosDistroXV1ByCrnParams contains all the parameters to send to the API endpoint for the delete with kerberos distro x v1 by crn operation typically these are written to a http.Request
func NewDeleteWithKerberosDistroXV1ByCrnParams ¶
func NewDeleteWithKerberosDistroXV1ByCrnParams() *DeleteWithKerberosDistroXV1ByCrnParams
NewDeleteWithKerberosDistroXV1ByCrnParams creates a new DeleteWithKerberosDistroXV1ByCrnParams object with the default values initialized.
func NewDeleteWithKerberosDistroXV1ByCrnParamsWithContext ¶
func NewDeleteWithKerberosDistroXV1ByCrnParamsWithContext(ctx context.Context) *DeleteWithKerberosDistroXV1ByCrnParams
NewDeleteWithKerberosDistroXV1ByCrnParamsWithContext creates a new DeleteWithKerberosDistroXV1ByCrnParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteWithKerberosDistroXV1ByCrnParamsWithHTTPClient ¶
func NewDeleteWithKerberosDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *DeleteWithKerberosDistroXV1ByCrnParams
NewDeleteWithKerberosDistroXV1ByCrnParamsWithHTTPClient creates a new DeleteWithKerberosDistroXV1ByCrnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteWithKerberosDistroXV1ByCrnParamsWithTimeout ¶
func NewDeleteWithKerberosDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *DeleteWithKerberosDistroXV1ByCrnParams
NewDeleteWithKerberosDistroXV1ByCrnParamsWithTimeout creates a new DeleteWithKerberosDistroXV1ByCrnParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteWithKerberosDistroXV1ByCrnParams) SetContext ¶
func (o *DeleteWithKerberosDistroXV1ByCrnParams) SetContext(ctx context.Context)
SetContext adds the context to the delete with kerberos distro x v1 by crn params
func (*DeleteWithKerberosDistroXV1ByCrnParams) SetCrn ¶
func (o *DeleteWithKerberosDistroXV1ByCrnParams) SetCrn(crn string)
SetCrn adds the crn to the delete with kerberos distro x v1 by crn params
func (*DeleteWithKerberosDistroXV1ByCrnParams) SetForced ¶
func (o *DeleteWithKerberosDistroXV1ByCrnParams) SetForced(forced *bool)
SetForced adds the forced to the delete with kerberos distro x v1 by crn params
func (*DeleteWithKerberosDistroXV1ByCrnParams) SetHTTPClient ¶
func (o *DeleteWithKerberosDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete with kerberos distro x v1 by crn params
func (*DeleteWithKerberosDistroXV1ByCrnParams) SetTimeout ¶
func (o *DeleteWithKerberosDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete with kerberos distro x v1 by crn params
func (*DeleteWithKerberosDistroXV1ByCrnParams) WithContext ¶
func (o *DeleteWithKerberosDistroXV1ByCrnParams) WithContext(ctx context.Context) *DeleteWithKerberosDistroXV1ByCrnParams
WithContext adds the context to the delete with kerberos distro x v1 by crn params
func (*DeleteWithKerberosDistroXV1ByCrnParams) WithCrn ¶
func (o *DeleteWithKerberosDistroXV1ByCrnParams) WithCrn(crn string) *DeleteWithKerberosDistroXV1ByCrnParams
WithCrn adds the crn to the delete with kerberos distro x v1 by crn params
func (*DeleteWithKerberosDistroXV1ByCrnParams) WithForced ¶
func (o *DeleteWithKerberosDistroXV1ByCrnParams) WithForced(forced *bool) *DeleteWithKerberosDistroXV1ByCrnParams
WithForced adds the forced to the delete with kerberos distro x v1 by crn params
func (*DeleteWithKerberosDistroXV1ByCrnParams) WithHTTPClient ¶
func (o *DeleteWithKerberosDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *DeleteWithKerberosDistroXV1ByCrnParams
WithHTTPClient adds the HTTPClient to the delete with kerberos distro x v1 by crn params
func (*DeleteWithKerberosDistroXV1ByCrnParams) WithTimeout ¶
func (o *DeleteWithKerberosDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *DeleteWithKerberosDistroXV1ByCrnParams
WithTimeout adds the timeout to the delete with kerberos distro x v1 by crn params
func (*DeleteWithKerberosDistroXV1ByCrnParams) WriteToRequest ¶
func (o *DeleteWithKerberosDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteWithKerberosDistroXV1ByCrnReader ¶
type DeleteWithKerberosDistroXV1ByCrnReader struct {
// contains filtered or unexported fields
}
DeleteWithKerberosDistroXV1ByCrnReader is a Reader for the DeleteWithKerberosDistroXV1ByCrn structure.
func (*DeleteWithKerberosDistroXV1ByCrnReader) ReadResponse ¶
func (o *DeleteWithKerberosDistroXV1ByCrnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteWithKerberosDistroXV1ByNameDefault ¶
type DeleteWithKerberosDistroXV1ByNameDefault struct {
// contains filtered or unexported fields
}
DeleteWithKerberosDistroXV1ByNameDefault handles this case with default header values.
successful operation
func NewDeleteWithKerberosDistroXV1ByNameDefault ¶
func NewDeleteWithKerberosDistroXV1ByNameDefault(code int) *DeleteWithKerberosDistroXV1ByNameDefault
NewDeleteWithKerberosDistroXV1ByNameDefault creates a DeleteWithKerberosDistroXV1ByNameDefault with default headers values
func (*DeleteWithKerberosDistroXV1ByNameDefault) Code ¶
func (o *DeleteWithKerberosDistroXV1ByNameDefault) Code() int
Code gets the status code for the delete with kerberos distro x v1 by name default response
func (*DeleteWithKerberosDistroXV1ByNameDefault) Error ¶
func (o *DeleteWithKerberosDistroXV1ByNameDefault) Error() string
type DeleteWithKerberosDistroXV1ByNameParams ¶
type DeleteWithKerberosDistroXV1ByNameParams struct { /*Forced*/ Forced *bool /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteWithKerberosDistroXV1ByNameParams contains all the parameters to send to the API endpoint for the delete with kerberos distro x v1 by name operation typically these are written to a http.Request
func NewDeleteWithKerberosDistroXV1ByNameParams ¶
func NewDeleteWithKerberosDistroXV1ByNameParams() *DeleteWithKerberosDistroXV1ByNameParams
NewDeleteWithKerberosDistroXV1ByNameParams creates a new DeleteWithKerberosDistroXV1ByNameParams object with the default values initialized.
func NewDeleteWithKerberosDistroXV1ByNameParamsWithContext ¶
func NewDeleteWithKerberosDistroXV1ByNameParamsWithContext(ctx context.Context) *DeleteWithKerberosDistroXV1ByNameParams
NewDeleteWithKerberosDistroXV1ByNameParamsWithContext creates a new DeleteWithKerberosDistroXV1ByNameParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteWithKerberosDistroXV1ByNameParamsWithHTTPClient ¶
func NewDeleteWithKerberosDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *DeleteWithKerberosDistroXV1ByNameParams
NewDeleteWithKerberosDistroXV1ByNameParamsWithHTTPClient creates a new DeleteWithKerberosDistroXV1ByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteWithKerberosDistroXV1ByNameParamsWithTimeout ¶
func NewDeleteWithKerberosDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *DeleteWithKerberosDistroXV1ByNameParams
NewDeleteWithKerberosDistroXV1ByNameParamsWithTimeout creates a new DeleteWithKerberosDistroXV1ByNameParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteWithKerberosDistroXV1ByNameParams) SetContext ¶
func (o *DeleteWithKerberosDistroXV1ByNameParams) SetContext(ctx context.Context)
SetContext adds the context to the delete with kerberos distro x v1 by name params
func (*DeleteWithKerberosDistroXV1ByNameParams) SetForced ¶
func (o *DeleteWithKerberosDistroXV1ByNameParams) SetForced(forced *bool)
SetForced adds the forced to the delete with kerberos distro x v1 by name params
func (*DeleteWithKerberosDistroXV1ByNameParams) SetHTTPClient ¶
func (o *DeleteWithKerberosDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete with kerberos distro x v1 by name params
func (*DeleteWithKerberosDistroXV1ByNameParams) SetName ¶
func (o *DeleteWithKerberosDistroXV1ByNameParams) SetName(name string)
SetName adds the name to the delete with kerberos distro x v1 by name params
func (*DeleteWithKerberosDistroXV1ByNameParams) SetTimeout ¶
func (o *DeleteWithKerberosDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete with kerberos distro x v1 by name params
func (*DeleteWithKerberosDistroXV1ByNameParams) WithContext ¶
func (o *DeleteWithKerberosDistroXV1ByNameParams) WithContext(ctx context.Context) *DeleteWithKerberosDistroXV1ByNameParams
WithContext adds the context to the delete with kerberos distro x v1 by name params
func (*DeleteWithKerberosDistroXV1ByNameParams) WithForced ¶
func (o *DeleteWithKerberosDistroXV1ByNameParams) WithForced(forced *bool) *DeleteWithKerberosDistroXV1ByNameParams
WithForced adds the forced to the delete with kerberos distro x v1 by name params
func (*DeleteWithKerberosDistroXV1ByNameParams) WithHTTPClient ¶
func (o *DeleteWithKerberosDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *DeleteWithKerberosDistroXV1ByNameParams
WithHTTPClient adds the HTTPClient to the delete with kerberos distro x v1 by name params
func (*DeleteWithKerberosDistroXV1ByNameParams) WithName ¶
func (o *DeleteWithKerberosDistroXV1ByNameParams) WithName(name string) *DeleteWithKerberosDistroXV1ByNameParams
WithName adds the name to the delete with kerberos distro x v1 by name params
func (*DeleteWithKerberosDistroXV1ByNameParams) WithTimeout ¶
func (o *DeleteWithKerberosDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *DeleteWithKerberosDistroXV1ByNameParams
WithTimeout adds the timeout to the delete with kerberos distro x v1 by name params
func (*DeleteWithKerberosDistroXV1ByNameParams) WriteToRequest ¶
func (o *DeleteWithKerberosDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteWithKerberosDistroXV1ByNameReader ¶
type DeleteWithKerberosDistroXV1ByNameReader struct {
// contains filtered or unexported fields
}
DeleteWithKerberosDistroXV1ByNameReader is a Reader for the DeleteWithKerberosDistroXV1ByName structure.
func (*DeleteWithKerberosDistroXV1ByNameReader) ReadResponse ¶
func (o *DeleteWithKerberosDistroXV1ByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetCreateClusterForCliOK ¶
type GetCreateClusterForCliOK struct {
Payload interface{}
}
GetCreateClusterForCliOK handles this case with default header values.
successful operation
func NewGetCreateClusterForCliOK ¶
func NewGetCreateClusterForCliOK() *GetCreateClusterForCliOK
NewGetCreateClusterForCliOK creates a GetCreateClusterForCliOK with default headers values
func (*GetCreateClusterForCliOK) Error ¶
func (o *GetCreateClusterForCliOK) Error() string
type GetCreateClusterForCliParams ¶
type GetCreateClusterForCliParams struct { /*Body*/ Body *model.DistroXV1Request Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetCreateClusterForCliParams contains all the parameters to send to the API endpoint for the get create cluster for cli operation typically these are written to a http.Request
func NewGetCreateClusterForCliParams ¶
func NewGetCreateClusterForCliParams() *GetCreateClusterForCliParams
NewGetCreateClusterForCliParams creates a new GetCreateClusterForCliParams object with the default values initialized.
func NewGetCreateClusterForCliParamsWithContext ¶
func NewGetCreateClusterForCliParamsWithContext(ctx context.Context) *GetCreateClusterForCliParams
NewGetCreateClusterForCliParamsWithContext creates a new GetCreateClusterForCliParams object with the default values initialized, and the ability to set a context for a request
func NewGetCreateClusterForCliParamsWithHTTPClient ¶
func NewGetCreateClusterForCliParamsWithHTTPClient(client *http.Client) *GetCreateClusterForCliParams
NewGetCreateClusterForCliParamsWithHTTPClient creates a new GetCreateClusterForCliParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetCreateClusterForCliParamsWithTimeout ¶
func NewGetCreateClusterForCliParamsWithTimeout(timeout time.Duration) *GetCreateClusterForCliParams
NewGetCreateClusterForCliParamsWithTimeout creates a new GetCreateClusterForCliParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetCreateClusterForCliParams) SetBody ¶
func (o *GetCreateClusterForCliParams) SetBody(body *model.DistroXV1Request)
SetBody adds the body to the get create cluster for cli params
func (*GetCreateClusterForCliParams) SetContext ¶
func (o *GetCreateClusterForCliParams) SetContext(ctx context.Context)
SetContext adds the context to the get create cluster for cli params
func (*GetCreateClusterForCliParams) SetHTTPClient ¶
func (o *GetCreateClusterForCliParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get create cluster for cli params
func (*GetCreateClusterForCliParams) SetTimeout ¶
func (o *GetCreateClusterForCliParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get create cluster for cli params
func (*GetCreateClusterForCliParams) WithBody ¶
func (o *GetCreateClusterForCliParams) WithBody(body *model.DistroXV1Request) *GetCreateClusterForCliParams
WithBody adds the body to the get create cluster for cli params
func (*GetCreateClusterForCliParams) WithContext ¶
func (o *GetCreateClusterForCliParams) WithContext(ctx context.Context) *GetCreateClusterForCliParams
WithContext adds the context to the get create cluster for cli params
func (*GetCreateClusterForCliParams) WithHTTPClient ¶
func (o *GetCreateClusterForCliParams) WithHTTPClient(client *http.Client) *GetCreateClusterForCliParams
WithHTTPClient adds the HTTPClient to the get create cluster for cli params
func (*GetCreateClusterForCliParams) WithTimeout ¶
func (o *GetCreateClusterForCliParams) WithTimeout(timeout time.Duration) *GetCreateClusterForCliParams
WithTimeout adds the timeout to the get create cluster for cli params
func (*GetCreateClusterForCliParams) WriteToRequest ¶
func (o *GetCreateClusterForCliParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetCreateClusterForCliReader ¶
type GetCreateClusterForCliReader struct {
// contains filtered or unexported fields
}
GetCreateClusterForCliReader is a Reader for the GetCreateClusterForCli structure.
func (*GetCreateClusterForCliReader) ReadResponse ¶
func (o *GetCreateClusterForCliReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDistroXRequestV1ByCrnOK ¶
type GetDistroXRequestV1ByCrnOK struct {
Payload interface{}
}
GetDistroXRequestV1ByCrnOK handles this case with default header values.
successful operation
func NewGetDistroXRequestV1ByCrnOK ¶
func NewGetDistroXRequestV1ByCrnOK() *GetDistroXRequestV1ByCrnOK
NewGetDistroXRequestV1ByCrnOK creates a GetDistroXRequestV1ByCrnOK with default headers values
func (*GetDistroXRequestV1ByCrnOK) Error ¶
func (o *GetDistroXRequestV1ByCrnOK) Error() string
type GetDistroXRequestV1ByCrnParams ¶
type GetDistroXRequestV1ByCrnParams struct { /*Crn*/ Crn string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDistroXRequestV1ByCrnParams contains all the parameters to send to the API endpoint for the get distro x request v1 by crn operation typically these are written to a http.Request
func NewGetDistroXRequestV1ByCrnParams ¶
func NewGetDistroXRequestV1ByCrnParams() *GetDistroXRequestV1ByCrnParams
NewGetDistroXRequestV1ByCrnParams creates a new GetDistroXRequestV1ByCrnParams object with the default values initialized.
func NewGetDistroXRequestV1ByCrnParamsWithContext ¶
func NewGetDistroXRequestV1ByCrnParamsWithContext(ctx context.Context) *GetDistroXRequestV1ByCrnParams
NewGetDistroXRequestV1ByCrnParamsWithContext creates a new GetDistroXRequestV1ByCrnParams object with the default values initialized, and the ability to set a context for a request
func NewGetDistroXRequestV1ByCrnParamsWithHTTPClient ¶
func NewGetDistroXRequestV1ByCrnParamsWithHTTPClient(client *http.Client) *GetDistroXRequestV1ByCrnParams
NewGetDistroXRequestV1ByCrnParamsWithHTTPClient creates a new GetDistroXRequestV1ByCrnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetDistroXRequestV1ByCrnParamsWithTimeout ¶
func NewGetDistroXRequestV1ByCrnParamsWithTimeout(timeout time.Duration) *GetDistroXRequestV1ByCrnParams
NewGetDistroXRequestV1ByCrnParamsWithTimeout creates a new GetDistroXRequestV1ByCrnParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetDistroXRequestV1ByCrnParams) SetContext ¶
func (o *GetDistroXRequestV1ByCrnParams) SetContext(ctx context.Context)
SetContext adds the context to the get distro x request v1 by crn params
func (*GetDistroXRequestV1ByCrnParams) SetCrn ¶
func (o *GetDistroXRequestV1ByCrnParams) SetCrn(crn string)
SetCrn adds the crn to the get distro x request v1 by crn params
func (*GetDistroXRequestV1ByCrnParams) SetHTTPClient ¶
func (o *GetDistroXRequestV1ByCrnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get distro x request v1 by crn params
func (*GetDistroXRequestV1ByCrnParams) SetTimeout ¶
func (o *GetDistroXRequestV1ByCrnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get distro x request v1 by crn params
func (*GetDistroXRequestV1ByCrnParams) WithContext ¶
func (o *GetDistroXRequestV1ByCrnParams) WithContext(ctx context.Context) *GetDistroXRequestV1ByCrnParams
WithContext adds the context to the get distro x request v1 by crn params
func (*GetDistroXRequestV1ByCrnParams) WithCrn ¶
func (o *GetDistroXRequestV1ByCrnParams) WithCrn(crn string) *GetDistroXRequestV1ByCrnParams
WithCrn adds the crn to the get distro x request v1 by crn params
func (*GetDistroXRequestV1ByCrnParams) WithHTTPClient ¶
func (o *GetDistroXRequestV1ByCrnParams) WithHTTPClient(client *http.Client) *GetDistroXRequestV1ByCrnParams
WithHTTPClient adds the HTTPClient to the get distro x request v1 by crn params
func (*GetDistroXRequestV1ByCrnParams) WithTimeout ¶
func (o *GetDistroXRequestV1ByCrnParams) WithTimeout(timeout time.Duration) *GetDistroXRequestV1ByCrnParams
WithTimeout adds the timeout to the get distro x request v1 by crn params
func (*GetDistroXRequestV1ByCrnParams) WriteToRequest ¶
func (o *GetDistroXRequestV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDistroXRequestV1ByCrnReader ¶
type GetDistroXRequestV1ByCrnReader struct {
// contains filtered or unexported fields
}
GetDistroXRequestV1ByCrnReader is a Reader for the GetDistroXRequestV1ByCrn structure.
func (*GetDistroXRequestV1ByCrnReader) ReadResponse ¶
func (o *GetDistroXRequestV1ByCrnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDistroXRequestV1ByNameOK ¶
type GetDistroXRequestV1ByNameOK struct {
Payload interface{}
}
GetDistroXRequestV1ByNameOK handles this case with default header values.
successful operation
func NewGetDistroXRequestV1ByNameOK ¶
func NewGetDistroXRequestV1ByNameOK() *GetDistroXRequestV1ByNameOK
NewGetDistroXRequestV1ByNameOK creates a GetDistroXRequestV1ByNameOK with default headers values
func (*GetDistroXRequestV1ByNameOK) Error ¶
func (o *GetDistroXRequestV1ByNameOK) Error() string
type GetDistroXRequestV1ByNameParams ¶
type GetDistroXRequestV1ByNameParams struct { /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDistroXRequestV1ByNameParams contains all the parameters to send to the API endpoint for the get distro x request v1 by name operation typically these are written to a http.Request
func NewGetDistroXRequestV1ByNameParams ¶
func NewGetDistroXRequestV1ByNameParams() *GetDistroXRequestV1ByNameParams
NewGetDistroXRequestV1ByNameParams creates a new GetDistroXRequestV1ByNameParams object with the default values initialized.
func NewGetDistroXRequestV1ByNameParamsWithContext ¶
func NewGetDistroXRequestV1ByNameParamsWithContext(ctx context.Context) *GetDistroXRequestV1ByNameParams
NewGetDistroXRequestV1ByNameParamsWithContext creates a new GetDistroXRequestV1ByNameParams object with the default values initialized, and the ability to set a context for a request
func NewGetDistroXRequestV1ByNameParamsWithHTTPClient ¶
func NewGetDistroXRequestV1ByNameParamsWithHTTPClient(client *http.Client) *GetDistroXRequestV1ByNameParams
NewGetDistroXRequestV1ByNameParamsWithHTTPClient creates a new GetDistroXRequestV1ByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetDistroXRequestV1ByNameParamsWithTimeout ¶
func NewGetDistroXRequestV1ByNameParamsWithTimeout(timeout time.Duration) *GetDistroXRequestV1ByNameParams
NewGetDistroXRequestV1ByNameParamsWithTimeout creates a new GetDistroXRequestV1ByNameParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetDistroXRequestV1ByNameParams) SetContext ¶
func (o *GetDistroXRequestV1ByNameParams) SetContext(ctx context.Context)
SetContext adds the context to the get distro x request v1 by name params
func (*GetDistroXRequestV1ByNameParams) SetHTTPClient ¶
func (o *GetDistroXRequestV1ByNameParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get distro x request v1 by name params
func (*GetDistroXRequestV1ByNameParams) SetName ¶
func (o *GetDistroXRequestV1ByNameParams) SetName(name string)
SetName adds the name to the get distro x request v1 by name params
func (*GetDistroXRequestV1ByNameParams) SetTimeout ¶
func (o *GetDistroXRequestV1ByNameParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get distro x request v1 by name params
func (*GetDistroXRequestV1ByNameParams) WithContext ¶
func (o *GetDistroXRequestV1ByNameParams) WithContext(ctx context.Context) *GetDistroXRequestV1ByNameParams
WithContext adds the context to the get distro x request v1 by name params
func (*GetDistroXRequestV1ByNameParams) WithHTTPClient ¶
func (o *GetDistroXRequestV1ByNameParams) WithHTTPClient(client *http.Client) *GetDistroXRequestV1ByNameParams
WithHTTPClient adds the HTTPClient to the get distro x request v1 by name params
func (*GetDistroXRequestV1ByNameParams) WithName ¶
func (o *GetDistroXRequestV1ByNameParams) WithName(name string) *GetDistroXRequestV1ByNameParams
WithName adds the name to the get distro x request v1 by name params
func (*GetDistroXRequestV1ByNameParams) WithTimeout ¶
func (o *GetDistroXRequestV1ByNameParams) WithTimeout(timeout time.Duration) *GetDistroXRequestV1ByNameParams
WithTimeout adds the timeout to the get distro x request v1 by name params
func (*GetDistroXRequestV1ByNameParams) WriteToRequest ¶
func (o *GetDistroXRequestV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDistroXRequestV1ByNameReader ¶
type GetDistroXRequestV1ByNameReader struct {
// contains filtered or unexported fields
}
GetDistroXRequestV1ByNameReader is a Reader for the GetDistroXRequestV1ByName structure.
func (*GetDistroXRequestV1ByNameReader) ReadResponse ¶
func (o *GetDistroXRequestV1ByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDistroXV1ByCrnOK ¶
type GetDistroXV1ByCrnOK struct {
Payload *model.StackV4Response
}
GetDistroXV1ByCrnOK handles this case with default header values.
successful operation
func NewGetDistroXV1ByCrnOK ¶
func NewGetDistroXV1ByCrnOK() *GetDistroXV1ByCrnOK
NewGetDistroXV1ByCrnOK creates a GetDistroXV1ByCrnOK with default headers values
func (*GetDistroXV1ByCrnOK) Error ¶
func (o *GetDistroXV1ByCrnOK) Error() string
type GetDistroXV1ByCrnParams ¶
type GetDistroXV1ByCrnParams struct { /*Crn*/ Crn string /*Entries*/ Entries []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDistroXV1ByCrnParams contains all the parameters to send to the API endpoint for the get distro x v1 by crn operation typically these are written to a http.Request
func NewGetDistroXV1ByCrnParams ¶
func NewGetDistroXV1ByCrnParams() *GetDistroXV1ByCrnParams
NewGetDistroXV1ByCrnParams creates a new GetDistroXV1ByCrnParams object with the default values initialized.
func NewGetDistroXV1ByCrnParamsWithContext ¶
func NewGetDistroXV1ByCrnParamsWithContext(ctx context.Context) *GetDistroXV1ByCrnParams
NewGetDistroXV1ByCrnParamsWithContext creates a new GetDistroXV1ByCrnParams object with the default values initialized, and the ability to set a context for a request
func NewGetDistroXV1ByCrnParamsWithHTTPClient ¶
func NewGetDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *GetDistroXV1ByCrnParams
NewGetDistroXV1ByCrnParamsWithHTTPClient creates a new GetDistroXV1ByCrnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetDistroXV1ByCrnParamsWithTimeout ¶
func NewGetDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *GetDistroXV1ByCrnParams
NewGetDistroXV1ByCrnParamsWithTimeout creates a new GetDistroXV1ByCrnParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetDistroXV1ByCrnParams) SetContext ¶
func (o *GetDistroXV1ByCrnParams) SetContext(ctx context.Context)
SetContext adds the context to the get distro x v1 by crn params
func (*GetDistroXV1ByCrnParams) SetCrn ¶
func (o *GetDistroXV1ByCrnParams) SetCrn(crn string)
SetCrn adds the crn to the get distro x v1 by crn params
func (*GetDistroXV1ByCrnParams) SetEntries ¶
func (o *GetDistroXV1ByCrnParams) SetEntries(entries []string)
SetEntries adds the entries to the get distro x v1 by crn params
func (*GetDistroXV1ByCrnParams) SetHTTPClient ¶
func (o *GetDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get distro x v1 by crn params
func (*GetDistroXV1ByCrnParams) SetTimeout ¶
func (o *GetDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get distro x v1 by crn params
func (*GetDistroXV1ByCrnParams) WithContext ¶
func (o *GetDistroXV1ByCrnParams) WithContext(ctx context.Context) *GetDistroXV1ByCrnParams
WithContext adds the context to the get distro x v1 by crn params
func (*GetDistroXV1ByCrnParams) WithCrn ¶
func (o *GetDistroXV1ByCrnParams) WithCrn(crn string) *GetDistroXV1ByCrnParams
WithCrn adds the crn to the get distro x v1 by crn params
func (*GetDistroXV1ByCrnParams) WithEntries ¶
func (o *GetDistroXV1ByCrnParams) WithEntries(entries []string) *GetDistroXV1ByCrnParams
WithEntries adds the entries to the get distro x v1 by crn params
func (*GetDistroXV1ByCrnParams) WithHTTPClient ¶
func (o *GetDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *GetDistroXV1ByCrnParams
WithHTTPClient adds the HTTPClient to the get distro x v1 by crn params
func (*GetDistroXV1ByCrnParams) WithTimeout ¶
func (o *GetDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *GetDistroXV1ByCrnParams
WithTimeout adds the timeout to the get distro x v1 by crn params
func (*GetDistroXV1ByCrnParams) WriteToRequest ¶
func (o *GetDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDistroXV1ByCrnReader ¶
type GetDistroXV1ByCrnReader struct {
// contains filtered or unexported fields
}
GetDistroXV1ByCrnReader is a Reader for the GetDistroXV1ByCrn structure.
func (*GetDistroXV1ByCrnReader) ReadResponse ¶
func (o *GetDistroXV1ByCrnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDistroXV1ByNameOK ¶
type GetDistroXV1ByNameOK struct {
Payload *model.StackV4Response
}
GetDistroXV1ByNameOK handles this case with default header values.
successful operation
func NewGetDistroXV1ByNameOK ¶
func NewGetDistroXV1ByNameOK() *GetDistroXV1ByNameOK
NewGetDistroXV1ByNameOK creates a GetDistroXV1ByNameOK with default headers values
func (*GetDistroXV1ByNameOK) Error ¶
func (o *GetDistroXV1ByNameOK) Error() string
type GetDistroXV1ByNameParams ¶
type GetDistroXV1ByNameParams struct { /*Entries*/ Entries []string /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDistroXV1ByNameParams contains all the parameters to send to the API endpoint for the get distro x v1 by name operation typically these are written to a http.Request
func NewGetDistroXV1ByNameParams ¶
func NewGetDistroXV1ByNameParams() *GetDistroXV1ByNameParams
NewGetDistroXV1ByNameParams creates a new GetDistroXV1ByNameParams object with the default values initialized.
func NewGetDistroXV1ByNameParamsWithContext ¶
func NewGetDistroXV1ByNameParamsWithContext(ctx context.Context) *GetDistroXV1ByNameParams
NewGetDistroXV1ByNameParamsWithContext creates a new GetDistroXV1ByNameParams object with the default values initialized, and the ability to set a context for a request
func NewGetDistroXV1ByNameParamsWithHTTPClient ¶
func NewGetDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *GetDistroXV1ByNameParams
NewGetDistroXV1ByNameParamsWithHTTPClient creates a new GetDistroXV1ByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetDistroXV1ByNameParamsWithTimeout ¶
func NewGetDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *GetDistroXV1ByNameParams
NewGetDistroXV1ByNameParamsWithTimeout creates a new GetDistroXV1ByNameParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetDistroXV1ByNameParams) SetContext ¶
func (o *GetDistroXV1ByNameParams) SetContext(ctx context.Context)
SetContext adds the context to the get distro x v1 by name params
func (*GetDistroXV1ByNameParams) SetEntries ¶
func (o *GetDistroXV1ByNameParams) SetEntries(entries []string)
SetEntries adds the entries to the get distro x v1 by name params
func (*GetDistroXV1ByNameParams) SetHTTPClient ¶
func (o *GetDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get distro x v1 by name params
func (*GetDistroXV1ByNameParams) SetName ¶
func (o *GetDistroXV1ByNameParams) SetName(name string)
SetName adds the name to the get distro x v1 by name params
func (*GetDistroXV1ByNameParams) SetTimeout ¶
func (o *GetDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get distro x v1 by name params
func (*GetDistroXV1ByNameParams) WithContext ¶
func (o *GetDistroXV1ByNameParams) WithContext(ctx context.Context) *GetDistroXV1ByNameParams
WithContext adds the context to the get distro x v1 by name params
func (*GetDistroXV1ByNameParams) WithEntries ¶
func (o *GetDistroXV1ByNameParams) WithEntries(entries []string) *GetDistroXV1ByNameParams
WithEntries adds the entries to the get distro x v1 by name params
func (*GetDistroXV1ByNameParams) WithHTTPClient ¶
func (o *GetDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *GetDistroXV1ByNameParams
WithHTTPClient adds the HTTPClient to the get distro x v1 by name params
func (*GetDistroXV1ByNameParams) WithName ¶
func (o *GetDistroXV1ByNameParams) WithName(name string) *GetDistroXV1ByNameParams
WithName adds the name to the get distro x v1 by name params
func (*GetDistroXV1ByNameParams) WithTimeout ¶
func (o *GetDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *GetDistroXV1ByNameParams
WithTimeout adds the timeout to the get distro x v1 by name params
func (*GetDistroXV1ByNameParams) WriteToRequest ¶
func (o *GetDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDistroXV1ByNameReader ¶
type GetDistroXV1ByNameReader struct {
// contains filtered or unexported fields
}
GetDistroXV1ByNameReader is a Reader for the GetDistroXV1ByName structure.
func (*GetDistroXV1ByNameReader) ReadResponse ¶
func (o *GetDistroXV1ByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListDistroXV1OK ¶
type ListDistroXV1OK struct {
Payload *model.StackViewV4Responses
}
ListDistroXV1OK handles this case with default header values.
successful operation
func NewListDistroXV1OK ¶
func NewListDistroXV1OK() *ListDistroXV1OK
NewListDistroXV1OK creates a ListDistroXV1OK with default headers values
func (*ListDistroXV1OK) Error ¶
func (o *ListDistroXV1OK) Error() string
type ListDistroXV1Params ¶
type ListDistroXV1Params struct { /*EnvironmentCrn*/ EnvironmentCrn *string /*EnvironmentName*/ EnvironmentName *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListDistroXV1Params contains all the parameters to send to the API endpoint for the list distro x v1 operation typically these are written to a http.Request
func NewListDistroXV1Params ¶
func NewListDistroXV1Params() *ListDistroXV1Params
NewListDistroXV1Params creates a new ListDistroXV1Params object with the default values initialized.
func NewListDistroXV1ParamsWithContext ¶
func NewListDistroXV1ParamsWithContext(ctx context.Context) *ListDistroXV1Params
NewListDistroXV1ParamsWithContext creates a new ListDistroXV1Params object with the default values initialized, and the ability to set a context for a request
func NewListDistroXV1ParamsWithHTTPClient ¶
func NewListDistroXV1ParamsWithHTTPClient(client *http.Client) *ListDistroXV1Params
NewListDistroXV1ParamsWithHTTPClient creates a new ListDistroXV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListDistroXV1ParamsWithTimeout ¶
func NewListDistroXV1ParamsWithTimeout(timeout time.Duration) *ListDistroXV1Params
NewListDistroXV1ParamsWithTimeout creates a new ListDistroXV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*ListDistroXV1Params) SetContext ¶
func (o *ListDistroXV1Params) SetContext(ctx context.Context)
SetContext adds the context to the list distro x v1 params
func (*ListDistroXV1Params) SetEnvironmentCrn ¶
func (o *ListDistroXV1Params) SetEnvironmentCrn(environmentCrn *string)
SetEnvironmentCrn adds the environmentCrn to the list distro x v1 params
func (*ListDistroXV1Params) SetEnvironmentName ¶
func (o *ListDistroXV1Params) SetEnvironmentName(environmentName *string)
SetEnvironmentName adds the environmentName to the list distro x v1 params
func (*ListDistroXV1Params) SetHTTPClient ¶
func (o *ListDistroXV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list distro x v1 params
func (*ListDistroXV1Params) SetTimeout ¶
func (o *ListDistroXV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list distro x v1 params
func (*ListDistroXV1Params) WithContext ¶
func (o *ListDistroXV1Params) WithContext(ctx context.Context) *ListDistroXV1Params
WithContext adds the context to the list distro x v1 params
func (*ListDistroXV1Params) WithEnvironmentCrn ¶
func (o *ListDistroXV1Params) WithEnvironmentCrn(environmentCrn *string) *ListDistroXV1Params
WithEnvironmentCrn adds the environmentCrn to the list distro x v1 params
func (*ListDistroXV1Params) WithEnvironmentName ¶
func (o *ListDistroXV1Params) WithEnvironmentName(environmentName *string) *ListDistroXV1Params
WithEnvironmentName adds the environmentName to the list distro x v1 params
func (*ListDistroXV1Params) WithHTTPClient ¶
func (o *ListDistroXV1Params) WithHTTPClient(client *http.Client) *ListDistroXV1Params
WithHTTPClient adds the HTTPClient to the list distro x v1 params
func (*ListDistroXV1Params) WithTimeout ¶
func (o *ListDistroXV1Params) WithTimeout(timeout time.Duration) *ListDistroXV1Params
WithTimeout adds the timeout to the list distro x v1 params
func (*ListDistroXV1Params) WriteToRequest ¶
func (o *ListDistroXV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListDistroXV1Reader ¶
type ListDistroXV1Reader struct {
// contains filtered or unexported fields
}
ListDistroXV1Reader is a Reader for the ListDistroXV1 structure.
func (*ListDistroXV1Reader) ReadResponse ¶
func (o *ListDistroXV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListRetryableFlowsDistroXV1OK ¶
type ListRetryableFlowsDistroXV1OK struct {
Payload []*model.RetryableFlowResponse
}
ListRetryableFlowsDistroXV1OK handles this case with default header values.
successful operation
func NewListRetryableFlowsDistroXV1OK ¶
func NewListRetryableFlowsDistroXV1OK() *ListRetryableFlowsDistroXV1OK
NewListRetryableFlowsDistroXV1OK creates a ListRetryableFlowsDistroXV1OK with default headers values
func (*ListRetryableFlowsDistroXV1OK) Error ¶
func (o *ListRetryableFlowsDistroXV1OK) Error() string
type ListRetryableFlowsDistroXV1Params ¶
type ListRetryableFlowsDistroXV1Params struct { /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListRetryableFlowsDistroXV1Params contains all the parameters to send to the API endpoint for the list retryable flows distro x v1 operation typically these are written to a http.Request
func NewListRetryableFlowsDistroXV1Params ¶
func NewListRetryableFlowsDistroXV1Params() *ListRetryableFlowsDistroXV1Params
NewListRetryableFlowsDistroXV1Params creates a new ListRetryableFlowsDistroXV1Params object with the default values initialized.
func NewListRetryableFlowsDistroXV1ParamsWithContext ¶
func NewListRetryableFlowsDistroXV1ParamsWithContext(ctx context.Context) *ListRetryableFlowsDistroXV1Params
NewListRetryableFlowsDistroXV1ParamsWithContext creates a new ListRetryableFlowsDistroXV1Params object with the default values initialized, and the ability to set a context for a request
func NewListRetryableFlowsDistroXV1ParamsWithHTTPClient ¶
func NewListRetryableFlowsDistroXV1ParamsWithHTTPClient(client *http.Client) *ListRetryableFlowsDistroXV1Params
NewListRetryableFlowsDistroXV1ParamsWithHTTPClient creates a new ListRetryableFlowsDistroXV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListRetryableFlowsDistroXV1ParamsWithTimeout ¶
func NewListRetryableFlowsDistroXV1ParamsWithTimeout(timeout time.Duration) *ListRetryableFlowsDistroXV1Params
NewListRetryableFlowsDistroXV1ParamsWithTimeout creates a new ListRetryableFlowsDistroXV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*ListRetryableFlowsDistroXV1Params) SetContext ¶
func (o *ListRetryableFlowsDistroXV1Params) SetContext(ctx context.Context)
SetContext adds the context to the list retryable flows distro x v1 params
func (*ListRetryableFlowsDistroXV1Params) SetHTTPClient ¶
func (o *ListRetryableFlowsDistroXV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list retryable flows distro x v1 params
func (*ListRetryableFlowsDistroXV1Params) SetName ¶
func (o *ListRetryableFlowsDistroXV1Params) SetName(name string)
SetName adds the name to the list retryable flows distro x v1 params
func (*ListRetryableFlowsDistroXV1Params) SetTimeout ¶
func (o *ListRetryableFlowsDistroXV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list retryable flows distro x v1 params
func (*ListRetryableFlowsDistroXV1Params) WithContext ¶
func (o *ListRetryableFlowsDistroXV1Params) WithContext(ctx context.Context) *ListRetryableFlowsDistroXV1Params
WithContext adds the context to the list retryable flows distro x v1 params
func (*ListRetryableFlowsDistroXV1Params) WithHTTPClient ¶
func (o *ListRetryableFlowsDistroXV1Params) WithHTTPClient(client *http.Client) *ListRetryableFlowsDistroXV1Params
WithHTTPClient adds the HTTPClient to the list retryable flows distro x v1 params
func (*ListRetryableFlowsDistroXV1Params) WithName ¶
func (o *ListRetryableFlowsDistroXV1Params) WithName(name string) *ListRetryableFlowsDistroXV1Params
WithName adds the name to the list retryable flows distro x v1 params
func (*ListRetryableFlowsDistroXV1Params) WithTimeout ¶
func (o *ListRetryableFlowsDistroXV1Params) WithTimeout(timeout time.Duration) *ListRetryableFlowsDistroXV1Params
WithTimeout adds the timeout to the list retryable flows distro x v1 params
func (*ListRetryableFlowsDistroXV1Params) WriteToRequest ¶
func (o *ListRetryableFlowsDistroXV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListRetryableFlowsDistroXV1Reader ¶
type ListRetryableFlowsDistroXV1Reader struct {
// contains filtered or unexported fields
}
ListRetryableFlowsDistroXV1Reader is a Reader for the ListRetryableFlowsDistroXV1 structure.
func (*ListRetryableFlowsDistroXV1Reader) ReadResponse ¶
func (o *ListRetryableFlowsDistroXV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostDistroXForBlueprintV1ByCrnOK ¶
type PostDistroXForBlueprintV1ByCrnOK struct {
Payload *model.GeneratedBlueprintV4Response
}
PostDistroXForBlueprintV1ByCrnOK handles this case with default header values.
successful operation
func NewPostDistroXForBlueprintV1ByCrnOK ¶
func NewPostDistroXForBlueprintV1ByCrnOK() *PostDistroXForBlueprintV1ByCrnOK
NewPostDistroXForBlueprintV1ByCrnOK creates a PostDistroXForBlueprintV1ByCrnOK with default headers values
func (*PostDistroXForBlueprintV1ByCrnOK) Error ¶
func (o *PostDistroXForBlueprintV1ByCrnOK) Error() string
type PostDistroXForBlueprintV1ByCrnParams ¶
type PostDistroXForBlueprintV1ByCrnParams struct { /*Body*/ Body *model.DistroXV1Request /*Crn*/ Crn string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostDistroXForBlueprintV1ByCrnParams contains all the parameters to send to the API endpoint for the post distro x for blueprint v1 by crn operation typically these are written to a http.Request
func NewPostDistroXForBlueprintV1ByCrnParams ¶
func NewPostDistroXForBlueprintV1ByCrnParams() *PostDistroXForBlueprintV1ByCrnParams
NewPostDistroXForBlueprintV1ByCrnParams creates a new PostDistroXForBlueprintV1ByCrnParams object with the default values initialized.
func NewPostDistroXForBlueprintV1ByCrnParamsWithContext ¶
func NewPostDistroXForBlueprintV1ByCrnParamsWithContext(ctx context.Context) *PostDistroXForBlueprintV1ByCrnParams
NewPostDistroXForBlueprintV1ByCrnParamsWithContext creates a new PostDistroXForBlueprintV1ByCrnParams object with the default values initialized, and the ability to set a context for a request
func NewPostDistroXForBlueprintV1ByCrnParamsWithHTTPClient ¶
func NewPostDistroXForBlueprintV1ByCrnParamsWithHTTPClient(client *http.Client) *PostDistroXForBlueprintV1ByCrnParams
NewPostDistroXForBlueprintV1ByCrnParamsWithHTTPClient creates a new PostDistroXForBlueprintV1ByCrnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPostDistroXForBlueprintV1ByCrnParamsWithTimeout ¶
func NewPostDistroXForBlueprintV1ByCrnParamsWithTimeout(timeout time.Duration) *PostDistroXForBlueprintV1ByCrnParams
NewPostDistroXForBlueprintV1ByCrnParamsWithTimeout creates a new PostDistroXForBlueprintV1ByCrnParams object with the default values initialized, and the ability to set a timeout on a request
func (*PostDistroXForBlueprintV1ByCrnParams) SetBody ¶
func (o *PostDistroXForBlueprintV1ByCrnParams) SetBody(body *model.DistroXV1Request)
SetBody adds the body to the post distro x for blueprint v1 by crn params
func (*PostDistroXForBlueprintV1ByCrnParams) SetContext ¶
func (o *PostDistroXForBlueprintV1ByCrnParams) SetContext(ctx context.Context)
SetContext adds the context to the post distro x for blueprint v1 by crn params
func (*PostDistroXForBlueprintV1ByCrnParams) SetCrn ¶
func (o *PostDistroXForBlueprintV1ByCrnParams) SetCrn(crn string)
SetCrn adds the crn to the post distro x for blueprint v1 by crn params
func (*PostDistroXForBlueprintV1ByCrnParams) SetHTTPClient ¶
func (o *PostDistroXForBlueprintV1ByCrnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post distro x for blueprint v1 by crn params
func (*PostDistroXForBlueprintV1ByCrnParams) SetTimeout ¶
func (o *PostDistroXForBlueprintV1ByCrnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post distro x for blueprint v1 by crn params
func (*PostDistroXForBlueprintV1ByCrnParams) WithBody ¶
func (o *PostDistroXForBlueprintV1ByCrnParams) WithBody(body *model.DistroXV1Request) *PostDistroXForBlueprintV1ByCrnParams
WithBody adds the body to the post distro x for blueprint v1 by crn params
func (*PostDistroXForBlueprintV1ByCrnParams) WithContext ¶
func (o *PostDistroXForBlueprintV1ByCrnParams) WithContext(ctx context.Context) *PostDistroXForBlueprintV1ByCrnParams
WithContext adds the context to the post distro x for blueprint v1 by crn params
func (*PostDistroXForBlueprintV1ByCrnParams) WithCrn ¶
func (o *PostDistroXForBlueprintV1ByCrnParams) WithCrn(crn string) *PostDistroXForBlueprintV1ByCrnParams
WithCrn adds the crn to the post distro x for blueprint v1 by crn params
func (*PostDistroXForBlueprintV1ByCrnParams) WithHTTPClient ¶
func (o *PostDistroXForBlueprintV1ByCrnParams) WithHTTPClient(client *http.Client) *PostDistroXForBlueprintV1ByCrnParams
WithHTTPClient adds the HTTPClient to the post distro x for blueprint v1 by crn params
func (*PostDistroXForBlueprintV1ByCrnParams) WithTimeout ¶
func (o *PostDistroXForBlueprintV1ByCrnParams) WithTimeout(timeout time.Duration) *PostDistroXForBlueprintV1ByCrnParams
WithTimeout adds the timeout to the post distro x for blueprint v1 by crn params
func (*PostDistroXForBlueprintV1ByCrnParams) WriteToRequest ¶
func (o *PostDistroXForBlueprintV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostDistroXForBlueprintV1ByCrnReader ¶
type PostDistroXForBlueprintV1ByCrnReader struct {
// contains filtered or unexported fields
}
PostDistroXForBlueprintV1ByCrnReader is a Reader for the PostDistroXForBlueprintV1ByCrn structure.
func (*PostDistroXForBlueprintV1ByCrnReader) ReadResponse ¶
func (o *PostDistroXForBlueprintV1ByCrnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostDistroXForBlueprintV1ByNameOK ¶
type PostDistroXForBlueprintV1ByNameOK struct {
Payload *model.GeneratedBlueprintV4Response
}
PostDistroXForBlueprintV1ByNameOK handles this case with default header values.
successful operation
func NewPostDistroXForBlueprintV1ByNameOK ¶
func NewPostDistroXForBlueprintV1ByNameOK() *PostDistroXForBlueprintV1ByNameOK
NewPostDistroXForBlueprintV1ByNameOK creates a PostDistroXForBlueprintV1ByNameOK with default headers values
func (*PostDistroXForBlueprintV1ByNameOK) Error ¶
func (o *PostDistroXForBlueprintV1ByNameOK) Error() string
type PostDistroXForBlueprintV1ByNameParams ¶
type PostDistroXForBlueprintV1ByNameParams struct { /*Body*/ Body *model.DistroXV1Request /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostDistroXForBlueprintV1ByNameParams contains all the parameters to send to the API endpoint for the post distro x for blueprint v1 by name operation typically these are written to a http.Request
func NewPostDistroXForBlueprintV1ByNameParams ¶
func NewPostDistroXForBlueprintV1ByNameParams() *PostDistroXForBlueprintV1ByNameParams
NewPostDistroXForBlueprintV1ByNameParams creates a new PostDistroXForBlueprintV1ByNameParams object with the default values initialized.
func NewPostDistroXForBlueprintV1ByNameParamsWithContext ¶
func NewPostDistroXForBlueprintV1ByNameParamsWithContext(ctx context.Context) *PostDistroXForBlueprintV1ByNameParams
NewPostDistroXForBlueprintV1ByNameParamsWithContext creates a new PostDistroXForBlueprintV1ByNameParams object with the default values initialized, and the ability to set a context for a request
func NewPostDistroXForBlueprintV1ByNameParamsWithHTTPClient ¶
func NewPostDistroXForBlueprintV1ByNameParamsWithHTTPClient(client *http.Client) *PostDistroXForBlueprintV1ByNameParams
NewPostDistroXForBlueprintV1ByNameParamsWithHTTPClient creates a new PostDistroXForBlueprintV1ByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPostDistroXForBlueprintV1ByNameParamsWithTimeout ¶
func NewPostDistroXForBlueprintV1ByNameParamsWithTimeout(timeout time.Duration) *PostDistroXForBlueprintV1ByNameParams
NewPostDistroXForBlueprintV1ByNameParamsWithTimeout creates a new PostDistroXForBlueprintV1ByNameParams object with the default values initialized, and the ability to set a timeout on a request
func (*PostDistroXForBlueprintV1ByNameParams) SetBody ¶
func (o *PostDistroXForBlueprintV1ByNameParams) SetBody(body *model.DistroXV1Request)
SetBody adds the body to the post distro x for blueprint v1 by name params
func (*PostDistroXForBlueprintV1ByNameParams) SetContext ¶
func (o *PostDistroXForBlueprintV1ByNameParams) SetContext(ctx context.Context)
SetContext adds the context to the post distro x for blueprint v1 by name params
func (*PostDistroXForBlueprintV1ByNameParams) SetHTTPClient ¶
func (o *PostDistroXForBlueprintV1ByNameParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post distro x for blueprint v1 by name params
func (*PostDistroXForBlueprintV1ByNameParams) SetName ¶
func (o *PostDistroXForBlueprintV1ByNameParams) SetName(name string)
SetName adds the name to the post distro x for blueprint v1 by name params
func (*PostDistroXForBlueprintV1ByNameParams) SetTimeout ¶
func (o *PostDistroXForBlueprintV1ByNameParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post distro x for blueprint v1 by name params
func (*PostDistroXForBlueprintV1ByNameParams) WithBody ¶
func (o *PostDistroXForBlueprintV1ByNameParams) WithBody(body *model.DistroXV1Request) *PostDistroXForBlueprintV1ByNameParams
WithBody adds the body to the post distro x for blueprint v1 by name params
func (*PostDistroXForBlueprintV1ByNameParams) WithContext ¶
func (o *PostDistroXForBlueprintV1ByNameParams) WithContext(ctx context.Context) *PostDistroXForBlueprintV1ByNameParams
WithContext adds the context to the post distro x for blueprint v1 by name params
func (*PostDistroXForBlueprintV1ByNameParams) WithHTTPClient ¶
func (o *PostDistroXForBlueprintV1ByNameParams) WithHTTPClient(client *http.Client) *PostDistroXForBlueprintV1ByNameParams
WithHTTPClient adds the HTTPClient to the post distro x for blueprint v1 by name params
func (*PostDistroXForBlueprintV1ByNameParams) WithName ¶
func (o *PostDistroXForBlueprintV1ByNameParams) WithName(name string) *PostDistroXForBlueprintV1ByNameParams
WithName adds the name to the post distro x for blueprint v1 by name params
func (*PostDistroXForBlueprintV1ByNameParams) WithTimeout ¶
func (o *PostDistroXForBlueprintV1ByNameParams) WithTimeout(timeout time.Duration) *PostDistroXForBlueprintV1ByNameParams
WithTimeout adds the timeout to the post distro x for blueprint v1 by name params
func (*PostDistroXForBlueprintV1ByNameParams) WriteToRequest ¶
func (o *PostDistroXForBlueprintV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostDistroXForBlueprintV1ByNameReader ¶
type PostDistroXForBlueprintV1ByNameReader struct {
// contains filtered or unexported fields
}
PostDistroXForBlueprintV1ByNameReader is a Reader for the PostDistroXForBlueprintV1ByName structure.
func (*PostDistroXForBlueprintV1ByNameReader) ReadResponse ¶
func (o *PostDistroXForBlueprintV1ByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostDistroXV1OK ¶
type PostDistroXV1OK struct {
Payload *model.StackV4Response
}
PostDistroXV1OK handles this case with default header values.
successful operation
func NewPostDistroXV1OK ¶
func NewPostDistroXV1OK() *PostDistroXV1OK
NewPostDistroXV1OK creates a PostDistroXV1OK with default headers values
func (*PostDistroXV1OK) Error ¶
func (o *PostDistroXV1OK) Error() string
type PostDistroXV1Params ¶
type PostDistroXV1Params struct { /*Body*/ Body *model.DistroXV1Request Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostDistroXV1Params contains all the parameters to send to the API endpoint for the post distro x v1 operation typically these are written to a http.Request
func NewPostDistroXV1Params ¶
func NewPostDistroXV1Params() *PostDistroXV1Params
NewPostDistroXV1Params creates a new PostDistroXV1Params object with the default values initialized.
func NewPostDistroXV1ParamsWithContext ¶
func NewPostDistroXV1ParamsWithContext(ctx context.Context) *PostDistroXV1Params
NewPostDistroXV1ParamsWithContext creates a new PostDistroXV1Params object with the default values initialized, and the ability to set a context for a request
func NewPostDistroXV1ParamsWithHTTPClient ¶
func NewPostDistroXV1ParamsWithHTTPClient(client *http.Client) *PostDistroXV1Params
NewPostDistroXV1ParamsWithHTTPClient creates a new PostDistroXV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPostDistroXV1ParamsWithTimeout ¶
func NewPostDistroXV1ParamsWithTimeout(timeout time.Duration) *PostDistroXV1Params
NewPostDistroXV1ParamsWithTimeout creates a new PostDistroXV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*PostDistroXV1Params) SetBody ¶
func (o *PostDistroXV1Params) SetBody(body *model.DistroXV1Request)
SetBody adds the body to the post distro x v1 params
func (*PostDistroXV1Params) SetContext ¶
func (o *PostDistroXV1Params) SetContext(ctx context.Context)
SetContext adds the context to the post distro x v1 params
func (*PostDistroXV1Params) SetHTTPClient ¶
func (o *PostDistroXV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post distro x v1 params
func (*PostDistroXV1Params) SetTimeout ¶
func (o *PostDistroXV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post distro x v1 params
func (*PostDistroXV1Params) WithBody ¶
func (o *PostDistroXV1Params) WithBody(body *model.DistroXV1Request) *PostDistroXV1Params
WithBody adds the body to the post distro x v1 params
func (*PostDistroXV1Params) WithContext ¶
func (o *PostDistroXV1Params) WithContext(ctx context.Context) *PostDistroXV1Params
WithContext adds the context to the post distro x v1 params
func (*PostDistroXV1Params) WithHTTPClient ¶
func (o *PostDistroXV1Params) WithHTTPClient(client *http.Client) *PostDistroXV1Params
WithHTTPClient adds the HTTPClient to the post distro x v1 params
func (*PostDistroXV1Params) WithTimeout ¶
func (o *PostDistroXV1Params) WithTimeout(timeout time.Duration) *PostDistroXV1Params
WithTimeout adds the timeout to the post distro x v1 params
func (*PostDistroXV1Params) WriteToRequest ¶
func (o *PostDistroXV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostDistroXV1Reader ¶
type PostDistroXV1Reader struct {
// contains filtered or unexported fields
}
PostDistroXV1Reader is a Reader for the PostDistroXV1 structure.
func (*PostDistroXV1Reader) ReadResponse ¶
func (o *PostDistroXV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutScalingDistroXV1ByCrnDefault ¶
type PutScalingDistroXV1ByCrnDefault struct {
// contains filtered or unexported fields
}
PutScalingDistroXV1ByCrnDefault handles this case with default header values.
successful operation
func NewPutScalingDistroXV1ByCrnDefault ¶
func NewPutScalingDistroXV1ByCrnDefault(code int) *PutScalingDistroXV1ByCrnDefault
NewPutScalingDistroXV1ByCrnDefault creates a PutScalingDistroXV1ByCrnDefault with default headers values
func (*PutScalingDistroXV1ByCrnDefault) Code ¶
func (o *PutScalingDistroXV1ByCrnDefault) Code() int
Code gets the status code for the put scaling distro x v1 by crn default response
func (*PutScalingDistroXV1ByCrnDefault) Error ¶
func (o *PutScalingDistroXV1ByCrnDefault) Error() string
type PutScalingDistroXV1ByCrnParams ¶
type PutScalingDistroXV1ByCrnParams struct { /*Body*/ Body *model.DistroXScaleV1Request /*Crn*/ Crn string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutScalingDistroXV1ByCrnParams contains all the parameters to send to the API endpoint for the put scaling distro x v1 by crn operation typically these are written to a http.Request
func NewPutScalingDistroXV1ByCrnParams ¶
func NewPutScalingDistroXV1ByCrnParams() *PutScalingDistroXV1ByCrnParams
NewPutScalingDistroXV1ByCrnParams creates a new PutScalingDistroXV1ByCrnParams object with the default values initialized.
func NewPutScalingDistroXV1ByCrnParamsWithContext ¶
func NewPutScalingDistroXV1ByCrnParamsWithContext(ctx context.Context) *PutScalingDistroXV1ByCrnParams
NewPutScalingDistroXV1ByCrnParamsWithContext creates a new PutScalingDistroXV1ByCrnParams object with the default values initialized, and the ability to set a context for a request
func NewPutScalingDistroXV1ByCrnParamsWithHTTPClient ¶
func NewPutScalingDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *PutScalingDistroXV1ByCrnParams
NewPutScalingDistroXV1ByCrnParamsWithHTTPClient creates a new PutScalingDistroXV1ByCrnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPutScalingDistroXV1ByCrnParamsWithTimeout ¶
func NewPutScalingDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *PutScalingDistroXV1ByCrnParams
NewPutScalingDistroXV1ByCrnParamsWithTimeout creates a new PutScalingDistroXV1ByCrnParams object with the default values initialized, and the ability to set a timeout on a request
func (*PutScalingDistroXV1ByCrnParams) SetBody ¶
func (o *PutScalingDistroXV1ByCrnParams) SetBody(body *model.DistroXScaleV1Request)
SetBody adds the body to the put scaling distro x v1 by crn params
func (*PutScalingDistroXV1ByCrnParams) SetContext ¶
func (o *PutScalingDistroXV1ByCrnParams) SetContext(ctx context.Context)
SetContext adds the context to the put scaling distro x v1 by crn params
func (*PutScalingDistroXV1ByCrnParams) SetCrn ¶
func (o *PutScalingDistroXV1ByCrnParams) SetCrn(crn string)
SetCrn adds the crn to the put scaling distro x v1 by crn params
func (*PutScalingDistroXV1ByCrnParams) SetHTTPClient ¶
func (o *PutScalingDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put scaling distro x v1 by crn params
func (*PutScalingDistroXV1ByCrnParams) SetTimeout ¶
func (o *PutScalingDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put scaling distro x v1 by crn params
func (*PutScalingDistroXV1ByCrnParams) WithBody ¶
func (o *PutScalingDistroXV1ByCrnParams) WithBody(body *model.DistroXScaleV1Request) *PutScalingDistroXV1ByCrnParams
WithBody adds the body to the put scaling distro x v1 by crn params
func (*PutScalingDistroXV1ByCrnParams) WithContext ¶
func (o *PutScalingDistroXV1ByCrnParams) WithContext(ctx context.Context) *PutScalingDistroXV1ByCrnParams
WithContext adds the context to the put scaling distro x v1 by crn params
func (*PutScalingDistroXV1ByCrnParams) WithCrn ¶
func (o *PutScalingDistroXV1ByCrnParams) WithCrn(crn string) *PutScalingDistroXV1ByCrnParams
WithCrn adds the crn to the put scaling distro x v1 by crn params
func (*PutScalingDistroXV1ByCrnParams) WithHTTPClient ¶
func (o *PutScalingDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *PutScalingDistroXV1ByCrnParams
WithHTTPClient adds the HTTPClient to the put scaling distro x v1 by crn params
func (*PutScalingDistroXV1ByCrnParams) WithTimeout ¶
func (o *PutScalingDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *PutScalingDistroXV1ByCrnParams
WithTimeout adds the timeout to the put scaling distro x v1 by crn params
func (*PutScalingDistroXV1ByCrnParams) WriteToRequest ¶
func (o *PutScalingDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutScalingDistroXV1ByCrnReader ¶
type PutScalingDistroXV1ByCrnReader struct {
// contains filtered or unexported fields
}
PutScalingDistroXV1ByCrnReader is a Reader for the PutScalingDistroXV1ByCrn structure.
func (*PutScalingDistroXV1ByCrnReader) ReadResponse ¶
func (o *PutScalingDistroXV1ByCrnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutScalingDistroXV1ByNameDefault ¶
type PutScalingDistroXV1ByNameDefault struct {
// contains filtered or unexported fields
}
PutScalingDistroXV1ByNameDefault handles this case with default header values.
successful operation
func NewPutScalingDistroXV1ByNameDefault ¶
func NewPutScalingDistroXV1ByNameDefault(code int) *PutScalingDistroXV1ByNameDefault
NewPutScalingDistroXV1ByNameDefault creates a PutScalingDistroXV1ByNameDefault with default headers values
func (*PutScalingDistroXV1ByNameDefault) Code ¶
func (o *PutScalingDistroXV1ByNameDefault) Code() int
Code gets the status code for the put scaling distro x v1 by name default response
func (*PutScalingDistroXV1ByNameDefault) Error ¶
func (o *PutScalingDistroXV1ByNameDefault) Error() string
type PutScalingDistroXV1ByNameParams ¶
type PutScalingDistroXV1ByNameParams struct { /*Body*/ Body *model.DistroXScaleV1Request /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutScalingDistroXV1ByNameParams contains all the parameters to send to the API endpoint for the put scaling distro x v1 by name operation typically these are written to a http.Request
func NewPutScalingDistroXV1ByNameParams ¶
func NewPutScalingDistroXV1ByNameParams() *PutScalingDistroXV1ByNameParams
NewPutScalingDistroXV1ByNameParams creates a new PutScalingDistroXV1ByNameParams object with the default values initialized.
func NewPutScalingDistroXV1ByNameParamsWithContext ¶
func NewPutScalingDistroXV1ByNameParamsWithContext(ctx context.Context) *PutScalingDistroXV1ByNameParams
NewPutScalingDistroXV1ByNameParamsWithContext creates a new PutScalingDistroXV1ByNameParams object with the default values initialized, and the ability to set a context for a request
func NewPutScalingDistroXV1ByNameParamsWithHTTPClient ¶
func NewPutScalingDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *PutScalingDistroXV1ByNameParams
NewPutScalingDistroXV1ByNameParamsWithHTTPClient creates a new PutScalingDistroXV1ByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPutScalingDistroXV1ByNameParamsWithTimeout ¶
func NewPutScalingDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *PutScalingDistroXV1ByNameParams
NewPutScalingDistroXV1ByNameParamsWithTimeout creates a new PutScalingDistroXV1ByNameParams object with the default values initialized, and the ability to set a timeout on a request
func (*PutScalingDistroXV1ByNameParams) SetBody ¶
func (o *PutScalingDistroXV1ByNameParams) SetBody(body *model.DistroXScaleV1Request)
SetBody adds the body to the put scaling distro x v1 by name params
func (*PutScalingDistroXV1ByNameParams) SetContext ¶
func (o *PutScalingDistroXV1ByNameParams) SetContext(ctx context.Context)
SetContext adds the context to the put scaling distro x v1 by name params
func (*PutScalingDistroXV1ByNameParams) SetHTTPClient ¶
func (o *PutScalingDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put scaling distro x v1 by name params
func (*PutScalingDistroXV1ByNameParams) SetName ¶
func (o *PutScalingDistroXV1ByNameParams) SetName(name string)
SetName adds the name to the put scaling distro x v1 by name params
func (*PutScalingDistroXV1ByNameParams) SetTimeout ¶
func (o *PutScalingDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put scaling distro x v1 by name params
func (*PutScalingDistroXV1ByNameParams) WithBody ¶
func (o *PutScalingDistroXV1ByNameParams) WithBody(body *model.DistroXScaleV1Request) *PutScalingDistroXV1ByNameParams
WithBody adds the body to the put scaling distro x v1 by name params
func (*PutScalingDistroXV1ByNameParams) WithContext ¶
func (o *PutScalingDistroXV1ByNameParams) WithContext(ctx context.Context) *PutScalingDistroXV1ByNameParams
WithContext adds the context to the put scaling distro x v1 by name params
func (*PutScalingDistroXV1ByNameParams) WithHTTPClient ¶
func (o *PutScalingDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *PutScalingDistroXV1ByNameParams
WithHTTPClient adds the HTTPClient to the put scaling distro x v1 by name params
func (*PutScalingDistroXV1ByNameParams) WithName ¶
func (o *PutScalingDistroXV1ByNameParams) WithName(name string) *PutScalingDistroXV1ByNameParams
WithName adds the name to the put scaling distro x v1 by name params
func (*PutScalingDistroXV1ByNameParams) WithTimeout ¶
func (o *PutScalingDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *PutScalingDistroXV1ByNameParams
WithTimeout adds the timeout to the put scaling distro x v1 by name params
func (*PutScalingDistroXV1ByNameParams) WriteToRequest ¶
func (o *PutScalingDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutScalingDistroXV1ByNameReader ¶
type PutScalingDistroXV1ByNameReader struct {
// contains filtered or unexported fields
}
PutScalingDistroXV1ByNameReader is a Reader for the PutScalingDistroXV1ByName structure.
func (*PutScalingDistroXV1ByNameReader) ReadResponse ¶
func (o *PutScalingDistroXV1ByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RepairDistroXV1ByCrnDefault ¶
type RepairDistroXV1ByCrnDefault struct {
// contains filtered or unexported fields
}
RepairDistroXV1ByCrnDefault handles this case with default header values.
successful operation
func NewRepairDistroXV1ByCrnDefault ¶
func NewRepairDistroXV1ByCrnDefault(code int) *RepairDistroXV1ByCrnDefault
NewRepairDistroXV1ByCrnDefault creates a RepairDistroXV1ByCrnDefault with default headers values
func (*RepairDistroXV1ByCrnDefault) Code ¶
func (o *RepairDistroXV1ByCrnDefault) Code() int
Code gets the status code for the repair distro x v1 by crn default response
func (*RepairDistroXV1ByCrnDefault) Error ¶
func (o *RepairDistroXV1ByCrnDefault) Error() string
type RepairDistroXV1ByCrnParams ¶
type RepairDistroXV1ByCrnParams struct { /*Body*/ Body *model.DistroXRepairV1Request /*Crn*/ Crn string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RepairDistroXV1ByCrnParams contains all the parameters to send to the API endpoint for the repair distro x v1 by crn operation typically these are written to a http.Request
func NewRepairDistroXV1ByCrnParams ¶
func NewRepairDistroXV1ByCrnParams() *RepairDistroXV1ByCrnParams
NewRepairDistroXV1ByCrnParams creates a new RepairDistroXV1ByCrnParams object with the default values initialized.
func NewRepairDistroXV1ByCrnParamsWithContext ¶
func NewRepairDistroXV1ByCrnParamsWithContext(ctx context.Context) *RepairDistroXV1ByCrnParams
NewRepairDistroXV1ByCrnParamsWithContext creates a new RepairDistroXV1ByCrnParams object with the default values initialized, and the ability to set a context for a request
func NewRepairDistroXV1ByCrnParamsWithHTTPClient ¶
func NewRepairDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *RepairDistroXV1ByCrnParams
NewRepairDistroXV1ByCrnParamsWithHTTPClient creates a new RepairDistroXV1ByCrnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRepairDistroXV1ByCrnParamsWithTimeout ¶
func NewRepairDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *RepairDistroXV1ByCrnParams
NewRepairDistroXV1ByCrnParamsWithTimeout creates a new RepairDistroXV1ByCrnParams object with the default values initialized, and the ability to set a timeout on a request
func (*RepairDistroXV1ByCrnParams) SetBody ¶
func (o *RepairDistroXV1ByCrnParams) SetBody(body *model.DistroXRepairV1Request)
SetBody adds the body to the repair distro x v1 by crn params
func (*RepairDistroXV1ByCrnParams) SetContext ¶
func (o *RepairDistroXV1ByCrnParams) SetContext(ctx context.Context)
SetContext adds the context to the repair distro x v1 by crn params
func (*RepairDistroXV1ByCrnParams) SetCrn ¶
func (o *RepairDistroXV1ByCrnParams) SetCrn(crn string)
SetCrn adds the crn to the repair distro x v1 by crn params
func (*RepairDistroXV1ByCrnParams) SetHTTPClient ¶
func (o *RepairDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the repair distro x v1 by crn params
func (*RepairDistroXV1ByCrnParams) SetTimeout ¶
func (o *RepairDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the repair distro x v1 by crn params
func (*RepairDistroXV1ByCrnParams) WithBody ¶
func (o *RepairDistroXV1ByCrnParams) WithBody(body *model.DistroXRepairV1Request) *RepairDistroXV1ByCrnParams
WithBody adds the body to the repair distro x v1 by crn params
func (*RepairDistroXV1ByCrnParams) WithContext ¶
func (o *RepairDistroXV1ByCrnParams) WithContext(ctx context.Context) *RepairDistroXV1ByCrnParams
WithContext adds the context to the repair distro x v1 by crn params
func (*RepairDistroXV1ByCrnParams) WithCrn ¶
func (o *RepairDistroXV1ByCrnParams) WithCrn(crn string) *RepairDistroXV1ByCrnParams
WithCrn adds the crn to the repair distro x v1 by crn params
func (*RepairDistroXV1ByCrnParams) WithHTTPClient ¶
func (o *RepairDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *RepairDistroXV1ByCrnParams
WithHTTPClient adds the HTTPClient to the repair distro x v1 by crn params
func (*RepairDistroXV1ByCrnParams) WithTimeout ¶
func (o *RepairDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *RepairDistroXV1ByCrnParams
WithTimeout adds the timeout to the repair distro x v1 by crn params
func (*RepairDistroXV1ByCrnParams) WriteToRequest ¶
func (o *RepairDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RepairDistroXV1ByCrnReader ¶
type RepairDistroXV1ByCrnReader struct {
// contains filtered or unexported fields
}
RepairDistroXV1ByCrnReader is a Reader for the RepairDistroXV1ByCrn structure.
func (*RepairDistroXV1ByCrnReader) ReadResponse ¶
func (o *RepairDistroXV1ByCrnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RepairDistroXV1ByNameDefault ¶
type RepairDistroXV1ByNameDefault struct {
// contains filtered or unexported fields
}
RepairDistroXV1ByNameDefault handles this case with default header values.
successful operation
func NewRepairDistroXV1ByNameDefault ¶
func NewRepairDistroXV1ByNameDefault(code int) *RepairDistroXV1ByNameDefault
NewRepairDistroXV1ByNameDefault creates a RepairDistroXV1ByNameDefault with default headers values
func (*RepairDistroXV1ByNameDefault) Code ¶
func (o *RepairDistroXV1ByNameDefault) Code() int
Code gets the status code for the repair distro x v1 by name default response
func (*RepairDistroXV1ByNameDefault) Error ¶
func (o *RepairDistroXV1ByNameDefault) Error() string
type RepairDistroXV1ByNameParams ¶
type RepairDistroXV1ByNameParams struct { /*Body*/ Body *model.DistroXRepairV1Request /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RepairDistroXV1ByNameParams contains all the parameters to send to the API endpoint for the repair distro x v1 by name operation typically these are written to a http.Request
func NewRepairDistroXV1ByNameParams ¶
func NewRepairDistroXV1ByNameParams() *RepairDistroXV1ByNameParams
NewRepairDistroXV1ByNameParams creates a new RepairDistroXV1ByNameParams object with the default values initialized.
func NewRepairDistroXV1ByNameParamsWithContext ¶
func NewRepairDistroXV1ByNameParamsWithContext(ctx context.Context) *RepairDistroXV1ByNameParams
NewRepairDistroXV1ByNameParamsWithContext creates a new RepairDistroXV1ByNameParams object with the default values initialized, and the ability to set a context for a request
func NewRepairDistroXV1ByNameParamsWithHTTPClient ¶
func NewRepairDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *RepairDistroXV1ByNameParams
NewRepairDistroXV1ByNameParamsWithHTTPClient creates a new RepairDistroXV1ByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRepairDistroXV1ByNameParamsWithTimeout ¶
func NewRepairDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *RepairDistroXV1ByNameParams
NewRepairDistroXV1ByNameParamsWithTimeout creates a new RepairDistroXV1ByNameParams object with the default values initialized, and the ability to set a timeout on a request
func (*RepairDistroXV1ByNameParams) SetBody ¶
func (o *RepairDistroXV1ByNameParams) SetBody(body *model.DistroXRepairV1Request)
SetBody adds the body to the repair distro x v1 by name params
func (*RepairDistroXV1ByNameParams) SetContext ¶
func (o *RepairDistroXV1ByNameParams) SetContext(ctx context.Context)
SetContext adds the context to the repair distro x v1 by name params
func (*RepairDistroXV1ByNameParams) SetHTTPClient ¶
func (o *RepairDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the repair distro x v1 by name params
func (*RepairDistroXV1ByNameParams) SetName ¶
func (o *RepairDistroXV1ByNameParams) SetName(name string)
SetName adds the name to the repair distro x v1 by name params
func (*RepairDistroXV1ByNameParams) SetTimeout ¶
func (o *RepairDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the repair distro x v1 by name params
func (*RepairDistroXV1ByNameParams) WithBody ¶
func (o *RepairDistroXV1ByNameParams) WithBody(body *model.DistroXRepairV1Request) *RepairDistroXV1ByNameParams
WithBody adds the body to the repair distro x v1 by name params
func (*RepairDistroXV1ByNameParams) WithContext ¶
func (o *RepairDistroXV1ByNameParams) WithContext(ctx context.Context) *RepairDistroXV1ByNameParams
WithContext adds the context to the repair distro x v1 by name params
func (*RepairDistroXV1ByNameParams) WithHTTPClient ¶
func (o *RepairDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *RepairDistroXV1ByNameParams
WithHTTPClient adds the HTTPClient to the repair distro x v1 by name params
func (*RepairDistroXV1ByNameParams) WithName ¶
func (o *RepairDistroXV1ByNameParams) WithName(name string) *RepairDistroXV1ByNameParams
WithName adds the name to the repair distro x v1 by name params
func (*RepairDistroXV1ByNameParams) WithTimeout ¶
func (o *RepairDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *RepairDistroXV1ByNameParams
WithTimeout adds the timeout to the repair distro x v1 by name params
func (*RepairDistroXV1ByNameParams) WriteToRequest ¶
func (o *RepairDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RepairDistroXV1ByNameReader ¶
type RepairDistroXV1ByNameReader struct {
// contains filtered or unexported fields
}
RepairDistroXV1ByNameReader is a Reader for the RepairDistroXV1ByName structure.
func (*RepairDistroXV1ByNameReader) ReadResponse ¶
func (o *RepairDistroXV1ByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RetryDistroXV1ByCrnDefault ¶
type RetryDistroXV1ByCrnDefault struct {
// contains filtered or unexported fields
}
RetryDistroXV1ByCrnDefault handles this case with default header values.
successful operation
func NewRetryDistroXV1ByCrnDefault ¶
func NewRetryDistroXV1ByCrnDefault(code int) *RetryDistroXV1ByCrnDefault
NewRetryDistroXV1ByCrnDefault creates a RetryDistroXV1ByCrnDefault with default headers values
func (*RetryDistroXV1ByCrnDefault) Code ¶
func (o *RetryDistroXV1ByCrnDefault) Code() int
Code gets the status code for the retry distro x v1 by crn default response
func (*RetryDistroXV1ByCrnDefault) Error ¶
func (o *RetryDistroXV1ByCrnDefault) Error() string
type RetryDistroXV1ByCrnParams ¶
type RetryDistroXV1ByCrnParams struct { /*Crn*/ Crn string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RetryDistroXV1ByCrnParams contains all the parameters to send to the API endpoint for the retry distro x v1 by crn operation typically these are written to a http.Request
func NewRetryDistroXV1ByCrnParams ¶
func NewRetryDistroXV1ByCrnParams() *RetryDistroXV1ByCrnParams
NewRetryDistroXV1ByCrnParams creates a new RetryDistroXV1ByCrnParams object with the default values initialized.
func NewRetryDistroXV1ByCrnParamsWithContext ¶
func NewRetryDistroXV1ByCrnParamsWithContext(ctx context.Context) *RetryDistroXV1ByCrnParams
NewRetryDistroXV1ByCrnParamsWithContext creates a new RetryDistroXV1ByCrnParams object with the default values initialized, and the ability to set a context for a request
func NewRetryDistroXV1ByCrnParamsWithHTTPClient ¶
func NewRetryDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *RetryDistroXV1ByCrnParams
NewRetryDistroXV1ByCrnParamsWithHTTPClient creates a new RetryDistroXV1ByCrnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRetryDistroXV1ByCrnParamsWithTimeout ¶
func NewRetryDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *RetryDistroXV1ByCrnParams
NewRetryDistroXV1ByCrnParamsWithTimeout creates a new RetryDistroXV1ByCrnParams object with the default values initialized, and the ability to set a timeout on a request
func (*RetryDistroXV1ByCrnParams) SetContext ¶
func (o *RetryDistroXV1ByCrnParams) SetContext(ctx context.Context)
SetContext adds the context to the retry distro x v1 by crn params
func (*RetryDistroXV1ByCrnParams) SetCrn ¶
func (o *RetryDistroXV1ByCrnParams) SetCrn(crn string)
SetCrn adds the crn to the retry distro x v1 by crn params
func (*RetryDistroXV1ByCrnParams) SetHTTPClient ¶
func (o *RetryDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the retry distro x v1 by crn params
func (*RetryDistroXV1ByCrnParams) SetTimeout ¶
func (o *RetryDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the retry distro x v1 by crn params
func (*RetryDistroXV1ByCrnParams) WithContext ¶
func (o *RetryDistroXV1ByCrnParams) WithContext(ctx context.Context) *RetryDistroXV1ByCrnParams
WithContext adds the context to the retry distro x v1 by crn params
func (*RetryDistroXV1ByCrnParams) WithCrn ¶
func (o *RetryDistroXV1ByCrnParams) WithCrn(crn string) *RetryDistroXV1ByCrnParams
WithCrn adds the crn to the retry distro x v1 by crn params
func (*RetryDistroXV1ByCrnParams) WithHTTPClient ¶
func (o *RetryDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *RetryDistroXV1ByCrnParams
WithHTTPClient adds the HTTPClient to the retry distro x v1 by crn params
func (*RetryDistroXV1ByCrnParams) WithTimeout ¶
func (o *RetryDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *RetryDistroXV1ByCrnParams
WithTimeout adds the timeout to the retry distro x v1 by crn params
func (*RetryDistroXV1ByCrnParams) WriteToRequest ¶
func (o *RetryDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RetryDistroXV1ByCrnReader ¶
type RetryDistroXV1ByCrnReader struct {
// contains filtered or unexported fields
}
RetryDistroXV1ByCrnReader is a Reader for the RetryDistroXV1ByCrn structure.
func (*RetryDistroXV1ByCrnReader) ReadResponse ¶
func (o *RetryDistroXV1ByCrnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RetryDistroXV1ByNameDefault ¶
type RetryDistroXV1ByNameDefault struct {
// contains filtered or unexported fields
}
RetryDistroXV1ByNameDefault handles this case with default header values.
successful operation
func NewRetryDistroXV1ByNameDefault ¶
func NewRetryDistroXV1ByNameDefault(code int) *RetryDistroXV1ByNameDefault
NewRetryDistroXV1ByNameDefault creates a RetryDistroXV1ByNameDefault with default headers values
func (*RetryDistroXV1ByNameDefault) Code ¶
func (o *RetryDistroXV1ByNameDefault) Code() int
Code gets the status code for the retry distro x v1 by name default response
func (*RetryDistroXV1ByNameDefault) Error ¶
func (o *RetryDistroXV1ByNameDefault) Error() string
type RetryDistroXV1ByNameParams ¶
type RetryDistroXV1ByNameParams struct { /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RetryDistroXV1ByNameParams contains all the parameters to send to the API endpoint for the retry distro x v1 by name operation typically these are written to a http.Request
func NewRetryDistroXV1ByNameParams ¶
func NewRetryDistroXV1ByNameParams() *RetryDistroXV1ByNameParams
NewRetryDistroXV1ByNameParams creates a new RetryDistroXV1ByNameParams object with the default values initialized.
func NewRetryDistroXV1ByNameParamsWithContext ¶
func NewRetryDistroXV1ByNameParamsWithContext(ctx context.Context) *RetryDistroXV1ByNameParams
NewRetryDistroXV1ByNameParamsWithContext creates a new RetryDistroXV1ByNameParams object with the default values initialized, and the ability to set a context for a request
func NewRetryDistroXV1ByNameParamsWithHTTPClient ¶
func NewRetryDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *RetryDistroXV1ByNameParams
NewRetryDistroXV1ByNameParamsWithHTTPClient creates a new RetryDistroXV1ByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRetryDistroXV1ByNameParamsWithTimeout ¶
func NewRetryDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *RetryDistroXV1ByNameParams
NewRetryDistroXV1ByNameParamsWithTimeout creates a new RetryDistroXV1ByNameParams object with the default values initialized, and the ability to set a timeout on a request
func (*RetryDistroXV1ByNameParams) SetContext ¶
func (o *RetryDistroXV1ByNameParams) SetContext(ctx context.Context)
SetContext adds the context to the retry distro x v1 by name params
func (*RetryDistroXV1ByNameParams) SetHTTPClient ¶
func (o *RetryDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the retry distro x v1 by name params
func (*RetryDistroXV1ByNameParams) SetName ¶
func (o *RetryDistroXV1ByNameParams) SetName(name string)
SetName adds the name to the retry distro x v1 by name params
func (*RetryDistroXV1ByNameParams) SetTimeout ¶
func (o *RetryDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the retry distro x v1 by name params
func (*RetryDistroXV1ByNameParams) WithContext ¶
func (o *RetryDistroXV1ByNameParams) WithContext(ctx context.Context) *RetryDistroXV1ByNameParams
WithContext adds the context to the retry distro x v1 by name params
func (*RetryDistroXV1ByNameParams) WithHTTPClient ¶
func (o *RetryDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *RetryDistroXV1ByNameParams
WithHTTPClient adds the HTTPClient to the retry distro x v1 by name params
func (*RetryDistroXV1ByNameParams) WithName ¶
func (o *RetryDistroXV1ByNameParams) WithName(name string) *RetryDistroXV1ByNameParams
WithName adds the name to the retry distro x v1 by name params
func (*RetryDistroXV1ByNameParams) WithTimeout ¶
func (o *RetryDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *RetryDistroXV1ByNameParams
WithTimeout adds the timeout to the retry distro x v1 by name params
func (*RetryDistroXV1ByNameParams) WriteToRequest ¶
func (o *RetryDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RetryDistroXV1ByNameReader ¶
type RetryDistroXV1ByNameReader struct {
// contains filtered or unexported fields
}
RetryDistroXV1ByNameReader is a Reader for the RetryDistroXV1ByName structure.
func (*RetryDistroXV1ByNameReader) ReadResponse ¶
func (o *RetryDistroXV1ByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SetDistroXMaintenanceModeByCrnDefault ¶
type SetDistroXMaintenanceModeByCrnDefault struct {
// contains filtered or unexported fields
}
SetDistroXMaintenanceModeByCrnDefault handles this case with default header values.
successful operation
func NewSetDistroXMaintenanceModeByCrnDefault ¶
func NewSetDistroXMaintenanceModeByCrnDefault(code int) *SetDistroXMaintenanceModeByCrnDefault
NewSetDistroXMaintenanceModeByCrnDefault creates a SetDistroXMaintenanceModeByCrnDefault with default headers values
func (*SetDistroXMaintenanceModeByCrnDefault) Code ¶
func (o *SetDistroXMaintenanceModeByCrnDefault) Code() int
Code gets the status code for the set distro x maintenance mode by crn default response
func (*SetDistroXMaintenanceModeByCrnDefault) Error ¶
func (o *SetDistroXMaintenanceModeByCrnDefault) Error() string
type SetDistroXMaintenanceModeByCrnParams ¶
type SetDistroXMaintenanceModeByCrnParams struct { /*Body*/ Body *model.DistroXMaintenanceModeV1Request /*Crn*/ Crn string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SetDistroXMaintenanceModeByCrnParams contains all the parameters to send to the API endpoint for the set distro x maintenance mode by crn operation typically these are written to a http.Request
func NewSetDistroXMaintenanceModeByCrnParams ¶
func NewSetDistroXMaintenanceModeByCrnParams() *SetDistroXMaintenanceModeByCrnParams
NewSetDistroXMaintenanceModeByCrnParams creates a new SetDistroXMaintenanceModeByCrnParams object with the default values initialized.
func NewSetDistroXMaintenanceModeByCrnParamsWithContext ¶
func NewSetDistroXMaintenanceModeByCrnParamsWithContext(ctx context.Context) *SetDistroXMaintenanceModeByCrnParams
NewSetDistroXMaintenanceModeByCrnParamsWithContext creates a new SetDistroXMaintenanceModeByCrnParams object with the default values initialized, and the ability to set a context for a request
func NewSetDistroXMaintenanceModeByCrnParamsWithHTTPClient ¶
func NewSetDistroXMaintenanceModeByCrnParamsWithHTTPClient(client *http.Client) *SetDistroXMaintenanceModeByCrnParams
NewSetDistroXMaintenanceModeByCrnParamsWithHTTPClient creates a new SetDistroXMaintenanceModeByCrnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSetDistroXMaintenanceModeByCrnParamsWithTimeout ¶
func NewSetDistroXMaintenanceModeByCrnParamsWithTimeout(timeout time.Duration) *SetDistroXMaintenanceModeByCrnParams
NewSetDistroXMaintenanceModeByCrnParamsWithTimeout creates a new SetDistroXMaintenanceModeByCrnParams object with the default values initialized, and the ability to set a timeout on a request
func (*SetDistroXMaintenanceModeByCrnParams) SetBody ¶
func (o *SetDistroXMaintenanceModeByCrnParams) SetBody(body *model.DistroXMaintenanceModeV1Request)
SetBody adds the body to the set distro x maintenance mode by crn params
func (*SetDistroXMaintenanceModeByCrnParams) SetContext ¶
func (o *SetDistroXMaintenanceModeByCrnParams) SetContext(ctx context.Context)
SetContext adds the context to the set distro x maintenance mode by crn params
func (*SetDistroXMaintenanceModeByCrnParams) SetCrn ¶
func (o *SetDistroXMaintenanceModeByCrnParams) SetCrn(crn string)
SetCrn adds the crn to the set distro x maintenance mode by crn params
func (*SetDistroXMaintenanceModeByCrnParams) SetHTTPClient ¶
func (o *SetDistroXMaintenanceModeByCrnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the set distro x maintenance mode by crn params
func (*SetDistroXMaintenanceModeByCrnParams) SetTimeout ¶
func (o *SetDistroXMaintenanceModeByCrnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the set distro x maintenance mode by crn params
func (*SetDistroXMaintenanceModeByCrnParams) WithBody ¶
func (o *SetDistroXMaintenanceModeByCrnParams) WithBody(body *model.DistroXMaintenanceModeV1Request) *SetDistroXMaintenanceModeByCrnParams
WithBody adds the body to the set distro x maintenance mode by crn params
func (*SetDistroXMaintenanceModeByCrnParams) WithContext ¶
func (o *SetDistroXMaintenanceModeByCrnParams) WithContext(ctx context.Context) *SetDistroXMaintenanceModeByCrnParams
WithContext adds the context to the set distro x maintenance mode by crn params
func (*SetDistroXMaintenanceModeByCrnParams) WithCrn ¶
func (o *SetDistroXMaintenanceModeByCrnParams) WithCrn(crn string) *SetDistroXMaintenanceModeByCrnParams
WithCrn adds the crn to the set distro x maintenance mode by crn params
func (*SetDistroXMaintenanceModeByCrnParams) WithHTTPClient ¶
func (o *SetDistroXMaintenanceModeByCrnParams) WithHTTPClient(client *http.Client) *SetDistroXMaintenanceModeByCrnParams
WithHTTPClient adds the HTTPClient to the set distro x maintenance mode by crn params
func (*SetDistroXMaintenanceModeByCrnParams) WithTimeout ¶
func (o *SetDistroXMaintenanceModeByCrnParams) WithTimeout(timeout time.Duration) *SetDistroXMaintenanceModeByCrnParams
WithTimeout adds the timeout to the set distro x maintenance mode by crn params
func (*SetDistroXMaintenanceModeByCrnParams) WriteToRequest ¶
func (o *SetDistroXMaintenanceModeByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SetDistroXMaintenanceModeByCrnReader ¶
type SetDistroXMaintenanceModeByCrnReader struct {
// contains filtered or unexported fields
}
SetDistroXMaintenanceModeByCrnReader is a Reader for the SetDistroXMaintenanceModeByCrn structure.
func (*SetDistroXMaintenanceModeByCrnReader) ReadResponse ¶
func (o *SetDistroXMaintenanceModeByCrnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SetDistroXMaintenanceModeByNameDefault ¶
type SetDistroXMaintenanceModeByNameDefault struct {
// contains filtered or unexported fields
}
SetDistroXMaintenanceModeByNameDefault handles this case with default header values.
successful operation
func NewSetDistroXMaintenanceModeByNameDefault ¶
func NewSetDistroXMaintenanceModeByNameDefault(code int) *SetDistroXMaintenanceModeByNameDefault
NewSetDistroXMaintenanceModeByNameDefault creates a SetDistroXMaintenanceModeByNameDefault with default headers values
func (*SetDistroXMaintenanceModeByNameDefault) Code ¶
func (o *SetDistroXMaintenanceModeByNameDefault) Code() int
Code gets the status code for the set distro x maintenance mode by name default response
func (*SetDistroXMaintenanceModeByNameDefault) Error ¶
func (o *SetDistroXMaintenanceModeByNameDefault) Error() string
type SetDistroXMaintenanceModeByNameParams ¶
type SetDistroXMaintenanceModeByNameParams struct { /*Body*/ Body *model.DistroXMaintenanceModeV1Request /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SetDistroXMaintenanceModeByNameParams contains all the parameters to send to the API endpoint for the set distro x maintenance mode by name operation typically these are written to a http.Request
func NewSetDistroXMaintenanceModeByNameParams ¶
func NewSetDistroXMaintenanceModeByNameParams() *SetDistroXMaintenanceModeByNameParams
NewSetDistroXMaintenanceModeByNameParams creates a new SetDistroXMaintenanceModeByNameParams object with the default values initialized.
func NewSetDistroXMaintenanceModeByNameParamsWithContext ¶
func NewSetDistroXMaintenanceModeByNameParamsWithContext(ctx context.Context) *SetDistroXMaintenanceModeByNameParams
NewSetDistroXMaintenanceModeByNameParamsWithContext creates a new SetDistroXMaintenanceModeByNameParams object with the default values initialized, and the ability to set a context for a request
func NewSetDistroXMaintenanceModeByNameParamsWithHTTPClient ¶
func NewSetDistroXMaintenanceModeByNameParamsWithHTTPClient(client *http.Client) *SetDistroXMaintenanceModeByNameParams
NewSetDistroXMaintenanceModeByNameParamsWithHTTPClient creates a new SetDistroXMaintenanceModeByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSetDistroXMaintenanceModeByNameParamsWithTimeout ¶
func NewSetDistroXMaintenanceModeByNameParamsWithTimeout(timeout time.Duration) *SetDistroXMaintenanceModeByNameParams
NewSetDistroXMaintenanceModeByNameParamsWithTimeout creates a new SetDistroXMaintenanceModeByNameParams object with the default values initialized, and the ability to set a timeout on a request
func (*SetDistroXMaintenanceModeByNameParams) SetBody ¶
func (o *SetDistroXMaintenanceModeByNameParams) SetBody(body *model.DistroXMaintenanceModeV1Request)
SetBody adds the body to the set distro x maintenance mode by name params
func (*SetDistroXMaintenanceModeByNameParams) SetContext ¶
func (o *SetDistroXMaintenanceModeByNameParams) SetContext(ctx context.Context)
SetContext adds the context to the set distro x maintenance mode by name params
func (*SetDistroXMaintenanceModeByNameParams) SetHTTPClient ¶
func (o *SetDistroXMaintenanceModeByNameParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the set distro x maintenance mode by name params
func (*SetDistroXMaintenanceModeByNameParams) SetName ¶
func (o *SetDistroXMaintenanceModeByNameParams) SetName(name string)
SetName adds the name to the set distro x maintenance mode by name params
func (*SetDistroXMaintenanceModeByNameParams) SetTimeout ¶
func (o *SetDistroXMaintenanceModeByNameParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the set distro x maintenance mode by name params
func (*SetDistroXMaintenanceModeByNameParams) WithBody ¶
func (o *SetDistroXMaintenanceModeByNameParams) WithBody(body *model.DistroXMaintenanceModeV1Request) *SetDistroXMaintenanceModeByNameParams
WithBody adds the body to the set distro x maintenance mode by name params
func (*SetDistroXMaintenanceModeByNameParams) WithContext ¶
func (o *SetDistroXMaintenanceModeByNameParams) WithContext(ctx context.Context) *SetDistroXMaintenanceModeByNameParams
WithContext adds the context to the set distro x maintenance mode by name params
func (*SetDistroXMaintenanceModeByNameParams) WithHTTPClient ¶
func (o *SetDistroXMaintenanceModeByNameParams) WithHTTPClient(client *http.Client) *SetDistroXMaintenanceModeByNameParams
WithHTTPClient adds the HTTPClient to the set distro x maintenance mode by name params
func (*SetDistroXMaintenanceModeByNameParams) WithName ¶
func (o *SetDistroXMaintenanceModeByNameParams) WithName(name string) *SetDistroXMaintenanceModeByNameParams
WithName adds the name to the set distro x maintenance mode by name params
func (*SetDistroXMaintenanceModeByNameParams) WithTimeout ¶
func (o *SetDistroXMaintenanceModeByNameParams) WithTimeout(timeout time.Duration) *SetDistroXMaintenanceModeByNameParams
WithTimeout adds the timeout to the set distro x maintenance mode by name params
func (*SetDistroXMaintenanceModeByNameParams) WriteToRequest ¶
func (o *SetDistroXMaintenanceModeByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SetDistroXMaintenanceModeByNameReader ¶
type SetDistroXMaintenanceModeByNameReader struct {
// contains filtered or unexported fields
}
SetDistroXMaintenanceModeByNameReader is a Reader for the SetDistroXMaintenanceModeByName structure.
func (*SetDistroXMaintenanceModeByNameReader) ReadResponse ¶
func (o *SetDistroXMaintenanceModeByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StartDistroXV1ByCrnDefault ¶
type StartDistroXV1ByCrnDefault struct {
// contains filtered or unexported fields
}
StartDistroXV1ByCrnDefault handles this case with default header values.
successful operation
func NewStartDistroXV1ByCrnDefault ¶
func NewStartDistroXV1ByCrnDefault(code int) *StartDistroXV1ByCrnDefault
NewStartDistroXV1ByCrnDefault creates a StartDistroXV1ByCrnDefault with default headers values
func (*StartDistroXV1ByCrnDefault) Code ¶
func (o *StartDistroXV1ByCrnDefault) Code() int
Code gets the status code for the start distro x v1 by crn default response
func (*StartDistroXV1ByCrnDefault) Error ¶
func (o *StartDistroXV1ByCrnDefault) Error() string
type StartDistroXV1ByCrnParams ¶
type StartDistroXV1ByCrnParams struct { /*Crn*/ Crn string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StartDistroXV1ByCrnParams contains all the parameters to send to the API endpoint for the start distro x v1 by crn operation typically these are written to a http.Request
func NewStartDistroXV1ByCrnParams ¶
func NewStartDistroXV1ByCrnParams() *StartDistroXV1ByCrnParams
NewStartDistroXV1ByCrnParams creates a new StartDistroXV1ByCrnParams object with the default values initialized.
func NewStartDistroXV1ByCrnParamsWithContext ¶
func NewStartDistroXV1ByCrnParamsWithContext(ctx context.Context) *StartDistroXV1ByCrnParams
NewStartDistroXV1ByCrnParamsWithContext creates a new StartDistroXV1ByCrnParams object with the default values initialized, and the ability to set a context for a request
func NewStartDistroXV1ByCrnParamsWithHTTPClient ¶
func NewStartDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *StartDistroXV1ByCrnParams
NewStartDistroXV1ByCrnParamsWithHTTPClient creates a new StartDistroXV1ByCrnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewStartDistroXV1ByCrnParamsWithTimeout ¶
func NewStartDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *StartDistroXV1ByCrnParams
NewStartDistroXV1ByCrnParamsWithTimeout creates a new StartDistroXV1ByCrnParams object with the default values initialized, and the ability to set a timeout on a request
func (*StartDistroXV1ByCrnParams) SetContext ¶
func (o *StartDistroXV1ByCrnParams) SetContext(ctx context.Context)
SetContext adds the context to the start distro x v1 by crn params
func (*StartDistroXV1ByCrnParams) SetCrn ¶
func (o *StartDistroXV1ByCrnParams) SetCrn(crn string)
SetCrn adds the crn to the start distro x v1 by crn params
func (*StartDistroXV1ByCrnParams) SetHTTPClient ¶
func (o *StartDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the start distro x v1 by crn params
func (*StartDistroXV1ByCrnParams) SetTimeout ¶
func (o *StartDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the start distro x v1 by crn params
func (*StartDistroXV1ByCrnParams) WithContext ¶
func (o *StartDistroXV1ByCrnParams) WithContext(ctx context.Context) *StartDistroXV1ByCrnParams
WithContext adds the context to the start distro x v1 by crn params
func (*StartDistroXV1ByCrnParams) WithCrn ¶
func (o *StartDistroXV1ByCrnParams) WithCrn(crn string) *StartDistroXV1ByCrnParams
WithCrn adds the crn to the start distro x v1 by crn params
func (*StartDistroXV1ByCrnParams) WithHTTPClient ¶
func (o *StartDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *StartDistroXV1ByCrnParams
WithHTTPClient adds the HTTPClient to the start distro x v1 by crn params
func (*StartDistroXV1ByCrnParams) WithTimeout ¶
func (o *StartDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *StartDistroXV1ByCrnParams
WithTimeout adds the timeout to the start distro x v1 by crn params
func (*StartDistroXV1ByCrnParams) WriteToRequest ¶
func (o *StartDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StartDistroXV1ByCrnReader ¶
type StartDistroXV1ByCrnReader struct {
// contains filtered or unexported fields
}
StartDistroXV1ByCrnReader is a Reader for the StartDistroXV1ByCrn structure.
func (*StartDistroXV1ByCrnReader) ReadResponse ¶
func (o *StartDistroXV1ByCrnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StartDistroXV1ByCrnsDefault ¶
type StartDistroXV1ByCrnsDefault struct {
// contains filtered or unexported fields
}
StartDistroXV1ByCrnsDefault handles this case with default header values.
successful operation
func NewStartDistroXV1ByCrnsDefault ¶
func NewStartDistroXV1ByCrnsDefault(code int) *StartDistroXV1ByCrnsDefault
NewStartDistroXV1ByCrnsDefault creates a StartDistroXV1ByCrnsDefault with default headers values
func (*StartDistroXV1ByCrnsDefault) Code ¶
func (o *StartDistroXV1ByCrnsDefault) Code() int
Code gets the status code for the start distro x v1 by crns default response
func (*StartDistroXV1ByCrnsDefault) Error ¶
func (o *StartDistroXV1ByCrnsDefault) Error() string
type StartDistroXV1ByCrnsParams ¶
type StartDistroXV1ByCrnsParams struct { /*Crns*/ Crns []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StartDistroXV1ByCrnsParams contains all the parameters to send to the API endpoint for the start distro x v1 by crns operation typically these are written to a http.Request
func NewStartDistroXV1ByCrnsParams ¶
func NewStartDistroXV1ByCrnsParams() *StartDistroXV1ByCrnsParams
NewStartDistroXV1ByCrnsParams creates a new StartDistroXV1ByCrnsParams object with the default values initialized.
func NewStartDistroXV1ByCrnsParamsWithContext ¶
func NewStartDistroXV1ByCrnsParamsWithContext(ctx context.Context) *StartDistroXV1ByCrnsParams
NewStartDistroXV1ByCrnsParamsWithContext creates a new StartDistroXV1ByCrnsParams object with the default values initialized, and the ability to set a context for a request
func NewStartDistroXV1ByCrnsParamsWithHTTPClient ¶
func NewStartDistroXV1ByCrnsParamsWithHTTPClient(client *http.Client) *StartDistroXV1ByCrnsParams
NewStartDistroXV1ByCrnsParamsWithHTTPClient creates a new StartDistroXV1ByCrnsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewStartDistroXV1ByCrnsParamsWithTimeout ¶
func NewStartDistroXV1ByCrnsParamsWithTimeout(timeout time.Duration) *StartDistroXV1ByCrnsParams
NewStartDistroXV1ByCrnsParamsWithTimeout creates a new StartDistroXV1ByCrnsParams object with the default values initialized, and the ability to set a timeout on a request
func (*StartDistroXV1ByCrnsParams) SetContext ¶
func (o *StartDistroXV1ByCrnsParams) SetContext(ctx context.Context)
SetContext adds the context to the start distro x v1 by crns params
func (*StartDistroXV1ByCrnsParams) SetCrns ¶
func (o *StartDistroXV1ByCrnsParams) SetCrns(crns []string)
SetCrns adds the crns to the start distro x v1 by crns params
func (*StartDistroXV1ByCrnsParams) SetHTTPClient ¶
func (o *StartDistroXV1ByCrnsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the start distro x v1 by crns params
func (*StartDistroXV1ByCrnsParams) SetTimeout ¶
func (o *StartDistroXV1ByCrnsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the start distro x v1 by crns params
func (*StartDistroXV1ByCrnsParams) WithContext ¶
func (o *StartDistroXV1ByCrnsParams) WithContext(ctx context.Context) *StartDistroXV1ByCrnsParams
WithContext adds the context to the start distro x v1 by crns params
func (*StartDistroXV1ByCrnsParams) WithCrns ¶
func (o *StartDistroXV1ByCrnsParams) WithCrns(crns []string) *StartDistroXV1ByCrnsParams
WithCrns adds the crns to the start distro x v1 by crns params
func (*StartDistroXV1ByCrnsParams) WithHTTPClient ¶
func (o *StartDistroXV1ByCrnsParams) WithHTTPClient(client *http.Client) *StartDistroXV1ByCrnsParams
WithHTTPClient adds the HTTPClient to the start distro x v1 by crns params
func (*StartDistroXV1ByCrnsParams) WithTimeout ¶
func (o *StartDistroXV1ByCrnsParams) WithTimeout(timeout time.Duration) *StartDistroXV1ByCrnsParams
WithTimeout adds the timeout to the start distro x v1 by crns params
func (*StartDistroXV1ByCrnsParams) WriteToRequest ¶
func (o *StartDistroXV1ByCrnsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StartDistroXV1ByCrnsReader ¶
type StartDistroXV1ByCrnsReader struct {
// contains filtered or unexported fields
}
StartDistroXV1ByCrnsReader is a Reader for the StartDistroXV1ByCrns structure.
func (*StartDistroXV1ByCrnsReader) ReadResponse ¶
func (o *StartDistroXV1ByCrnsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StartDistroXV1ByNameDefault ¶
type StartDistroXV1ByNameDefault struct {
// contains filtered or unexported fields
}
StartDistroXV1ByNameDefault handles this case with default header values.
successful operation
func NewStartDistroXV1ByNameDefault ¶
func NewStartDistroXV1ByNameDefault(code int) *StartDistroXV1ByNameDefault
NewStartDistroXV1ByNameDefault creates a StartDistroXV1ByNameDefault with default headers values
func (*StartDistroXV1ByNameDefault) Code ¶
func (o *StartDistroXV1ByNameDefault) Code() int
Code gets the status code for the start distro x v1 by name default response
func (*StartDistroXV1ByNameDefault) Error ¶
func (o *StartDistroXV1ByNameDefault) Error() string
type StartDistroXV1ByNameParams ¶
type StartDistroXV1ByNameParams struct { /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StartDistroXV1ByNameParams contains all the parameters to send to the API endpoint for the start distro x v1 by name operation typically these are written to a http.Request
func NewStartDistroXV1ByNameParams ¶
func NewStartDistroXV1ByNameParams() *StartDistroXV1ByNameParams
NewStartDistroXV1ByNameParams creates a new StartDistroXV1ByNameParams object with the default values initialized.
func NewStartDistroXV1ByNameParamsWithContext ¶
func NewStartDistroXV1ByNameParamsWithContext(ctx context.Context) *StartDistroXV1ByNameParams
NewStartDistroXV1ByNameParamsWithContext creates a new StartDistroXV1ByNameParams object with the default values initialized, and the ability to set a context for a request
func NewStartDistroXV1ByNameParamsWithHTTPClient ¶
func NewStartDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *StartDistroXV1ByNameParams
NewStartDistroXV1ByNameParamsWithHTTPClient creates a new StartDistroXV1ByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewStartDistroXV1ByNameParamsWithTimeout ¶
func NewStartDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *StartDistroXV1ByNameParams
NewStartDistroXV1ByNameParamsWithTimeout creates a new StartDistroXV1ByNameParams object with the default values initialized, and the ability to set a timeout on a request
func (*StartDistroXV1ByNameParams) SetContext ¶
func (o *StartDistroXV1ByNameParams) SetContext(ctx context.Context)
SetContext adds the context to the start distro x v1 by name params
func (*StartDistroXV1ByNameParams) SetHTTPClient ¶
func (o *StartDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the start distro x v1 by name params
func (*StartDistroXV1ByNameParams) SetName ¶
func (o *StartDistroXV1ByNameParams) SetName(name string)
SetName adds the name to the start distro x v1 by name params
func (*StartDistroXV1ByNameParams) SetTimeout ¶
func (o *StartDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the start distro x v1 by name params
func (*StartDistroXV1ByNameParams) WithContext ¶
func (o *StartDistroXV1ByNameParams) WithContext(ctx context.Context) *StartDistroXV1ByNameParams
WithContext adds the context to the start distro x v1 by name params
func (*StartDistroXV1ByNameParams) WithHTTPClient ¶
func (o *StartDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *StartDistroXV1ByNameParams
WithHTTPClient adds the HTTPClient to the start distro x v1 by name params
func (*StartDistroXV1ByNameParams) WithName ¶
func (o *StartDistroXV1ByNameParams) WithName(name string) *StartDistroXV1ByNameParams
WithName adds the name to the start distro x v1 by name params
func (*StartDistroXV1ByNameParams) WithTimeout ¶
func (o *StartDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *StartDistroXV1ByNameParams
WithTimeout adds the timeout to the start distro x v1 by name params
func (*StartDistroXV1ByNameParams) WriteToRequest ¶
func (o *StartDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StartDistroXV1ByNameReader ¶
type StartDistroXV1ByNameReader struct {
// contains filtered or unexported fields
}
StartDistroXV1ByNameReader is a Reader for the StartDistroXV1ByName structure.
func (*StartDistroXV1ByNameReader) ReadResponse ¶
func (o *StartDistroXV1ByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StartDistroXV1ByNamesDefault ¶
type StartDistroXV1ByNamesDefault struct {
// contains filtered or unexported fields
}
StartDistroXV1ByNamesDefault handles this case with default header values.
successful operation
func NewStartDistroXV1ByNamesDefault ¶
func NewStartDistroXV1ByNamesDefault(code int) *StartDistroXV1ByNamesDefault
NewStartDistroXV1ByNamesDefault creates a StartDistroXV1ByNamesDefault with default headers values
func (*StartDistroXV1ByNamesDefault) Code ¶
func (o *StartDistroXV1ByNamesDefault) Code() int
Code gets the status code for the start distro x v1 by names default response
func (*StartDistroXV1ByNamesDefault) Error ¶
func (o *StartDistroXV1ByNamesDefault) Error() string
type StartDistroXV1ByNamesParams ¶
type StartDistroXV1ByNamesParams struct { /*Names*/ Names []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StartDistroXV1ByNamesParams contains all the parameters to send to the API endpoint for the start distro x v1 by names operation typically these are written to a http.Request
func NewStartDistroXV1ByNamesParams ¶
func NewStartDistroXV1ByNamesParams() *StartDistroXV1ByNamesParams
NewStartDistroXV1ByNamesParams creates a new StartDistroXV1ByNamesParams object with the default values initialized.
func NewStartDistroXV1ByNamesParamsWithContext ¶
func NewStartDistroXV1ByNamesParamsWithContext(ctx context.Context) *StartDistroXV1ByNamesParams
NewStartDistroXV1ByNamesParamsWithContext creates a new StartDistroXV1ByNamesParams object with the default values initialized, and the ability to set a context for a request
func NewStartDistroXV1ByNamesParamsWithHTTPClient ¶
func NewStartDistroXV1ByNamesParamsWithHTTPClient(client *http.Client) *StartDistroXV1ByNamesParams
NewStartDistroXV1ByNamesParamsWithHTTPClient creates a new StartDistroXV1ByNamesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewStartDistroXV1ByNamesParamsWithTimeout ¶
func NewStartDistroXV1ByNamesParamsWithTimeout(timeout time.Duration) *StartDistroXV1ByNamesParams
NewStartDistroXV1ByNamesParamsWithTimeout creates a new StartDistroXV1ByNamesParams object with the default values initialized, and the ability to set a timeout on a request
func (*StartDistroXV1ByNamesParams) SetContext ¶
func (o *StartDistroXV1ByNamesParams) SetContext(ctx context.Context)
SetContext adds the context to the start distro x v1 by names params
func (*StartDistroXV1ByNamesParams) SetHTTPClient ¶
func (o *StartDistroXV1ByNamesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the start distro x v1 by names params
func (*StartDistroXV1ByNamesParams) SetNames ¶
func (o *StartDistroXV1ByNamesParams) SetNames(names []string)
SetNames adds the names to the start distro x v1 by names params
func (*StartDistroXV1ByNamesParams) SetTimeout ¶
func (o *StartDistroXV1ByNamesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the start distro x v1 by names params
func (*StartDistroXV1ByNamesParams) WithContext ¶
func (o *StartDistroXV1ByNamesParams) WithContext(ctx context.Context) *StartDistroXV1ByNamesParams
WithContext adds the context to the start distro x v1 by names params
func (*StartDistroXV1ByNamesParams) WithHTTPClient ¶
func (o *StartDistroXV1ByNamesParams) WithHTTPClient(client *http.Client) *StartDistroXV1ByNamesParams
WithHTTPClient adds the HTTPClient to the start distro x v1 by names params
func (*StartDistroXV1ByNamesParams) WithNames ¶
func (o *StartDistroXV1ByNamesParams) WithNames(names []string) *StartDistroXV1ByNamesParams
WithNames adds the names to the start distro x v1 by names params
func (*StartDistroXV1ByNamesParams) WithTimeout ¶
func (o *StartDistroXV1ByNamesParams) WithTimeout(timeout time.Duration) *StartDistroXV1ByNamesParams
WithTimeout adds the timeout to the start distro x v1 by names params
func (*StartDistroXV1ByNamesParams) WriteToRequest ¶
func (o *StartDistroXV1ByNamesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StartDistroXV1ByNamesReader ¶
type StartDistroXV1ByNamesReader struct {
// contains filtered or unexported fields
}
StartDistroXV1ByNamesReader is a Reader for the StartDistroXV1ByNames structure.
func (*StartDistroXV1ByNamesReader) ReadResponse ¶
func (o *StartDistroXV1ByNamesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StatusDistroXV1ByCrnOK ¶
type StatusDistroXV1ByCrnOK struct {
Payload *model.StackStatusV4Response
}
StatusDistroXV1ByCrnOK handles this case with default header values.
successful operation
func NewStatusDistroXV1ByCrnOK ¶
func NewStatusDistroXV1ByCrnOK() *StatusDistroXV1ByCrnOK
NewStatusDistroXV1ByCrnOK creates a StatusDistroXV1ByCrnOK with default headers values
func (*StatusDistroXV1ByCrnOK) Error ¶
func (o *StatusDistroXV1ByCrnOK) Error() string
type StatusDistroXV1ByCrnParams ¶
type StatusDistroXV1ByCrnParams struct { /*Crn*/ Crn string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StatusDistroXV1ByCrnParams contains all the parameters to send to the API endpoint for the status distro x v1 by crn operation typically these are written to a http.Request
func NewStatusDistroXV1ByCrnParams ¶
func NewStatusDistroXV1ByCrnParams() *StatusDistroXV1ByCrnParams
NewStatusDistroXV1ByCrnParams creates a new StatusDistroXV1ByCrnParams object with the default values initialized.
func NewStatusDistroXV1ByCrnParamsWithContext ¶
func NewStatusDistroXV1ByCrnParamsWithContext(ctx context.Context) *StatusDistroXV1ByCrnParams
NewStatusDistroXV1ByCrnParamsWithContext creates a new StatusDistroXV1ByCrnParams object with the default values initialized, and the ability to set a context for a request
func NewStatusDistroXV1ByCrnParamsWithHTTPClient ¶
func NewStatusDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *StatusDistroXV1ByCrnParams
NewStatusDistroXV1ByCrnParamsWithHTTPClient creates a new StatusDistroXV1ByCrnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewStatusDistroXV1ByCrnParamsWithTimeout ¶
func NewStatusDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *StatusDistroXV1ByCrnParams
NewStatusDistroXV1ByCrnParamsWithTimeout creates a new StatusDistroXV1ByCrnParams object with the default values initialized, and the ability to set a timeout on a request
func (*StatusDistroXV1ByCrnParams) SetContext ¶
func (o *StatusDistroXV1ByCrnParams) SetContext(ctx context.Context)
SetContext adds the context to the status distro x v1 by crn params
func (*StatusDistroXV1ByCrnParams) SetCrn ¶
func (o *StatusDistroXV1ByCrnParams) SetCrn(crn string)
SetCrn adds the crn to the status distro x v1 by crn params
func (*StatusDistroXV1ByCrnParams) SetHTTPClient ¶
func (o *StatusDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the status distro x v1 by crn params
func (*StatusDistroXV1ByCrnParams) SetTimeout ¶
func (o *StatusDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the status distro x v1 by crn params
func (*StatusDistroXV1ByCrnParams) WithContext ¶
func (o *StatusDistroXV1ByCrnParams) WithContext(ctx context.Context) *StatusDistroXV1ByCrnParams
WithContext adds the context to the status distro x v1 by crn params
func (*StatusDistroXV1ByCrnParams) WithCrn ¶
func (o *StatusDistroXV1ByCrnParams) WithCrn(crn string) *StatusDistroXV1ByCrnParams
WithCrn adds the crn to the status distro x v1 by crn params
func (*StatusDistroXV1ByCrnParams) WithHTTPClient ¶
func (o *StatusDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *StatusDistroXV1ByCrnParams
WithHTTPClient adds the HTTPClient to the status distro x v1 by crn params
func (*StatusDistroXV1ByCrnParams) WithTimeout ¶
func (o *StatusDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *StatusDistroXV1ByCrnParams
WithTimeout adds the timeout to the status distro x v1 by crn params
func (*StatusDistroXV1ByCrnParams) WriteToRequest ¶
func (o *StatusDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StatusDistroXV1ByCrnReader ¶
type StatusDistroXV1ByCrnReader struct {
// contains filtered or unexported fields
}
StatusDistroXV1ByCrnReader is a Reader for the StatusDistroXV1ByCrn structure.
func (*StatusDistroXV1ByCrnReader) ReadResponse ¶
func (o *StatusDistroXV1ByCrnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StatusDistroXV1ByNameOK ¶
type StatusDistroXV1ByNameOK struct {
Payload *model.StackStatusV4Response
}
StatusDistroXV1ByNameOK handles this case with default header values.
successful operation
func NewStatusDistroXV1ByNameOK ¶
func NewStatusDistroXV1ByNameOK() *StatusDistroXV1ByNameOK
NewStatusDistroXV1ByNameOK creates a StatusDistroXV1ByNameOK with default headers values
func (*StatusDistroXV1ByNameOK) Error ¶
func (o *StatusDistroXV1ByNameOK) Error() string
type StatusDistroXV1ByNameParams ¶
type StatusDistroXV1ByNameParams struct { /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StatusDistroXV1ByNameParams contains all the parameters to send to the API endpoint for the status distro x v1 by name operation typically these are written to a http.Request
func NewStatusDistroXV1ByNameParams ¶
func NewStatusDistroXV1ByNameParams() *StatusDistroXV1ByNameParams
NewStatusDistroXV1ByNameParams creates a new StatusDistroXV1ByNameParams object with the default values initialized.
func NewStatusDistroXV1ByNameParamsWithContext ¶
func NewStatusDistroXV1ByNameParamsWithContext(ctx context.Context) *StatusDistroXV1ByNameParams
NewStatusDistroXV1ByNameParamsWithContext creates a new StatusDistroXV1ByNameParams object with the default values initialized, and the ability to set a context for a request
func NewStatusDistroXV1ByNameParamsWithHTTPClient ¶
func NewStatusDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *StatusDistroXV1ByNameParams
NewStatusDistroXV1ByNameParamsWithHTTPClient creates a new StatusDistroXV1ByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewStatusDistroXV1ByNameParamsWithTimeout ¶
func NewStatusDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *StatusDistroXV1ByNameParams
NewStatusDistroXV1ByNameParamsWithTimeout creates a new StatusDistroXV1ByNameParams object with the default values initialized, and the ability to set a timeout on a request
func (*StatusDistroXV1ByNameParams) SetContext ¶
func (o *StatusDistroXV1ByNameParams) SetContext(ctx context.Context)
SetContext adds the context to the status distro x v1 by name params
func (*StatusDistroXV1ByNameParams) SetHTTPClient ¶
func (o *StatusDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the status distro x v1 by name params
func (*StatusDistroXV1ByNameParams) SetName ¶
func (o *StatusDistroXV1ByNameParams) SetName(name string)
SetName adds the name to the status distro x v1 by name params
func (*StatusDistroXV1ByNameParams) SetTimeout ¶
func (o *StatusDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the status distro x v1 by name params
func (*StatusDistroXV1ByNameParams) WithContext ¶
func (o *StatusDistroXV1ByNameParams) WithContext(ctx context.Context) *StatusDistroXV1ByNameParams
WithContext adds the context to the status distro x v1 by name params
func (*StatusDistroXV1ByNameParams) WithHTTPClient ¶
func (o *StatusDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *StatusDistroXV1ByNameParams
WithHTTPClient adds the HTTPClient to the status distro x v1 by name params
func (*StatusDistroXV1ByNameParams) WithName ¶
func (o *StatusDistroXV1ByNameParams) WithName(name string) *StatusDistroXV1ByNameParams
WithName adds the name to the status distro x v1 by name params
func (*StatusDistroXV1ByNameParams) WithTimeout ¶
func (o *StatusDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *StatusDistroXV1ByNameParams
WithTimeout adds the timeout to the status distro x v1 by name params
func (*StatusDistroXV1ByNameParams) WriteToRequest ¶
func (o *StatusDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StatusDistroXV1ByNameReader ¶
type StatusDistroXV1ByNameReader struct {
// contains filtered or unexported fields
}
StatusDistroXV1ByNameReader is a Reader for the StatusDistroXV1ByName structure.
func (*StatusDistroXV1ByNameReader) ReadResponse ¶
func (o *StatusDistroXV1ByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StopDistroXV1ByCrnDefault ¶
type StopDistroXV1ByCrnDefault struct {
// contains filtered or unexported fields
}
StopDistroXV1ByCrnDefault handles this case with default header values.
successful operation
func NewStopDistroXV1ByCrnDefault ¶
func NewStopDistroXV1ByCrnDefault(code int) *StopDistroXV1ByCrnDefault
NewStopDistroXV1ByCrnDefault creates a StopDistroXV1ByCrnDefault with default headers values
func (*StopDistroXV1ByCrnDefault) Code ¶
func (o *StopDistroXV1ByCrnDefault) Code() int
Code gets the status code for the stop distro x v1 by crn default response
func (*StopDistroXV1ByCrnDefault) Error ¶
func (o *StopDistroXV1ByCrnDefault) Error() string
type StopDistroXV1ByCrnParams ¶
type StopDistroXV1ByCrnParams struct { /*Crn*/ Crn string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StopDistroXV1ByCrnParams contains all the parameters to send to the API endpoint for the stop distro x v1 by crn operation typically these are written to a http.Request
func NewStopDistroXV1ByCrnParams ¶
func NewStopDistroXV1ByCrnParams() *StopDistroXV1ByCrnParams
NewStopDistroXV1ByCrnParams creates a new StopDistroXV1ByCrnParams object with the default values initialized.
func NewStopDistroXV1ByCrnParamsWithContext ¶
func NewStopDistroXV1ByCrnParamsWithContext(ctx context.Context) *StopDistroXV1ByCrnParams
NewStopDistroXV1ByCrnParamsWithContext creates a new StopDistroXV1ByCrnParams object with the default values initialized, and the ability to set a context for a request
func NewStopDistroXV1ByCrnParamsWithHTTPClient ¶
func NewStopDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *StopDistroXV1ByCrnParams
NewStopDistroXV1ByCrnParamsWithHTTPClient creates a new StopDistroXV1ByCrnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewStopDistroXV1ByCrnParamsWithTimeout ¶
func NewStopDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *StopDistroXV1ByCrnParams
NewStopDistroXV1ByCrnParamsWithTimeout creates a new StopDistroXV1ByCrnParams object with the default values initialized, and the ability to set a timeout on a request
func (*StopDistroXV1ByCrnParams) SetContext ¶
func (o *StopDistroXV1ByCrnParams) SetContext(ctx context.Context)
SetContext adds the context to the stop distro x v1 by crn params
func (*StopDistroXV1ByCrnParams) SetCrn ¶
func (o *StopDistroXV1ByCrnParams) SetCrn(crn string)
SetCrn adds the crn to the stop distro x v1 by crn params
func (*StopDistroXV1ByCrnParams) SetHTTPClient ¶
func (o *StopDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the stop distro x v1 by crn params
func (*StopDistroXV1ByCrnParams) SetTimeout ¶
func (o *StopDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the stop distro x v1 by crn params
func (*StopDistroXV1ByCrnParams) WithContext ¶
func (o *StopDistroXV1ByCrnParams) WithContext(ctx context.Context) *StopDistroXV1ByCrnParams
WithContext adds the context to the stop distro x v1 by crn params
func (*StopDistroXV1ByCrnParams) WithCrn ¶
func (o *StopDistroXV1ByCrnParams) WithCrn(crn string) *StopDistroXV1ByCrnParams
WithCrn adds the crn to the stop distro x v1 by crn params
func (*StopDistroXV1ByCrnParams) WithHTTPClient ¶
func (o *StopDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *StopDistroXV1ByCrnParams
WithHTTPClient adds the HTTPClient to the stop distro x v1 by crn params
func (*StopDistroXV1ByCrnParams) WithTimeout ¶
func (o *StopDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *StopDistroXV1ByCrnParams
WithTimeout adds the timeout to the stop distro x v1 by crn params
func (*StopDistroXV1ByCrnParams) WriteToRequest ¶
func (o *StopDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StopDistroXV1ByCrnReader ¶
type StopDistroXV1ByCrnReader struct {
// contains filtered or unexported fields
}
StopDistroXV1ByCrnReader is a Reader for the StopDistroXV1ByCrn structure.
func (*StopDistroXV1ByCrnReader) ReadResponse ¶
func (o *StopDistroXV1ByCrnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StopDistroXV1ByCrnsDefault ¶
type StopDistroXV1ByCrnsDefault struct {
// contains filtered or unexported fields
}
StopDistroXV1ByCrnsDefault handles this case with default header values.
successful operation
func NewStopDistroXV1ByCrnsDefault ¶
func NewStopDistroXV1ByCrnsDefault(code int) *StopDistroXV1ByCrnsDefault
NewStopDistroXV1ByCrnsDefault creates a StopDistroXV1ByCrnsDefault with default headers values
func (*StopDistroXV1ByCrnsDefault) Code ¶
func (o *StopDistroXV1ByCrnsDefault) Code() int
Code gets the status code for the stop distro x v1 by crns default response
func (*StopDistroXV1ByCrnsDefault) Error ¶
func (o *StopDistroXV1ByCrnsDefault) Error() string
type StopDistroXV1ByCrnsParams ¶
type StopDistroXV1ByCrnsParams struct { /*Crns*/ Crns []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StopDistroXV1ByCrnsParams contains all the parameters to send to the API endpoint for the stop distro x v1 by crns operation typically these are written to a http.Request
func NewStopDistroXV1ByCrnsParams ¶
func NewStopDistroXV1ByCrnsParams() *StopDistroXV1ByCrnsParams
NewStopDistroXV1ByCrnsParams creates a new StopDistroXV1ByCrnsParams object with the default values initialized.
func NewStopDistroXV1ByCrnsParamsWithContext ¶
func NewStopDistroXV1ByCrnsParamsWithContext(ctx context.Context) *StopDistroXV1ByCrnsParams
NewStopDistroXV1ByCrnsParamsWithContext creates a new StopDistroXV1ByCrnsParams object with the default values initialized, and the ability to set a context for a request
func NewStopDistroXV1ByCrnsParamsWithHTTPClient ¶
func NewStopDistroXV1ByCrnsParamsWithHTTPClient(client *http.Client) *StopDistroXV1ByCrnsParams
NewStopDistroXV1ByCrnsParamsWithHTTPClient creates a new StopDistroXV1ByCrnsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewStopDistroXV1ByCrnsParamsWithTimeout ¶
func NewStopDistroXV1ByCrnsParamsWithTimeout(timeout time.Duration) *StopDistroXV1ByCrnsParams
NewStopDistroXV1ByCrnsParamsWithTimeout creates a new StopDistroXV1ByCrnsParams object with the default values initialized, and the ability to set a timeout on a request
func (*StopDistroXV1ByCrnsParams) SetContext ¶
func (o *StopDistroXV1ByCrnsParams) SetContext(ctx context.Context)
SetContext adds the context to the stop distro x v1 by crns params
func (*StopDistroXV1ByCrnsParams) SetCrns ¶
func (o *StopDistroXV1ByCrnsParams) SetCrns(crns []string)
SetCrns adds the crns to the stop distro x v1 by crns params
func (*StopDistroXV1ByCrnsParams) SetHTTPClient ¶
func (o *StopDistroXV1ByCrnsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the stop distro x v1 by crns params
func (*StopDistroXV1ByCrnsParams) SetTimeout ¶
func (o *StopDistroXV1ByCrnsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the stop distro x v1 by crns params
func (*StopDistroXV1ByCrnsParams) WithContext ¶
func (o *StopDistroXV1ByCrnsParams) WithContext(ctx context.Context) *StopDistroXV1ByCrnsParams
WithContext adds the context to the stop distro x v1 by crns params
func (*StopDistroXV1ByCrnsParams) WithCrns ¶
func (o *StopDistroXV1ByCrnsParams) WithCrns(crns []string) *StopDistroXV1ByCrnsParams
WithCrns adds the crns to the stop distro x v1 by crns params
func (*StopDistroXV1ByCrnsParams) WithHTTPClient ¶
func (o *StopDistroXV1ByCrnsParams) WithHTTPClient(client *http.Client) *StopDistroXV1ByCrnsParams
WithHTTPClient adds the HTTPClient to the stop distro x v1 by crns params
func (*StopDistroXV1ByCrnsParams) WithTimeout ¶
func (o *StopDistroXV1ByCrnsParams) WithTimeout(timeout time.Duration) *StopDistroXV1ByCrnsParams
WithTimeout adds the timeout to the stop distro x v1 by crns params
func (*StopDistroXV1ByCrnsParams) WriteToRequest ¶
func (o *StopDistroXV1ByCrnsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StopDistroXV1ByCrnsReader ¶
type StopDistroXV1ByCrnsReader struct {
// contains filtered or unexported fields
}
StopDistroXV1ByCrnsReader is a Reader for the StopDistroXV1ByCrns structure.
func (*StopDistroXV1ByCrnsReader) ReadResponse ¶
func (o *StopDistroXV1ByCrnsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StopDistroXV1ByNameDefault ¶
type StopDistroXV1ByNameDefault struct {
// contains filtered or unexported fields
}
StopDistroXV1ByNameDefault handles this case with default header values.
successful operation
func NewStopDistroXV1ByNameDefault ¶
func NewStopDistroXV1ByNameDefault(code int) *StopDistroXV1ByNameDefault
NewStopDistroXV1ByNameDefault creates a StopDistroXV1ByNameDefault with default headers values
func (*StopDistroXV1ByNameDefault) Code ¶
func (o *StopDistroXV1ByNameDefault) Code() int
Code gets the status code for the stop distro x v1 by name default response
func (*StopDistroXV1ByNameDefault) Error ¶
func (o *StopDistroXV1ByNameDefault) Error() string
type StopDistroXV1ByNameParams ¶
type StopDistroXV1ByNameParams struct { /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StopDistroXV1ByNameParams contains all the parameters to send to the API endpoint for the stop distro x v1 by name operation typically these are written to a http.Request
func NewStopDistroXV1ByNameParams ¶
func NewStopDistroXV1ByNameParams() *StopDistroXV1ByNameParams
NewStopDistroXV1ByNameParams creates a new StopDistroXV1ByNameParams object with the default values initialized.
func NewStopDistroXV1ByNameParamsWithContext ¶
func NewStopDistroXV1ByNameParamsWithContext(ctx context.Context) *StopDistroXV1ByNameParams
NewStopDistroXV1ByNameParamsWithContext creates a new StopDistroXV1ByNameParams object with the default values initialized, and the ability to set a context for a request
func NewStopDistroXV1ByNameParamsWithHTTPClient ¶
func NewStopDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *StopDistroXV1ByNameParams
NewStopDistroXV1ByNameParamsWithHTTPClient creates a new StopDistroXV1ByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewStopDistroXV1ByNameParamsWithTimeout ¶
func NewStopDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *StopDistroXV1ByNameParams
NewStopDistroXV1ByNameParamsWithTimeout creates a new StopDistroXV1ByNameParams object with the default values initialized, and the ability to set a timeout on a request
func (*StopDistroXV1ByNameParams) SetContext ¶
func (o *StopDistroXV1ByNameParams) SetContext(ctx context.Context)
SetContext adds the context to the stop distro x v1 by name params
func (*StopDistroXV1ByNameParams) SetHTTPClient ¶
func (o *StopDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the stop distro x v1 by name params
func (*StopDistroXV1ByNameParams) SetName ¶
func (o *StopDistroXV1ByNameParams) SetName(name string)
SetName adds the name to the stop distro x v1 by name params
func (*StopDistroXV1ByNameParams) SetTimeout ¶
func (o *StopDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the stop distro x v1 by name params
func (*StopDistroXV1ByNameParams) WithContext ¶
func (o *StopDistroXV1ByNameParams) WithContext(ctx context.Context) *StopDistroXV1ByNameParams
WithContext adds the context to the stop distro x v1 by name params
func (*StopDistroXV1ByNameParams) WithHTTPClient ¶
func (o *StopDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *StopDistroXV1ByNameParams
WithHTTPClient adds the HTTPClient to the stop distro x v1 by name params
func (*StopDistroXV1ByNameParams) WithName ¶
func (o *StopDistroXV1ByNameParams) WithName(name string) *StopDistroXV1ByNameParams
WithName adds the name to the stop distro x v1 by name params
func (*StopDistroXV1ByNameParams) WithTimeout ¶
func (o *StopDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *StopDistroXV1ByNameParams
WithTimeout adds the timeout to the stop distro x v1 by name params
func (*StopDistroXV1ByNameParams) WriteToRequest ¶
func (o *StopDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StopDistroXV1ByNameReader ¶
type StopDistroXV1ByNameReader struct {
// contains filtered or unexported fields
}
StopDistroXV1ByNameReader is a Reader for the StopDistroXV1ByName structure.
func (*StopDistroXV1ByNameReader) ReadResponse ¶
func (o *StopDistroXV1ByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StopDistroXV1ByNamesDefault ¶
type StopDistroXV1ByNamesDefault struct {
// contains filtered or unexported fields
}
StopDistroXV1ByNamesDefault handles this case with default header values.
successful operation
func NewStopDistroXV1ByNamesDefault ¶
func NewStopDistroXV1ByNamesDefault(code int) *StopDistroXV1ByNamesDefault
NewStopDistroXV1ByNamesDefault creates a StopDistroXV1ByNamesDefault with default headers values
func (*StopDistroXV1ByNamesDefault) Code ¶
func (o *StopDistroXV1ByNamesDefault) Code() int
Code gets the status code for the stop distro x v1 by names default response
func (*StopDistroXV1ByNamesDefault) Error ¶
func (o *StopDistroXV1ByNamesDefault) Error() string
type StopDistroXV1ByNamesParams ¶
type StopDistroXV1ByNamesParams struct { /*Names*/ Names []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StopDistroXV1ByNamesParams contains all the parameters to send to the API endpoint for the stop distro x v1 by names operation typically these are written to a http.Request
func NewStopDistroXV1ByNamesParams ¶
func NewStopDistroXV1ByNamesParams() *StopDistroXV1ByNamesParams
NewStopDistroXV1ByNamesParams creates a new StopDistroXV1ByNamesParams object with the default values initialized.
func NewStopDistroXV1ByNamesParamsWithContext ¶
func NewStopDistroXV1ByNamesParamsWithContext(ctx context.Context) *StopDistroXV1ByNamesParams
NewStopDistroXV1ByNamesParamsWithContext creates a new StopDistroXV1ByNamesParams object with the default values initialized, and the ability to set a context for a request
func NewStopDistroXV1ByNamesParamsWithHTTPClient ¶
func NewStopDistroXV1ByNamesParamsWithHTTPClient(client *http.Client) *StopDistroXV1ByNamesParams
NewStopDistroXV1ByNamesParamsWithHTTPClient creates a new StopDistroXV1ByNamesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewStopDistroXV1ByNamesParamsWithTimeout ¶
func NewStopDistroXV1ByNamesParamsWithTimeout(timeout time.Duration) *StopDistroXV1ByNamesParams
NewStopDistroXV1ByNamesParamsWithTimeout creates a new StopDistroXV1ByNamesParams object with the default values initialized, and the ability to set a timeout on a request
func (*StopDistroXV1ByNamesParams) SetContext ¶
func (o *StopDistroXV1ByNamesParams) SetContext(ctx context.Context)
SetContext adds the context to the stop distro x v1 by names params
func (*StopDistroXV1ByNamesParams) SetHTTPClient ¶
func (o *StopDistroXV1ByNamesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the stop distro x v1 by names params
func (*StopDistroXV1ByNamesParams) SetNames ¶
func (o *StopDistroXV1ByNamesParams) SetNames(names []string)
SetNames adds the names to the stop distro x v1 by names params
func (*StopDistroXV1ByNamesParams) SetTimeout ¶
func (o *StopDistroXV1ByNamesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the stop distro x v1 by names params
func (*StopDistroXV1ByNamesParams) WithContext ¶
func (o *StopDistroXV1ByNamesParams) WithContext(ctx context.Context) *StopDistroXV1ByNamesParams
WithContext adds the context to the stop distro x v1 by names params
func (*StopDistroXV1ByNamesParams) WithHTTPClient ¶
func (o *StopDistroXV1ByNamesParams) WithHTTPClient(client *http.Client) *StopDistroXV1ByNamesParams
WithHTTPClient adds the HTTPClient to the stop distro x v1 by names params
func (*StopDistroXV1ByNamesParams) WithNames ¶
func (o *StopDistroXV1ByNamesParams) WithNames(names []string) *StopDistroXV1ByNamesParams
WithNames adds the names to the stop distro x v1 by names params
func (*StopDistroXV1ByNamesParams) WithTimeout ¶
func (o *StopDistroXV1ByNamesParams) WithTimeout(timeout time.Duration) *StopDistroXV1ByNamesParams
WithTimeout adds the timeout to the stop distro x v1 by names params
func (*StopDistroXV1ByNamesParams) WriteToRequest ¶
func (o *StopDistroXV1ByNamesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StopDistroXV1ByNamesReader ¶
type StopDistroXV1ByNamesReader struct {
// contains filtered or unexported fields
}
StopDistroXV1ByNamesReader is a Reader for the StopDistroXV1ByNames structure.
func (*StopDistroXV1ByNamesReader) ReadResponse ¶
func (o *StopDistroXV1ByNamesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SyncDistroXV1ByCrnDefault ¶
type SyncDistroXV1ByCrnDefault struct {
// contains filtered or unexported fields
}
SyncDistroXV1ByCrnDefault handles this case with default header values.
successful operation
func NewSyncDistroXV1ByCrnDefault ¶
func NewSyncDistroXV1ByCrnDefault(code int) *SyncDistroXV1ByCrnDefault
NewSyncDistroXV1ByCrnDefault creates a SyncDistroXV1ByCrnDefault with default headers values
func (*SyncDistroXV1ByCrnDefault) Code ¶
func (o *SyncDistroXV1ByCrnDefault) Code() int
Code gets the status code for the sync distro x v1 by crn default response
func (*SyncDistroXV1ByCrnDefault) Error ¶
func (o *SyncDistroXV1ByCrnDefault) Error() string
type SyncDistroXV1ByCrnParams ¶
type SyncDistroXV1ByCrnParams struct { /*Crn*/ Crn string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SyncDistroXV1ByCrnParams contains all the parameters to send to the API endpoint for the sync distro x v1 by crn operation typically these are written to a http.Request
func NewSyncDistroXV1ByCrnParams ¶
func NewSyncDistroXV1ByCrnParams() *SyncDistroXV1ByCrnParams
NewSyncDistroXV1ByCrnParams creates a new SyncDistroXV1ByCrnParams object with the default values initialized.
func NewSyncDistroXV1ByCrnParamsWithContext ¶
func NewSyncDistroXV1ByCrnParamsWithContext(ctx context.Context) *SyncDistroXV1ByCrnParams
NewSyncDistroXV1ByCrnParamsWithContext creates a new SyncDistroXV1ByCrnParams object with the default values initialized, and the ability to set a context for a request
func NewSyncDistroXV1ByCrnParamsWithHTTPClient ¶
func NewSyncDistroXV1ByCrnParamsWithHTTPClient(client *http.Client) *SyncDistroXV1ByCrnParams
NewSyncDistroXV1ByCrnParamsWithHTTPClient creates a new SyncDistroXV1ByCrnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSyncDistroXV1ByCrnParamsWithTimeout ¶
func NewSyncDistroXV1ByCrnParamsWithTimeout(timeout time.Duration) *SyncDistroXV1ByCrnParams
NewSyncDistroXV1ByCrnParamsWithTimeout creates a new SyncDistroXV1ByCrnParams object with the default values initialized, and the ability to set a timeout on a request
func (*SyncDistroXV1ByCrnParams) SetContext ¶
func (o *SyncDistroXV1ByCrnParams) SetContext(ctx context.Context)
SetContext adds the context to the sync distro x v1 by crn params
func (*SyncDistroXV1ByCrnParams) SetCrn ¶
func (o *SyncDistroXV1ByCrnParams) SetCrn(crn string)
SetCrn adds the crn to the sync distro x v1 by crn params
func (*SyncDistroXV1ByCrnParams) SetHTTPClient ¶
func (o *SyncDistroXV1ByCrnParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the sync distro x v1 by crn params
func (*SyncDistroXV1ByCrnParams) SetTimeout ¶
func (o *SyncDistroXV1ByCrnParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the sync distro x v1 by crn params
func (*SyncDistroXV1ByCrnParams) WithContext ¶
func (o *SyncDistroXV1ByCrnParams) WithContext(ctx context.Context) *SyncDistroXV1ByCrnParams
WithContext adds the context to the sync distro x v1 by crn params
func (*SyncDistroXV1ByCrnParams) WithCrn ¶
func (o *SyncDistroXV1ByCrnParams) WithCrn(crn string) *SyncDistroXV1ByCrnParams
WithCrn adds the crn to the sync distro x v1 by crn params
func (*SyncDistroXV1ByCrnParams) WithHTTPClient ¶
func (o *SyncDistroXV1ByCrnParams) WithHTTPClient(client *http.Client) *SyncDistroXV1ByCrnParams
WithHTTPClient adds the HTTPClient to the sync distro x v1 by crn params
func (*SyncDistroXV1ByCrnParams) WithTimeout ¶
func (o *SyncDistroXV1ByCrnParams) WithTimeout(timeout time.Duration) *SyncDistroXV1ByCrnParams
WithTimeout adds the timeout to the sync distro x v1 by crn params
func (*SyncDistroXV1ByCrnParams) WriteToRequest ¶
func (o *SyncDistroXV1ByCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SyncDistroXV1ByCrnReader ¶
type SyncDistroXV1ByCrnReader struct {
// contains filtered or unexported fields
}
SyncDistroXV1ByCrnReader is a Reader for the SyncDistroXV1ByCrn structure.
func (*SyncDistroXV1ByCrnReader) ReadResponse ¶
func (o *SyncDistroXV1ByCrnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SyncDistroXV1ByNameDefault ¶
type SyncDistroXV1ByNameDefault struct {
// contains filtered or unexported fields
}
SyncDistroXV1ByNameDefault handles this case with default header values.
successful operation
func NewSyncDistroXV1ByNameDefault ¶
func NewSyncDistroXV1ByNameDefault(code int) *SyncDistroXV1ByNameDefault
NewSyncDistroXV1ByNameDefault creates a SyncDistroXV1ByNameDefault with default headers values
func (*SyncDistroXV1ByNameDefault) Code ¶
func (o *SyncDistroXV1ByNameDefault) Code() int
Code gets the status code for the sync distro x v1 by name default response
func (*SyncDistroXV1ByNameDefault) Error ¶
func (o *SyncDistroXV1ByNameDefault) Error() string
type SyncDistroXV1ByNameParams ¶
type SyncDistroXV1ByNameParams struct { /*Name*/ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SyncDistroXV1ByNameParams contains all the parameters to send to the API endpoint for the sync distro x v1 by name operation typically these are written to a http.Request
func NewSyncDistroXV1ByNameParams ¶
func NewSyncDistroXV1ByNameParams() *SyncDistroXV1ByNameParams
NewSyncDistroXV1ByNameParams creates a new SyncDistroXV1ByNameParams object with the default values initialized.
func NewSyncDistroXV1ByNameParamsWithContext ¶
func NewSyncDistroXV1ByNameParamsWithContext(ctx context.Context) *SyncDistroXV1ByNameParams
NewSyncDistroXV1ByNameParamsWithContext creates a new SyncDistroXV1ByNameParams object with the default values initialized, and the ability to set a context for a request
func NewSyncDistroXV1ByNameParamsWithHTTPClient ¶
func NewSyncDistroXV1ByNameParamsWithHTTPClient(client *http.Client) *SyncDistroXV1ByNameParams
NewSyncDistroXV1ByNameParamsWithHTTPClient creates a new SyncDistroXV1ByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSyncDistroXV1ByNameParamsWithTimeout ¶
func NewSyncDistroXV1ByNameParamsWithTimeout(timeout time.Duration) *SyncDistroXV1ByNameParams
NewSyncDistroXV1ByNameParamsWithTimeout creates a new SyncDistroXV1ByNameParams object with the default values initialized, and the ability to set a timeout on a request
func (*SyncDistroXV1ByNameParams) SetContext ¶
func (o *SyncDistroXV1ByNameParams) SetContext(ctx context.Context)
SetContext adds the context to the sync distro x v1 by name params
func (*SyncDistroXV1ByNameParams) SetHTTPClient ¶
func (o *SyncDistroXV1ByNameParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the sync distro x v1 by name params
func (*SyncDistroXV1ByNameParams) SetName ¶
func (o *SyncDistroXV1ByNameParams) SetName(name string)
SetName adds the name to the sync distro x v1 by name params
func (*SyncDistroXV1ByNameParams) SetTimeout ¶
func (o *SyncDistroXV1ByNameParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the sync distro x v1 by name params
func (*SyncDistroXV1ByNameParams) WithContext ¶
func (o *SyncDistroXV1ByNameParams) WithContext(ctx context.Context) *SyncDistroXV1ByNameParams
WithContext adds the context to the sync distro x v1 by name params
func (*SyncDistroXV1ByNameParams) WithHTTPClient ¶
func (o *SyncDistroXV1ByNameParams) WithHTTPClient(client *http.Client) *SyncDistroXV1ByNameParams
WithHTTPClient adds the HTTPClient to the sync distro x v1 by name params
func (*SyncDistroXV1ByNameParams) WithName ¶
func (o *SyncDistroXV1ByNameParams) WithName(name string) *SyncDistroXV1ByNameParams
WithName adds the name to the sync distro x v1 by name params
func (*SyncDistroXV1ByNameParams) WithTimeout ¶
func (o *SyncDistroXV1ByNameParams) WithTimeout(timeout time.Duration) *SyncDistroXV1ByNameParams
WithTimeout adds the timeout to the sync distro x v1 by name params
func (*SyncDistroXV1ByNameParams) WriteToRequest ¶
func (o *SyncDistroXV1ByNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SyncDistroXV1ByNameReader ¶
type SyncDistroXV1ByNameReader struct {
// contains filtered or unexported fields
}
SyncDistroXV1ByNameReader is a Reader for the SyncDistroXV1ByName structure.
func (*SyncDistroXV1ByNameReader) ReadResponse ¶
func (o *SyncDistroXV1ByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files
¶
- delete_distro_x_v1_by_crn_parameters.go
- delete_distro_x_v1_by_crn_responses.go
- delete_distro_x_v1_by_name_parameters.go
- delete_distro_x_v1_by_name_responses.go
- delete_instance_distro_x_v1_by_crn_parameters.go
- delete_instance_distro_x_v1_by_crn_responses.go
- delete_instance_distro_x_v1_by_name_parameters.go
- delete_instance_distro_x_v1_by_name_responses.go
- delete_instances_distro_x_v1_by_crn_parameters.go
- delete_instances_distro_x_v1_by_crn_responses.go
- delete_instances_distro_x_v1_by_name_parameters.go
- delete_instances_distro_x_v1_by_name_responses.go
- delete_multiple_distro_x_clusters_by_names_v1_parameters.go
- delete_multiple_distro_x_clusters_by_names_v1_responses.go
- delete_with_kerberos_distro_x_v1_by_crn_parameters.go
- delete_with_kerberos_distro_x_v1_by_crn_responses.go
- delete_with_kerberos_distro_x_v1_by_name_parameters.go
- delete_with_kerberos_distro_x_v1_by_name_responses.go
- get_create_cluster_for_cli_parameters.go
- get_create_cluster_for_cli_responses.go
- get_distro_x_request_v1_by_crn_parameters.go
- get_distro_x_request_v1_by_crn_responses.go
- get_distro_x_request_v1_by_name_parameters.go
- get_distro_x_request_v1_by_name_responses.go
- get_distro_x_v1_by_crn_parameters.go
- get_distro_x_v1_by_crn_responses.go
- get_distro_x_v1_by_name_parameters.go
- get_distro_x_v1_by_name_responses.go
- list_distro_x_v1_parameters.go
- list_distro_x_v1_responses.go
- list_retryable_flows_distro_x_v1_parameters.go
- list_retryable_flows_distro_x_v1_responses.go
- post_distro_x_for_blueprint_v1_by_crn_parameters.go
- post_distro_x_for_blueprint_v1_by_crn_responses.go
- post_distro_x_for_blueprint_v1_by_name_parameters.go
- post_distro_x_for_blueprint_v1_by_name_responses.go
- post_distro_x_v1_parameters.go
- post_distro_x_v1_responses.go
- put_scaling_distro_x_v1_by_crn_parameters.go
- put_scaling_distro_x_v1_by_crn_responses.go
- put_scaling_distro_x_v1_by_name_parameters.go
- put_scaling_distro_x_v1_by_name_responses.go
- repair_distro_x_v1_by_crn_parameters.go
- repair_distro_x_v1_by_crn_responses.go
- repair_distro_x_v1_by_name_parameters.go
- repair_distro_x_v1_by_name_responses.go
- retry_distro_x_v1_by_crn_parameters.go
- retry_distro_x_v1_by_crn_responses.go
- retry_distro_x_v1_by_name_parameters.go
- retry_distro_x_v1_by_name_responses.go
- set_distro_x_maintenance_mode_by_crn_parameters.go
- set_distro_x_maintenance_mode_by_crn_responses.go
- set_distro_x_maintenance_mode_by_name_parameters.go
- set_distro_x_maintenance_mode_by_name_responses.go
- start_distro_x_v1_by_crn_parameters.go
- start_distro_x_v1_by_crn_responses.go
- start_distro_x_v1_by_crns_parameters.go
- start_distro_x_v1_by_crns_responses.go
- start_distro_x_v1_by_name_parameters.go
- start_distro_x_v1_by_name_responses.go
- start_distro_x_v1_by_names_parameters.go
- start_distro_x_v1_by_names_responses.go
- status_distro_x_v1_by_crn_parameters.go
- status_distro_x_v1_by_crn_responses.go
- status_distro_x_v1_by_name_parameters.go
- status_distro_x_v1_by_name_responses.go
- stop_distro_x_v1_by_crn_parameters.go
- stop_distro_x_v1_by_crn_responses.go
- stop_distro_x_v1_by_crns_parameters.go
- stop_distro_x_v1_by_crns_responses.go
- stop_distro_x_v1_by_name_parameters.go
- stop_distro_x_v1_by_name_responses.go
- stop_distro_x_v1_by_names_parameters.go
- stop_distro_x_v1_by_names_responses.go
- sync_distro_x_v1_by_crn_parameters.go
- sync_distro_x_v1_by_crn_responses.go
- sync_distro_x_v1_by_name_parameters.go
- sync_distro_x_v1_by_name_responses.go
- v1distrox_client.go