cloud_diagnostics

package
v0.0.4-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 1, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CheckClusterHealth2GatewayTimeout

type CheckClusterHealth2GatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
CheckClusterHealth2GatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewCheckClusterHealth2GatewayTimeout

func NewCheckClusterHealth2GatewayTimeout() *CheckClusterHealth2GatewayTimeout

NewCheckClusterHealth2GatewayTimeout creates a CheckClusterHealth2GatewayTimeout with default headers values

func (*CheckClusterHealth2GatewayTimeout) Error

func (*CheckClusterHealth2GatewayTimeout) GetPayload

type CheckClusterHealth2InternalServerError

type CheckClusterHealth2InternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
CheckClusterHealth2InternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewCheckClusterHealth2InternalServerError

func NewCheckClusterHealth2InternalServerError() *CheckClusterHealth2InternalServerError

NewCheckClusterHealth2InternalServerError creates a CheckClusterHealth2InternalServerError with default headers values

func (*CheckClusterHealth2InternalServerError) Error

func (*CheckClusterHealth2InternalServerError) GetPayload

type CheckClusterHealth2OK

type CheckClusterHealth2OK struct {
	Payload *swagger_models.PingMsgSendResp
}
CheckClusterHealth2OK describes a response with status code 200, with default header values.

A successful response.

func NewCheckClusterHealth2OK

func NewCheckClusterHealth2OK() *CheckClusterHealth2OK

NewCheckClusterHealth2OK creates a CheckClusterHealth2OK with default headers values

func (*CheckClusterHealth2OK) Error

func (o *CheckClusterHealth2OK) Error() string

func (*CheckClusterHealth2OK) GetPayload

type CheckClusterHealth2Params

type CheckClusterHealth2Params struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// PingID.
	//
	// Format: int64
	PingID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CheckClusterHealth2Params contains all the parameters to send to the API endpoint

for the check cluster health2 operation.

Typically these are written to a http.Request.

func NewCheckClusterHealth2Params

func NewCheckClusterHealth2Params() *CheckClusterHealth2Params

NewCheckClusterHealth2Params creates a new CheckClusterHealth2Params 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 NewCheckClusterHealth2ParamsWithContext

func NewCheckClusterHealth2ParamsWithContext(ctx context.Context) *CheckClusterHealth2Params

NewCheckClusterHealth2ParamsWithContext creates a new CheckClusterHealth2Params object with the ability to set a context for a request.

func NewCheckClusterHealth2ParamsWithHTTPClient

func NewCheckClusterHealth2ParamsWithHTTPClient(client *http.Client) *CheckClusterHealth2Params

NewCheckClusterHealth2ParamsWithHTTPClient creates a new CheckClusterHealth2Params object with the ability to set a custom HTTPClient for a request.

func NewCheckClusterHealth2ParamsWithTimeout

func NewCheckClusterHealth2ParamsWithTimeout(timeout time.Duration) *CheckClusterHealth2Params

NewCheckClusterHealth2ParamsWithTimeout creates a new CheckClusterHealth2Params object with the ability to set a timeout on a request.

func (*CheckClusterHealth2Params) SetContext

func (o *CheckClusterHealth2Params) SetContext(ctx context.Context)

SetContext adds the context to the check cluster health2 params

func (*CheckClusterHealth2Params) SetDefaults

func (o *CheckClusterHealth2Params) SetDefaults()

SetDefaults hydrates default values in the check cluster health2 params (not the query body).

All values with no default are reset to their zero value.

func (*CheckClusterHealth2Params) SetHTTPClient

