Documentation ¶
Index ¶
- type Client
- func (a *Client) PcloudLocationsDisasterrecoveryGet(params *PcloudLocationsDisasterrecoveryGetParams, ...) (*PcloudLocationsDisasterrecoveryGetOK, error)
- func (a *Client) PcloudLocationsDisasterrecoveryGetall(params *PcloudLocationsDisasterrecoveryGetallParams, ...) (*PcloudLocationsDisasterrecoveryGetallOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type PcloudLocationsDisasterrecoveryGetInternalServerError
- type PcloudLocationsDisasterrecoveryGetNotFound
- type PcloudLocationsDisasterrecoveryGetOK
- type PcloudLocationsDisasterrecoveryGetParams
- func NewPcloudLocationsDisasterrecoveryGetParams() *PcloudLocationsDisasterrecoveryGetParams
- func NewPcloudLocationsDisasterrecoveryGetParamsWithContext(ctx context.Context) *PcloudLocationsDisasterrecoveryGetParams
- func NewPcloudLocationsDisasterrecoveryGetParamsWithHTTPClient(client *http.Client) *PcloudLocationsDisasterrecoveryGetParams
- func NewPcloudLocationsDisasterrecoveryGetParamsWithTimeout(timeout time.Duration) *PcloudLocationsDisasterrecoveryGetParams
- func (o *PcloudLocationsDisasterrecoveryGetParams) SetCloudInstanceID(cloudInstanceID string)
- func (o *PcloudLocationsDisasterrecoveryGetParams) SetContext(ctx context.Context)
- func (o *PcloudLocationsDisasterrecoveryGetParams) SetDefaults()
- func (o *PcloudLocationsDisasterrecoveryGetParams) SetHTTPClient(client *http.Client)
- func (o *PcloudLocationsDisasterrecoveryGetParams) SetTimeout(timeout time.Duration)
- func (o *PcloudLocationsDisasterrecoveryGetParams) WithCloudInstanceID(cloudInstanceID string) *PcloudLocationsDisasterrecoveryGetParams
- func (o *PcloudLocationsDisasterrecoveryGetParams) WithContext(ctx context.Context) *PcloudLocationsDisasterrecoveryGetParams
- func (o *PcloudLocationsDisasterrecoveryGetParams) WithDefaults() *PcloudLocationsDisasterrecoveryGetParams
- func (o *PcloudLocationsDisasterrecoveryGetParams) WithHTTPClient(client *http.Client) *PcloudLocationsDisasterrecoveryGetParams
- func (o *PcloudLocationsDisasterrecoveryGetParams) WithTimeout(timeout time.Duration) *PcloudLocationsDisasterrecoveryGetParams
- func (o *PcloudLocationsDisasterrecoveryGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PcloudLocationsDisasterrecoveryGetReader
- type PcloudLocationsDisasterrecoveryGetUnauthorized
- type PcloudLocationsDisasterrecoveryGetallInternalServerError
- type PcloudLocationsDisasterrecoveryGetallNotFound
- type PcloudLocationsDisasterrecoveryGetallOK
- type PcloudLocationsDisasterrecoveryGetallParams
- func NewPcloudLocationsDisasterrecoveryGetallParams() *PcloudLocationsDisasterrecoveryGetallParams
- func NewPcloudLocationsDisasterrecoveryGetallParamsWithContext(ctx context.Context) *PcloudLocationsDisasterrecoveryGetallParams
- func NewPcloudLocationsDisasterrecoveryGetallParamsWithHTTPClient(client *http.Client) *PcloudLocationsDisasterrecoveryGetallParams
- func NewPcloudLocationsDisasterrecoveryGetallParamsWithTimeout(timeout time.Duration) *PcloudLocationsDisasterrecoveryGetallParams
- func (o *PcloudLocationsDisasterrecoveryGetallParams) SetContext(ctx context.Context)
- func (o *PcloudLocationsDisasterrecoveryGetallParams) SetDefaults()
- func (o *PcloudLocationsDisasterrecoveryGetallParams) SetHTTPClient(client *http.Client)
- func (o *PcloudLocationsDisasterrecoveryGetallParams) SetTimeout(timeout time.Duration)
- func (o *PcloudLocationsDisasterrecoveryGetallParams) WithContext(ctx context.Context) *PcloudLocationsDisasterrecoveryGetallParams
- func (o *PcloudLocationsDisasterrecoveryGetallParams) WithDefaults() *PcloudLocationsDisasterrecoveryGetallParams
- func (o *PcloudLocationsDisasterrecoveryGetallParams) WithHTTPClient(client *http.Client) *PcloudLocationsDisasterrecoveryGetallParams
- func (o *PcloudLocationsDisasterrecoveryGetallParams) WithTimeout(timeout time.Duration) *PcloudLocationsDisasterrecoveryGetallParams
- func (o *PcloudLocationsDisasterrecoveryGetallParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PcloudLocationsDisasterrecoveryGetallReader
- type PcloudLocationsDisasterrecoveryGetallUnauthorized
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 p cloud disaster recovery API
func (*Client) PcloudLocationsDisasterrecoveryGet ¶
func (a *Client) PcloudLocationsDisasterrecoveryGet(params *PcloudLocationsDisasterrecoveryGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudLocationsDisasterrecoveryGetOK, error)
PcloudLocationsDisasterrecoveryGet gets the disaster recovery site details for the current location
func (*Client) PcloudLocationsDisasterrecoveryGetall ¶
func (a *Client) PcloudLocationsDisasterrecoveryGetall(params *PcloudLocationsDisasterrecoveryGetallParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudLocationsDisasterrecoveryGetallOK, error)
PcloudLocationsDisasterrecoveryGetall gets all disaster recovery locations supported by power virtual server
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { PcloudLocationsDisasterrecoveryGet(params *PcloudLocationsDisasterrecoveryGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudLocationsDisasterrecoveryGetOK, error) PcloudLocationsDisasterrecoveryGetall(params *PcloudLocationsDisasterrecoveryGetallParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudLocationsDisasterrecoveryGetallOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new p cloud disaster recovery API client.
type PcloudLocationsDisasterrecoveryGetInternalServerError ¶
PcloudLocationsDisasterrecoveryGetInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewPcloudLocationsDisasterrecoveryGetInternalServerError ¶
func NewPcloudLocationsDisasterrecoveryGetInternalServerError() *PcloudLocationsDisasterrecoveryGetInternalServerError
NewPcloudLocationsDisasterrecoveryGetInternalServerError creates a PcloudLocationsDisasterrecoveryGetInternalServerError with default headers values
func (*PcloudLocationsDisasterrecoveryGetInternalServerError) Error ¶
func (o *PcloudLocationsDisasterrecoveryGetInternalServerError) Error() string
func (*PcloudLocationsDisasterrecoveryGetInternalServerError) GetPayload ¶
func (o *PcloudLocationsDisasterrecoveryGetInternalServerError) GetPayload() *models.Error
type PcloudLocationsDisasterrecoveryGetNotFound ¶
PcloudLocationsDisasterrecoveryGetNotFound describes a response with status code 404, with default header values.
Not Found
func NewPcloudLocationsDisasterrecoveryGetNotFound ¶
func NewPcloudLocationsDisasterrecoveryGetNotFound() *PcloudLocationsDisasterrecoveryGetNotFound
NewPcloudLocationsDisasterrecoveryGetNotFound creates a PcloudLocationsDisasterrecoveryGetNotFound with default headers values
func (*PcloudLocationsDisasterrecoveryGetNotFound) Error ¶
func (o *PcloudLocationsDisasterrecoveryGetNotFound) Error() string
func (*PcloudLocationsDisasterrecoveryGetNotFound) GetPayload ¶
func (o *PcloudLocationsDisasterrecoveryGetNotFound) GetPayload() *models.Error
type PcloudLocationsDisasterrecoveryGetOK ¶
type PcloudLocationsDisasterrecoveryGetOK struct {
Payload *models.DisasterRecoveryLocation
}
PcloudLocationsDisasterrecoveryGetOK describes a response with status code 200, with default header values.
OK
func NewPcloudLocationsDisasterrecoveryGetOK ¶
func NewPcloudLocationsDisasterrecoveryGetOK() *PcloudLocationsDisasterrecoveryGetOK
NewPcloudLocationsDisasterrecoveryGetOK creates a PcloudLocationsDisasterrecoveryGetOK with default headers values
func (*PcloudLocationsDisasterrecoveryGetOK) Error ¶
func (o *PcloudLocationsDisasterrecoveryGetOK) Error() string
func (*PcloudLocationsDisasterrecoveryGetOK) GetPayload ¶
func (o *PcloudLocationsDisasterrecoveryGetOK) GetPayload() *models.DisasterRecoveryLocation
type PcloudLocationsDisasterrecoveryGetParams ¶
type PcloudLocationsDisasterrecoveryGetParams struct { /* CloudInstanceID. Cloud Instance ID of a PCloud Instance */ CloudInstanceID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PcloudLocationsDisasterrecoveryGetParams contains all the parameters to send to the API endpoint
for the pcloud locations disasterrecovery get operation. Typically these are written to a http.Request.
func NewPcloudLocationsDisasterrecoveryGetParams ¶
func NewPcloudLocationsDisasterrecoveryGetParams() *PcloudLocationsDisasterrecoveryGetParams
NewPcloudLocationsDisasterrecoveryGetParams creates a new PcloudLocationsDisasterrecoveryGetParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewPcloudLocationsDisasterrecoveryGetParamsWithContext ¶
func NewPcloudLocationsDisasterrecoveryGetParamsWithContext(ctx context.Context) *PcloudLocationsDisasterrecoveryGetParams
NewPcloudLocationsDisasterrecoveryGetParamsWithContext creates a new PcloudLocationsDisasterrecoveryGetParams object with the ability to set a context for a request.
func NewPcloudLocationsDisasterrecoveryGetParamsWithHTTPClient ¶
func NewPcloudLocationsDisasterrecoveryGetParamsWithHTTPClient(client *http.Client) *PcloudLocationsDisasterrecoveryGetParams
NewPcloudLocationsDisasterrecoveryGetParamsWithHTTPClient creates a new PcloudLocationsDisasterrecoveryGetParams object with the ability to set a custom HTTPClient for a request.
func NewPcloudLocationsDisasterrecoveryGetParamsWithTimeout ¶
func NewPcloudLocationsDisasterrecoveryGetParamsWithTimeout(timeout time.Duration) *PcloudLocationsDisasterrecoveryGetParams
NewPcloudLocationsDisasterrecoveryGetParamsWithTimeout creates a new PcloudLocationsDisasterrecoveryGetParams object with the ability to set a timeout on a request.
func (*PcloudLocationsDisasterrecoveryGetParams) SetCloudInstanceID ¶
func (o *PcloudLocationsDisasterrecoveryGetParams) SetCloudInstanceID(cloudInstanceID string)
SetCloudInstanceID adds the cloudInstanceId to the pcloud locations disasterrecovery get params
func (*PcloudLocationsDisasterrecoveryGetParams) SetContext ¶
func (o *PcloudLocationsDisasterrecoveryGetParams) SetContext(ctx context.Context)
SetContext adds the context to the pcloud locations disasterrecovery get params
func (*PcloudLocationsDisasterrecoveryGetParams) SetDefaults ¶
func (o *PcloudLocationsDisasterrecoveryGetParams) SetDefaults()
SetDefaults hydrates default values in the pcloud locations disasterrecovery get params (not the query body).
All values with no default are reset to their zero value.
func (*PcloudLocationsDisasterrecoveryGetParams) SetHTTPClient ¶
func (o *PcloudLocationsDisasterrecoveryGetParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the pcloud locations disasterrecovery get params
func (*PcloudLocationsDisasterrecoveryGetParams) SetTimeout ¶
func (o *PcloudLocationsDisasterrecoveryGetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the pcloud locations disasterrecovery get params
func (*PcloudLocationsDisasterrecoveryGetParams) WithCloudInstanceID ¶
func (o *PcloudLocationsDisasterrecoveryGetParams) WithCloudInstanceID(cloudInstanceID string) *PcloudLocationsDisasterrecoveryGetParams
WithCloudInstanceID adds the cloudInstanceID to the pcloud locations disasterrecovery get params
func (*PcloudLocationsDisasterrecoveryGetParams) WithContext ¶
func (o *PcloudLocationsDisasterrecoveryGetParams) WithContext(ctx context.Context) *PcloudLocationsDisasterrecoveryGetParams
WithContext adds the context to the pcloud locations disasterrecovery get params
func (*PcloudLocationsDisasterrecoveryGetParams) WithDefaults ¶
func (o *PcloudLocationsDisasterrecoveryGetParams) WithDefaults() *PcloudLocationsDisasterrecoveryGetParams
WithDefaults hydrates default values in the pcloud locations disasterrecovery get params (not the query body).
All values with no default are reset to their zero value.
func (*PcloudLocationsDisasterrecoveryGetParams) WithHTTPClient ¶
func (o *PcloudLocationsDisasterrecoveryGetParams) WithHTTPClient(client *http.Client) *PcloudLocationsDisasterrecoveryGetParams
WithHTTPClient adds the HTTPClient to the pcloud locations disasterrecovery get params
func (*PcloudLocationsDisasterrecoveryGetParams) WithTimeout ¶
func (o *PcloudLocationsDisasterrecoveryGetParams) WithTimeout(timeout time.Duration) *PcloudLocationsDisasterrecoveryGetParams
WithTimeout adds the timeout to the pcloud locations disasterrecovery get params
func (*PcloudLocationsDisasterrecoveryGetParams) WriteToRequest ¶
func (o *PcloudLocationsDisasterrecoveryGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PcloudLocationsDisasterrecoveryGetReader ¶
type PcloudLocationsDisasterrecoveryGetReader struct {
// contains filtered or unexported fields
}
PcloudLocationsDisasterrecoveryGetReader is a Reader for the PcloudLocationsDisasterrecoveryGet structure.
func (*PcloudLocationsDisasterrecoveryGetReader) ReadResponse ¶
func (o *PcloudLocationsDisasterrecoveryGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PcloudLocationsDisasterrecoveryGetUnauthorized ¶
type PcloudLocationsDisasterrecoveryGetUnauthorized struct {
}PcloudLocationsDisasterrecoveryGetUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewPcloudLocationsDisasterrecoveryGetUnauthorized ¶
func NewPcloudLocationsDisasterrecoveryGetUnauthorized() *PcloudLocationsDisasterrecoveryGetUnauthorized
NewPcloudLocationsDisasterrecoveryGetUnauthorized creates a PcloudLocationsDisasterrecoveryGetUnauthorized with default headers values
func (*PcloudLocationsDisasterrecoveryGetUnauthorized) Error ¶
func (o *PcloudLocationsDisasterrecoveryGetUnauthorized) Error() string
func (*PcloudLocationsDisasterrecoveryGetUnauthorized) GetPayload ¶
func (o *PcloudLocationsDisasterrecoveryGetUnauthorized) GetPayload() *models.Error
type PcloudLocationsDisasterrecoveryGetallInternalServerError ¶
PcloudLocationsDisasterrecoveryGetallInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewPcloudLocationsDisasterrecoveryGetallInternalServerError ¶
func NewPcloudLocationsDisasterrecoveryGetallInternalServerError() *PcloudLocationsDisasterrecoveryGetallInternalServerError
NewPcloudLocationsDisasterrecoveryGetallInternalServerError creates a PcloudLocationsDisasterrecoveryGetallInternalServerError with default headers values
func (*PcloudLocationsDisasterrecoveryGetallInternalServerError) Error ¶
func (o *PcloudLocationsDisasterrecoveryGetallInternalServerError) Error() string
func (*PcloudLocationsDisasterrecoveryGetallInternalServerError) GetPayload ¶
func (o *PcloudLocationsDisasterrecoveryGetallInternalServerError) GetPayload() *models.Error
type PcloudLocationsDisasterrecoveryGetallNotFound ¶
PcloudLocationsDisasterrecoveryGetallNotFound describes a response with status code 404, with default header values.
Not Found
func NewPcloudLocationsDisasterrecoveryGetallNotFound ¶
func NewPcloudLocationsDisasterrecoveryGetallNotFound() *PcloudLocationsDisasterrecoveryGetallNotFound
NewPcloudLocationsDisasterrecoveryGetallNotFound creates a PcloudLocationsDisasterrecoveryGetallNotFound with default headers values
func (*PcloudLocationsDisasterrecoveryGetallNotFound) Error ¶
func (o *PcloudLocationsDisasterrecoveryGetallNotFound) Error() string
func (*PcloudLocationsDisasterrecoveryGetallNotFound) GetPayload ¶
func (o *PcloudLocationsDisasterrecoveryGetallNotFound) GetPayload() *models.Error
type PcloudLocationsDisasterrecoveryGetallOK ¶
type PcloudLocationsDisasterrecoveryGetallOK struct {
Payload *models.DisasterRecoveryLocations
}
PcloudLocationsDisasterrecoveryGetallOK describes a response with status code 200, with default header values.
OK
func NewPcloudLocationsDisasterrecoveryGetallOK ¶
func NewPcloudLocationsDisasterrecoveryGetallOK() *PcloudLocationsDisasterrecoveryGetallOK
NewPcloudLocationsDisasterrecoveryGetallOK creates a PcloudLocationsDisasterrecoveryGetallOK with default headers values
func (*PcloudLocationsDisasterrecoveryGetallOK) Error ¶
func (o *PcloudLocationsDisasterrecoveryGetallOK) Error() string
func (*PcloudLocationsDisasterrecoveryGetallOK) GetPayload ¶
func (o *PcloudLocationsDisasterrecoveryGetallOK) GetPayload() *models.DisasterRecoveryLocations
type PcloudLocationsDisasterrecoveryGetallParams ¶
type PcloudLocationsDisasterrecoveryGetallParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PcloudLocationsDisasterrecoveryGetallParams contains all the parameters to send to the API endpoint
for the pcloud locations disasterrecovery getall operation. Typically these are written to a http.Request.
func NewPcloudLocationsDisasterrecoveryGetallParams ¶
func NewPcloudLocationsDisasterrecoveryGetallParams() *PcloudLocationsDisasterrecoveryGetallParams
NewPcloudLocationsDisasterrecoveryGetallParams creates a new PcloudLocationsDisasterrecoveryGetallParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewPcloudLocationsDisasterrecoveryGetallParamsWithContext ¶
func NewPcloudLocationsDisasterrecoveryGetallParamsWithContext(ctx context.Context) *PcloudLocationsDisasterrecoveryGetallParams
NewPcloudLocationsDisasterrecoveryGetallParamsWithContext creates a new PcloudLocationsDisasterrecoveryGetallParams object with the ability to set a context for a request.
func NewPcloudLocationsDisasterrecoveryGetallParamsWithHTTPClient ¶
func NewPcloudLocationsDisasterrecoveryGetallParamsWithHTTPClient(client *http.Client) *PcloudLocationsDisasterrecoveryGetallParams
NewPcloudLocationsDisasterrecoveryGetallParamsWithHTTPClient creates a new PcloudLocationsDisasterrecoveryGetallParams object with the ability to set a custom HTTPClient for a request.
func NewPcloudLocationsDisasterrecoveryGetallParamsWithTimeout ¶
func NewPcloudLocationsDisasterrecoveryGetallParamsWithTimeout(timeout time.Duration) *PcloudLocationsDisasterrecoveryGetallParams
NewPcloudLocationsDisasterrecoveryGetallParamsWithTimeout creates a new PcloudLocationsDisasterrecoveryGetallParams object with the ability to set a timeout on a request.
func (*PcloudLocationsDisasterrecoveryGetallParams) SetContext ¶
func (o *PcloudLocationsDisasterrecoveryGetallParams) SetContext(ctx context.Context)
SetContext adds the context to the pcloud locations disasterrecovery getall params
func (*PcloudLocationsDisasterrecoveryGetallParams) SetDefaults ¶
func (o *PcloudLocationsDisasterrecoveryGetallParams) SetDefaults()
SetDefaults hydrates default values in the pcloud locations disasterrecovery getall params (not the query body).
All values with no default are reset to their zero value.
func (*PcloudLocationsDisasterrecoveryGetallParams) SetHTTPClient ¶
func (o *PcloudLocationsDisasterrecoveryGetallParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the pcloud locations disasterrecovery getall params
func (*PcloudLocationsDisasterrecoveryGetallParams) SetTimeout ¶
func (o *PcloudLocationsDisasterrecoveryGetallParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the pcloud locations disasterrecovery getall params
func (*PcloudLocationsDisasterrecoveryGetallParams) WithContext ¶
func (o *PcloudLocationsDisasterrecoveryGetallParams) WithContext(ctx context.Context) *PcloudLocationsDisasterrecoveryGetallParams
WithContext adds the context to the pcloud locations disasterrecovery getall params
func (*PcloudLocationsDisasterrecoveryGetallParams) WithDefaults ¶
func (o *PcloudLocationsDisasterrecoveryGetallParams) WithDefaults() *PcloudLocationsDisasterrecoveryGetallParams
WithDefaults hydrates default values in the pcloud locations disasterrecovery getall params (not the query body).
All values with no default are reset to their zero value.
func (*PcloudLocationsDisasterrecoveryGetallParams) WithHTTPClient ¶
func (o *PcloudLocationsDisasterrecoveryGetallParams) WithHTTPClient(client *http.Client) *PcloudLocationsDisasterrecoveryGetallParams
WithHTTPClient adds the HTTPClient to the pcloud locations disasterrecovery getall params
func (*PcloudLocationsDisasterrecoveryGetallParams) WithTimeout ¶
func (o *PcloudLocationsDisasterrecoveryGetallParams) WithTimeout(timeout time.Duration) *PcloudLocationsDisasterrecoveryGetallParams
WithTimeout adds the timeout to the pcloud locations disasterrecovery getall params
func (*PcloudLocationsDisasterrecoveryGetallParams) WriteToRequest ¶
func (o *PcloudLocationsDisasterrecoveryGetallParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PcloudLocationsDisasterrecoveryGetallReader ¶
type PcloudLocationsDisasterrecoveryGetallReader struct {
// contains filtered or unexported fields
}
PcloudLocationsDisasterrecoveryGetallReader is a Reader for the PcloudLocationsDisasterrecoveryGetall structure.
func (*PcloudLocationsDisasterrecoveryGetallReader) ReadResponse ¶
func (o *PcloudLocationsDisasterrecoveryGetallReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PcloudLocationsDisasterrecoveryGetallUnauthorized ¶
type PcloudLocationsDisasterrecoveryGetallUnauthorized struct {
}PcloudLocationsDisasterrecoveryGetallUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewPcloudLocationsDisasterrecoveryGetallUnauthorized ¶
func NewPcloudLocationsDisasterrecoveryGetallUnauthorized() *PcloudLocationsDisasterrecoveryGetallUnauthorized
NewPcloudLocationsDisasterrecoveryGetallUnauthorized creates a PcloudLocationsDisasterrecoveryGetallUnauthorized with default headers values
func (*PcloudLocationsDisasterrecoveryGetallUnauthorized) Error ¶
func (o *PcloudLocationsDisasterrecoveryGetallUnauthorized) Error() string
func (*PcloudLocationsDisasterrecoveryGetallUnauthorized) GetPayload ¶
func (o *PcloudLocationsDisasterrecoveryGetallUnauthorized) GetPayload() *models.Error