func (o *CheckClusterHealth2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the check cluster health2 params

func (*CheckClusterHealth2Params) SetPingID

func (o *CheckClusterHealth2Params) SetPingID(pingID string)

SetPingID adds the pingId to the check cluster health2 params

func (*CheckClusterHealth2Params) SetTimeout

func (o *CheckClusterHealth2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the check cluster health2 params

func (*CheckClusterHealth2Params) SetXRequestID

func (o *CheckClusterHealth2Params) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the check cluster health2 params

func (*CheckClusterHealth2Params) WithContext

WithContext adds the context to the check cluster health2 params

func (*CheckClusterHealth2Params) WithDefaults

WithDefaults hydrates default values in the check cluster health2 params (not the query body).

All values with no default are reset to their zero value.

func (*CheckClusterHealth2Params) WithHTTPClient

func (o *CheckClusterHealth2Params) WithHTTPClient(client *http.Client) *CheckClusterHealth2Params

WithHTTPClient adds the HTTPClient to the check cluster health2 params

func (*CheckClusterHealth2Params) WithPingID

WithPingID adds the pingID to the check cluster health2 params

func (*CheckClusterHealth2Params) WithTimeout

WithTimeout adds the timeout to the check cluster health2 params

func (*CheckClusterHealth2Params) WithXRequestID

func (o *CheckClusterHealth2Params) WithXRequestID(xRequestID *string) *CheckClusterHealth2Params

WithXRequestID adds the xRequestID to the check cluster health2 params

func (*CheckClusterHealth2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CheckClusterHealth2Reader

type CheckClusterHealth2Reader struct {
	// contains filtered or unexported fields
}

CheckClusterHealth2Reader is a Reader for the CheckClusterHealth2 structure.

func (*CheckClusterHealth2Reader) ReadResponse

func (o *CheckClusterHealth2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CheckClusterHealthGatewayTimeout

type CheckClusterHealthGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
CheckClusterHealthGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewCheckClusterHealthGatewayTimeout

func NewCheckClusterHealthGatewayTimeout() *CheckClusterHealthGatewayTimeout

NewCheckClusterHealthGatewayTimeout creates a CheckClusterHealthGatewayTimeout with default headers values

func (*CheckClusterHealthGatewayTimeout) Error

func (*CheckClusterHealthGatewayTimeout) GetPayload

type CheckClusterHealthInternalServerError

type CheckClusterHealthInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
CheckClusterHealthInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewCheckClusterHealthInternalServerError

func NewCheckClusterHealthInternalServerError() *CheckClusterHealthInternalServerError

NewCheckClusterHealthInternalServerError creates a CheckClusterHealthInternalServerError with default headers values

func (*CheckClusterHealthInternalServerError) Error

func (*CheckClusterHealthInternalServerError) GetPayload

type CheckClusterHealthOK

type CheckClusterHealthOK struct {
	Payload *swagger_models.PingMsgSendResp
}
CheckClusterHealthOK describes a response with status code 200, with default header values.

A successful response.

func NewCheckClusterHealthOK

func NewCheckClusterHealthOK() *CheckClusterHealthOK

NewCheckClusterHealthOK creates a CheckClusterHealthOK with default headers values

func (*CheckClusterHealthOK) Error

func (o *CheckClusterHealthOK) Error() string

func (*CheckClusterHealthOK) GetPayload

type CheckClusterHealthParams

type CheckClusterHealthParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// PingID.
	//
	// Format: int64
	PingID *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CheckClusterHealthParams contains all the parameters to send to the API endpoint

for the check cluster health operation.

Typically these are written to a http.Request.

func NewCheckClusterHealthParams

func NewCheckClusterHealthParams() *CheckClusterHealthParams

NewCheckClusterHealthParams creates a new CheckClusterHealthParams 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 NewCheckClusterHealthParamsWithContext

func NewCheckClusterHealthParamsWithContext(ctx context.Context) *CheckClusterHealthParams

NewCheckClusterHealthParamsWithContext creates a new CheckClusterHealthParams object with the ability to set a context for a request.

func NewCheckClusterHealthParamsWithHTTPClient

func NewCheckClusterHealthParamsWithHTTPClient(client *http.Client) *CheckClusterHealthParams

NewCheckClusterHealthParamsWithHTTPClient creates a new CheckClusterHealthParams object with the ability to set a custom HTTPClient for a request.

func NewCheckClusterHealthParamsWithTimeout

func NewCheckClusterHealthParamsWithTimeout(timeout time.Duration) *CheckClusterHealthParams

NewCheckClusterHealthParamsWithTimeout creates a new CheckClusterHealthParams object with the ability to set a timeout on a request.

func (*CheckClusterHealthParams) SetContext

func (o *CheckClusterHealthParams) SetContext(ctx context.Context)

SetContext adds the context to the check cluster health params

func (*CheckClusterHealthParams) SetDefaults

func (o *CheckClusterHealthParams) SetDefaults()

SetDefaults hydrates default values in the check cluster health params (not the query body).

All values with no default are reset to their zero value.

func (*CheckClusterHealthParams) SetHTTPClient

func (o *CheckClusterHealthParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the check cluster health params

func (*CheckClusterHealthParams) SetPingID

func (o *CheckClusterHealthParams) SetPingID(pingID *string)

SetPingID adds the pingId to the check cluster health params

func (*CheckClusterHealthParams) SetTimeout

func (o *CheckClusterHealthParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the check cluster health params

func (*CheckClusterHealthParams) SetXRequestID

func (o *CheckClusterHealthParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the check cluster health params

func (*CheckClusterHealthParams) WithContext

WithContext adds the context to the check cluster health params

func (*CheckClusterHealthParams) WithDefaults

WithDefaults hydrates default values in the check cluster health params (not the query body).

All values with no default are reset to their zero value.

func (*CheckClusterHealthParams) WithHTTPClient

func (o *CheckClusterHealthParams) WithHTTPClient(client *http.Client) *CheckClusterHealthParams

WithHTTPClient adds the HTTPClient to the check cluster health params

func (*CheckClusterHealthParams) WithPingID

WithPingID adds the pingID to the check cluster health params

func (*CheckClusterHealthParams) WithTimeout

WithTimeout adds the timeout to the check cluster health params

func (*CheckClusterHealthParams) WithXRequestID

func (o *CheckClusterHealthParams) WithXRequestID(xRequestID *string) *CheckClusterHealthParams

WithXRequestID adds the xRequestID to the check cluster health params

func (*CheckClusterHealthParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CheckClusterHealthReader

type CheckClusterHealthReader struct {
	// contains filtered or unexported fields
}

CheckClusterHealthReader is a Reader for the CheckClusterHealth structure.

func (*CheckClusterHealthReader) ReadResponse

func (o *CheckClusterHealthReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CheckMicroserviceHealthBadRequest

type CheckMicroserviceHealthBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
CheckMicroserviceHealthBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of missing parameter or invalid value of parameters.

func NewCheckMicroserviceHealthBadRequest

func NewCheckMicroserviceHealthBadRequest() *CheckMicroserviceHealthBadRequest

NewCheckMicroserviceHealthBadRequest creates a CheckMicroserviceHealthBadRequest with default headers values

func (*CheckMicroserviceHealthBadRequest) Error

func (*CheckMicroserviceHealthBadRequest) GetPayload

type CheckMicroserviceHealthGatewayTimeout

type CheckMicroserviceHealthGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
CheckMicroserviceHealthGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewCheckMicroserviceHealthGatewayTimeout

func NewCheckMicroserviceHealthGatewayTimeout() *CheckMicroserviceHealthGatewayTimeout

NewCheckMicroserviceHealthGatewayTimeout creates a CheckMicroserviceHealthGatewayTimeout with default headers values

func (*CheckMicroserviceHealthGatewayTimeout) Error

func (*CheckMicroserviceHealthGatewayTimeout) GetPayload

type CheckMicroserviceHealthInternalServerError

type CheckMicroserviceHealthInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
CheckMicroserviceHealthInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewCheckMicroserviceHealthInternalServerError

func NewCheckMicroserviceHealthInternalServerError() *CheckMicroserviceHealthInternalServerError

NewCheckMicroserviceHealthInternalServerError creates a CheckMicroserviceHealthInternalServerError with default headers values

func (*CheckMicroserviceHealthInternalServerError) Error

func (*CheckMicroserviceHealthInternalServerError) GetPayload

type CheckMicroserviceHealthOK

type CheckMicroserviceHealthOK struct {
	Payload *swagger_models.HelloResp
}
CheckMicroserviceHealthOK describes a response with status code 200, with default header values.

A successful response.

func NewCheckMicroserviceHealthOK

func NewCheckMicroserviceHealthOK() *CheckMicroserviceHealthOK

NewCheckMicroserviceHealthOK creates a CheckMicroserviceHealthOK with default headers values

func (*CheckMicroserviceHealthOK) Error

func (o *CheckMicroserviceHealthOK) Error() string

func (*CheckMicroserviceHealthOK) GetPayload

type CheckMicroserviceHealthParams

type CheckMicroserviceHealthParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// Body.
	Body *swagger_models.HelloName

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CheckMicroserviceHealthParams contains all the parameters to send to the API endpoint

for the check microservice health operation.

Typically these are written to a http.Request.

func NewCheckMicroserviceHealthParams

func NewCheckMicroserviceHealthParams() *CheckMicroserviceHealthParams

NewCheckMicroserviceHealthParams creates a new CheckMicroserviceHealthParams 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 NewCheckMicroserviceHealthParamsWithContext

func NewCheckMicroserviceHealthParamsWithContext(ctx context.Context) *CheckMicroserviceHealthParams

NewCheckMicroserviceHealthParamsWithContext creates a new CheckMicroserviceHealthParams object with the ability to set a context for a request.

func NewCheckMicroserviceHealthParamsWithHTTPClient

func NewCheckMicroserviceHealthParamsWithHTTPClient(client *http.Client) *CheckMicroserviceHealthParams

NewCheckMicroserviceHealthParamsWithHTTPClient creates a new CheckMicroserviceHealthParams object with the ability to set a custom HTTPClient for a request.

func NewCheckMicroserviceHealthParamsWithTimeout

func NewCheckMicroserviceHealthParamsWithTimeout(timeout time.Duration) *CheckMicroserviceHealthParams

NewCheckMicroserviceHealthParamsWithTimeout creates a new CheckMicroserviceHealthParams object with the ability to set a timeout on a request.

func (*CheckMicroserviceHealthParams) SetBody

SetBody adds the body to the check microservice health params

func (*CheckMicroserviceHealthParams) SetContext

func (o *CheckMicroserviceHealthParams) SetContext(ctx context.Context)

SetContext adds the context to the check microservice health params

func (*CheckMicroserviceHealthParams) SetDefaults

func (o *CheckMicroserviceHealthParams) SetDefaults()

SetDefaults hydrates default values in the check microservice health params (not the query body).

All values with no default are reset to their zero value.

func (*CheckMicroserviceHealthParams) SetHTTPClient

func (o *CheckMicroserviceHealthParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the check microservice health params

func (*CheckMicroserviceHealthParams) SetTimeout

func (o *CheckMicroserviceHealthParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the check microservice health params

func (*CheckMicroserviceHealthParams) SetXRequestID

func (o *CheckMicroserviceHealthParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the check microservice health params

func (*CheckMicroserviceHealthParams) WithBody

WithBody adds the body to the check microservice health params

func (*CheckMicroserviceHealthParams) WithContext

WithContext adds the context to the check microservice health params

func (*CheckMicroserviceHealthParams) WithDefaults

WithDefaults hydrates default values in the check microservice health params (not the query body).

All values with no default are reset to their zero value.

func (*CheckMicroserviceHealthParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the check microservice health params

func (*CheckMicroserviceHealthParams) WithTimeout

WithTimeout adds the timeout to the check microservice health params

func (*CheckMicroserviceHealthParams) WithXRequestID

func (o *CheckMicroserviceHealthParams) WithXRequestID(xRequestID *string) *CheckMicroserviceHealthParams

WithXRequestID adds the xRequestID to the check microservice health params

func (*CheckMicroserviceHealthParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CheckMicroserviceHealthReader

type CheckMicroserviceHealthReader struct {
	// contains filtered or unexported fields
}

CheckMicroserviceHealthReader is a Reader for the CheckMicroserviceHealth structure.

func (*CheckMicroserviceHealthReader) ReadResponse

func (o *CheckMicroserviceHealthReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for cloud diagnostics API

func (*Client) CheckClusterHealth

func (a *Client) CheckClusterHealth(params *CheckClusterHealthParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CheckClusterHealthOK, error)

CheckClusterHealth checks cloud reachability

Check Cloud reachability by sending a ping message to API gateway. API gateway will echo back either "pong" or the id specified.

func (*Client) CheckClusterHealth2

func (a *Client) CheckClusterHealth2(params *CheckClusterHealth2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CheckClusterHealth2OK, error)

CheckClusterHealth2 checks cloud reachability

Check Cloud reachability by sending a ping message to API gateway. API gateway will echo back either "pong" or the id specified.

func (*Client) CheckMicroserviceHealth

func (a *Client) CheckMicroserviceHealth(params *CheckMicroserviceHealthParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CheckMicroserviceHealthOK, error)

CheckMicroserviceHealth checks cloud services health

Check Cloud services health by sending a hello name to microservice behind API Gateway. Microservice will echo back the name.

func (*Client) CreateCloudPolicyDocument

func (a *Client) CreateCloudPolicyDocument(params *CreateCloudPolicyDocumentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateCloudPolicyDocumentOK, error)

CreateCloudPolicyDocument create cloud policy document API

func (*Client) DeleteCloudPolicyDocument

func (a *Client) DeleteCloudPolicyDocument(params *DeleteCloudPolicyDocumentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteCloudPolicyDocumentOK, error)

DeleteCloudPolicyDocument delete cloud policy document API

func (*Client) GetCloudPolicy

func (a *Client) GetCloudPolicy(params *GetCloudPolicyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCloudPolicyOK, error)

GetCloudPolicy gets cloud policy latest version

Get policy record for latest version of Cloud policy.

func (*Client) GetCloudPolicyDocument

func (a *Client) GetCloudPolicyDocument(params *GetCloudPolicyDocumentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCloudPolicyDocumentOK, error)

GetCloudPolicyDocument gets cloud policy document

Get policy document for specific version of Cloud policy.

func (*Client) GetCloudPolicyVersion

func (a *Client) GetCloudPolicyVersion(params *GetCloudPolicyVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCloudPolicyVersionOK, error)

GetCloudPolicyVersion gets cloud policy specific version

Get policy record for specific version of Cloud policy.

func (*Client) GetClusterHealthReport

func (a *Client) GetClusterHealthReport(params *GetClusterHealthReportParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetClusterHealthReportOK, error)

GetClusterHealthReport gets cloud services health report

Get Cloud services health report.

func (*Client) GetClusterVersion

func (a *Client) GetClusterVersion(params *GetClusterVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetClusterVersionOK, error)

GetClusterVersion gets cloud controller software version

Get Cloud controller software version.

func (*Client) MarkCloudPolicyLatest

func (a *Client) MarkCloudPolicyLatest(params *MarkCloudPolicyLatestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MarkCloudPolicyLatestOK, error)

MarkCloudPolicyLatest mark cloud policy latest API

func (*Client) QueryCloudPolicies

func (a *Client) QueryCloudPolicies(params *QueryCloudPoliciesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryCloudPoliciesOK, error)

QueryCloudPolicies queries cloud policies

Query policy records of latest version of Cloud policies.

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 {
	CreateCloudPolicyDocument(params *CreateCloudPolicyDocumentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateCloudPolicyDocumentOK, error)

	DeleteCloudPolicyDocument(params *DeleteCloudPolicyDocumentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteCloudPolicyDocumentOK, error)

	GetCloudPolicy(params *GetCloudPolicyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCloudPolicyOK, error)

	GetCloudPolicyDocument(params *GetCloudPolicyDocumentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCloudPolicyDocumentOK, error)

	GetCloudPolicyVersion(params *GetCloudPolicyVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCloudPolicyVersionOK, error)

	GetClusterHealthReport(params *GetClusterHealthReportParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetClusterHealthReportOK, error)

	GetClusterVersion(params *GetClusterVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetClusterVersionOK, error)

	MarkCloudPolicyLatest(params *MarkCloudPolicyLatestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MarkCloudPolicyLatestOK, error)

	QueryCloudPolicies(params *QueryCloudPoliciesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryCloudPoliciesOK, error)

	CheckClusterHealth(params *CheckClusterHealthParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CheckClusterHealthOK, error)

	CheckClusterHealth2(params *CheckClusterHealth2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CheckClusterHealth2OK, error)

	CheckMicroserviceHealth(params *CheckMicroserviceHealthParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CheckMicroserviceHealthOK, 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 cloud diagnostics API client.

type CreateCloudPolicyDocumentGatewayTimeout

type CreateCloudPolicyDocumentGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
CreateCloudPolicyDocumentGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewCreateCloudPolicyDocumentGatewayTimeout

func NewCreateCloudPolicyDocumentGatewayTimeout() *CreateCloudPolicyDocumentGatewayTimeout

NewCreateCloudPolicyDocumentGatewayTimeout creates a CreateCloudPolicyDocumentGatewayTimeout with default headers values

func (*CreateCloudPolicyDocumentGatewayTimeout) Error

func (*CreateCloudPolicyDocumentGatewayTimeout) GetPayload

type CreateCloudPolicyDocumentInternalServerError

type CreateCloudPolicyDocumentInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
CreateCloudPolicyDocumentInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewCreateCloudPolicyDocumentInternalServerError

func NewCreateCloudPolicyDocumentInternalServerError() *CreateCloudPolicyDocumentInternalServerError

NewCreateCloudPolicyDocumentInternalServerError creates a CreateCloudPolicyDocumentInternalServerError with default headers values

func (*CreateCloudPolicyDocumentInternalServerError) Error

func (*CreateCloudPolicyDocumentInternalServerError) GetPayload

type CreateCloudPolicyDocumentOK

type CreateCloudPolicyDocumentOK struct {
	Payload *swagger_models.PolicyDocVersionResp
}
CreateCloudPolicyDocumentOK describes a response with status code 200, with default header values.

A successful response.

func NewCreateCloudPolicyDocumentOK

func NewCreateCloudPolicyDocumentOK() *CreateCloudPolicyDocumentOK

NewCreateCloudPolicyDocumentOK creates a CreateCloudPolicyDocumentOK with default headers values

func (*CreateCloudPolicyDocumentOK) Error

func (*CreateCloudPolicyDocumentOK) GetPayload

type CreateCloudPolicyDocumentParams

type CreateCloudPolicyDocumentParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateCloudPolicyDocumentParams contains all the parameters to send to the API endpoint

for the create cloud policy document operation.

Typically these are written to a http.Request.

func NewCreateCloudPolicyDocumentParams

func NewCreateCloudPolicyDocumentParams() *CreateCloudPolicyDocumentParams

NewCreateCloudPolicyDocumentParams creates a new CreateCloudPolicyDocumentParams 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 NewCreateCloudPolicyDocumentParamsWithContext

func NewCreateCloudPolicyDocumentParamsWithContext(ctx context.Context) *CreateCloudPolicyDocumentParams

NewCreateCloudPolicyDocumentParamsWithContext creates a new CreateCloudPolicyDocumentParams object with the ability to set a context for a request.

func NewCreateCloudPolicyDocumentParamsWithHTTPClient

func NewCreateCloudPolicyDocumentParamsWithHTTPClient(client *http.Client) *CreateCloudPolicyDocumentParams

NewCreateCloudPolicyDocumentParamsWithHTTPClient creates a new CreateCloudPolicyDocumentParams object with the ability to set a custom HTTPClient for a request.

func NewCreateCloudPolicyDocumentParamsWithTimeout

func NewCreateCloudPolicyDocumentParamsWithTimeout(timeout time.Duration) *CreateCloudPolicyDocumentParams

NewCreateCloudPolicyDocumentParamsWithTimeout creates a new CreateCloudPolicyDocumentParams object with the ability to set a timeout on a request.

func (*CreateCloudPolicyDocumentParams) SetContext

func (o *CreateCloudPolicyDocumentParams) SetContext(ctx context.Context)

SetContext adds the context to the create cloud policy document params

func (*CreateCloudPolicyDocumentParams) SetDefaults

func (o *CreateCloudPolicyDocumentParams) SetDefaults()

SetDefaults hydrates default values in the create cloud policy document params (not the query body).

All values with no default are reset to their zero value.

func (*CreateCloudPolicyDocumentParams) SetHTTPClient

func (o *CreateCloudPolicyDocumentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create cloud policy document params

func (*CreateCloudPolicyDocumentParams) SetTimeout

func (o *CreateCloudPolicyDocumentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create cloud policy document params

func (*CreateCloudPolicyDocumentParams) SetXRequestID

func (o *CreateCloudPolicyDocumentParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the create cloud policy document params

func (*CreateCloudPolicyDocumentParams) WithContext

WithContext adds the context to the create cloud policy document params

func (*CreateCloudPolicyDocumentParams) WithDefaults

WithDefaults hydrates default values in the create cloud policy document params (not the query body).

All values with no default are reset to their zero value.

func (*CreateCloudPolicyDocumentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create cloud policy document params

func (*CreateCloudPolicyDocumentParams) WithTimeout

WithTimeout adds the timeout to the create cloud policy document params

func (*CreateCloudPolicyDocumentParams) WithXRequestID

WithXRequestID adds the xRequestID to the create cloud policy document params

func (*CreateCloudPolicyDocumentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateCloudPolicyDocumentReader

type CreateCloudPolicyDocumentReader struct {
	// contains filtered or unexported fields
}

CreateCloudPolicyDocumentReader is a Reader for the CreateCloudPolicyDocument structure.

func (*CreateCloudPolicyDocumentReader) ReadResponse

func (o *CreateCloudPolicyDocumentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteCloudPolicyDocumentGatewayTimeout

type DeleteCloudPolicyDocumentGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteCloudPolicyDocumentGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewDeleteCloudPolicyDocumentGatewayTimeout

func NewDeleteCloudPolicyDocumentGatewayTimeout() *DeleteCloudPolicyDocumentGatewayTimeout

NewDeleteCloudPolicyDocumentGatewayTimeout creates a DeleteCloudPolicyDocumentGatewayTimeout with default headers values

func (*DeleteCloudPolicyDocumentGatewayTimeout) Error

func (*DeleteCloudPolicyDocumentGatewayTimeout) GetPayload

type DeleteCloudPolicyDocumentInternalServerError

type DeleteCloudPolicyDocumentInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
DeleteCloudPolicyDocumentInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewDeleteCloudPolicyDocumentInternalServerError

func NewDeleteCloudPolicyDocumentInternalServerError() *DeleteCloudPolicyDocumentInternalServerError

NewDeleteCloudPolicyDocumentInternalServerError creates a DeleteCloudPolicyDocumentInternalServerError with default headers values

func (*DeleteCloudPolicyDocumentInternalServerError) Error

func (*DeleteCloudPolicyDocumentInternalServerError) GetPayload

type DeleteCloudPolicyDocumentOK

type DeleteCloudPolicyDocumentOK struct {
	Payload *swagger_models.PolicyDocVersionResp
}
DeleteCloudPolicyDocumentOK describes a response with status code 200, with default header values.

A successful response.

func NewDeleteCloudPolicyDocumentOK

func NewDeleteCloudPolicyDocumentOK() *DeleteCloudPolicyDocumentOK

NewDeleteCloudPolicyDocumentOK creates a DeleteCloudPolicyDocumentOK with default headers values

func (*DeleteCloudPolicyDocumentOK) Error

func (*DeleteCloudPolicyDocumentOK) GetPayload

type DeleteCloudPolicyDocumentParams

type DeleteCloudPolicyDocumentParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// FileURL.
	FileURL string

	// Policy.
	Policy *string

	/* RevisionCreatedBy.

	   User data: Created By
	*/
	RevisionCreatedBy *string

	/* RevisionCurr.

	   Current Database version of the record
	*/
	RevisionCurr *string

	/* RevisionPrev.

	   Previous
	*/
	RevisionPrev *string

	/* RevisionUpdatedBy.

	   User data: Updated By
	*/
	RevisionUpdatedBy *string

	// Version.
	Version *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteCloudPolicyDocumentParams contains all the parameters to send to the API endpoint

for the delete cloud policy document operation.

Typically these are written to a http.Request.

func NewDeleteCloudPolicyDocumentParams

func NewDeleteCloudPolicyDocumentParams() *DeleteCloudPolicyDocumentParams

NewDeleteCloudPolicyDocumentParams creates a new DeleteCloudPolicyDocumentParams 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 NewDeleteCloudPolicyDocumentParamsWithContext

func NewDeleteCloudPolicyDocumentParamsWithContext(ctx context.Context) *DeleteCloudPolicyDocumentParams

NewDeleteCloudPolicyDocumentParamsWithContext creates a new DeleteCloudPolicyDocumentParams object with the ability to set a context for a request.

func NewDeleteCloudPolicyDocumentParamsWithHTTPClient

func NewDeleteCloudPolicyDocumentParamsWithHTTPClient(client *http.Client) *DeleteCloudPolicyDocumentParams

NewDeleteCloudPolicyDocumentParamsWithHTTPClient creates a new DeleteCloudPolicyDocumentParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteCloudPolicyDocumentParamsWithTimeout

func NewDeleteCloudPolicyDocumentParamsWithTimeout(timeout time.Duration) *DeleteCloudPolicyDocumentParams

NewDeleteCloudPolicyDocumentParamsWithTimeout creates a new DeleteCloudPolicyDocumentParams object with the ability to set a timeout on a request.

func (*DeleteCloudPolicyDocumentParams) SetContext

func (o *DeleteCloudPolicyDocumentParams) SetContext(ctx context.Context)

SetContext adds the context to the delete cloud policy document params

func (*DeleteCloudPolicyDocumentParams) SetDefaults

func (o *DeleteCloudPolicyDocumentParams) SetDefaults()

SetDefaults hydrates default values in the delete cloud policy document params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteCloudPolicyDocumentParams) SetFileURL

func (o *DeleteCloudPolicyDocumentParams) SetFileURL(fileURL string)

SetFileURL adds the fileUrl to the delete cloud policy document params

func (*DeleteCloudPolicyDocumentParams) SetHTTPClient

func (o *DeleteCloudPolicyDocumentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete cloud policy document params

func (*DeleteCloudPolicyDocumentParams) SetPolicy

func (o *DeleteCloudPolicyDocumentParams) SetPolicy(policy *string)

SetPolicy adds the policy to the delete cloud policy document params

func (*DeleteCloudPolicyDocumentParams) SetRevisionCreatedBy

func (o *DeleteCloudPolicyDocumentParams) SetRevisionCreatedBy(revisionCreatedBy *string)

SetRevisionCreatedBy adds the revisionCreatedBy to the delete cloud policy document params

func (*DeleteCloudPolicyDocumentParams) SetRevisionCurr

func (o *DeleteCloudPolicyDocumentParams) SetRevisionCurr(revisionCurr *string)

SetRevisionCurr adds the revisionCurr to the delete cloud policy document params

func (*DeleteCloudPolicyDocumentParams) SetRevisionPrev

func (o *DeleteCloudPolicyDocumentParams) SetRevisionPrev(revisionPrev *string)

SetRevisionPrev adds the revisionPrev to the delete cloud policy document params

func (*DeleteCloudPolicyDocumentParams) SetRevisionUpdatedBy

func (o *DeleteCloudPolicyDocumentParams) SetRevisionUpdatedBy(revisionUpdatedBy *string)

SetRevisionUpdatedBy adds the revisionUpdatedBy to the delete cloud policy document params

func (*DeleteCloudPolicyDocumentParams) SetTimeout

func (o *DeleteCloudPolicyDocumentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete cloud policy document params

func (*DeleteCloudPolicyDocumentParams) SetVersion

func (o *DeleteCloudPolicyDocumentParams) SetVersion(version *string)

SetVersion adds the version to the delete cloud policy document params

func (*DeleteCloudPolicyDocumentParams) SetXRequestID

func (o *DeleteCloudPolicyDocumentParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the delete cloud policy document params

func (*DeleteCloudPolicyDocumentParams) WithContext

WithContext adds the context to the delete cloud policy document params

func (*DeleteCloudPolicyDocumentParams) WithDefaults

WithDefaults hydrates default values in the delete cloud policy document params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteCloudPolicyDocumentParams) WithFileURL

WithFileURL adds the fileURL to the delete cloud policy document params

func (*DeleteCloudPolicyDocumentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete cloud policy document params

func (*DeleteCloudPolicyDocumentParams) WithPolicy

WithPolicy adds the policy to the delete cloud policy document params

func (*DeleteCloudPolicyDocumentParams) WithRevisionCreatedBy

func (o *DeleteCloudPolicyDocumentParams) WithRevisionCreatedBy(revisionCreatedBy *string) *DeleteCloudPolicyDocumentParams

WithRevisionCreatedBy adds the revisionCreatedBy to the delete cloud policy document params

func (*DeleteCloudPolicyDocumentParams) WithRevisionCurr

func (o *DeleteCloudPolicyDocumentParams) WithRevisionCurr(revisionCurr *string) *DeleteCloudPolicyDocumentParams

WithRevisionCurr adds the revisionCurr to the delete cloud policy document params

func (*DeleteCloudPolicyDocumentParams) WithRevisionPrev

func (o *DeleteCloudPolicyDocumentParams) WithRevisionPrev(revisionPrev *string) *DeleteCloudPolicyDocumentParams

WithRevisionPrev adds the revisionPrev to the delete cloud policy document params

func (*DeleteCloudPolicyDocumentParams) WithRevisionUpdatedBy

func (o *DeleteCloudPolicyDocumentParams) WithRevisionUpdatedBy(revisionUpdatedBy *string) *DeleteCloudPolicyDocumentParams

WithRevisionUpdatedBy adds the revisionUpdatedBy to the delete cloud policy document params

func (*DeleteCloudPolicyDocumentParams) WithTimeout

WithTimeout adds the timeout to the delete cloud policy document params

func (*DeleteCloudPolicyDocumentParams) WithVersion

WithVersion adds the version to the delete cloud policy document params

func (*DeleteCloudPolicyDocumentParams) WithXRequestID

WithXRequestID adds the xRequestID to the delete cloud policy document params

func (*DeleteCloudPolicyDocumentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteCloudPolicyDocumentReader

type DeleteCloudPolicyDocumentReader struct {
	// contains filtered or unexported fields
}

DeleteCloudPolicyDocumentReader is a Reader for the DeleteCloudPolicyDocument structure.

func (*DeleteCloudPolicyDocumentReader) ReadResponse

func (o *DeleteCloudPolicyDocumentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetCloudPolicyDocumentGatewayTimeout

type GetCloudPolicyDocumentGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
GetCloudPolicyDocumentGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewGetCloudPolicyDocumentGatewayTimeout

func NewGetCloudPolicyDocumentGatewayTimeout() *GetCloudPolicyDocumentGatewayTimeout

NewGetCloudPolicyDocumentGatewayTimeout creates a GetCloudPolicyDocumentGatewayTimeout with default headers values

func (*GetCloudPolicyDocumentGatewayTimeout) Error

func (*GetCloudPolicyDocumentGatewayTimeout) GetPayload

type GetCloudPolicyDocumentInternalServerError

type GetCloudPolicyDocumentInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
GetCloudPolicyDocumentInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewGetCloudPolicyDocumentInternalServerError

func NewGetCloudPolicyDocumentInternalServerError() *GetCloudPolicyDocumentInternalServerError

NewGetCloudPolicyDocumentInternalServerError creates a GetCloudPolicyDocumentInternalServerError with default headers values

func (*GetCloudPolicyDocumentInternalServerError) Error

func (*GetCloudPolicyDocumentInternalServerError) GetPayload

type GetCloudPolicyDocumentNotFound

type GetCloudPolicyDocumentNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
GetCloudPolicyDocumentNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewGetCloudPolicyDocumentNotFound

func NewGetCloudPolicyDocumentNotFound() *GetCloudPolicyDocumentNotFound

NewGetCloudPolicyDocumentNotFound creates a GetCloudPolicyDocumentNotFound with default headers values

func (*GetCloudPolicyDocumentNotFound) Error

func (*GetCloudPolicyDocumentNotFound) GetPayload

type GetCloudPolicyDocumentOK

type GetCloudPolicyDocumentOK struct {
	Payload *swagger_models.PolicyDocVersionResp
}
GetCloudPolicyDocumentOK describes a response with status code 200, with default header values.

A successful response.

func NewGetCloudPolicyDocumentOK

func NewGetCloudPolicyDocumentOK() *GetCloudPolicyDocumentOK

NewGetCloudPolicyDocumentOK creates a GetCloudPolicyDocumentOK with default headers values

func (*GetCloudPolicyDocumentOK) Error

func (o *GetCloudPolicyDocumentOK) Error() string

func (*GetCloudPolicyDocumentOK) GetPayload

type GetCloudPolicyDocumentParams

type GetCloudPolicyDocumentParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// FileURL.
	FileURL string

	// Policy.
	Policy *string

	/* RevisionCreatedBy.

	   User data: Created By
	*/
	RevisionCreatedBy *string

	/* RevisionCurr.

	   Current Database version of the record
	*/
	RevisionCurr *string

	/* RevisionPrev.

	   Previous
	*/
	RevisionPrev *string

	/* RevisionUpdatedBy.

	   User data: Updated By
	*/
	RevisionUpdatedBy *string

	// Version.
	Version *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCloudPolicyDocumentParams contains all the parameters to send to the API endpoint

for the get cloud policy document operation.

Typically these are written to a http.Request.

func NewGetCloudPolicyDocumentParams

func NewGetCloudPolicyDocumentParams() *GetCloudPolicyDocumentParams

NewGetCloudPolicyDocumentParams creates a new GetCloudPolicyDocumentParams 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 NewGetCloudPolicyDocumentParamsWithContext

func NewGetCloudPolicyDocumentParamsWithContext(ctx context.Context) *GetCloudPolicyDocumentParams

NewGetCloudPolicyDocumentParamsWithContext creates a new GetCloudPolicyDocumentParams object with the ability to set a context for a request.

func NewGetCloudPolicyDocumentParamsWithHTTPClient

func NewGetCloudPolicyDocumentParamsWithHTTPClient(client *http.Client) *GetCloudPolicyDocumentParams

NewGetCloudPolicyDocumentParamsWithHTTPClient creates a new GetCloudPolicyDocumentParams object with the ability to set a custom HTTPClient for a request.

func NewGetCloudPolicyDocumentParamsWithTimeout

func NewGetCloudPolicyDocumentParamsWithTimeout(timeout time.Duration) *GetCloudPolicyDocumentParams

NewGetCloudPolicyDocumentParamsWithTimeout creates a new GetCloudPolicyDocumentParams object with the ability to set a timeout on a request.

func (*GetCloudPolicyDocumentParams) SetContext

func (o *GetCloudPolicyDocumentParams) SetContext(ctx context.Context)

SetContext adds the context to the get cloud policy document params

func (*GetCloudPolicyDocumentParams) SetDefaults

func (o *GetCloudPolicyDocumentParams) SetDefaults()

SetDefaults hydrates default values in the get cloud policy document params (not the query body).

All values with no default are reset to their zero value.

func (*GetCloudPolicyDocumentParams) SetFileURL

func (o *GetCloudPolicyDocumentParams) SetFileURL(fileURL string)

SetFileURL adds the fileUrl to the get cloud policy document params

func (*GetCloudPolicyDocumentParams) SetHTTPClient

func (o *GetCloudPolicyDocumentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get cloud policy document params

func (*GetCloudPolicyDocumentParams) SetPolicy

func (o *GetCloudPolicyDocumentParams) SetPolicy(policy *string)

SetPolicy adds the policy to the get cloud policy document params

func (*GetCloudPolicyDocumentParams) SetRevisionCreatedBy

func (o *GetCloudPolicyDocumentParams) SetRevisionCreatedBy(revisionCreatedBy *string)

SetRevisionCreatedBy adds the revisionCreatedBy to the get cloud policy document params

func (*GetCloudPolicyDocumentParams) SetRevisionCurr

func (o *GetCloudPolicyDocumentParams) SetRevisionCurr(revisionCurr *string)

SetRevisionCurr adds the revisionCurr to the get cloud policy document params

func (*GetCloudPolicyDocumentParams) SetRevisionPrev

func (o *GetCloudPolicyDocumentParams) SetRevisionPrev(revisionPrev *string)

SetRevisionPrev adds the revisionPrev to the get cloud policy document params

func (*GetCloudPolicyDocumentParams) SetRevisionUpdatedBy

func (o *GetCloudPolicyDocumentParams) SetRevisionUpdatedBy(revisionUpdatedBy *string)

SetRevisionUpdatedBy adds the revisionUpdatedBy to the get cloud policy document params

func (*GetCloudPolicyDocumentParams) SetTimeout

func (o *GetCloudPolicyDocumentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get cloud policy document params

func (*GetCloudPolicyDocumentParams) SetVersion

func (o *GetCloudPolicyDocumentParams) SetVersion(version *string)

SetVersion adds the version to the get cloud policy document params

func (*GetCloudPolicyDocumentParams) SetXRequestID

func (o *GetCloudPolicyDocumentParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the get cloud policy document params

func (*GetCloudPolicyDocumentParams) WithContext

WithContext adds the context to the get cloud policy document params

func (*GetCloudPolicyDocumentParams) WithDefaults

WithDefaults hydrates default values in the get cloud policy document params (not the query body).

All values with no default are reset to their zero value.

func (*GetCloudPolicyDocumentParams) WithFileURL

WithFileURL adds the fileURL to the get cloud policy document params

func (*GetCloudPolicyDocumentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get cloud policy document params

func (*GetCloudPolicyDocumentParams) WithPolicy

WithPolicy adds the policy to the get cloud policy document params

func (*GetCloudPolicyDocumentParams) WithRevisionCreatedBy

func (o *GetCloudPolicyDocumentParams) WithRevisionCreatedBy(revisionCreatedBy *string) *GetCloudPolicyDocumentParams

WithRevisionCreatedBy adds the revisionCreatedBy to the get cloud policy document params

func (*GetCloudPolicyDocumentParams) WithRevisionCurr

func (o *GetCloudPolicyDocumentParams) WithRevisionCurr(revisionCurr *string) *GetCloudPolicyDocumentParams

WithRevisionCurr adds the revisionCurr to the get cloud policy document params

func (*GetCloudPolicyDocumentParams) WithRevisionPrev

func (o *GetCloudPolicyDocumentParams) WithRevisionPrev(revisionPrev *string) *GetCloudPolicyDocumentParams

WithRevisionPrev adds the revisionPrev to the get cloud policy document params

func (*GetCloudPolicyDocumentParams) WithRevisionUpdatedBy

func (o *GetCloudPolicyDocumentParams) WithRevisionUpdatedBy(revisionUpdatedBy *string) *GetCloudPolicyDocumentParams

WithRevisionUpdatedBy adds the revisionUpdatedBy to the get cloud policy document params

func (*GetCloudPolicyDocumentParams) WithTimeout

WithTimeout adds the timeout to the get cloud policy document params

func (*GetCloudPolicyDocumentParams) WithVersion

WithVersion adds the version to the get cloud policy document params

func (*GetCloudPolicyDocumentParams) WithXRequestID

func (o *GetCloudPolicyDocumentParams) WithXRequestID(xRequestID *string) *GetCloudPolicyDocumentParams

WithXRequestID adds the xRequestID to the get cloud policy document params

func (*GetCloudPolicyDocumentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCloudPolicyDocumentReader

type GetCloudPolicyDocumentReader struct {
	// contains filtered or unexported fields
}

GetCloudPolicyDocumentReader is a Reader for the GetCloudPolicyDocument structure.

func (*GetCloudPolicyDocumentReader) ReadResponse

func (o *GetCloudPolicyDocumentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetCloudPolicyGatewayTimeout

type GetCloudPolicyGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
GetCloudPolicyGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewGetCloudPolicyGatewayTimeout

func NewGetCloudPolicyGatewayTimeout() *GetCloudPolicyGatewayTimeout

NewGetCloudPolicyGatewayTimeout creates a GetCloudPolicyGatewayTimeout with default headers values

func (*GetCloudPolicyGatewayTimeout) Error

func (*GetCloudPolicyGatewayTimeout) GetPayload

type GetCloudPolicyInternalServerError

type GetCloudPolicyInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
GetCloudPolicyInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewGetCloudPolicyInternalServerError

func NewGetCloudPolicyInternalServerError() *GetCloudPolicyInternalServerError

NewGetCloudPolicyInternalServerError creates a GetCloudPolicyInternalServerError with default headers values

func (*GetCloudPolicyInternalServerError) Error

func (*GetCloudPolicyInternalServerError) GetPayload

type GetCloudPolicyNotFound

type GetCloudPolicyNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
GetCloudPolicyNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewGetCloudPolicyNotFound

func NewGetCloudPolicyNotFound() *GetCloudPolicyNotFound

NewGetCloudPolicyNotFound creates a GetCloudPolicyNotFound with default headers values

func (*GetCloudPolicyNotFound) Error

func (o *GetCloudPolicyNotFound) Error() string

func (*GetCloudPolicyNotFound) GetPayload

type GetCloudPolicyOK

type GetCloudPolicyOK struct {
	Payload *swagger_models.PolicyDocVersionResp
}
GetCloudPolicyOK describes a response with status code 200, with default header values.

A successful response.

func NewGetCloudPolicyOK

func NewGetCloudPolicyOK() *GetCloudPolicyOK

NewGetCloudPolicyOK creates a GetCloudPolicyOK with default headers values

func (*GetCloudPolicyOK) Error

func (o *GetCloudPolicyOK) Error() string

func (*GetCloudPolicyOK) GetPayload

type GetCloudPolicyParams

type GetCloudPolicyParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// FileURL.
	FileURL *string

	// Policy.
	Policy string

	/* RevisionCreatedBy.

	   User data: Created By
	*/
	RevisionCreatedBy *string

	/* RevisionCurr.

	   Current Database version of the record
	*/
	RevisionCurr *string

	/* RevisionPrev.

	   Previous
	*/
	RevisionPrev *string

	/* RevisionUpdatedBy.

	   User data: Updated By
	*/
	RevisionUpdatedBy *string

	// Version.
	Version *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCloudPolicyParams contains all the parameters to send to the API endpoint

for the get cloud policy operation.

Typically these are written to a http.Request.

func NewGetCloudPolicyParams

func NewGetCloudPolicyParams() *GetCloudPolicyParams

NewGetCloudPolicyParams creates a new GetCloudPolicyParams 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 NewGetCloudPolicyParamsWithContext

func NewGetCloudPolicyParamsWithContext(ctx context.Context) *GetCloudPolicyParams

NewGetCloudPolicyParamsWithContext creates a new GetCloudPolicyParams object with the ability to set a context for a request.

func NewGetCloudPolicyParamsWithHTTPClient

func NewGetCloudPolicyParamsWithHTTPClient(client *http.Client) *GetCloudPolicyParams

NewGetCloudPolicyParamsWithHTTPClient creates a new GetCloudPolicyParams object with the ability to set a custom HTTPClient for a request.

func NewGetCloudPolicyParamsWithTimeout

func NewGetCloudPolicyParamsWithTimeout(timeout time.Duration) *GetCloudPolicyParams

NewGetCloudPolicyParamsWithTimeout creates a new GetCloudPolicyParams object with the ability to set a timeout on a request.

func (*GetCloudPolicyParams) SetContext

func (o *GetCloudPolicyParams) SetContext(ctx context.Context)

SetContext adds the context to the get cloud policy params

func (*GetCloudPolicyParams) SetDefaults

func (o *GetCloudPolicyParams) SetDefaults()

SetDefaults hydrates default values in the get cloud policy params (not the query body).

All values with no default are reset to their zero value.

func (*GetCloudPolicyParams) SetFileURL

func (o *GetCloudPolicyParams) SetFileURL(fileURL *string)

SetFileURL adds the fileUrl to the get cloud policy params

func (*GetCloudPolicyParams) SetHTTPClient

func (o *GetCloudPolicyParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get cloud policy params

func (*GetCloudPolicyParams) SetPolicy

func (o *GetCloudPolicyParams) SetPolicy(policy string)

SetPolicy adds the policy to the get cloud policy params

func (*GetCloudPolicyParams) SetRevisionCreatedBy

func (o *GetCloudPolicyParams) SetRevisionCreatedBy(revisionCreatedBy *string)

SetRevisionCreatedBy adds the revisionCreatedBy to the get cloud policy params

func (*GetCloudPolicyParams) SetRevisionCurr

func (o *GetCloudPolicyParams) SetRevisionCurr(revisionCurr *string)

SetRevisionCurr adds the revisionCurr to the get cloud policy params

func (*GetCloudPolicyParams) SetRevisionPrev

func (o *GetCloudPolicyParams) SetRevisionPrev(revisionPrev *string)

SetRevisionPrev adds the revisionPrev to the get cloud policy params

func (*GetCloudPolicyParams) SetRevisionUpdatedBy

func (o *GetCloudPolicyParams) SetRevisionUpdatedBy(revisionUpdatedBy *string)

SetRevisionUpdatedBy adds the revisionUpdatedBy to the get cloud policy params

func (*GetCloudPolicyParams) SetTimeout

func (o *GetCloudPolicyParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get cloud policy params

func (*GetCloudPolicyParams) SetVersion

func (o *GetCloudPolicyParams) SetVersion(version *string)

SetVersion adds the version to the get cloud policy params

func (*GetCloudPolicyParams) SetXRequestID

func (o *GetCloudPolicyParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the get cloud policy params

func (*GetCloudPolicyParams) WithContext

WithContext adds the context to the get cloud policy params

func (*GetCloudPolicyParams) WithDefaults

func (o *GetCloudPolicyParams) WithDefaults() *GetCloudPolicyParams

WithDefaults hydrates default values in the get cloud policy params (not the query body).

All values with no default are reset to their zero value.

func (*GetCloudPolicyParams) WithFileURL

func (o *GetCloudPolicyParams) WithFileURL(fileURL *string) *GetCloudPolicyParams

WithFileURL adds the fileURL to the get cloud policy params

func (*GetCloudPolicyParams) WithHTTPClient

func (o *GetCloudPolicyParams) WithHTTPClient(client *http.Client) *GetCloudPolicyParams

WithHTTPClient adds the HTTPClient to the get cloud policy params

func (*GetCloudPolicyParams) WithPolicy

func (o *GetCloudPolicyParams) WithPolicy(policy string) *GetCloudPolicyParams

WithPolicy adds the policy to the get cloud policy params

func (*GetCloudPolicyParams) WithRevisionCreatedBy

func (o *GetCloudPolicyParams) WithRevisionCreatedBy(revisionCreatedBy *string) *GetCloudPolicyParams

WithRevisionCreatedBy adds the revisionCreatedBy to the get cloud policy params

func (*GetCloudPolicyParams) WithRevisionCurr

func (o *GetCloudPolicyParams) WithRevisionCurr(revisionCurr *string) *GetCloudPolicyParams

WithRevisionCurr adds the revisionCurr to the get cloud policy params

func (*GetCloudPolicyParams) WithRevisionPrev

func (o *GetCloudPolicyParams) WithRevisionPrev(revisionPrev *string) *GetCloudPolicyParams

WithRevisionPrev adds the revisionPrev to the get cloud policy params

func (*GetCloudPolicyParams) WithRevisionUpdatedBy

func (o *GetCloudPolicyParams) WithRevisionUpdatedBy(revisionUpdatedBy *string) *GetCloudPolicyParams

WithRevisionUpdatedBy adds the revisionUpdatedBy to the get cloud policy params

func (*GetCloudPolicyParams) WithTimeout

func (o *GetCloudPolicyParams) WithTimeout(timeout time.Duration) *GetCloudPolicyParams

WithTimeout adds the timeout to the get cloud policy params

func (*GetCloudPolicyParams) WithVersion

func (o *GetCloudPolicyParams) WithVersion(version *string) *GetCloudPolicyParams

WithVersion adds the version to the get cloud policy params

func (*GetCloudPolicyParams) WithXRequestID

func (o *GetCloudPolicyParams) WithXRequestID(xRequestID *string) *GetCloudPolicyParams

WithXRequestID adds the xRequestID to the get cloud policy params

func (*GetCloudPolicyParams) WriteToRequest

func (o *GetCloudPolicyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetCloudPolicyReader

type GetCloudPolicyReader struct {
	// contains filtered or unexported fields
}

GetCloudPolicyReader is a Reader for the GetCloudPolicy structure.

func (*GetCloudPolicyReader) ReadResponse

func (o *GetCloudPolicyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetCloudPolicyVersionGatewayTimeout

type GetCloudPolicyVersionGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
GetCloudPolicyVersionGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewGetCloudPolicyVersionGatewayTimeout

func NewGetCloudPolicyVersionGatewayTimeout() *GetCloudPolicyVersionGatewayTimeout

NewGetCloudPolicyVersionGatewayTimeout creates a GetCloudPolicyVersionGatewayTimeout with default headers values

func (*GetCloudPolicyVersionGatewayTimeout) Error

func (*GetCloudPolicyVersionGatewayTimeout) GetPayload

type GetCloudPolicyVersionInternalServerError

type GetCloudPolicyVersionInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
GetCloudPolicyVersionInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewGetCloudPolicyVersionInternalServerError

func NewGetCloudPolicyVersionInternalServerError() *GetCloudPolicyVersionInternalServerError

NewGetCloudPolicyVersionInternalServerError creates a GetCloudPolicyVersionInternalServerError with default headers values

func (*GetCloudPolicyVersionInternalServerError) Error

func (*GetCloudPolicyVersionInternalServerError) GetPayload

type GetCloudPolicyVersionNotFound

type GetCloudPolicyVersionNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
GetCloudPolicyVersionNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewGetCloudPolicyVersionNotFound

func NewGetCloudPolicyVersionNotFound() *GetCloudPolicyVersionNotFound

NewGetCloudPolicyVersionNotFound creates a GetCloudPolicyVersionNotFound with default headers values

func (*GetCloudPolicyVersionNotFound) Error

func (*GetCloudPolicyVersionNotFound) GetPayload

type GetCloudPolicyVersionOK

type GetCloudPolicyVersionOK struct {
	Payload *swagger_models.PolicyDocVersionResp
}
GetCloudPolicyVersionOK describes a response with status code 200, with default header values.

A successful response.

func NewGetCloudPolicyVersionOK

func NewGetCloudPolicyVersionOK() *GetCloudPolicyVersionOK

NewGetCloudPolicyVersionOK creates a GetCloudPolicyVersionOK with default headers values

func (*GetCloudPolicyVersionOK) Error

func (o *GetCloudPolicyVersionOK) Error() string

func (*GetCloudPolicyVersionOK) GetPayload

type GetCloudPolicyVersionParams

type GetCloudPolicyVersionParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// FileURL.
	FileURL *string

	// Policy.
	Policy string

	/* RevisionCreatedBy.

	   User data: Created By
	*/
	RevisionCreatedBy *string

	/* RevisionCurr.

	   Current Database version of the record
	*/
	RevisionCurr *string

	/* RevisionPrev.

	   Previous
	*/
	RevisionPrev *string

	/* RevisionUpdatedBy.

	   User data: Updated By
	*/
	RevisionUpdatedBy *string

	// Version.
	Version string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCloudPolicyVersionParams contains all the parameters to send to the API endpoint

for the get cloud policy version operation.

Typically these are written to a http.Request.

func NewGetCloudPolicyVersionParams

func NewGetCloudPolicyVersionParams() *GetCloudPolicyVersionParams

NewGetCloudPolicyVersionParams creates a new GetCloudPolicyVersionParams 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 NewGetCloudPolicyVersionParamsWithContext

func NewGetCloudPolicyVersionParamsWithContext(ctx context.Context) *GetCloudPolicyVersionParams

NewGetCloudPolicyVersionParamsWithContext creates a new GetCloudPolicyVersionParams object with the ability to set a context for a request.

func NewGetCloudPolicyVersionParamsWithHTTPClient

func NewGetCloudPolicyVersionParamsWithHTTPClient(client *http.Client) *GetCloudPolicyVersionParams

NewGetCloudPolicyVersionParamsWithHTTPClient creates a new GetCloudPolicyVersionParams object with the ability to set a custom HTTPClient for a request.

func NewGetCloudPolicyVersionParamsWithTimeout

func NewGetCloudPolicyVersionParamsWithTimeout(timeout time.Duration) *GetCloudPolicyVersionParams

NewGetCloudPolicyVersionParamsWithTimeout creates a new GetCloudPolicyVersionParams object with the ability to set a timeout on a request.

func (*GetCloudPolicyVersionParams) SetContext

func (o *GetCloudPolicyVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the get cloud policy version params

func (*GetCloudPolicyVersionParams) SetDefaults

func (o *GetCloudPolicyVersionParams) SetDefaults()

SetDefaults hydrates default values in the get cloud policy version params (not the query body).

All values with no default are reset to their zero value.

func (*GetCloudPolicyVersionParams) SetFileURL

func (o *GetCloudPolicyVersionParams) SetFileURL(fileURL *string)

SetFileURL adds the fileUrl to the get cloud policy version params

func (*GetCloudPolicyVersionParams) SetHTTPClient

func (o *GetCloudPolicyVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get cloud policy version params

func (*GetCloudPolicyVersionParams) SetPolicy

func (o *GetCloudPolicyVersionParams) SetPolicy(policy string)

SetPolicy adds the policy to the get cloud policy version params

func (*GetCloudPolicyVersionParams) SetRevisionCreatedBy

func (o *GetCloudPolicyVersionParams) SetRevisionCreatedBy(revisionCreatedBy *string)

SetRevisionCreatedBy adds the revisionCreatedBy to the get cloud policy version params

func (*GetCloudPolicyVersionParams) SetRevisionCurr

func (o *GetCloudPolicyVersionParams) SetRevisionCurr(revisionCurr *string)

SetRevisionCurr adds the revisionCurr to the get cloud policy version params

func (*GetCloudPolicyVersionParams) SetRevisionPrev

func (o *GetCloudPolicyVersionParams) SetRevisionPrev(revisionPrev *string)

SetRevisionPrev adds the revisionPrev to the get cloud policy version params

func (*GetCloudPolicyVersionParams) SetRevisionUpdatedBy

func (o *GetCloudPolicyVersionParams) SetRevisionUpdatedBy(revisionUpdatedBy *string)

SetRevisionUpdatedBy adds the revisionUpdatedBy to the get cloud policy version params

func (*GetCloudPolicyVersionParams) SetTimeout

func (o *GetCloudPolicyVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get cloud policy version params

func (*GetCloudPolicyVersionParams) SetVersion

func (o *GetCloudPolicyVersionParams) SetVersion(version string)

SetVersion adds the version to the get cloud policy version params

func (*GetCloudPolicyVersionParams) SetXRequestID

func (o *GetCloudPolicyVersionParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the get cloud policy version params

func (*GetCloudPolicyVersionParams) WithContext

WithContext adds the context to the get cloud policy version params

func (*GetCloudPolicyVersionParams) WithDefaults

WithDefaults hydrates default values in the get cloud policy version params (not the query body).

All values with no default are reset to their zero value.

func (*GetCloudPolicyVersionParams) WithFileURL

WithFileURL adds the fileURL to the get cloud policy version params

func (*GetCloudPolicyVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get cloud policy version params

func (*GetCloudPolicyVersionParams) WithPolicy

WithPolicy adds the policy to the get cloud policy version params

func (*GetCloudPolicyVersionParams) WithRevisionCreatedBy

func (o *GetCloudPolicyVersionParams) WithRevisionCreatedBy(revisionCreatedBy *string) *GetCloudPolicyVersionParams

WithRevisionCreatedBy adds the revisionCreatedBy to the get cloud policy version params

func (*GetCloudPolicyVersionParams) WithRevisionCurr

func (o *GetCloudPolicyVersionParams) WithRevisionCurr(revisionCurr *string) *GetCloudPolicyVersionParams

WithRevisionCurr adds the revisionCurr to the get cloud policy version params

func (*GetCloudPolicyVersionParams) WithRevisionPrev

func (o *GetCloudPolicyVersionParams) WithRevisionPrev(revisionPrev *string) *GetCloudPolicyVersionParams

WithRevisionPrev adds the revisionPrev to the get cloud policy version params

func (*GetCloudPolicyVersionParams) WithRevisionUpdatedBy

func (o *GetCloudPolicyVersionParams) WithRevisionUpdatedBy(revisionUpdatedBy *string) *GetCloudPolicyVersionParams

WithRevisionUpdatedBy adds the revisionUpdatedBy to the get cloud policy version params

func (*GetCloudPolicyVersionParams) WithTimeout

WithTimeout adds the timeout to the get cloud policy version params

func (*GetCloudPolicyVersionParams) WithVersion

WithVersion adds the version to the get cloud policy version params

func (*GetCloudPolicyVersionParams) WithXRequestID

func (o *GetCloudPolicyVersionParams) WithXRequestID(xRequestID *string) *GetCloudPolicyVersionParams

WithXRequestID adds the xRequestID to the get cloud policy version params

func (*GetCloudPolicyVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCloudPolicyVersionReader

type GetCloudPolicyVersionReader struct {
	// contains filtered or unexported fields
}

GetCloudPolicyVersionReader is a Reader for the GetCloudPolicyVersion structure.

func (*GetCloudPolicyVersionReader) ReadResponse

func (o *GetCloudPolicyVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetClusterHealthReportGatewayTimeout

type GetClusterHealthReportGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
GetClusterHealthReportGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewGetClusterHealthReportGatewayTimeout

func NewGetClusterHealthReportGatewayTimeout() *GetClusterHealthReportGatewayTimeout

NewGetClusterHealthReportGatewayTimeout creates a GetClusterHealthReportGatewayTimeout with default headers values

func (*GetClusterHealthReportGatewayTimeout) Error

func (*GetClusterHealthReportGatewayTimeout) GetPayload

type GetClusterHealthReportInternalServerError

type GetClusterHealthReportInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
GetClusterHealthReportInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewGetClusterHealthReportInternalServerError

func NewGetClusterHealthReportInternalServerError() *GetClusterHealthReportInternalServerError

NewGetClusterHealthReportInternalServerError creates a GetClusterHealthReportInternalServerError with default headers values

func (*GetClusterHealthReportInternalServerError) Error

func (*GetClusterHealthReportInternalServerError) GetPayload

type GetClusterHealthReportOK

type GetClusterHealthReportOK struct {
	Payload *swagger_models.HealthServiceResp
}
GetClusterHealthReportOK describes a response with status code 200, with default header values.

A successful response.

func NewGetClusterHealthReportOK

func NewGetClusterHealthReportOK() *GetClusterHealthReportOK

NewGetClusterHealthReportOK creates a GetClusterHealthReportOK with default headers values

func (*GetClusterHealthReportOK) Error

func (o *GetClusterHealthReportOK) Error() string

func (*GetClusterHealthReportOK) GetPayload

type GetClusterHealthReportParams

type GetClusterHealthReportParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetClusterHealthReportParams contains all the parameters to send to the API endpoint

for the get cluster health report operation.

Typically these are written to a http.Request.

func NewGetClusterHealthReportParams

func NewGetClusterHealthReportParams() *GetClusterHealthReportParams

NewGetClusterHealthReportParams creates a new GetClusterHealthReportParams 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 NewGetClusterHealthReportParamsWithContext

func NewGetClusterHealthReportParamsWithContext(ctx context.Context) *GetClusterHealthReportParams

NewGetClusterHealthReportParamsWithContext creates a new GetClusterHealthReportParams object with the ability to set a context for a request.

func NewGetClusterHealthReportParamsWithHTTPClient

func NewGetClusterHealthReportParamsWithHTTPClient(client *http.Client) *GetClusterHealthReportParams

NewGetClusterHealthReportParamsWithHTTPClient creates a new GetClusterHealthReportParams object with the ability to set a custom HTTPClient for a request.

func NewGetClusterHealthReportParamsWithTimeout

func NewGetClusterHealthReportParamsWithTimeout(timeout time.Duration) *GetClusterHealthReportParams

NewGetClusterHealthReportParamsWithTimeout creates a new GetClusterHealthReportParams object with the ability to set a timeout on a request.

func (*GetClusterHealthReportParams) SetContext

func (o *GetClusterHealthReportParams) SetContext(ctx context.Context)

SetContext adds the context to the get cluster health report params

func (*GetClusterHealthReportParams) SetDefaults

func (o *GetClusterHealthReportParams) SetDefaults()

SetDefaults hydrates default values in the get cluster health report params (not the query body).

All values with no default are reset to their zero value.

func (*GetClusterHealthReportParams) SetHTTPClient

func (o *GetClusterHealthReportParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get cluster health report params

func (*GetClusterHealthReportParams) SetTimeout

func (o *GetClusterHealthReportParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get cluster health report params

func (*GetClusterHealthReportParams) SetXRequestID

func (o *GetClusterHealthReportParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the get cluster health report params

func (*GetClusterHealthReportParams) WithContext

WithContext adds the context to the get cluster health report params

func (*GetClusterHealthReportParams) WithDefaults

WithDefaults hydrates default values in the get cluster health report params (not the query body).

All values with no default are reset to their zero value.

func (*GetClusterHealthReportParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get cluster health report params

func (*GetClusterHealthReportParams) WithTimeout

WithTimeout adds the timeout to the get cluster health report params

func (*GetClusterHealthReportParams) WithXRequestID

func (o *GetClusterHealthReportParams) WithXRequestID(xRequestID *string) *GetClusterHealthReportParams

WithXRequestID adds the xRequestID to the get cluster health report params

func (*GetClusterHealthReportParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetClusterHealthReportReader

type GetClusterHealthReportReader struct {
	// contains filtered or unexported fields
}

GetClusterHealthReportReader is a Reader for the GetClusterHealthReport structure.

func (*GetClusterHealthReportReader) ReadResponse

func (o *GetClusterHealthReportReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetClusterVersionGatewayTimeout

type GetClusterVersionGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
GetClusterVersionGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewGetClusterVersionGatewayTimeout

func NewGetClusterVersionGatewayTimeout() *GetClusterVersionGatewayTimeout

NewGetClusterVersionGatewayTimeout creates a GetClusterVersionGatewayTimeout with default headers values

func (*GetClusterVersionGatewayTimeout) Error

func (*GetClusterVersionGatewayTimeout) GetPayload

type GetClusterVersionInternalServerError

type GetClusterVersionInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
GetClusterVersionInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewGetClusterVersionInternalServerError

func NewGetClusterVersionInternalServerError() *GetClusterVersionInternalServerError

NewGetClusterVersionInternalServerError creates a GetClusterVersionInternalServerError with default headers values

func (*GetClusterVersionInternalServerError) Error

func (*GetClusterVersionInternalServerError) GetPayload

type GetClusterVersionOK

type GetClusterVersionOK struct {
	Payload *swagger_models.CloudVersionResp
}
GetClusterVersionOK describes a response with status code 200, with default header values.

A successful response.

func NewGetClusterVersionOK

func NewGetClusterVersionOK() *GetClusterVersionOK

NewGetClusterVersionOK creates a GetClusterVersionOK with default headers values

func (*GetClusterVersionOK) Error

func (o *GetClusterVersionOK) Error() string

func (*GetClusterVersionOK) GetPayload

type GetClusterVersionParams

type GetClusterVersionParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetClusterVersionParams contains all the parameters to send to the API endpoint

for the get cluster version operation.

Typically these are written to a http.Request.

func NewGetClusterVersionParams

func NewGetClusterVersionParams() *GetClusterVersionParams

NewGetClusterVersionParams creates a new GetClusterVersionParams 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 NewGetClusterVersionParamsWithContext

func NewGetClusterVersionParamsWithContext(ctx context.Context) *GetClusterVersionParams

NewGetClusterVersionParamsWithContext creates a new GetClusterVersionParams object with the ability to set a context for a request.

func NewGetClusterVersionParamsWithHTTPClient

func NewGetClusterVersionParamsWithHTTPClient(client *http.Client) *GetClusterVersionParams

NewGetClusterVersionParamsWithHTTPClient creates a new GetClusterVersionParams object with the ability to set a custom HTTPClient for a request.

func NewGetClusterVersionParamsWithTimeout

func NewGetClusterVersionParamsWithTimeout(timeout time.Duration) *GetClusterVersionParams

NewGetClusterVersionParamsWithTimeout creates a new GetClusterVersionParams object with the ability to set a timeout on a request.

func (*GetClusterVersionParams) SetContext

func (o *GetClusterVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the get cluster version params

func (*GetClusterVersionParams) SetDefaults

func (o *GetClusterVersionParams) SetDefaults()

SetDefaults hydrates default values in the get cluster version params (not the query body).

All values with no default are reset to their zero value.

func (*GetClusterVersionParams) SetHTTPClient

func (o *GetClusterVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get cluster version params

func (*GetClusterVersionParams) SetTimeout

func (o *GetClusterVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get cluster version params

func (*GetClusterVersionParams) SetXRequestID

func (o *GetClusterVersionParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the get cluster version params

func (*GetClusterVersionParams) WithContext

WithContext adds the context to the get cluster version params

func (*GetClusterVersionParams) WithDefaults

WithDefaults hydrates default values in the get cluster version params (not the query body).

All values with no default are reset to their zero value.

func (*GetClusterVersionParams) WithHTTPClient

func (o *GetClusterVersionParams) WithHTTPClient(client *http.Client) *GetClusterVersionParams

WithHTTPClient adds the HTTPClient to the get cluster version params

func (*GetClusterVersionParams) WithTimeout

WithTimeout adds the timeout to the get cluster version params

func (*GetClusterVersionParams) WithXRequestID

func (o *GetClusterVersionParams) WithXRequestID(xRequestID *string) *GetClusterVersionParams

WithXRequestID adds the xRequestID to the get cluster version params

func (*GetClusterVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetClusterVersionReader

type GetClusterVersionReader struct {
	// contains filtered or unexported fields
}

GetClusterVersionReader is a Reader for the GetClusterVersion structure.

func (*GetClusterVersionReader) ReadResponse

func (o *GetClusterVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type MarkCloudPolicyLatestGatewayTimeout

type MarkCloudPolicyLatestGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
MarkCloudPolicyLatestGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewMarkCloudPolicyLatestGatewayTimeout

func NewMarkCloudPolicyLatestGatewayTimeout() *MarkCloudPolicyLatestGatewayTimeout

NewMarkCloudPolicyLatestGatewayTimeout creates a MarkCloudPolicyLatestGatewayTimeout with default headers values

func (*MarkCloudPolicyLatestGatewayTimeout) Error

func (*MarkCloudPolicyLatestGatewayTimeout) GetPayload

type MarkCloudPolicyLatestInternalServerError

type MarkCloudPolicyLatestInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
MarkCloudPolicyLatestInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewMarkCloudPolicyLatestInternalServerError

func NewMarkCloudPolicyLatestInternalServerError() *MarkCloudPolicyLatestInternalServerError

NewMarkCloudPolicyLatestInternalServerError creates a MarkCloudPolicyLatestInternalServerError with default headers values

func (*MarkCloudPolicyLatestInternalServerError) Error

func (*MarkCloudPolicyLatestInternalServerError) GetPayload

type MarkCloudPolicyLatestOK

type MarkCloudPolicyLatestOK struct {
	Payload *swagger_models.PolicyDocVersionResp
}
MarkCloudPolicyLatestOK describes a response with status code 200, with default header values.

A successful response.

func NewMarkCloudPolicyLatestOK

func NewMarkCloudPolicyLatestOK() *MarkCloudPolicyLatestOK

NewMarkCloudPolicyLatestOK creates a MarkCloudPolicyLatestOK with default headers values

func (*MarkCloudPolicyLatestOK) Error

func (o *MarkCloudPolicyLatestOK) Error() string

func (*MarkCloudPolicyLatestOK) GetPayload

type MarkCloudPolicyLatestParams

type MarkCloudPolicyLatestParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

MarkCloudPolicyLatestParams contains all the parameters to send to the API endpoint

for the mark cloud policy latest operation.

Typically these are written to a http.Request.

func NewMarkCloudPolicyLatestParams

func NewMarkCloudPolicyLatestParams() *MarkCloudPolicyLatestParams

NewMarkCloudPolicyLatestParams creates a new MarkCloudPolicyLatestParams 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 NewMarkCloudPolicyLatestParamsWithContext

func NewMarkCloudPolicyLatestParamsWithContext(ctx context.Context) *MarkCloudPolicyLatestParams

NewMarkCloudPolicyLatestParamsWithContext creates a new MarkCloudPolicyLatestParams object with the ability to set a context for a request.

func NewMarkCloudPolicyLatestParamsWithHTTPClient

func NewMarkCloudPolicyLatestParamsWithHTTPClient(client *http.Client) *MarkCloudPolicyLatestParams

NewMarkCloudPolicyLatestParamsWithHTTPClient creates a new MarkCloudPolicyLatestParams object with the ability to set a custom HTTPClient for a request.

func NewMarkCloudPolicyLatestParamsWithTimeout

func NewMarkCloudPolicyLatestParamsWithTimeout(timeout time.Duration) *MarkCloudPolicyLatestParams

NewMarkCloudPolicyLatestParamsWithTimeout creates a new MarkCloudPolicyLatestParams object with the ability to set a timeout on a request.

func (*MarkCloudPolicyLatestParams) SetContext

func (o *MarkCloudPolicyLatestParams) SetContext(ctx context.Context)

SetContext adds the context to the mark cloud policy latest params

func (*MarkCloudPolicyLatestParams) SetDefaults

func (o *MarkCloudPolicyLatestParams) SetDefaults()

SetDefaults hydrates default values in the mark cloud policy latest params (not the query body).

All values with no default are reset to their zero value.

func (*MarkCloudPolicyLatestParams) SetHTTPClient

func (o *MarkCloudPolicyLatestParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the mark cloud policy latest params

func (*MarkCloudPolicyLatestParams) SetTimeout

func (o *MarkCloudPolicyLatestParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the mark cloud policy latest params

func (*MarkCloudPolicyLatestParams) SetXRequestID

func (o *MarkCloudPolicyLatestParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the mark cloud policy latest params

func (*MarkCloudPolicyLatestParams) WithContext

WithContext adds the context to the mark cloud policy latest params

func (*MarkCloudPolicyLatestParams) WithDefaults

WithDefaults hydrates default values in the mark cloud policy latest params (not the query body).

All values with no default are reset to their zero value.

func (*MarkCloudPolicyLatestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the mark cloud policy latest params

func (*MarkCloudPolicyLatestParams) WithTimeout

WithTimeout adds the timeout to the mark cloud policy latest params

func (*MarkCloudPolicyLatestParams) WithXRequestID

func (o *MarkCloudPolicyLatestParams) WithXRequestID(xRequestID *string) *MarkCloudPolicyLatestParams

WithXRequestID adds the xRequestID to the mark cloud policy latest params

func (*MarkCloudPolicyLatestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MarkCloudPolicyLatestReader

type MarkCloudPolicyLatestReader struct {
	// contains filtered or unexported fields
}

MarkCloudPolicyLatestReader is a Reader for the MarkCloudPolicyLatest structure.

func (*MarkCloudPolicyLatestReader) ReadResponse

func (o *MarkCloudPolicyLatestReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type QueryCloudPoliciesGatewayTimeout

type QueryCloudPoliciesGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
QueryCloudPoliciesGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewQueryCloudPoliciesGatewayTimeout

func NewQueryCloudPoliciesGatewayTimeout() *QueryCloudPoliciesGatewayTimeout

NewQueryCloudPoliciesGatewayTimeout creates a QueryCloudPoliciesGatewayTimeout with default headers values

func (*QueryCloudPoliciesGatewayTimeout) Error

func (*QueryCloudPoliciesGatewayTimeout) GetPayload

type QueryCloudPoliciesInternalServerError

type QueryCloudPoliciesInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
QueryCloudPoliciesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewQueryCloudPoliciesInternalServerError

func NewQueryCloudPoliciesInternalServerError() *QueryCloudPoliciesInternalServerError

NewQueryCloudPoliciesInternalServerError creates a QueryCloudPoliciesInternalServerError with default headers values

func (*QueryCloudPoliciesInternalServerError) Error

func (*QueryCloudPoliciesInternalServerError) GetPayload

type QueryCloudPoliciesOK

type QueryCloudPoliciesOK struct {
	Payload *swagger_models.PolicyDocVersionResp
}
QueryCloudPoliciesOK describes a response with status code 200, with default header values.

A successful response.

func NewQueryCloudPoliciesOK

func NewQueryCloudPoliciesOK() *QueryCloudPoliciesOK

NewQueryCloudPoliciesOK creates a QueryCloudPoliciesOK with default headers values

func (*QueryCloudPoliciesOK) Error

func (o *QueryCloudPoliciesOK) Error() string

func (*QueryCloudPoliciesOK) GetPayload

type QueryCloudPoliciesParams

type QueryCloudPoliciesParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	// FileURL.
	FileURL *string

	// Policy.
	Policy *string

	/* RevisionCreatedBy.

	   User data: Created By
	*/
	RevisionCreatedBy *string

	/* RevisionCurr.

	   Current Database version of the record
	*/
	RevisionCurr *string

	/* RevisionPrev.

	   Previous
	*/
	RevisionPrev *string

	/* RevisionUpdatedBy.

	   User data: Updated By
	*/
	RevisionUpdatedBy *string

	// Version.
	Version *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

QueryCloudPoliciesParams contains all the parameters to send to the API endpoint

for the query cloud policies operation.

Typically these are written to a http.Request.

func NewQueryCloudPoliciesParams

func NewQueryCloudPoliciesParams() *QueryCloudPoliciesParams

NewQueryCloudPoliciesParams creates a new QueryCloudPoliciesParams 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 NewQueryCloudPoliciesParamsWithContext

func NewQueryCloudPoliciesParamsWithContext(ctx context.Context) *QueryCloudPoliciesParams

NewQueryCloudPoliciesParamsWithContext creates a new QueryCloudPoliciesParams object with the ability to set a context for a request.

func NewQueryCloudPoliciesParamsWithHTTPClient

func NewQueryCloudPoliciesParamsWithHTTPClient(client *http.Client) *QueryCloudPoliciesParams

NewQueryCloudPoliciesParamsWithHTTPClient creates a new QueryCloudPoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewQueryCloudPoliciesParamsWithTimeout

func NewQueryCloudPoliciesParamsWithTimeout(timeout time.Duration) *QueryCloudPoliciesParams

NewQueryCloudPoliciesParamsWithTimeout creates a new QueryCloudPoliciesParams object with the ability to set a timeout on a request.

func (*QueryCloudPoliciesParams) SetContext

func (o *QueryCloudPoliciesParams) SetContext(ctx context.Context)

SetContext adds the context to the query cloud policies params

func (*QueryCloudPoliciesParams) SetDefaults

func (o *QueryCloudPoliciesParams) SetDefaults()

SetDefaults hydrates default values in the query cloud policies params (not the query body).

All values with no default are reset to their zero value.

func (*QueryCloudPoliciesParams) SetFileURL

func (o *QueryCloudPoliciesParams) SetFileURL(fileURL *string)

SetFileURL adds the fileUrl to the query cloud policies params

func (*QueryCloudPoliciesParams) SetHTTPClient

func (o *QueryCloudPoliciesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the query cloud policies params

func (*QueryCloudPoliciesParams) SetPolicy

func (o *QueryCloudPoliciesParams) SetPolicy(policy *string)

SetPolicy adds the policy to the query cloud policies params

func (*QueryCloudPoliciesParams) SetRevisionCreatedBy

func (o *QueryCloudPoliciesParams) SetRevisionCreatedBy(revisionCreatedBy *string)

SetRevisionCreatedBy adds the revisionCreatedBy to the query cloud policies params

func (*QueryCloudPoliciesParams) SetRevisionCurr

func (o *QueryCloudPoliciesParams) SetRevisionCurr(revisionCurr *string)

SetRevisionCurr adds the revisionCurr to the query cloud policies params

func (*QueryCloudPoliciesParams) SetRevisionPrev

func (o *QueryCloudPoliciesParams) SetRevisionPrev(revisionPrev *string)

SetRevisionPrev adds the revisionPrev to the query cloud policies params

func (*QueryCloudPoliciesParams) SetRevisionUpdatedBy

func (o *QueryCloudPoliciesParams) SetRevisionUpdatedBy(revisionUpdatedBy *string)

SetRevisionUpdatedBy adds the revisionUpdatedBy to the query cloud policies params

func (*QueryCloudPoliciesParams) SetTimeout

func (o *QueryCloudPoliciesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the query cloud policies params

func (*QueryCloudPoliciesParams) SetVersion

func (o *QueryCloudPoliciesParams) SetVersion(version *string)

SetVersion adds the version to the query cloud policies params

func (*QueryCloudPoliciesParams) SetXRequestID

func (o *QueryCloudPoliciesParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the query cloud policies params

func (*QueryCloudPoliciesParams) WithContext

WithContext adds the context to the query cloud policies params

func (*QueryCloudPoliciesParams) WithDefaults

WithDefaults hydrates default values in the query cloud policies params (not the query body).

All values with no default are reset to their zero value.

func (*QueryCloudPoliciesParams) WithFileURL

func (o *QueryCloudPoliciesParams) WithFileURL(fileURL *string) *QueryCloudPoliciesParams

WithFileURL adds the fileURL to the query cloud policies params

func (*QueryCloudPoliciesParams) WithHTTPClient

func (o *QueryCloudPoliciesParams) WithHTTPClient(client *http.Client) *QueryCloudPoliciesParams

WithHTTPClient adds the HTTPClient to the query cloud policies params

func (*QueryCloudPoliciesParams) WithPolicy

WithPolicy adds the policy to the query cloud policies params

func (*QueryCloudPoliciesParams) WithRevisionCreatedBy

func (o *QueryCloudPoliciesParams) WithRevisionCreatedBy(revisionCreatedBy *string) *QueryCloudPoliciesParams

WithRevisionCreatedBy adds the revisionCreatedBy to the query cloud policies params

func (*QueryCloudPoliciesParams) WithRevisionCurr

func (o *QueryCloudPoliciesParams) WithRevisionCurr(revisionCurr *string) *QueryCloudPoliciesParams

WithRevisionCurr adds the revisionCurr to the query cloud policies params

func (*QueryCloudPoliciesParams) WithRevisionPrev

func (o *QueryCloudPoliciesParams) WithRevisionPrev(revisionPrev *string) *QueryCloudPoliciesParams

WithRevisionPrev adds the revisionPrev to the query cloud policies params

func (*QueryCloudPoliciesParams) WithRevisionUpdatedBy

func (o *QueryCloudPoliciesParams) WithRevisionUpdatedBy(revisionUpdatedBy *string) *QueryCloudPoliciesParams

WithRevisionUpdatedBy adds the revisionUpdatedBy to the query cloud policies params

func (*QueryCloudPoliciesParams) WithTimeout

WithTimeout adds the timeout to the query cloud policies params

func (*QueryCloudPoliciesParams) WithVersion

func (o *QueryCloudPoliciesParams) WithVersion(version *string) *QueryCloudPoliciesParams

WithVersion adds the version to the query cloud policies params

func (*QueryCloudPoliciesParams) WithXRequestID

func (o *QueryCloudPoliciesParams) WithXRequestID(xRequestID *string) *QueryCloudPoliciesParams

WithXRequestID adds the xRequestID to the query cloud policies params

func (*QueryCloudPoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryCloudPoliciesReader

type QueryCloudPoliciesReader struct {
	// contains filtered or unexported fields
}

QueryCloudPoliciesReader is a Reader for the QueryCloudPolicies structure.

func (*QueryCloudPoliciesReader) ReadResponse

func (o *QueryCloudPoliciesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL