cloud_diagnostics

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2022 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 Client

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

Client for cloud diagnostics API

func (*Client) CloudDiagnosticsCheckClusterHealth added in v1.0.2

func (a *Client) CloudDiagnosticsCheckClusterHealth(params *CloudDiagnosticsCheckClusterHealthParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CloudDiagnosticsCheckClusterHealthOK, error)

CloudDiagnosticsCheckClusterHealth 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) CloudDiagnosticsCheckClusterHealth2 added in v1.0.2

func (a *Client) CloudDiagnosticsCheckClusterHealth2(params *CloudDiagnosticsCheckClusterHealth2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CloudDiagnosticsCheckClusterHealth2OK, error)

CloudDiagnosticsCheckClusterHealth2 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) CloudDiagnosticsCheckMicroserviceHealth added in v1.0.2

CloudDiagnosticsCheckMicroserviceHealth 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) CloudDiagnosticsCreateCloudPolicyDocument added in v1.0.2

CloudDiagnosticsCreateCloudPolicyDocument cloud diagnostics create cloud policy document API

func (*Client) CloudDiagnosticsDeleteCloudPolicyDocument added in v1.0.2

CloudDiagnosticsDeleteCloudPolicyDocument cloud diagnostics delete cloud policy document API

func (*Client) CloudDiagnosticsGetCloudPolicy added in v1.0.2

func (a *Client) CloudDiagnosticsGetCloudPolicy(params *CloudDiagnosticsGetCloudPolicyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CloudDiagnosticsGetCloudPolicyOK, error)

CloudDiagnosticsGetCloudPolicy gets cloud policy latest version

Get policy record for latest version of Cloud policy.

func (*Client) CloudDiagnosticsGetCloudPolicyDocument added in v1.0.2

CloudDiagnosticsGetCloudPolicyDocument gets cloud policy document

Get policy document for specific version of Cloud policy.

func (*Client) CloudDiagnosticsGetCloudPolicyVersion added in v1.0.2

func (a *Client) CloudDiagnosticsGetCloudPolicyVersion(params *CloudDiagnosticsGetCloudPolicyVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CloudDiagnosticsGetCloudPolicyVersionOK, error)

CloudDiagnosticsGetCloudPolicyVersion gets cloud policy specific version

Get policy record for specific version of Cloud policy.

func (*Client) CloudDiagnosticsGetClusterHealthReport added in v1.0.2

CloudDiagnosticsGetClusterHealthReport gets cloud services health report

Get Cloud services health report.

func (*Client) CloudDiagnosticsGetClusterVersion added in v1.0.2

func (a *Client) CloudDiagnosticsGetClusterVersion(params *CloudDiagnosticsGetClusterVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CloudDiagnosticsGetClusterVersionOK, error)

CloudDiagnosticsGetClusterVersion gets cloud controller software version

Get Cloud controller software version.

func (*Client) CloudDiagnosticsMarkCloudPolicyLatest added in v1.0.2

func (a *Client) CloudDiagnosticsMarkCloudPolicyLatest(params *CloudDiagnosticsMarkCloudPolicyLatestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CloudDiagnosticsMarkCloudPolicyLatestOK, error)

CloudDiagnosticsMarkCloudPolicyLatest cloud diagnostics mark cloud policy latest API

func (*Client) CloudDiagnosticsQueryCloudPolicies added in v1.0.2

func (a *Client) CloudDiagnosticsQueryCloudPolicies(params *CloudDiagnosticsQueryCloudPoliciesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CloudDiagnosticsQueryCloudPoliciesOK, error)

CloudDiagnosticsQueryCloudPolicies 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 {
	CloudDiagnosticsCreateCloudPolicyDocument(params *CloudDiagnosticsCreateCloudPolicyDocumentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CloudDiagnosticsCreateCloudPolicyDocumentOK, error)

	CloudDiagnosticsDeleteCloudPolicyDocument(params *CloudDiagnosticsDeleteCloudPolicyDocumentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CloudDiagnosticsDeleteCloudPolicyDocumentOK, error)

	CloudDiagnosticsGetCloudPolicy(params *CloudDiagnosticsGetCloudPolicyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CloudDiagnosticsGetCloudPolicyOK, error)

	CloudDiagnosticsGetCloudPolicyDocument(params *CloudDiagnosticsGetCloudPolicyDocumentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CloudDiagnosticsGetCloudPolicyDocumentOK, error)

	CloudDiagnosticsGetCloudPolicyVersion(params *CloudDiagnosticsGetCloudPolicyVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CloudDiagnosticsGetCloudPolicyVersionOK, error)

	CloudDiagnosticsGetClusterHealthReport(params *CloudDiagnosticsGetClusterHealthReportParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CloudDiagnosticsGetClusterHealthReportOK, error)

	CloudDiagnosticsGetClusterVersion(params *CloudDiagnosticsGetClusterVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CloudDiagnosticsGetClusterVersionOK, error)

	CloudDiagnosticsMarkCloudPolicyLatest(params *CloudDiagnosticsMarkCloudPolicyLatestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CloudDiagnosticsMarkCloudPolicyLatestOK, error)

	CloudDiagnosticsQueryCloudPolicies(params *CloudDiagnosticsQueryCloudPoliciesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CloudDiagnosticsQueryCloudPoliciesOK, error)

	CloudDiagnosticsCheckClusterHealth(params *CloudDiagnosticsCheckClusterHealthParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CloudDiagnosticsCheckClusterHealthOK, error)

	CloudDiagnosticsCheckClusterHealth2(params *CloudDiagnosticsCheckClusterHealth2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CloudDiagnosticsCheckClusterHealth2OK, error)

	CloudDiagnosticsCheckMicroserviceHealth(params *CloudDiagnosticsCheckMicroserviceHealthParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CloudDiagnosticsCheckMicroserviceHealthOK, 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 CloudDiagnosticsCheckClusterHealth2Default added in v1.0.2

type CloudDiagnosticsCheckClusterHealth2Default struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

CloudDiagnosticsCheckClusterHealth2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewCloudDiagnosticsCheckClusterHealth2Default added in v1.0.2

func NewCloudDiagnosticsCheckClusterHealth2Default(code int) *CloudDiagnosticsCheckClusterHealth2Default

NewCloudDiagnosticsCheckClusterHealth2Default creates a CloudDiagnosticsCheckClusterHealth2Default with default headers values

func (*CloudDiagnosticsCheckClusterHealth2Default) Code added in v1.0.2

Code gets the status code for the cloud diagnostics check cluster health2 default response

func (*CloudDiagnosticsCheckClusterHealth2Default) Error added in v1.0.2

func (*CloudDiagnosticsCheckClusterHealth2Default) GetPayload added in v1.0.2

func (*CloudDiagnosticsCheckClusterHealth2Default) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics check cluster health2 default response has a 4xx status code

func (*CloudDiagnosticsCheckClusterHealth2Default) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics check cluster health2 default response a status code equal to that given

func (*CloudDiagnosticsCheckClusterHealth2Default) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics check cluster health2 default response has a 3xx status code

func (*CloudDiagnosticsCheckClusterHealth2Default) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics check cluster health2 default response has a 5xx status code

func (*CloudDiagnosticsCheckClusterHealth2Default) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics check cluster health2 default response has a 2xx status code

func (*CloudDiagnosticsCheckClusterHealth2Default) String added in v1.0.2

type CloudDiagnosticsCheckClusterHealth2GatewayTimeout added in v1.0.2

type CloudDiagnosticsCheckClusterHealth2GatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsCheckClusterHealth2GatewayTimeout 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 NewCloudDiagnosticsCheckClusterHealth2GatewayTimeout added in v1.0.2

func NewCloudDiagnosticsCheckClusterHealth2GatewayTimeout() *CloudDiagnosticsCheckClusterHealth2GatewayTimeout

NewCloudDiagnosticsCheckClusterHealth2GatewayTimeout creates a CloudDiagnosticsCheckClusterHealth2GatewayTimeout with default headers values

func (*CloudDiagnosticsCheckClusterHealth2GatewayTimeout) Error added in v1.0.2

func (*CloudDiagnosticsCheckClusterHealth2GatewayTimeout) GetPayload added in v1.0.2

func (*CloudDiagnosticsCheckClusterHealth2GatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics check cluster health2 gateway timeout response has a 4xx status code

func (*CloudDiagnosticsCheckClusterHealth2GatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics check cluster health2 gateway timeout response a status code equal to that given

func (*CloudDiagnosticsCheckClusterHealth2GatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics check cluster health2 gateway timeout response has a 3xx status code

func (*CloudDiagnosticsCheckClusterHealth2GatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics check cluster health2 gateway timeout response has a 5xx status code

func (*CloudDiagnosticsCheckClusterHealth2GatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics check cluster health2 gateway timeout response has a 2xx status code

func (*CloudDiagnosticsCheckClusterHealth2GatewayTimeout) String added in v1.0.2

type CloudDiagnosticsCheckClusterHealth2InternalServerError added in v1.0.2

type CloudDiagnosticsCheckClusterHealth2InternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsCheckClusterHealth2InternalServerError 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 NewCloudDiagnosticsCheckClusterHealth2InternalServerError added in v1.0.2

func NewCloudDiagnosticsCheckClusterHealth2InternalServerError() *CloudDiagnosticsCheckClusterHealth2InternalServerError

NewCloudDiagnosticsCheckClusterHealth2InternalServerError creates a CloudDiagnosticsCheckClusterHealth2InternalServerError with default headers values

func (*CloudDiagnosticsCheckClusterHealth2InternalServerError) Error added in v1.0.2

func (*CloudDiagnosticsCheckClusterHealth2InternalServerError) GetPayload added in v1.0.2

func (*CloudDiagnosticsCheckClusterHealth2InternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics check cluster health2 internal server error response has a 4xx status code

func (*CloudDiagnosticsCheckClusterHealth2InternalServerError) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics check cluster health2 internal server error response a status code equal to that given

func (*CloudDiagnosticsCheckClusterHealth2InternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics check cluster health2 internal server error response has a 3xx status code

func (*CloudDiagnosticsCheckClusterHealth2InternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics check cluster health2 internal server error response has a 5xx status code

func (*CloudDiagnosticsCheckClusterHealth2InternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics check cluster health2 internal server error response has a 2xx status code

func (*CloudDiagnosticsCheckClusterHealth2InternalServerError) String added in v1.0.2

type CloudDiagnosticsCheckClusterHealth2OK added in v1.0.2

type CloudDiagnosticsCheckClusterHealth2OK struct {
	Payload *swagger_models.PingMsgSendResp
}

CloudDiagnosticsCheckClusterHealth2OK describes a response with status code 200, with default header values.

A successful response.

func NewCloudDiagnosticsCheckClusterHealth2OK added in v1.0.2

func NewCloudDiagnosticsCheckClusterHealth2OK() *CloudDiagnosticsCheckClusterHealth2OK

NewCloudDiagnosticsCheckClusterHealth2OK creates a CloudDiagnosticsCheckClusterHealth2OK with default headers values

func (*CloudDiagnosticsCheckClusterHealth2OK) Error added in v1.0.2

func (*CloudDiagnosticsCheckClusterHealth2OK) GetPayload added in v1.0.2

func (*CloudDiagnosticsCheckClusterHealth2OK) IsClientError added in v1.0.2

func (o *CloudDiagnosticsCheckClusterHealth2OK) IsClientError() bool

IsClientError returns true when this cloud diagnostics check cluster health2 o k response has a 4xx status code

func (*CloudDiagnosticsCheckClusterHealth2OK) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics check cluster health2 o k response a status code equal to that given

func (*CloudDiagnosticsCheckClusterHealth2OK) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics check cluster health2 o k response has a 3xx status code

func (*CloudDiagnosticsCheckClusterHealth2OK) IsServerError added in v1.0.2

func (o *CloudDiagnosticsCheckClusterHealth2OK) IsServerError() bool

IsServerError returns true when this cloud diagnostics check cluster health2 o k response has a 5xx status code

func (*CloudDiagnosticsCheckClusterHealth2OK) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics check cluster health2 o k response has a 2xx status code

func (*CloudDiagnosticsCheckClusterHealth2OK) String added in v1.0.2

type CloudDiagnosticsCheckClusterHealth2Params added in v1.0.2

type CloudDiagnosticsCheckClusterHealth2Params 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
}

CloudDiagnosticsCheckClusterHealth2Params contains all the parameters to send to the API endpoint

for the cloud diagnostics check cluster health2 operation.

Typically these are written to a http.Request.

func NewCloudDiagnosticsCheckClusterHealth2Params added in v1.0.2

func NewCloudDiagnosticsCheckClusterHealth2Params() *CloudDiagnosticsCheckClusterHealth2Params

NewCloudDiagnosticsCheckClusterHealth2Params creates a new CloudDiagnosticsCheckClusterHealth2Params 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 NewCloudDiagnosticsCheckClusterHealth2ParamsWithContext added in v1.0.2

func NewCloudDiagnosticsCheckClusterHealth2ParamsWithContext(ctx context.Context) *CloudDiagnosticsCheckClusterHealth2Params

NewCloudDiagnosticsCheckClusterHealth2ParamsWithContext creates a new CloudDiagnosticsCheckClusterHealth2Params object with the ability to set a context for a request.

func NewCloudDiagnosticsCheckClusterHealth2ParamsWithHTTPClient added in v1.0.2

func NewCloudDiagnosticsCheckClusterHealth2ParamsWithHTTPClient(client *http.Client) *CloudDiagnosticsCheckClusterHealth2Params

NewCloudDiagnosticsCheckClusterHealth2ParamsWithHTTPClient creates a new CloudDiagnosticsCheckClusterHealth2Params object with the ability to set a custom HTTPClient for a request.

func NewCloudDiagnosticsCheckClusterHealth2ParamsWithTimeout added in v1.0.2

func NewCloudDiagnosticsCheckClusterHealth2ParamsWithTimeout(timeout time.Duration) *CloudDiagnosticsCheckClusterHealth2Params

NewCloudDiagnosticsCheckClusterHealth2ParamsWithTimeout creates a new CloudDiagnosticsCheckClusterHealth2Params object with the ability to set a timeout on a request.

func (*CloudDiagnosticsCheckClusterHealth2Params) SetContext added in v1.0.2

SetContext adds the context to the cloud diagnostics check cluster health2 params

func (*CloudDiagnosticsCheckClusterHealth2Params) SetDefaults added in v1.0.2

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

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

func (*CloudDiagnosticsCheckClusterHealth2Params) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the cloud diagnostics check cluster health2 params

func (*CloudDiagnosticsCheckClusterHealth2Params) SetPingID added in v1.0.2

SetPingID adds the pingId to the cloud diagnostics check cluster health2 params

func (*CloudDiagnosticsCheckClusterHealth2Params) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the cloud diagnostics check cluster health2 params

func (*CloudDiagnosticsCheckClusterHealth2Params) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the cloud diagnostics check cluster health2 params

func (*CloudDiagnosticsCheckClusterHealth2Params) WithContext added in v1.0.2

WithContext adds the context to the cloud diagnostics check cluster health2 params

func (*CloudDiagnosticsCheckClusterHealth2Params) WithDefaults added in v1.0.2

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

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

func (*CloudDiagnosticsCheckClusterHealth2Params) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the cloud diagnostics check cluster health2 params

func (*CloudDiagnosticsCheckClusterHealth2Params) WithPingID added in v1.0.2

WithPingID adds the pingID to the cloud diagnostics check cluster health2 params

func (*CloudDiagnosticsCheckClusterHealth2Params) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the cloud diagnostics check cluster health2 params

func (*CloudDiagnosticsCheckClusterHealth2Params) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the cloud diagnostics check cluster health2 params

func (*CloudDiagnosticsCheckClusterHealth2Params) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type CloudDiagnosticsCheckClusterHealth2Reader added in v1.0.2

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

CloudDiagnosticsCheckClusterHealth2Reader is a Reader for the CloudDiagnosticsCheckClusterHealth2 structure.

func (*CloudDiagnosticsCheckClusterHealth2Reader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type CloudDiagnosticsCheckClusterHealthDefault added in v1.0.2

type CloudDiagnosticsCheckClusterHealthDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

CloudDiagnosticsCheckClusterHealthDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCloudDiagnosticsCheckClusterHealthDefault added in v1.0.2

func NewCloudDiagnosticsCheckClusterHealthDefault(code int) *CloudDiagnosticsCheckClusterHealthDefault

NewCloudDiagnosticsCheckClusterHealthDefault creates a CloudDiagnosticsCheckClusterHealthDefault with default headers values

func (*CloudDiagnosticsCheckClusterHealthDefault) Code added in v1.0.2

Code gets the status code for the cloud diagnostics check cluster health default response

func (*CloudDiagnosticsCheckClusterHealthDefault) Error added in v1.0.2

func (*CloudDiagnosticsCheckClusterHealthDefault) GetPayload added in v1.0.2

func (*CloudDiagnosticsCheckClusterHealthDefault) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics check cluster health default response has a 4xx status code

func (*CloudDiagnosticsCheckClusterHealthDefault) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics check cluster health default response a status code equal to that given

func (*CloudDiagnosticsCheckClusterHealthDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics check cluster health default response has a 3xx status code

func (*CloudDiagnosticsCheckClusterHealthDefault) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics check cluster health default response has a 5xx status code

func (*CloudDiagnosticsCheckClusterHealthDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics check cluster health default response has a 2xx status code

func (*CloudDiagnosticsCheckClusterHealthDefault) String added in v1.0.2

type CloudDiagnosticsCheckClusterHealthGatewayTimeout added in v1.0.2

type CloudDiagnosticsCheckClusterHealthGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsCheckClusterHealthGatewayTimeout 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 NewCloudDiagnosticsCheckClusterHealthGatewayTimeout added in v1.0.2

func NewCloudDiagnosticsCheckClusterHealthGatewayTimeout() *CloudDiagnosticsCheckClusterHealthGatewayTimeout

NewCloudDiagnosticsCheckClusterHealthGatewayTimeout creates a CloudDiagnosticsCheckClusterHealthGatewayTimeout with default headers values

func (*CloudDiagnosticsCheckClusterHealthGatewayTimeout) Error added in v1.0.2

func (*CloudDiagnosticsCheckClusterHealthGatewayTimeout) GetPayload added in v1.0.2

func (*CloudDiagnosticsCheckClusterHealthGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics check cluster health gateway timeout response has a 4xx status code

func (*CloudDiagnosticsCheckClusterHealthGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics check cluster health gateway timeout response a status code equal to that given

func (*CloudDiagnosticsCheckClusterHealthGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics check cluster health gateway timeout response has a 3xx status code

func (*CloudDiagnosticsCheckClusterHealthGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics check cluster health gateway timeout response has a 5xx status code

func (*CloudDiagnosticsCheckClusterHealthGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics check cluster health gateway timeout response has a 2xx status code

func (*CloudDiagnosticsCheckClusterHealthGatewayTimeout) String added in v1.0.2

type CloudDiagnosticsCheckClusterHealthInternalServerError added in v1.0.2

type CloudDiagnosticsCheckClusterHealthInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsCheckClusterHealthInternalServerError 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 NewCloudDiagnosticsCheckClusterHealthInternalServerError added in v1.0.2

func NewCloudDiagnosticsCheckClusterHealthInternalServerError() *CloudDiagnosticsCheckClusterHealthInternalServerError

NewCloudDiagnosticsCheckClusterHealthInternalServerError creates a CloudDiagnosticsCheckClusterHealthInternalServerError with default headers values

func (*CloudDiagnosticsCheckClusterHealthInternalServerError) Error added in v1.0.2

func (*CloudDiagnosticsCheckClusterHealthInternalServerError) GetPayload added in v1.0.2

func (*CloudDiagnosticsCheckClusterHealthInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics check cluster health internal server error response has a 4xx status code

func (*CloudDiagnosticsCheckClusterHealthInternalServerError) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics check cluster health internal server error response a status code equal to that given

func (*CloudDiagnosticsCheckClusterHealthInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics check cluster health internal server error response has a 3xx status code

func (*CloudDiagnosticsCheckClusterHealthInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics check cluster health internal server error response has a 5xx status code

func (*CloudDiagnosticsCheckClusterHealthInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics check cluster health internal server error response has a 2xx status code

func (*CloudDiagnosticsCheckClusterHealthInternalServerError) String added in v1.0.2

type CloudDiagnosticsCheckClusterHealthOK added in v1.0.2

type CloudDiagnosticsCheckClusterHealthOK struct {
	Payload *swagger_models.PingMsgSendResp
}

CloudDiagnosticsCheckClusterHealthOK describes a response with status code 200, with default header values.

A successful response.

func NewCloudDiagnosticsCheckClusterHealthOK added in v1.0.2

func NewCloudDiagnosticsCheckClusterHealthOK() *CloudDiagnosticsCheckClusterHealthOK

NewCloudDiagnosticsCheckClusterHealthOK creates a CloudDiagnosticsCheckClusterHealthOK with default headers values

func (*CloudDiagnosticsCheckClusterHealthOK) Error added in v1.0.2

func (*CloudDiagnosticsCheckClusterHealthOK) GetPayload added in v1.0.2

func (*CloudDiagnosticsCheckClusterHealthOK) IsClientError added in v1.0.2

func (o *CloudDiagnosticsCheckClusterHealthOK) IsClientError() bool

IsClientError returns true when this cloud diagnostics check cluster health o k response has a 4xx status code

func (*CloudDiagnosticsCheckClusterHealthOK) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics check cluster health o k response a status code equal to that given

func (*CloudDiagnosticsCheckClusterHealthOK) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics check cluster health o k response has a 3xx status code

func (*CloudDiagnosticsCheckClusterHealthOK) IsServerError added in v1.0.2

func (o *CloudDiagnosticsCheckClusterHealthOK) IsServerError() bool

IsServerError returns true when this cloud diagnostics check cluster health o k response has a 5xx status code

func (*CloudDiagnosticsCheckClusterHealthOK) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics check cluster health o k response has a 2xx status code

func (*CloudDiagnosticsCheckClusterHealthOK) String added in v1.0.2

type CloudDiagnosticsCheckClusterHealthParams added in v1.0.2

type CloudDiagnosticsCheckClusterHealthParams 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
}

CloudDiagnosticsCheckClusterHealthParams contains all the parameters to send to the API endpoint

for the cloud diagnostics check cluster health operation.

Typically these are written to a http.Request.

func NewCloudDiagnosticsCheckClusterHealthParams added in v1.0.2

func NewCloudDiagnosticsCheckClusterHealthParams() *CloudDiagnosticsCheckClusterHealthParams

NewCloudDiagnosticsCheckClusterHealthParams creates a new CloudDiagnosticsCheckClusterHealthParams 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 NewCloudDiagnosticsCheckClusterHealthParamsWithContext added in v1.0.2

func NewCloudDiagnosticsCheckClusterHealthParamsWithContext(ctx context.Context) *CloudDiagnosticsCheckClusterHealthParams

NewCloudDiagnosticsCheckClusterHealthParamsWithContext creates a new CloudDiagnosticsCheckClusterHealthParams object with the ability to set a context for a request.

func NewCloudDiagnosticsCheckClusterHealthParamsWithHTTPClient added in v1.0.2

func NewCloudDiagnosticsCheckClusterHealthParamsWithHTTPClient(client *http.Client) *CloudDiagnosticsCheckClusterHealthParams

NewCloudDiagnosticsCheckClusterHealthParamsWithHTTPClient creates a new CloudDiagnosticsCheckClusterHealthParams object with the ability to set a custom HTTPClient for a request.

func NewCloudDiagnosticsCheckClusterHealthParamsWithTimeout added in v1.0.2

func NewCloudDiagnosticsCheckClusterHealthParamsWithTimeout(timeout time.Duration) *CloudDiagnosticsCheckClusterHealthParams

NewCloudDiagnosticsCheckClusterHealthParamsWithTimeout creates a new CloudDiagnosticsCheckClusterHealthParams object with the ability to set a timeout on a request.

func (*CloudDiagnosticsCheckClusterHealthParams) SetContext added in v1.0.2

SetContext adds the context to the cloud diagnostics check cluster health params

func (*CloudDiagnosticsCheckClusterHealthParams) SetDefaults added in v1.0.2

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

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

func (*CloudDiagnosticsCheckClusterHealthParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the cloud diagnostics check cluster health params

func (*CloudDiagnosticsCheckClusterHealthParams) SetPingID added in v1.0.2

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

SetPingID adds the pingId to the cloud diagnostics check cluster health params

func (*CloudDiagnosticsCheckClusterHealthParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the cloud diagnostics check cluster health params

func (*CloudDiagnosticsCheckClusterHealthParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the cloud diagnostics check cluster health params

func (*CloudDiagnosticsCheckClusterHealthParams) WithContext added in v1.0.2

WithContext adds the context to the cloud diagnostics check cluster health params

func (*CloudDiagnosticsCheckClusterHealthParams) WithDefaults added in v1.0.2

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

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

func (*CloudDiagnosticsCheckClusterHealthParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the cloud diagnostics check cluster health params

func (*CloudDiagnosticsCheckClusterHealthParams) WithPingID added in v1.0.2

WithPingID adds the pingID to the cloud diagnostics check cluster health params

func (*CloudDiagnosticsCheckClusterHealthParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the cloud diagnostics check cluster health params

func (*CloudDiagnosticsCheckClusterHealthParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the cloud diagnostics check cluster health params

func (*CloudDiagnosticsCheckClusterHealthParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type CloudDiagnosticsCheckClusterHealthReader added in v1.0.2

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

CloudDiagnosticsCheckClusterHealthReader is a Reader for the CloudDiagnosticsCheckClusterHealth structure.

func (*CloudDiagnosticsCheckClusterHealthReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type CloudDiagnosticsCheckMicroserviceHealthBadRequest added in v1.0.2

type CloudDiagnosticsCheckMicroserviceHealthBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsCheckMicroserviceHealthBadRequest 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 NewCloudDiagnosticsCheckMicroserviceHealthBadRequest added in v1.0.2

func NewCloudDiagnosticsCheckMicroserviceHealthBadRequest() *CloudDiagnosticsCheckMicroserviceHealthBadRequest

NewCloudDiagnosticsCheckMicroserviceHealthBadRequest creates a CloudDiagnosticsCheckMicroserviceHealthBadRequest with default headers values

func (*CloudDiagnosticsCheckMicroserviceHealthBadRequest) Error added in v1.0.2

func (*CloudDiagnosticsCheckMicroserviceHealthBadRequest) GetPayload added in v1.0.2

func (*CloudDiagnosticsCheckMicroserviceHealthBadRequest) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics check microservice health bad request response has a 4xx status code

func (*CloudDiagnosticsCheckMicroserviceHealthBadRequest) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics check microservice health bad request response a status code equal to that given

func (*CloudDiagnosticsCheckMicroserviceHealthBadRequest) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics check microservice health bad request response has a 3xx status code

func (*CloudDiagnosticsCheckMicroserviceHealthBadRequest) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics check microservice health bad request response has a 5xx status code

func (*CloudDiagnosticsCheckMicroserviceHealthBadRequest) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics check microservice health bad request response has a 2xx status code

func (*CloudDiagnosticsCheckMicroserviceHealthBadRequest) String added in v1.0.2

type CloudDiagnosticsCheckMicroserviceHealthDefault added in v1.0.2

type CloudDiagnosticsCheckMicroserviceHealthDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

CloudDiagnosticsCheckMicroserviceHealthDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCloudDiagnosticsCheckMicroserviceHealthDefault added in v1.0.2

func NewCloudDiagnosticsCheckMicroserviceHealthDefault(code int) *CloudDiagnosticsCheckMicroserviceHealthDefault

NewCloudDiagnosticsCheckMicroserviceHealthDefault creates a CloudDiagnosticsCheckMicroserviceHealthDefault with default headers values

func (*CloudDiagnosticsCheckMicroserviceHealthDefault) Code added in v1.0.2

Code gets the status code for the cloud diagnostics check microservice health default response

func (*CloudDiagnosticsCheckMicroserviceHealthDefault) Error added in v1.0.2

func (*CloudDiagnosticsCheckMicroserviceHealthDefault) GetPayload added in v1.0.2

func (*CloudDiagnosticsCheckMicroserviceHealthDefault) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics check microservice health default response has a 4xx status code

func (*CloudDiagnosticsCheckMicroserviceHealthDefault) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics check microservice health default response a status code equal to that given

func (*CloudDiagnosticsCheckMicroserviceHealthDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics check microservice health default response has a 3xx status code

func (*CloudDiagnosticsCheckMicroserviceHealthDefault) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics check microservice health default response has a 5xx status code

func (*CloudDiagnosticsCheckMicroserviceHealthDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics check microservice health default response has a 2xx status code

func (*CloudDiagnosticsCheckMicroserviceHealthDefault) String added in v1.0.2

type CloudDiagnosticsCheckMicroserviceHealthGatewayTimeout added in v1.0.2

type CloudDiagnosticsCheckMicroserviceHealthGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsCheckMicroserviceHealthGatewayTimeout 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 NewCloudDiagnosticsCheckMicroserviceHealthGatewayTimeout added in v1.0.2

func NewCloudDiagnosticsCheckMicroserviceHealthGatewayTimeout() *CloudDiagnosticsCheckMicroserviceHealthGatewayTimeout

NewCloudDiagnosticsCheckMicroserviceHealthGatewayTimeout creates a CloudDiagnosticsCheckMicroserviceHealthGatewayTimeout with default headers values

func (*CloudDiagnosticsCheckMicroserviceHealthGatewayTimeout) Error added in v1.0.2

func (*CloudDiagnosticsCheckMicroserviceHealthGatewayTimeout) GetPayload added in v1.0.2

func (*CloudDiagnosticsCheckMicroserviceHealthGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics check microservice health gateway timeout response has a 4xx status code

func (*CloudDiagnosticsCheckMicroserviceHealthGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics check microservice health gateway timeout response a status code equal to that given

func (*CloudDiagnosticsCheckMicroserviceHealthGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics check microservice health gateway timeout response has a 3xx status code

func (*CloudDiagnosticsCheckMicroserviceHealthGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics check microservice health gateway timeout response has a 5xx status code

func (*CloudDiagnosticsCheckMicroserviceHealthGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics check microservice health gateway timeout response has a 2xx status code

func (*CloudDiagnosticsCheckMicroserviceHealthGatewayTimeout) String added in v1.0.2

type CloudDiagnosticsCheckMicroserviceHealthInternalServerError added in v1.0.2

type CloudDiagnosticsCheckMicroserviceHealthInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsCheckMicroserviceHealthInternalServerError 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 NewCloudDiagnosticsCheckMicroserviceHealthInternalServerError added in v1.0.2

func NewCloudDiagnosticsCheckMicroserviceHealthInternalServerError() *CloudDiagnosticsCheckMicroserviceHealthInternalServerError

NewCloudDiagnosticsCheckMicroserviceHealthInternalServerError creates a CloudDiagnosticsCheckMicroserviceHealthInternalServerError with default headers values

func (*CloudDiagnosticsCheckMicroserviceHealthInternalServerError) Error added in v1.0.2

func (*CloudDiagnosticsCheckMicroserviceHealthInternalServerError) GetPayload added in v1.0.2

func (*CloudDiagnosticsCheckMicroserviceHealthInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics check microservice health internal server error response has a 4xx status code

func (*CloudDiagnosticsCheckMicroserviceHealthInternalServerError) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics check microservice health internal server error response a status code equal to that given

func (*CloudDiagnosticsCheckMicroserviceHealthInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics check microservice health internal server error response has a 3xx status code

func (*CloudDiagnosticsCheckMicroserviceHealthInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics check microservice health internal server error response has a 5xx status code

func (*CloudDiagnosticsCheckMicroserviceHealthInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics check microservice health internal server error response has a 2xx status code

func (*CloudDiagnosticsCheckMicroserviceHealthInternalServerError) String added in v1.0.2

type CloudDiagnosticsCheckMicroserviceHealthOK added in v1.0.2

type CloudDiagnosticsCheckMicroserviceHealthOK struct {
	Payload *swagger_models.HelloResp
}

CloudDiagnosticsCheckMicroserviceHealthOK describes a response with status code 200, with default header values.

A successful response.

func NewCloudDiagnosticsCheckMicroserviceHealthOK added in v1.0.2

func NewCloudDiagnosticsCheckMicroserviceHealthOK() *CloudDiagnosticsCheckMicroserviceHealthOK

NewCloudDiagnosticsCheckMicroserviceHealthOK creates a CloudDiagnosticsCheckMicroserviceHealthOK with default headers values

func (*CloudDiagnosticsCheckMicroserviceHealthOK) Error added in v1.0.2

func (*CloudDiagnosticsCheckMicroserviceHealthOK) GetPayload added in v1.0.2

func (*CloudDiagnosticsCheckMicroserviceHealthOK) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics check microservice health o k response has a 4xx status code

func (*CloudDiagnosticsCheckMicroserviceHealthOK) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics check microservice health o k response a status code equal to that given

func (*CloudDiagnosticsCheckMicroserviceHealthOK) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics check microservice health o k response has a 3xx status code

func (*CloudDiagnosticsCheckMicroserviceHealthOK) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics check microservice health o k response has a 5xx status code

func (*CloudDiagnosticsCheckMicroserviceHealthOK) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics check microservice health o k response has a 2xx status code

func (*CloudDiagnosticsCheckMicroserviceHealthOK) String added in v1.0.2

type CloudDiagnosticsCheckMicroserviceHealthParams added in v1.0.2

type CloudDiagnosticsCheckMicroserviceHealthParams 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
}

CloudDiagnosticsCheckMicroserviceHealthParams contains all the parameters to send to the API endpoint

for the cloud diagnostics check microservice health operation.

Typically these are written to a http.Request.

func NewCloudDiagnosticsCheckMicroserviceHealthParams added in v1.0.2

func NewCloudDiagnosticsCheckMicroserviceHealthParams() *CloudDiagnosticsCheckMicroserviceHealthParams

NewCloudDiagnosticsCheckMicroserviceHealthParams creates a new CloudDiagnosticsCheckMicroserviceHealthParams 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 NewCloudDiagnosticsCheckMicroserviceHealthParamsWithContext added in v1.0.2

func NewCloudDiagnosticsCheckMicroserviceHealthParamsWithContext(ctx context.Context) *CloudDiagnosticsCheckMicroserviceHealthParams

NewCloudDiagnosticsCheckMicroserviceHealthParamsWithContext creates a new CloudDiagnosticsCheckMicroserviceHealthParams object with the ability to set a context for a request.

func NewCloudDiagnosticsCheckMicroserviceHealthParamsWithHTTPClient added in v1.0.2

func NewCloudDiagnosticsCheckMicroserviceHealthParamsWithHTTPClient(client *http.Client) *CloudDiagnosticsCheckMicroserviceHealthParams

NewCloudDiagnosticsCheckMicroserviceHealthParamsWithHTTPClient creates a new CloudDiagnosticsCheckMicroserviceHealthParams object with the ability to set a custom HTTPClient for a request.

func NewCloudDiagnosticsCheckMicroserviceHealthParamsWithTimeout added in v1.0.2

func NewCloudDiagnosticsCheckMicroserviceHealthParamsWithTimeout(timeout time.Duration) *CloudDiagnosticsCheckMicroserviceHealthParams

NewCloudDiagnosticsCheckMicroserviceHealthParamsWithTimeout creates a new CloudDiagnosticsCheckMicroserviceHealthParams object with the ability to set a timeout on a request.

func (*CloudDiagnosticsCheckMicroserviceHealthParams) SetBody added in v1.0.2

SetBody adds the body to the cloud diagnostics check microservice health params

func (*CloudDiagnosticsCheckMicroserviceHealthParams) SetContext added in v1.0.2

SetContext adds the context to the cloud diagnostics check microservice health params

func (*CloudDiagnosticsCheckMicroserviceHealthParams) SetDefaults added in v1.0.2

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

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

func (*CloudDiagnosticsCheckMicroserviceHealthParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the cloud diagnostics check microservice health params

func (*CloudDiagnosticsCheckMicroserviceHealthParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the cloud diagnostics check microservice health params

func (*CloudDiagnosticsCheckMicroserviceHealthParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the cloud diagnostics check microservice health params

func (*CloudDiagnosticsCheckMicroserviceHealthParams) WithBody added in v1.0.2

WithBody adds the body to the cloud diagnostics check microservice health params

func (*CloudDiagnosticsCheckMicroserviceHealthParams) WithContext added in v1.0.2

WithContext adds the context to the cloud diagnostics check microservice health params

func (*CloudDiagnosticsCheckMicroserviceHealthParams) WithDefaults added in v1.0.2

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

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

func (*CloudDiagnosticsCheckMicroserviceHealthParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the cloud diagnostics check microservice health params

func (*CloudDiagnosticsCheckMicroserviceHealthParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the cloud diagnostics check microservice health params

func (*CloudDiagnosticsCheckMicroserviceHealthParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the cloud diagnostics check microservice health params

func (*CloudDiagnosticsCheckMicroserviceHealthParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type CloudDiagnosticsCheckMicroserviceHealthReader added in v1.0.2

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

CloudDiagnosticsCheckMicroserviceHealthReader is a Reader for the CloudDiagnosticsCheckMicroserviceHealth structure.

func (*CloudDiagnosticsCheckMicroserviceHealthReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type CloudDiagnosticsCreateCloudPolicyDocumentDefault added in v1.0.2

type CloudDiagnosticsCreateCloudPolicyDocumentDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

CloudDiagnosticsCreateCloudPolicyDocumentDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCloudDiagnosticsCreateCloudPolicyDocumentDefault added in v1.0.2

func NewCloudDiagnosticsCreateCloudPolicyDocumentDefault(code int) *CloudDiagnosticsCreateCloudPolicyDocumentDefault

NewCloudDiagnosticsCreateCloudPolicyDocumentDefault creates a CloudDiagnosticsCreateCloudPolicyDocumentDefault with default headers values

func (*CloudDiagnosticsCreateCloudPolicyDocumentDefault) Code added in v1.0.2

Code gets the status code for the cloud diagnostics create cloud policy document default response

func (*CloudDiagnosticsCreateCloudPolicyDocumentDefault) Error added in v1.0.2

func (*CloudDiagnosticsCreateCloudPolicyDocumentDefault) GetPayload added in v1.0.2

func (*CloudDiagnosticsCreateCloudPolicyDocumentDefault) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics create cloud policy document default response has a 4xx status code

func (*CloudDiagnosticsCreateCloudPolicyDocumentDefault) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics create cloud policy document default response a status code equal to that given

func (*CloudDiagnosticsCreateCloudPolicyDocumentDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics create cloud policy document default response has a 3xx status code

func (*CloudDiagnosticsCreateCloudPolicyDocumentDefault) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics create cloud policy document default response has a 5xx status code

func (*CloudDiagnosticsCreateCloudPolicyDocumentDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics create cloud policy document default response has a 2xx status code

func (*CloudDiagnosticsCreateCloudPolicyDocumentDefault) String added in v1.0.2

type CloudDiagnosticsCreateCloudPolicyDocumentGatewayTimeout added in v1.0.2

type CloudDiagnosticsCreateCloudPolicyDocumentGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsCreateCloudPolicyDocumentGatewayTimeout 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 NewCloudDiagnosticsCreateCloudPolicyDocumentGatewayTimeout added in v1.0.2

func NewCloudDiagnosticsCreateCloudPolicyDocumentGatewayTimeout() *CloudDiagnosticsCreateCloudPolicyDocumentGatewayTimeout

NewCloudDiagnosticsCreateCloudPolicyDocumentGatewayTimeout creates a CloudDiagnosticsCreateCloudPolicyDocumentGatewayTimeout with default headers values

func (*CloudDiagnosticsCreateCloudPolicyDocumentGatewayTimeout) Error added in v1.0.2

func (*CloudDiagnosticsCreateCloudPolicyDocumentGatewayTimeout) GetPayload added in v1.0.2

func (*CloudDiagnosticsCreateCloudPolicyDocumentGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics create cloud policy document gateway timeout response has a 4xx status code

func (*CloudDiagnosticsCreateCloudPolicyDocumentGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics create cloud policy document gateway timeout response a status code equal to that given

func (*CloudDiagnosticsCreateCloudPolicyDocumentGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics create cloud policy document gateway timeout response has a 3xx status code

func (*CloudDiagnosticsCreateCloudPolicyDocumentGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics create cloud policy document gateway timeout response has a 5xx status code

func (*CloudDiagnosticsCreateCloudPolicyDocumentGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics create cloud policy document gateway timeout response has a 2xx status code

func (*CloudDiagnosticsCreateCloudPolicyDocumentGatewayTimeout) String added in v1.0.2

type CloudDiagnosticsCreateCloudPolicyDocumentInternalServerError added in v1.0.2

type CloudDiagnosticsCreateCloudPolicyDocumentInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsCreateCloudPolicyDocumentInternalServerError 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 NewCloudDiagnosticsCreateCloudPolicyDocumentInternalServerError added in v1.0.2

func NewCloudDiagnosticsCreateCloudPolicyDocumentInternalServerError() *CloudDiagnosticsCreateCloudPolicyDocumentInternalServerError

NewCloudDiagnosticsCreateCloudPolicyDocumentInternalServerError creates a CloudDiagnosticsCreateCloudPolicyDocumentInternalServerError with default headers values

func (*CloudDiagnosticsCreateCloudPolicyDocumentInternalServerError) Error added in v1.0.2

func (*CloudDiagnosticsCreateCloudPolicyDocumentInternalServerError) GetPayload added in v1.0.2

func (*CloudDiagnosticsCreateCloudPolicyDocumentInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics create cloud policy document internal server error response has a 4xx status code

func (*CloudDiagnosticsCreateCloudPolicyDocumentInternalServerError) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics create cloud policy document internal server error response a status code equal to that given

func (*CloudDiagnosticsCreateCloudPolicyDocumentInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics create cloud policy document internal server error response has a 3xx status code

func (*CloudDiagnosticsCreateCloudPolicyDocumentInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics create cloud policy document internal server error response has a 5xx status code

func (*CloudDiagnosticsCreateCloudPolicyDocumentInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics create cloud policy document internal server error response has a 2xx status code

func (*CloudDiagnosticsCreateCloudPolicyDocumentInternalServerError) String added in v1.0.2

type CloudDiagnosticsCreateCloudPolicyDocumentOK added in v1.0.2

type CloudDiagnosticsCreateCloudPolicyDocumentOK struct {
	Payload *swagger_models.PolicyDocVersionResp
}

CloudDiagnosticsCreateCloudPolicyDocumentOK describes a response with status code 200, with default header values.

A successful response.

func NewCloudDiagnosticsCreateCloudPolicyDocumentOK added in v1.0.2

func NewCloudDiagnosticsCreateCloudPolicyDocumentOK() *CloudDiagnosticsCreateCloudPolicyDocumentOK

NewCloudDiagnosticsCreateCloudPolicyDocumentOK creates a CloudDiagnosticsCreateCloudPolicyDocumentOK with default headers values

func (*CloudDiagnosticsCreateCloudPolicyDocumentOK) Error added in v1.0.2

func (*CloudDiagnosticsCreateCloudPolicyDocumentOK) GetPayload added in v1.0.2

func (*CloudDiagnosticsCreateCloudPolicyDocumentOK) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics create cloud policy document o k response has a 4xx status code

func (*CloudDiagnosticsCreateCloudPolicyDocumentOK) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics create cloud policy document o k response a status code equal to that given

func (*CloudDiagnosticsCreateCloudPolicyDocumentOK) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics create cloud policy document o k response has a 3xx status code

func (*CloudDiagnosticsCreateCloudPolicyDocumentOK) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics create cloud policy document o k response has a 5xx status code

func (*CloudDiagnosticsCreateCloudPolicyDocumentOK) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics create cloud policy document o k response has a 2xx status code

func (*CloudDiagnosticsCreateCloudPolicyDocumentOK) String added in v1.0.2

type CloudDiagnosticsCreateCloudPolicyDocumentParams added in v1.0.2

type CloudDiagnosticsCreateCloudPolicyDocumentParams struct {

	/* XRequestID.

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

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

CloudDiagnosticsCreateCloudPolicyDocumentParams contains all the parameters to send to the API endpoint

for the cloud diagnostics create cloud policy document operation.

Typically these are written to a http.Request.

func NewCloudDiagnosticsCreateCloudPolicyDocumentParams added in v1.0.2

func NewCloudDiagnosticsCreateCloudPolicyDocumentParams() *CloudDiagnosticsCreateCloudPolicyDocumentParams

NewCloudDiagnosticsCreateCloudPolicyDocumentParams creates a new CloudDiagnosticsCreateCloudPolicyDocumentParams 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 NewCloudDiagnosticsCreateCloudPolicyDocumentParamsWithContext added in v1.0.2

func NewCloudDiagnosticsCreateCloudPolicyDocumentParamsWithContext(ctx context.Context) *CloudDiagnosticsCreateCloudPolicyDocumentParams

NewCloudDiagnosticsCreateCloudPolicyDocumentParamsWithContext creates a new CloudDiagnosticsCreateCloudPolicyDocumentParams object with the ability to set a context for a request.

func NewCloudDiagnosticsCreateCloudPolicyDocumentParamsWithHTTPClient added in v1.0.2

func NewCloudDiagnosticsCreateCloudPolicyDocumentParamsWithHTTPClient(client *http.Client) *CloudDiagnosticsCreateCloudPolicyDocumentParams

NewCloudDiagnosticsCreateCloudPolicyDocumentParamsWithHTTPClient creates a new CloudDiagnosticsCreateCloudPolicyDocumentParams object with the ability to set a custom HTTPClient for a request.

func NewCloudDiagnosticsCreateCloudPolicyDocumentParamsWithTimeout added in v1.0.2

func NewCloudDiagnosticsCreateCloudPolicyDocumentParamsWithTimeout(timeout time.Duration) *CloudDiagnosticsCreateCloudPolicyDocumentParams

NewCloudDiagnosticsCreateCloudPolicyDocumentParamsWithTimeout creates a new CloudDiagnosticsCreateCloudPolicyDocumentParams object with the ability to set a timeout on a request.

func (*CloudDiagnosticsCreateCloudPolicyDocumentParams) SetContext added in v1.0.2

SetContext adds the context to the cloud diagnostics create cloud policy document params

func (*CloudDiagnosticsCreateCloudPolicyDocumentParams) SetDefaults added in v1.0.2

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

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

func (*CloudDiagnosticsCreateCloudPolicyDocumentParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the cloud diagnostics create cloud policy document params

func (*CloudDiagnosticsCreateCloudPolicyDocumentParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the cloud diagnostics create cloud policy document params

func (*CloudDiagnosticsCreateCloudPolicyDocumentParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the cloud diagnostics create cloud policy document params

func (*CloudDiagnosticsCreateCloudPolicyDocumentParams) WithContext added in v1.0.2

WithContext adds the context to the cloud diagnostics create cloud policy document params

func (*CloudDiagnosticsCreateCloudPolicyDocumentParams) WithDefaults added in v1.0.2

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

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

func (*CloudDiagnosticsCreateCloudPolicyDocumentParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the cloud diagnostics create cloud policy document params

func (*CloudDiagnosticsCreateCloudPolicyDocumentParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the cloud diagnostics create cloud policy document params

func (*CloudDiagnosticsCreateCloudPolicyDocumentParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the cloud diagnostics create cloud policy document params

func (*CloudDiagnosticsCreateCloudPolicyDocumentParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type CloudDiagnosticsCreateCloudPolicyDocumentReader added in v1.0.2

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

CloudDiagnosticsCreateCloudPolicyDocumentReader is a Reader for the CloudDiagnosticsCreateCloudPolicyDocument structure.

func (*CloudDiagnosticsCreateCloudPolicyDocumentReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type CloudDiagnosticsDeleteCloudPolicyDocumentDefault added in v1.0.2

type CloudDiagnosticsDeleteCloudPolicyDocumentDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

CloudDiagnosticsDeleteCloudPolicyDocumentDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCloudDiagnosticsDeleteCloudPolicyDocumentDefault added in v1.0.2

func NewCloudDiagnosticsDeleteCloudPolicyDocumentDefault(code int) *CloudDiagnosticsDeleteCloudPolicyDocumentDefault

NewCloudDiagnosticsDeleteCloudPolicyDocumentDefault creates a CloudDiagnosticsDeleteCloudPolicyDocumentDefault with default headers values

func (*CloudDiagnosticsDeleteCloudPolicyDocumentDefault) Code added in v1.0.2

Code gets the status code for the cloud diagnostics delete cloud policy document default response

func (*CloudDiagnosticsDeleteCloudPolicyDocumentDefault) Error added in v1.0.2

func (*CloudDiagnosticsDeleteCloudPolicyDocumentDefault) GetPayload added in v1.0.2

func (*CloudDiagnosticsDeleteCloudPolicyDocumentDefault) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics delete cloud policy document default response has a 4xx status code

func (*CloudDiagnosticsDeleteCloudPolicyDocumentDefault) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics delete cloud policy document default response a status code equal to that given

func (*CloudDiagnosticsDeleteCloudPolicyDocumentDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics delete cloud policy document default response has a 3xx status code

func (*CloudDiagnosticsDeleteCloudPolicyDocumentDefault) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics delete cloud policy document default response has a 5xx status code

func (*CloudDiagnosticsDeleteCloudPolicyDocumentDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics delete cloud policy document default response has a 2xx status code

func (*CloudDiagnosticsDeleteCloudPolicyDocumentDefault) String added in v1.0.2

type CloudDiagnosticsDeleteCloudPolicyDocumentGatewayTimeout added in v1.0.2

type CloudDiagnosticsDeleteCloudPolicyDocumentGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsDeleteCloudPolicyDocumentGatewayTimeout 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 NewCloudDiagnosticsDeleteCloudPolicyDocumentGatewayTimeout added in v1.0.2

func NewCloudDiagnosticsDeleteCloudPolicyDocumentGatewayTimeout() *CloudDiagnosticsDeleteCloudPolicyDocumentGatewayTimeout

NewCloudDiagnosticsDeleteCloudPolicyDocumentGatewayTimeout creates a CloudDiagnosticsDeleteCloudPolicyDocumentGatewayTimeout with default headers values

func (*CloudDiagnosticsDeleteCloudPolicyDocumentGatewayTimeout) Error added in v1.0.2

func (*CloudDiagnosticsDeleteCloudPolicyDocumentGatewayTimeout) GetPayload added in v1.0.2

func (*CloudDiagnosticsDeleteCloudPolicyDocumentGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics delete cloud policy document gateway timeout response has a 4xx status code

func (*CloudDiagnosticsDeleteCloudPolicyDocumentGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics delete cloud policy document gateway timeout response a status code equal to that given

func (*CloudDiagnosticsDeleteCloudPolicyDocumentGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics delete cloud policy document gateway timeout response has a 3xx status code

func (*CloudDiagnosticsDeleteCloudPolicyDocumentGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics delete cloud policy document gateway timeout response has a 5xx status code

func (*CloudDiagnosticsDeleteCloudPolicyDocumentGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics delete cloud policy document gateway timeout response has a 2xx status code

func (*CloudDiagnosticsDeleteCloudPolicyDocumentGatewayTimeout) String added in v1.0.2

type CloudDiagnosticsDeleteCloudPolicyDocumentInternalServerError added in v1.0.2

type CloudDiagnosticsDeleteCloudPolicyDocumentInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsDeleteCloudPolicyDocumentInternalServerError 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 NewCloudDiagnosticsDeleteCloudPolicyDocumentInternalServerError added in v1.0.2

func NewCloudDiagnosticsDeleteCloudPolicyDocumentInternalServerError() *CloudDiagnosticsDeleteCloudPolicyDocumentInternalServerError

NewCloudDiagnosticsDeleteCloudPolicyDocumentInternalServerError creates a CloudDiagnosticsDeleteCloudPolicyDocumentInternalServerError with default headers values

func (*CloudDiagnosticsDeleteCloudPolicyDocumentInternalServerError) Error added in v1.0.2

func (*CloudDiagnosticsDeleteCloudPolicyDocumentInternalServerError) GetPayload added in v1.0.2

func (*CloudDiagnosticsDeleteCloudPolicyDocumentInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics delete cloud policy document internal server error response has a 4xx status code

func (*CloudDiagnosticsDeleteCloudPolicyDocumentInternalServerError) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics delete cloud policy document internal server error response a status code equal to that given

func (*CloudDiagnosticsDeleteCloudPolicyDocumentInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics delete cloud policy document internal server error response has a 3xx status code

func (*CloudDiagnosticsDeleteCloudPolicyDocumentInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics delete cloud policy document internal server error response has a 5xx status code

func (*CloudDiagnosticsDeleteCloudPolicyDocumentInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics delete cloud policy document internal server error response has a 2xx status code

func (*CloudDiagnosticsDeleteCloudPolicyDocumentInternalServerError) String added in v1.0.2

type CloudDiagnosticsDeleteCloudPolicyDocumentOK added in v1.0.2

type CloudDiagnosticsDeleteCloudPolicyDocumentOK struct {
	Payload *swagger_models.PolicyDocVersionResp
}

CloudDiagnosticsDeleteCloudPolicyDocumentOK describes a response with status code 200, with default header values.

A successful response.

func NewCloudDiagnosticsDeleteCloudPolicyDocumentOK added in v1.0.2

func NewCloudDiagnosticsDeleteCloudPolicyDocumentOK() *CloudDiagnosticsDeleteCloudPolicyDocumentOK

NewCloudDiagnosticsDeleteCloudPolicyDocumentOK creates a CloudDiagnosticsDeleteCloudPolicyDocumentOK with default headers values

func (*CloudDiagnosticsDeleteCloudPolicyDocumentOK) Error added in v1.0.2

func (*CloudDiagnosticsDeleteCloudPolicyDocumentOK) GetPayload added in v1.0.2

func (*CloudDiagnosticsDeleteCloudPolicyDocumentOK) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics delete cloud policy document o k response has a 4xx status code

func (*CloudDiagnosticsDeleteCloudPolicyDocumentOK) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics delete cloud policy document o k response a status code equal to that given

func (*CloudDiagnosticsDeleteCloudPolicyDocumentOK) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics delete cloud policy document o k response has a 3xx status code

func (*CloudDiagnosticsDeleteCloudPolicyDocumentOK) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics delete cloud policy document o k response has a 5xx status code

func (*CloudDiagnosticsDeleteCloudPolicyDocumentOK) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics delete cloud policy document o k response has a 2xx status code

func (*CloudDiagnosticsDeleteCloudPolicyDocumentOK) String added in v1.0.2

type CloudDiagnosticsDeleteCloudPolicyDocumentParams added in v1.0.2

type CloudDiagnosticsDeleteCloudPolicyDocumentParams 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
}

CloudDiagnosticsDeleteCloudPolicyDocumentParams contains all the parameters to send to the API endpoint

for the cloud diagnostics delete cloud policy document operation.

Typically these are written to a http.Request.

func NewCloudDiagnosticsDeleteCloudPolicyDocumentParams added in v1.0.2

func NewCloudDiagnosticsDeleteCloudPolicyDocumentParams() *CloudDiagnosticsDeleteCloudPolicyDocumentParams

NewCloudDiagnosticsDeleteCloudPolicyDocumentParams creates a new CloudDiagnosticsDeleteCloudPolicyDocumentParams 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 NewCloudDiagnosticsDeleteCloudPolicyDocumentParamsWithContext added in v1.0.2

func NewCloudDiagnosticsDeleteCloudPolicyDocumentParamsWithContext(ctx context.Context) *CloudDiagnosticsDeleteCloudPolicyDocumentParams

NewCloudDiagnosticsDeleteCloudPolicyDocumentParamsWithContext creates a new CloudDiagnosticsDeleteCloudPolicyDocumentParams object with the ability to set a context for a request.

func NewCloudDiagnosticsDeleteCloudPolicyDocumentParamsWithHTTPClient added in v1.0.2

func NewCloudDiagnosticsDeleteCloudPolicyDocumentParamsWithHTTPClient(client *http.Client) *CloudDiagnosticsDeleteCloudPolicyDocumentParams

NewCloudDiagnosticsDeleteCloudPolicyDocumentParamsWithHTTPClient creates a new CloudDiagnosticsDeleteCloudPolicyDocumentParams object with the ability to set a custom HTTPClient for a request.

func NewCloudDiagnosticsDeleteCloudPolicyDocumentParamsWithTimeout added in v1.0.2

func NewCloudDiagnosticsDeleteCloudPolicyDocumentParamsWithTimeout(timeout time.Duration) *CloudDiagnosticsDeleteCloudPolicyDocumentParams

NewCloudDiagnosticsDeleteCloudPolicyDocumentParamsWithTimeout creates a new CloudDiagnosticsDeleteCloudPolicyDocumentParams object with the ability to set a timeout on a request.

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) SetContext added in v1.0.2

SetContext adds the context to the cloud diagnostics delete cloud policy document params

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) SetDefaults added in v1.0.2

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

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

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) SetFileURL added in v1.0.2

SetFileURL adds the fileUrl to the cloud diagnostics delete cloud policy document params

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) SetHTTPClient added in v1.0.2

SetHTTPClient adds the HTTPClient to the cloud diagnostics delete cloud policy document params

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) SetPolicy added in v1.0.2

SetPolicy adds the policy to the cloud diagnostics delete cloud policy document params

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) SetRevisionCreatedBy added in v1.0.2

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

SetRevisionCreatedBy adds the revisionCreatedBy to the cloud diagnostics delete cloud policy document params

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) SetRevisionCurr added in v1.0.2

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

SetRevisionCurr adds the revisionCurr to the cloud diagnostics delete cloud policy document params

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) SetRevisionPrev added in v1.0.2

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

SetRevisionPrev adds the revisionPrev to the cloud diagnostics delete cloud policy document params

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) SetRevisionUpdatedBy added in v1.0.2

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

SetRevisionUpdatedBy adds the revisionUpdatedBy to the cloud diagnostics delete cloud policy document params

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the cloud diagnostics delete cloud policy document params

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) SetVersion added in v1.0.2

SetVersion adds the version to the cloud diagnostics delete cloud policy document params

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the cloud diagnostics delete cloud policy document params

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) WithContext added in v1.0.2

WithContext adds the context to the cloud diagnostics delete cloud policy document params

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) WithDefaults added in v1.0.2

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

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

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) WithFileURL added in v1.0.2

WithFileURL adds the fileURL to the cloud diagnostics delete cloud policy document params

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the cloud diagnostics delete cloud policy document params

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) WithPolicy added in v1.0.2

WithPolicy adds the policy to the cloud diagnostics delete cloud policy document params

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) WithRevisionCreatedBy added in v1.0.2

WithRevisionCreatedBy adds the revisionCreatedBy to the cloud diagnostics delete cloud policy document params

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) WithRevisionCurr added in v1.0.2

WithRevisionCurr adds the revisionCurr to the cloud diagnostics delete cloud policy document params

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) WithRevisionPrev added in v1.0.2

WithRevisionPrev adds the revisionPrev to the cloud diagnostics delete cloud policy document params

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) WithRevisionUpdatedBy added in v1.0.2

WithRevisionUpdatedBy adds the revisionUpdatedBy to the cloud diagnostics delete cloud policy document params

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the cloud diagnostics delete cloud policy document params

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) WithVersion added in v1.0.2

WithVersion adds the version to the cloud diagnostics delete cloud policy document params

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the cloud diagnostics delete cloud policy document params

func (*CloudDiagnosticsDeleteCloudPolicyDocumentParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type CloudDiagnosticsDeleteCloudPolicyDocumentReader added in v1.0.2

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

CloudDiagnosticsDeleteCloudPolicyDocumentReader is a Reader for the CloudDiagnosticsDeleteCloudPolicyDocument structure.

func (*CloudDiagnosticsDeleteCloudPolicyDocumentReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type CloudDiagnosticsGetCloudPolicyDefault added in v1.0.2

type CloudDiagnosticsGetCloudPolicyDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

CloudDiagnosticsGetCloudPolicyDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCloudDiagnosticsGetCloudPolicyDefault added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyDefault(code int) *CloudDiagnosticsGetCloudPolicyDefault

NewCloudDiagnosticsGetCloudPolicyDefault creates a CloudDiagnosticsGetCloudPolicyDefault with default headers values

func (*CloudDiagnosticsGetCloudPolicyDefault) Code added in v1.0.2

Code gets the status code for the cloud diagnostics get cloud policy default response

func (*CloudDiagnosticsGetCloudPolicyDefault) Error added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyDefault) GetPayload added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyDefault) IsClientError added in v1.0.2

func (o *CloudDiagnosticsGetCloudPolicyDefault) IsClientError() bool

IsClientError returns true when this cloud diagnostics get cloud policy default response has a 4xx status code

func (*CloudDiagnosticsGetCloudPolicyDefault) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics get cloud policy default response a status code equal to that given

func (*CloudDiagnosticsGetCloudPolicyDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics get cloud policy default response has a 3xx status code

func (*CloudDiagnosticsGetCloudPolicyDefault) IsServerError added in v1.0.2

func (o *CloudDiagnosticsGetCloudPolicyDefault) IsServerError() bool

IsServerError returns true when this cloud diagnostics get cloud policy default response has a 5xx status code

func (*CloudDiagnosticsGetCloudPolicyDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics get cloud policy default response has a 2xx status code

func (*CloudDiagnosticsGetCloudPolicyDefault) String added in v1.0.2

type CloudDiagnosticsGetCloudPolicyDocumentDefault added in v1.0.2

type CloudDiagnosticsGetCloudPolicyDocumentDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

CloudDiagnosticsGetCloudPolicyDocumentDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCloudDiagnosticsGetCloudPolicyDocumentDefault added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyDocumentDefault(code int) *CloudDiagnosticsGetCloudPolicyDocumentDefault

NewCloudDiagnosticsGetCloudPolicyDocumentDefault creates a CloudDiagnosticsGetCloudPolicyDocumentDefault with default headers values

func (*CloudDiagnosticsGetCloudPolicyDocumentDefault) Code added in v1.0.2

Code gets the status code for the cloud diagnostics get cloud policy document default response

func (*CloudDiagnosticsGetCloudPolicyDocumentDefault) Error added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyDocumentDefault) GetPayload added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyDocumentDefault) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics get cloud policy document default response has a 4xx status code

func (*CloudDiagnosticsGetCloudPolicyDocumentDefault) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics get cloud policy document default response a status code equal to that given

func (*CloudDiagnosticsGetCloudPolicyDocumentDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics get cloud policy document default response has a 3xx status code

func (*CloudDiagnosticsGetCloudPolicyDocumentDefault) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics get cloud policy document default response has a 5xx status code

func (*CloudDiagnosticsGetCloudPolicyDocumentDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics get cloud policy document default response has a 2xx status code

func (*CloudDiagnosticsGetCloudPolicyDocumentDefault) String added in v1.0.2

type CloudDiagnosticsGetCloudPolicyDocumentGatewayTimeout added in v1.0.2

type CloudDiagnosticsGetCloudPolicyDocumentGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsGetCloudPolicyDocumentGatewayTimeout 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 NewCloudDiagnosticsGetCloudPolicyDocumentGatewayTimeout added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyDocumentGatewayTimeout() *CloudDiagnosticsGetCloudPolicyDocumentGatewayTimeout

NewCloudDiagnosticsGetCloudPolicyDocumentGatewayTimeout creates a CloudDiagnosticsGetCloudPolicyDocumentGatewayTimeout with default headers values

func (*CloudDiagnosticsGetCloudPolicyDocumentGatewayTimeout) Error added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyDocumentGatewayTimeout) GetPayload added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyDocumentGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics get cloud policy document gateway timeout response has a 4xx status code

func (*CloudDiagnosticsGetCloudPolicyDocumentGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics get cloud policy document gateway timeout response a status code equal to that given

func (*CloudDiagnosticsGetCloudPolicyDocumentGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics get cloud policy document gateway timeout response has a 3xx status code

func (*CloudDiagnosticsGetCloudPolicyDocumentGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics get cloud policy document gateway timeout response has a 5xx status code

func (*CloudDiagnosticsGetCloudPolicyDocumentGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics get cloud policy document gateway timeout response has a 2xx status code

func (*CloudDiagnosticsGetCloudPolicyDocumentGatewayTimeout) String added in v1.0.2

type CloudDiagnosticsGetCloudPolicyDocumentInternalServerError added in v1.0.2

type CloudDiagnosticsGetCloudPolicyDocumentInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsGetCloudPolicyDocumentInternalServerError 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 NewCloudDiagnosticsGetCloudPolicyDocumentInternalServerError added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyDocumentInternalServerError() *CloudDiagnosticsGetCloudPolicyDocumentInternalServerError

NewCloudDiagnosticsGetCloudPolicyDocumentInternalServerError creates a CloudDiagnosticsGetCloudPolicyDocumentInternalServerError with default headers values

func (*CloudDiagnosticsGetCloudPolicyDocumentInternalServerError) Error added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyDocumentInternalServerError) GetPayload added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyDocumentInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics get cloud policy document internal server error response has a 4xx status code

func (*CloudDiagnosticsGetCloudPolicyDocumentInternalServerError) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics get cloud policy document internal server error response a status code equal to that given

func (*CloudDiagnosticsGetCloudPolicyDocumentInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics get cloud policy document internal server error response has a 3xx status code

func (*CloudDiagnosticsGetCloudPolicyDocumentInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics get cloud policy document internal server error response has a 5xx status code

func (*CloudDiagnosticsGetCloudPolicyDocumentInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics get cloud policy document internal server error response has a 2xx status code

func (*CloudDiagnosticsGetCloudPolicyDocumentInternalServerError) String added in v1.0.2

type CloudDiagnosticsGetCloudPolicyDocumentNotFound added in v1.0.2

type CloudDiagnosticsGetCloudPolicyDocumentNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsGetCloudPolicyDocumentNotFound 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 NewCloudDiagnosticsGetCloudPolicyDocumentNotFound added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyDocumentNotFound() *CloudDiagnosticsGetCloudPolicyDocumentNotFound

NewCloudDiagnosticsGetCloudPolicyDocumentNotFound creates a CloudDiagnosticsGetCloudPolicyDocumentNotFound with default headers values

func (*CloudDiagnosticsGetCloudPolicyDocumentNotFound) Error added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyDocumentNotFound) GetPayload added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyDocumentNotFound) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics get cloud policy document not found response has a 4xx status code

func (*CloudDiagnosticsGetCloudPolicyDocumentNotFound) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics get cloud policy document not found response a status code equal to that given

func (*CloudDiagnosticsGetCloudPolicyDocumentNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics get cloud policy document not found response has a 3xx status code

func (*CloudDiagnosticsGetCloudPolicyDocumentNotFound) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics get cloud policy document not found response has a 5xx status code

func (*CloudDiagnosticsGetCloudPolicyDocumentNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics get cloud policy document not found response has a 2xx status code

func (*CloudDiagnosticsGetCloudPolicyDocumentNotFound) String added in v1.0.2

type CloudDiagnosticsGetCloudPolicyDocumentOK added in v1.0.2

type CloudDiagnosticsGetCloudPolicyDocumentOK struct {
	Payload *swagger_models.PolicyDocVersionResp
}

CloudDiagnosticsGetCloudPolicyDocumentOK describes a response with status code 200, with default header values.

A successful response.

func NewCloudDiagnosticsGetCloudPolicyDocumentOK added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyDocumentOK() *CloudDiagnosticsGetCloudPolicyDocumentOK

NewCloudDiagnosticsGetCloudPolicyDocumentOK creates a CloudDiagnosticsGetCloudPolicyDocumentOK with default headers values

func (*CloudDiagnosticsGetCloudPolicyDocumentOK) Error added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyDocumentOK) GetPayload added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyDocumentOK) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics get cloud policy document o k response has a 4xx status code

func (*CloudDiagnosticsGetCloudPolicyDocumentOK) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics get cloud policy document o k response a status code equal to that given

func (*CloudDiagnosticsGetCloudPolicyDocumentOK) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics get cloud policy document o k response has a 3xx status code

func (*CloudDiagnosticsGetCloudPolicyDocumentOK) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics get cloud policy document o k response has a 5xx status code

func (*CloudDiagnosticsGetCloudPolicyDocumentOK) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics get cloud policy document o k response has a 2xx status code

func (*CloudDiagnosticsGetCloudPolicyDocumentOK) String added in v1.0.2

type CloudDiagnosticsGetCloudPolicyDocumentParams added in v1.0.2

type CloudDiagnosticsGetCloudPolicyDocumentParams 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
}

CloudDiagnosticsGetCloudPolicyDocumentParams contains all the parameters to send to the API endpoint

for the cloud diagnostics get cloud policy document operation.

Typically these are written to a http.Request.

func NewCloudDiagnosticsGetCloudPolicyDocumentParams added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyDocumentParams() *CloudDiagnosticsGetCloudPolicyDocumentParams

NewCloudDiagnosticsGetCloudPolicyDocumentParams creates a new CloudDiagnosticsGetCloudPolicyDocumentParams 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 NewCloudDiagnosticsGetCloudPolicyDocumentParamsWithContext added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyDocumentParamsWithContext(ctx context.Context) *CloudDiagnosticsGetCloudPolicyDocumentParams

NewCloudDiagnosticsGetCloudPolicyDocumentParamsWithContext creates a new CloudDiagnosticsGetCloudPolicyDocumentParams object with the ability to set a context for a request.

func NewCloudDiagnosticsGetCloudPolicyDocumentParamsWithHTTPClient added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyDocumentParamsWithHTTPClient(client *http.Client) *CloudDiagnosticsGetCloudPolicyDocumentParams

NewCloudDiagnosticsGetCloudPolicyDocumentParamsWithHTTPClient creates a new CloudDiagnosticsGetCloudPolicyDocumentParams object with the ability to set a custom HTTPClient for a request.

func NewCloudDiagnosticsGetCloudPolicyDocumentParamsWithTimeout added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyDocumentParamsWithTimeout(timeout time.Duration) *CloudDiagnosticsGetCloudPolicyDocumentParams

NewCloudDiagnosticsGetCloudPolicyDocumentParamsWithTimeout creates a new CloudDiagnosticsGetCloudPolicyDocumentParams object with the ability to set a timeout on a request.

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) SetContext added in v1.0.2

SetContext adds the context to the cloud diagnostics get cloud policy document params

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) SetDefaults added in v1.0.2

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

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

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) SetFileURL added in v1.0.2

SetFileURL adds the fileUrl to the cloud diagnostics get cloud policy document params

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the cloud diagnostics get cloud policy document params

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) SetPolicy added in v1.0.2

SetPolicy adds the policy to the cloud diagnostics get cloud policy document params

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) SetRevisionCreatedBy added in v1.0.2

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

SetRevisionCreatedBy adds the revisionCreatedBy to the cloud diagnostics get cloud policy document params

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) SetRevisionCurr added in v1.0.2

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

SetRevisionCurr adds the revisionCurr to the cloud diagnostics get cloud policy document params

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) SetRevisionPrev added in v1.0.2

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

SetRevisionPrev adds the revisionPrev to the cloud diagnostics get cloud policy document params

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) SetRevisionUpdatedBy added in v1.0.2

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

SetRevisionUpdatedBy adds the revisionUpdatedBy to the cloud diagnostics get cloud policy document params

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the cloud diagnostics get cloud policy document params

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) SetVersion added in v1.0.2

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

SetVersion adds the version to the cloud diagnostics get cloud policy document params

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the cloud diagnostics get cloud policy document params

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) WithContext added in v1.0.2

WithContext adds the context to the cloud diagnostics get cloud policy document params

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) WithDefaults added in v1.0.2

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

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

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) WithFileURL added in v1.0.2

WithFileURL adds the fileURL to the cloud diagnostics get cloud policy document params

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the cloud diagnostics get cloud policy document params

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) WithPolicy added in v1.0.2

WithPolicy adds the policy to the cloud diagnostics get cloud policy document params

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) WithRevisionCreatedBy added in v1.0.2

WithRevisionCreatedBy adds the revisionCreatedBy to the cloud diagnostics get cloud policy document params

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) WithRevisionCurr added in v1.0.2

WithRevisionCurr adds the revisionCurr to the cloud diagnostics get cloud policy document params

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) WithRevisionPrev added in v1.0.2

WithRevisionPrev adds the revisionPrev to the cloud diagnostics get cloud policy document params

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) WithRevisionUpdatedBy added in v1.0.2

WithRevisionUpdatedBy adds the revisionUpdatedBy to the cloud diagnostics get cloud policy document params

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the cloud diagnostics get cloud policy document params

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) WithVersion added in v1.0.2

WithVersion adds the version to the cloud diagnostics get cloud policy document params

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the cloud diagnostics get cloud policy document params

func (*CloudDiagnosticsGetCloudPolicyDocumentParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type CloudDiagnosticsGetCloudPolicyDocumentReader added in v1.0.2

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

CloudDiagnosticsGetCloudPolicyDocumentReader is a Reader for the CloudDiagnosticsGetCloudPolicyDocument structure.

func (*CloudDiagnosticsGetCloudPolicyDocumentReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type CloudDiagnosticsGetCloudPolicyGatewayTimeout added in v1.0.2

type CloudDiagnosticsGetCloudPolicyGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsGetCloudPolicyGatewayTimeout 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 NewCloudDiagnosticsGetCloudPolicyGatewayTimeout added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyGatewayTimeout() *CloudDiagnosticsGetCloudPolicyGatewayTimeout

NewCloudDiagnosticsGetCloudPolicyGatewayTimeout creates a CloudDiagnosticsGetCloudPolicyGatewayTimeout with default headers values

func (*CloudDiagnosticsGetCloudPolicyGatewayTimeout) Error added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyGatewayTimeout) GetPayload added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics get cloud policy gateway timeout response has a 4xx status code

func (*CloudDiagnosticsGetCloudPolicyGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics get cloud policy gateway timeout response a status code equal to that given

func (*CloudDiagnosticsGetCloudPolicyGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics get cloud policy gateway timeout response has a 3xx status code

func (*CloudDiagnosticsGetCloudPolicyGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics get cloud policy gateway timeout response has a 5xx status code

func (*CloudDiagnosticsGetCloudPolicyGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics get cloud policy gateway timeout response has a 2xx status code

func (*CloudDiagnosticsGetCloudPolicyGatewayTimeout) String added in v1.0.2

type CloudDiagnosticsGetCloudPolicyInternalServerError added in v1.0.2

type CloudDiagnosticsGetCloudPolicyInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsGetCloudPolicyInternalServerError 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 NewCloudDiagnosticsGetCloudPolicyInternalServerError added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyInternalServerError() *CloudDiagnosticsGetCloudPolicyInternalServerError

NewCloudDiagnosticsGetCloudPolicyInternalServerError creates a CloudDiagnosticsGetCloudPolicyInternalServerError with default headers values

func (*CloudDiagnosticsGetCloudPolicyInternalServerError) Error added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyInternalServerError) GetPayload added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics get cloud policy internal server error response has a 4xx status code

func (*CloudDiagnosticsGetCloudPolicyInternalServerError) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics get cloud policy internal server error response a status code equal to that given

func (*CloudDiagnosticsGetCloudPolicyInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics get cloud policy internal server error response has a 3xx status code

func (*CloudDiagnosticsGetCloudPolicyInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics get cloud policy internal server error response has a 5xx status code

func (*CloudDiagnosticsGetCloudPolicyInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics get cloud policy internal server error response has a 2xx status code

func (*CloudDiagnosticsGetCloudPolicyInternalServerError) String added in v1.0.2

type CloudDiagnosticsGetCloudPolicyNotFound added in v1.0.2

type CloudDiagnosticsGetCloudPolicyNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsGetCloudPolicyNotFound 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 NewCloudDiagnosticsGetCloudPolicyNotFound added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyNotFound() *CloudDiagnosticsGetCloudPolicyNotFound

NewCloudDiagnosticsGetCloudPolicyNotFound creates a CloudDiagnosticsGetCloudPolicyNotFound with default headers values

func (*CloudDiagnosticsGetCloudPolicyNotFound) Error added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyNotFound) GetPayload added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyNotFound) IsClientError added in v1.0.2

func (o *CloudDiagnosticsGetCloudPolicyNotFound) IsClientError() bool

IsClientError returns true when this cloud diagnostics get cloud policy not found response has a 4xx status code

func (*CloudDiagnosticsGetCloudPolicyNotFound) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics get cloud policy not found response a status code equal to that given

func (*CloudDiagnosticsGetCloudPolicyNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics get cloud policy not found response has a 3xx status code

func (*CloudDiagnosticsGetCloudPolicyNotFound) IsServerError added in v1.0.2

func (o *CloudDiagnosticsGetCloudPolicyNotFound) IsServerError() bool

IsServerError returns true when this cloud diagnostics get cloud policy not found response has a 5xx status code

func (*CloudDiagnosticsGetCloudPolicyNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics get cloud policy not found response has a 2xx status code

func (*CloudDiagnosticsGetCloudPolicyNotFound) String added in v1.0.2

type CloudDiagnosticsGetCloudPolicyOK added in v1.0.2

type CloudDiagnosticsGetCloudPolicyOK struct {
	Payload *swagger_models.PolicyDocVersionResp
}

CloudDiagnosticsGetCloudPolicyOK describes a response with status code 200, with default header values.

A successful response.

func NewCloudDiagnosticsGetCloudPolicyOK added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyOK() *CloudDiagnosticsGetCloudPolicyOK

NewCloudDiagnosticsGetCloudPolicyOK creates a CloudDiagnosticsGetCloudPolicyOK with default headers values

func (*CloudDiagnosticsGetCloudPolicyOK) Error added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyOK) GetPayload added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyOK) IsClientError added in v1.0.2

func (o *CloudDiagnosticsGetCloudPolicyOK) IsClientError() bool

IsClientError returns true when this cloud diagnostics get cloud policy o k response has a 4xx status code

func (*CloudDiagnosticsGetCloudPolicyOK) IsCode added in v1.0.2

func (o *CloudDiagnosticsGetCloudPolicyOK) IsCode(code int) bool

IsCode returns true when this cloud diagnostics get cloud policy o k response a status code equal to that given

func (*CloudDiagnosticsGetCloudPolicyOK) IsRedirect added in v1.0.2

func (o *CloudDiagnosticsGetCloudPolicyOK) IsRedirect() bool

IsRedirect returns true when this cloud diagnostics get cloud policy o k response has a 3xx status code

func (*CloudDiagnosticsGetCloudPolicyOK) IsServerError added in v1.0.2

func (o *CloudDiagnosticsGetCloudPolicyOK) IsServerError() bool

IsServerError returns true when this cloud diagnostics get cloud policy o k response has a 5xx status code

func (*CloudDiagnosticsGetCloudPolicyOK) IsSuccess added in v1.0.2

func (o *CloudDiagnosticsGetCloudPolicyOK) IsSuccess() bool

IsSuccess returns true when this cloud diagnostics get cloud policy o k response has a 2xx status code

func (*CloudDiagnosticsGetCloudPolicyOK) String added in v1.0.2

type CloudDiagnosticsGetCloudPolicyParams added in v1.0.2

type CloudDiagnosticsGetCloudPolicyParams 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
}

CloudDiagnosticsGetCloudPolicyParams contains all the parameters to send to the API endpoint

for the cloud diagnostics get cloud policy operation.

Typically these are written to a http.Request.

func NewCloudDiagnosticsGetCloudPolicyParams added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyParams() *CloudDiagnosticsGetCloudPolicyParams

NewCloudDiagnosticsGetCloudPolicyParams creates a new CloudDiagnosticsGetCloudPolicyParams 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 NewCloudDiagnosticsGetCloudPolicyParamsWithContext added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyParamsWithContext(ctx context.Context) *CloudDiagnosticsGetCloudPolicyParams

NewCloudDiagnosticsGetCloudPolicyParamsWithContext creates a new CloudDiagnosticsGetCloudPolicyParams object with the ability to set a context for a request.

func NewCloudDiagnosticsGetCloudPolicyParamsWithHTTPClient added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyParamsWithHTTPClient(client *http.Client) *CloudDiagnosticsGetCloudPolicyParams

NewCloudDiagnosticsGetCloudPolicyParamsWithHTTPClient creates a new CloudDiagnosticsGetCloudPolicyParams object with the ability to set a custom HTTPClient for a request.

func NewCloudDiagnosticsGetCloudPolicyParamsWithTimeout added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyParamsWithTimeout(timeout time.Duration) *CloudDiagnosticsGetCloudPolicyParams

NewCloudDiagnosticsGetCloudPolicyParamsWithTimeout creates a new CloudDiagnosticsGetCloudPolicyParams object with the ability to set a timeout on a request.

func (*CloudDiagnosticsGetCloudPolicyParams) SetContext added in v1.0.2

SetContext adds the context to the cloud diagnostics get cloud policy params

func (*CloudDiagnosticsGetCloudPolicyParams) SetDefaults added in v1.0.2

func (o *CloudDiagnosticsGetCloudPolicyParams) SetDefaults()

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

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

func (*CloudDiagnosticsGetCloudPolicyParams) SetFileURL added in v1.0.2

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

SetFileURL adds the fileUrl to the cloud diagnostics get cloud policy params

func (*CloudDiagnosticsGetCloudPolicyParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the cloud diagnostics get cloud policy params

func (*CloudDiagnosticsGetCloudPolicyParams) SetPolicy added in v1.0.2

func (o *CloudDiagnosticsGetCloudPolicyParams) SetPolicy(policy string)

SetPolicy adds the policy to the cloud diagnostics get cloud policy params

func (*CloudDiagnosticsGetCloudPolicyParams) SetRevisionCreatedBy added in v1.0.2

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

SetRevisionCreatedBy adds the revisionCreatedBy to the cloud diagnostics get cloud policy params

func (*CloudDiagnosticsGetCloudPolicyParams) SetRevisionCurr added in v1.0.2

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

SetRevisionCurr adds the revisionCurr to the cloud diagnostics get cloud policy params

func (*CloudDiagnosticsGetCloudPolicyParams) SetRevisionPrev added in v1.0.2

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

SetRevisionPrev adds the revisionPrev to the cloud diagnostics get cloud policy params

func (*CloudDiagnosticsGetCloudPolicyParams) SetRevisionUpdatedBy added in v1.0.2

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

SetRevisionUpdatedBy adds the revisionUpdatedBy to the cloud diagnostics get cloud policy params

func (*CloudDiagnosticsGetCloudPolicyParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the cloud diagnostics get cloud policy params

func (*CloudDiagnosticsGetCloudPolicyParams) SetVersion added in v1.0.2

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

SetVersion adds the version to the cloud diagnostics get cloud policy params

func (*CloudDiagnosticsGetCloudPolicyParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the cloud diagnostics get cloud policy params

func (*CloudDiagnosticsGetCloudPolicyParams) WithContext added in v1.0.2

WithContext adds the context to the cloud diagnostics get cloud policy params

func (*CloudDiagnosticsGetCloudPolicyParams) WithDefaults added in v1.0.2

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

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

func (*CloudDiagnosticsGetCloudPolicyParams) WithFileURL added in v1.0.2

WithFileURL adds the fileURL to the cloud diagnostics get cloud policy params

func (*CloudDiagnosticsGetCloudPolicyParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the cloud diagnostics get cloud policy params

func (*CloudDiagnosticsGetCloudPolicyParams) WithPolicy added in v1.0.2

WithPolicy adds the policy to the cloud diagnostics get cloud policy params

func (*CloudDiagnosticsGetCloudPolicyParams) WithRevisionCreatedBy added in v1.0.2

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

WithRevisionCreatedBy adds the revisionCreatedBy to the cloud diagnostics get cloud policy params

func (*CloudDiagnosticsGetCloudPolicyParams) WithRevisionCurr added in v1.0.2

WithRevisionCurr adds the revisionCurr to the cloud diagnostics get cloud policy params

func (*CloudDiagnosticsGetCloudPolicyParams) WithRevisionPrev added in v1.0.2

WithRevisionPrev adds the revisionPrev to the cloud diagnostics get cloud policy params

func (*CloudDiagnosticsGetCloudPolicyParams) WithRevisionUpdatedBy added in v1.0.2

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

WithRevisionUpdatedBy adds the revisionUpdatedBy to the cloud diagnostics get cloud policy params

func (*CloudDiagnosticsGetCloudPolicyParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the cloud diagnostics get cloud policy params

func (*CloudDiagnosticsGetCloudPolicyParams) WithVersion added in v1.0.2

WithVersion adds the version to the cloud diagnostics get cloud policy params

func (*CloudDiagnosticsGetCloudPolicyParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the cloud diagnostics get cloud policy params

func (*CloudDiagnosticsGetCloudPolicyParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type CloudDiagnosticsGetCloudPolicyReader added in v1.0.2

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

CloudDiagnosticsGetCloudPolicyReader is a Reader for the CloudDiagnosticsGetCloudPolicy structure.

func (*CloudDiagnosticsGetCloudPolicyReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type CloudDiagnosticsGetCloudPolicyVersionDefault added in v1.0.2

type CloudDiagnosticsGetCloudPolicyVersionDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

CloudDiagnosticsGetCloudPolicyVersionDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCloudDiagnosticsGetCloudPolicyVersionDefault added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyVersionDefault(code int) *CloudDiagnosticsGetCloudPolicyVersionDefault

NewCloudDiagnosticsGetCloudPolicyVersionDefault creates a CloudDiagnosticsGetCloudPolicyVersionDefault with default headers values

func (*CloudDiagnosticsGetCloudPolicyVersionDefault) Code added in v1.0.2

Code gets the status code for the cloud diagnostics get cloud policy version default response

func (*CloudDiagnosticsGetCloudPolicyVersionDefault) Error added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyVersionDefault) GetPayload added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyVersionDefault) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics get cloud policy version default response has a 4xx status code

func (*CloudDiagnosticsGetCloudPolicyVersionDefault) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics get cloud policy version default response a status code equal to that given

func (*CloudDiagnosticsGetCloudPolicyVersionDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics get cloud policy version default response has a 3xx status code

func (*CloudDiagnosticsGetCloudPolicyVersionDefault) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics get cloud policy version default response has a 5xx status code

func (*CloudDiagnosticsGetCloudPolicyVersionDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics get cloud policy version default response has a 2xx status code

func (*CloudDiagnosticsGetCloudPolicyVersionDefault) String added in v1.0.2

type CloudDiagnosticsGetCloudPolicyVersionGatewayTimeout added in v1.0.2

type CloudDiagnosticsGetCloudPolicyVersionGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsGetCloudPolicyVersionGatewayTimeout 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 NewCloudDiagnosticsGetCloudPolicyVersionGatewayTimeout added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyVersionGatewayTimeout() *CloudDiagnosticsGetCloudPolicyVersionGatewayTimeout

NewCloudDiagnosticsGetCloudPolicyVersionGatewayTimeout creates a CloudDiagnosticsGetCloudPolicyVersionGatewayTimeout with default headers values

func (*CloudDiagnosticsGetCloudPolicyVersionGatewayTimeout) Error added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyVersionGatewayTimeout) GetPayload added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyVersionGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics get cloud policy version gateway timeout response has a 4xx status code

func (*CloudDiagnosticsGetCloudPolicyVersionGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics get cloud policy version gateway timeout response a status code equal to that given

func (*CloudDiagnosticsGetCloudPolicyVersionGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics get cloud policy version gateway timeout response has a 3xx status code

func (*CloudDiagnosticsGetCloudPolicyVersionGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics get cloud policy version gateway timeout response has a 5xx status code

func (*CloudDiagnosticsGetCloudPolicyVersionGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics get cloud policy version gateway timeout response has a 2xx status code

func (*CloudDiagnosticsGetCloudPolicyVersionGatewayTimeout) String added in v1.0.2

type CloudDiagnosticsGetCloudPolicyVersionInternalServerError added in v1.0.2

type CloudDiagnosticsGetCloudPolicyVersionInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsGetCloudPolicyVersionInternalServerError 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 NewCloudDiagnosticsGetCloudPolicyVersionInternalServerError added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyVersionInternalServerError() *CloudDiagnosticsGetCloudPolicyVersionInternalServerError

NewCloudDiagnosticsGetCloudPolicyVersionInternalServerError creates a CloudDiagnosticsGetCloudPolicyVersionInternalServerError with default headers values

func (*CloudDiagnosticsGetCloudPolicyVersionInternalServerError) Error added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyVersionInternalServerError) GetPayload added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyVersionInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics get cloud policy version internal server error response has a 4xx status code

func (*CloudDiagnosticsGetCloudPolicyVersionInternalServerError) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics get cloud policy version internal server error response a status code equal to that given

func (*CloudDiagnosticsGetCloudPolicyVersionInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics get cloud policy version internal server error response has a 3xx status code

func (*CloudDiagnosticsGetCloudPolicyVersionInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics get cloud policy version internal server error response has a 5xx status code

func (*CloudDiagnosticsGetCloudPolicyVersionInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics get cloud policy version internal server error response has a 2xx status code

func (*CloudDiagnosticsGetCloudPolicyVersionInternalServerError) String added in v1.0.2

type CloudDiagnosticsGetCloudPolicyVersionNotFound added in v1.0.2

type CloudDiagnosticsGetCloudPolicyVersionNotFound struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsGetCloudPolicyVersionNotFound 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 NewCloudDiagnosticsGetCloudPolicyVersionNotFound added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyVersionNotFound() *CloudDiagnosticsGetCloudPolicyVersionNotFound

NewCloudDiagnosticsGetCloudPolicyVersionNotFound creates a CloudDiagnosticsGetCloudPolicyVersionNotFound with default headers values

func (*CloudDiagnosticsGetCloudPolicyVersionNotFound) Error added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyVersionNotFound) GetPayload added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyVersionNotFound) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics get cloud policy version not found response has a 4xx status code

func (*CloudDiagnosticsGetCloudPolicyVersionNotFound) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics get cloud policy version not found response a status code equal to that given

func (*CloudDiagnosticsGetCloudPolicyVersionNotFound) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics get cloud policy version not found response has a 3xx status code

func (*CloudDiagnosticsGetCloudPolicyVersionNotFound) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics get cloud policy version not found response has a 5xx status code

func (*CloudDiagnosticsGetCloudPolicyVersionNotFound) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics get cloud policy version not found response has a 2xx status code

func (*CloudDiagnosticsGetCloudPolicyVersionNotFound) String added in v1.0.2

type CloudDiagnosticsGetCloudPolicyVersionOK added in v1.0.2

type CloudDiagnosticsGetCloudPolicyVersionOK struct {
	Payload *swagger_models.PolicyDocVersionResp
}

CloudDiagnosticsGetCloudPolicyVersionOK describes a response with status code 200, with default header values.

A successful response.

func NewCloudDiagnosticsGetCloudPolicyVersionOK added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyVersionOK() *CloudDiagnosticsGetCloudPolicyVersionOK

NewCloudDiagnosticsGetCloudPolicyVersionOK creates a CloudDiagnosticsGetCloudPolicyVersionOK with default headers values

func (*CloudDiagnosticsGetCloudPolicyVersionOK) Error added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyVersionOK) GetPayload added in v1.0.2

func (*CloudDiagnosticsGetCloudPolicyVersionOK) IsClientError added in v1.0.2

func (o *CloudDiagnosticsGetCloudPolicyVersionOK) IsClientError() bool

IsClientError returns true when this cloud diagnostics get cloud policy version o k response has a 4xx status code

func (*CloudDiagnosticsGetCloudPolicyVersionOK) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics get cloud policy version o k response a status code equal to that given

func (*CloudDiagnosticsGetCloudPolicyVersionOK) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics get cloud policy version o k response has a 3xx status code

func (*CloudDiagnosticsGetCloudPolicyVersionOK) IsServerError added in v1.0.2

func (o *CloudDiagnosticsGetCloudPolicyVersionOK) IsServerError() bool

IsServerError returns true when this cloud diagnostics get cloud policy version o k response has a 5xx status code

func (*CloudDiagnosticsGetCloudPolicyVersionOK) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics get cloud policy version o k response has a 2xx status code

func (*CloudDiagnosticsGetCloudPolicyVersionOK) String added in v1.0.2

type CloudDiagnosticsGetCloudPolicyVersionParams added in v1.0.2

type CloudDiagnosticsGetCloudPolicyVersionParams 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
}

CloudDiagnosticsGetCloudPolicyVersionParams contains all the parameters to send to the API endpoint

for the cloud diagnostics get cloud policy version operation.

Typically these are written to a http.Request.

func NewCloudDiagnosticsGetCloudPolicyVersionParams added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyVersionParams() *CloudDiagnosticsGetCloudPolicyVersionParams

NewCloudDiagnosticsGetCloudPolicyVersionParams creates a new CloudDiagnosticsGetCloudPolicyVersionParams 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 NewCloudDiagnosticsGetCloudPolicyVersionParamsWithContext added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyVersionParamsWithContext(ctx context.Context) *CloudDiagnosticsGetCloudPolicyVersionParams

NewCloudDiagnosticsGetCloudPolicyVersionParamsWithContext creates a new CloudDiagnosticsGetCloudPolicyVersionParams object with the ability to set a context for a request.

func NewCloudDiagnosticsGetCloudPolicyVersionParamsWithHTTPClient added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyVersionParamsWithHTTPClient(client *http.Client) *CloudDiagnosticsGetCloudPolicyVersionParams

NewCloudDiagnosticsGetCloudPolicyVersionParamsWithHTTPClient creates a new CloudDiagnosticsGetCloudPolicyVersionParams object with the ability to set a custom HTTPClient for a request.

func NewCloudDiagnosticsGetCloudPolicyVersionParamsWithTimeout added in v1.0.2

func NewCloudDiagnosticsGetCloudPolicyVersionParamsWithTimeout(timeout time.Duration) *CloudDiagnosticsGetCloudPolicyVersionParams

NewCloudDiagnosticsGetCloudPolicyVersionParamsWithTimeout creates a new CloudDiagnosticsGetCloudPolicyVersionParams object with the ability to set a timeout on a request.

func (*CloudDiagnosticsGetCloudPolicyVersionParams) SetContext added in v1.0.2

SetContext adds the context to the cloud diagnostics get cloud policy version params

func (*CloudDiagnosticsGetCloudPolicyVersionParams) SetDefaults added in v1.0.2

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

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

func (*CloudDiagnosticsGetCloudPolicyVersionParams) SetFileURL added in v1.0.2

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

SetFileURL adds the fileUrl to the cloud diagnostics get cloud policy version params

func (*CloudDiagnosticsGetCloudPolicyVersionParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the cloud diagnostics get cloud policy version params

func (*CloudDiagnosticsGetCloudPolicyVersionParams) SetPolicy added in v1.0.2

SetPolicy adds the policy to the cloud diagnostics get cloud policy version params

func (*CloudDiagnosticsGetCloudPolicyVersionParams) SetRevisionCreatedBy added in v1.0.2

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

SetRevisionCreatedBy adds the revisionCreatedBy to the cloud diagnostics get cloud policy version params

func (*CloudDiagnosticsGetCloudPolicyVersionParams) SetRevisionCurr added in v1.0.2

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

SetRevisionCurr adds the revisionCurr to the cloud diagnostics get cloud policy version params

func (*CloudDiagnosticsGetCloudPolicyVersionParams) SetRevisionPrev added in v1.0.2

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

SetRevisionPrev adds the revisionPrev to the cloud diagnostics get cloud policy version params

func (*CloudDiagnosticsGetCloudPolicyVersionParams) SetRevisionUpdatedBy added in v1.0.2

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

SetRevisionUpdatedBy adds the revisionUpdatedBy to the cloud diagnostics get cloud policy version params

func (*CloudDiagnosticsGetCloudPolicyVersionParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the cloud diagnostics get cloud policy version params

func (*CloudDiagnosticsGetCloudPolicyVersionParams) SetVersion added in v1.0.2

func (o *CloudDiagnosticsGetCloudPolicyVersionParams) SetVersion(version string)

SetVersion adds the version to the cloud diagnostics get cloud policy version params

func (*CloudDiagnosticsGetCloudPolicyVersionParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the cloud diagnostics get cloud policy version params

func (*CloudDiagnosticsGetCloudPolicyVersionParams) WithContext added in v1.0.2

WithContext adds the context to the cloud diagnostics get cloud policy version params

func (*CloudDiagnosticsGetCloudPolicyVersionParams) WithDefaults added in v1.0.2

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

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

func (*CloudDiagnosticsGetCloudPolicyVersionParams) WithFileURL added in v1.0.2

WithFileURL adds the fileURL to the cloud diagnostics get cloud policy version params

func (*CloudDiagnosticsGetCloudPolicyVersionParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the cloud diagnostics get cloud policy version params

func (*CloudDiagnosticsGetCloudPolicyVersionParams) WithPolicy added in v1.0.2

WithPolicy adds the policy to the cloud diagnostics get cloud policy version params

func (*CloudDiagnosticsGetCloudPolicyVersionParams) WithRevisionCreatedBy added in v1.0.2

WithRevisionCreatedBy adds the revisionCreatedBy to the cloud diagnostics get cloud policy version params

func (*CloudDiagnosticsGetCloudPolicyVersionParams) WithRevisionCurr added in v1.0.2

WithRevisionCurr adds the revisionCurr to the cloud diagnostics get cloud policy version params

func (*CloudDiagnosticsGetCloudPolicyVersionParams) WithRevisionPrev added in v1.0.2

WithRevisionPrev adds the revisionPrev to the cloud diagnostics get cloud policy version params

func (*CloudDiagnosticsGetCloudPolicyVersionParams) WithRevisionUpdatedBy added in v1.0.2

WithRevisionUpdatedBy adds the revisionUpdatedBy to the cloud diagnostics get cloud policy version params

func (*CloudDiagnosticsGetCloudPolicyVersionParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the cloud diagnostics get cloud policy version params

func (*CloudDiagnosticsGetCloudPolicyVersionParams) WithVersion added in v1.0.2

WithVersion adds the version to the cloud diagnostics get cloud policy version params

func (*CloudDiagnosticsGetCloudPolicyVersionParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the cloud diagnostics get cloud policy version params

func (*CloudDiagnosticsGetCloudPolicyVersionParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type CloudDiagnosticsGetCloudPolicyVersionReader added in v1.0.2

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

CloudDiagnosticsGetCloudPolicyVersionReader is a Reader for the CloudDiagnosticsGetCloudPolicyVersion structure.

func (*CloudDiagnosticsGetCloudPolicyVersionReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type CloudDiagnosticsGetClusterHealthReportDefault added in v1.0.2

type CloudDiagnosticsGetClusterHealthReportDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

CloudDiagnosticsGetClusterHealthReportDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCloudDiagnosticsGetClusterHealthReportDefault added in v1.0.2

func NewCloudDiagnosticsGetClusterHealthReportDefault(code int) *CloudDiagnosticsGetClusterHealthReportDefault

NewCloudDiagnosticsGetClusterHealthReportDefault creates a CloudDiagnosticsGetClusterHealthReportDefault with default headers values

func (*CloudDiagnosticsGetClusterHealthReportDefault) Code added in v1.0.2

Code gets the status code for the cloud diagnostics get cluster health report default response

func (*CloudDiagnosticsGetClusterHealthReportDefault) Error added in v1.0.2

func (*CloudDiagnosticsGetClusterHealthReportDefault) GetPayload added in v1.0.2

func (*CloudDiagnosticsGetClusterHealthReportDefault) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics get cluster health report default response has a 4xx status code

func (*CloudDiagnosticsGetClusterHealthReportDefault) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics get cluster health report default response a status code equal to that given

func (*CloudDiagnosticsGetClusterHealthReportDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics get cluster health report default response has a 3xx status code

func (*CloudDiagnosticsGetClusterHealthReportDefault) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics get cluster health report default response has a 5xx status code

func (*CloudDiagnosticsGetClusterHealthReportDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics get cluster health report default response has a 2xx status code

func (*CloudDiagnosticsGetClusterHealthReportDefault) String added in v1.0.2

type CloudDiagnosticsGetClusterHealthReportGatewayTimeout added in v1.0.2

type CloudDiagnosticsGetClusterHealthReportGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsGetClusterHealthReportGatewayTimeout 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 NewCloudDiagnosticsGetClusterHealthReportGatewayTimeout added in v1.0.2

func NewCloudDiagnosticsGetClusterHealthReportGatewayTimeout() *CloudDiagnosticsGetClusterHealthReportGatewayTimeout

NewCloudDiagnosticsGetClusterHealthReportGatewayTimeout creates a CloudDiagnosticsGetClusterHealthReportGatewayTimeout with default headers values

func (*CloudDiagnosticsGetClusterHealthReportGatewayTimeout) Error added in v1.0.2

func (*CloudDiagnosticsGetClusterHealthReportGatewayTimeout) GetPayload added in v1.0.2

func (*CloudDiagnosticsGetClusterHealthReportGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics get cluster health report gateway timeout response has a 4xx status code

func (*CloudDiagnosticsGetClusterHealthReportGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics get cluster health report gateway timeout response a status code equal to that given

func (*CloudDiagnosticsGetClusterHealthReportGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics get cluster health report gateway timeout response has a 3xx status code

func (*CloudDiagnosticsGetClusterHealthReportGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics get cluster health report gateway timeout response has a 5xx status code

func (*CloudDiagnosticsGetClusterHealthReportGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics get cluster health report gateway timeout response has a 2xx status code

func (*CloudDiagnosticsGetClusterHealthReportGatewayTimeout) String added in v1.0.2

type CloudDiagnosticsGetClusterHealthReportInternalServerError added in v1.0.2

type CloudDiagnosticsGetClusterHealthReportInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsGetClusterHealthReportInternalServerError 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 NewCloudDiagnosticsGetClusterHealthReportInternalServerError added in v1.0.2

func NewCloudDiagnosticsGetClusterHealthReportInternalServerError() *CloudDiagnosticsGetClusterHealthReportInternalServerError

NewCloudDiagnosticsGetClusterHealthReportInternalServerError creates a CloudDiagnosticsGetClusterHealthReportInternalServerError with default headers values

func (*CloudDiagnosticsGetClusterHealthReportInternalServerError) Error added in v1.0.2

func (*CloudDiagnosticsGetClusterHealthReportInternalServerError) GetPayload added in v1.0.2

func (*CloudDiagnosticsGetClusterHealthReportInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics get cluster health report internal server error response has a 4xx status code

func (*CloudDiagnosticsGetClusterHealthReportInternalServerError) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics get cluster health report internal server error response a status code equal to that given

func (*CloudDiagnosticsGetClusterHealthReportInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics get cluster health report internal server error response has a 3xx status code

func (*CloudDiagnosticsGetClusterHealthReportInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics get cluster health report internal server error response has a 5xx status code

func (*CloudDiagnosticsGetClusterHealthReportInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics get cluster health report internal server error response has a 2xx status code

func (*CloudDiagnosticsGetClusterHealthReportInternalServerError) String added in v1.0.2

type CloudDiagnosticsGetClusterHealthReportOK added in v1.0.2

type CloudDiagnosticsGetClusterHealthReportOK struct {
	Payload *swagger_models.HealthServiceResp
}

CloudDiagnosticsGetClusterHealthReportOK describes a response with status code 200, with default header values.

A successful response.

func NewCloudDiagnosticsGetClusterHealthReportOK added in v1.0.2

func NewCloudDiagnosticsGetClusterHealthReportOK() *CloudDiagnosticsGetClusterHealthReportOK

NewCloudDiagnosticsGetClusterHealthReportOK creates a CloudDiagnosticsGetClusterHealthReportOK with default headers values

func (*CloudDiagnosticsGetClusterHealthReportOK) Error added in v1.0.2

func (*CloudDiagnosticsGetClusterHealthReportOK) GetPayload added in v1.0.2

func (*CloudDiagnosticsGetClusterHealthReportOK) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics get cluster health report o k response has a 4xx status code

func (*CloudDiagnosticsGetClusterHealthReportOK) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics get cluster health report o k response a status code equal to that given

func (*CloudDiagnosticsGetClusterHealthReportOK) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics get cluster health report o k response has a 3xx status code

func (*CloudDiagnosticsGetClusterHealthReportOK) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics get cluster health report o k response has a 5xx status code

func (*CloudDiagnosticsGetClusterHealthReportOK) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics get cluster health report o k response has a 2xx status code

func (*CloudDiagnosticsGetClusterHealthReportOK) String added in v1.0.2

type CloudDiagnosticsGetClusterHealthReportParams added in v1.0.2

type CloudDiagnosticsGetClusterHealthReportParams struct {

	/* XRequestID.

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

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

CloudDiagnosticsGetClusterHealthReportParams contains all the parameters to send to the API endpoint

for the cloud diagnostics get cluster health report operation.

Typically these are written to a http.Request.

func NewCloudDiagnosticsGetClusterHealthReportParams added in v1.0.2

func NewCloudDiagnosticsGetClusterHealthReportParams() *CloudDiagnosticsGetClusterHealthReportParams

NewCloudDiagnosticsGetClusterHealthReportParams creates a new CloudDiagnosticsGetClusterHealthReportParams 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 NewCloudDiagnosticsGetClusterHealthReportParamsWithContext added in v1.0.2

func NewCloudDiagnosticsGetClusterHealthReportParamsWithContext(ctx context.Context) *CloudDiagnosticsGetClusterHealthReportParams

NewCloudDiagnosticsGetClusterHealthReportParamsWithContext creates a new CloudDiagnosticsGetClusterHealthReportParams object with the ability to set a context for a request.

func NewCloudDiagnosticsGetClusterHealthReportParamsWithHTTPClient added in v1.0.2

func NewCloudDiagnosticsGetClusterHealthReportParamsWithHTTPClient(client *http.Client) *CloudDiagnosticsGetClusterHealthReportParams

NewCloudDiagnosticsGetClusterHealthReportParamsWithHTTPClient creates a new CloudDiagnosticsGetClusterHealthReportParams object with the ability to set a custom HTTPClient for a request.

func NewCloudDiagnosticsGetClusterHealthReportParamsWithTimeout added in v1.0.2

func NewCloudDiagnosticsGetClusterHealthReportParamsWithTimeout(timeout time.Duration) *CloudDiagnosticsGetClusterHealthReportParams

NewCloudDiagnosticsGetClusterHealthReportParamsWithTimeout creates a new CloudDiagnosticsGetClusterHealthReportParams object with the ability to set a timeout on a request.

func (*CloudDiagnosticsGetClusterHealthReportParams) SetContext added in v1.0.2

SetContext adds the context to the cloud diagnostics get cluster health report params

func (*CloudDiagnosticsGetClusterHealthReportParams) SetDefaults added in v1.0.2

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

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

func (*CloudDiagnosticsGetClusterHealthReportParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the cloud diagnostics get cluster health report params

func (*CloudDiagnosticsGetClusterHealthReportParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the cloud diagnostics get cluster health report params

func (*CloudDiagnosticsGetClusterHealthReportParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the cloud diagnostics get cluster health report params

func (*CloudDiagnosticsGetClusterHealthReportParams) WithContext added in v1.0.2

WithContext adds the context to the cloud diagnostics get cluster health report params

func (*CloudDiagnosticsGetClusterHealthReportParams) WithDefaults added in v1.0.2

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

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

func (*CloudDiagnosticsGetClusterHealthReportParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the cloud diagnostics get cluster health report params

func (*CloudDiagnosticsGetClusterHealthReportParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the cloud diagnostics get cluster health report params

func (*CloudDiagnosticsGetClusterHealthReportParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the cloud diagnostics get cluster health report params

func (*CloudDiagnosticsGetClusterHealthReportParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type CloudDiagnosticsGetClusterHealthReportReader added in v1.0.2

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

CloudDiagnosticsGetClusterHealthReportReader is a Reader for the CloudDiagnosticsGetClusterHealthReport structure.

func (*CloudDiagnosticsGetClusterHealthReportReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type CloudDiagnosticsGetClusterVersionDefault added in v1.0.2

type CloudDiagnosticsGetClusterVersionDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

CloudDiagnosticsGetClusterVersionDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCloudDiagnosticsGetClusterVersionDefault added in v1.0.2

func NewCloudDiagnosticsGetClusterVersionDefault(code int) *CloudDiagnosticsGetClusterVersionDefault

NewCloudDiagnosticsGetClusterVersionDefault creates a CloudDiagnosticsGetClusterVersionDefault with default headers values

func (*CloudDiagnosticsGetClusterVersionDefault) Code added in v1.0.2

Code gets the status code for the cloud diagnostics get cluster version default response

func (*CloudDiagnosticsGetClusterVersionDefault) Error added in v1.0.2

func (*CloudDiagnosticsGetClusterVersionDefault) GetPayload added in v1.0.2

func (*CloudDiagnosticsGetClusterVersionDefault) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics get cluster version default response has a 4xx status code

func (*CloudDiagnosticsGetClusterVersionDefault) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics get cluster version default response a status code equal to that given

func (*CloudDiagnosticsGetClusterVersionDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics get cluster version default response has a 3xx status code

func (*CloudDiagnosticsGetClusterVersionDefault) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics get cluster version default response has a 5xx status code

func (*CloudDiagnosticsGetClusterVersionDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics get cluster version default response has a 2xx status code

func (*CloudDiagnosticsGetClusterVersionDefault) String added in v1.0.2

type CloudDiagnosticsGetClusterVersionGatewayTimeout added in v1.0.2

type CloudDiagnosticsGetClusterVersionGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsGetClusterVersionGatewayTimeout 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 NewCloudDiagnosticsGetClusterVersionGatewayTimeout added in v1.0.2

func NewCloudDiagnosticsGetClusterVersionGatewayTimeout() *CloudDiagnosticsGetClusterVersionGatewayTimeout

NewCloudDiagnosticsGetClusterVersionGatewayTimeout creates a CloudDiagnosticsGetClusterVersionGatewayTimeout with default headers values

func (*CloudDiagnosticsGetClusterVersionGatewayTimeout) Error added in v1.0.2

func (*CloudDiagnosticsGetClusterVersionGatewayTimeout) GetPayload added in v1.0.2

func (*CloudDiagnosticsGetClusterVersionGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics get cluster version gateway timeout response has a 4xx status code

func (*CloudDiagnosticsGetClusterVersionGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics get cluster version gateway timeout response a status code equal to that given

func (*CloudDiagnosticsGetClusterVersionGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics get cluster version gateway timeout response has a 3xx status code

func (*CloudDiagnosticsGetClusterVersionGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics get cluster version gateway timeout response has a 5xx status code

func (*CloudDiagnosticsGetClusterVersionGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics get cluster version gateway timeout response has a 2xx status code

func (*CloudDiagnosticsGetClusterVersionGatewayTimeout) String added in v1.0.2

type CloudDiagnosticsGetClusterVersionInternalServerError added in v1.0.2

type CloudDiagnosticsGetClusterVersionInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsGetClusterVersionInternalServerError 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 NewCloudDiagnosticsGetClusterVersionInternalServerError added in v1.0.2

func NewCloudDiagnosticsGetClusterVersionInternalServerError() *CloudDiagnosticsGetClusterVersionInternalServerError

NewCloudDiagnosticsGetClusterVersionInternalServerError creates a CloudDiagnosticsGetClusterVersionInternalServerError with default headers values

func (*CloudDiagnosticsGetClusterVersionInternalServerError) Error added in v1.0.2

func (*CloudDiagnosticsGetClusterVersionInternalServerError) GetPayload added in v1.0.2

func (*CloudDiagnosticsGetClusterVersionInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics get cluster version internal server error response has a 4xx status code

func (*CloudDiagnosticsGetClusterVersionInternalServerError) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics get cluster version internal server error response a status code equal to that given

func (*CloudDiagnosticsGetClusterVersionInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics get cluster version internal server error response has a 3xx status code

func (*CloudDiagnosticsGetClusterVersionInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics get cluster version internal server error response has a 5xx status code

func (*CloudDiagnosticsGetClusterVersionInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics get cluster version internal server error response has a 2xx status code

func (*CloudDiagnosticsGetClusterVersionInternalServerError) String added in v1.0.2

type CloudDiagnosticsGetClusterVersionOK added in v1.0.2

type CloudDiagnosticsGetClusterVersionOK struct {
	Payload *swagger_models.CloudVersionResp
}

CloudDiagnosticsGetClusterVersionOK describes a response with status code 200, with default header values.

A successful response.

func NewCloudDiagnosticsGetClusterVersionOK added in v1.0.2

func NewCloudDiagnosticsGetClusterVersionOK() *CloudDiagnosticsGetClusterVersionOK

NewCloudDiagnosticsGetClusterVersionOK creates a CloudDiagnosticsGetClusterVersionOK with default headers values

func (*CloudDiagnosticsGetClusterVersionOK) Error added in v1.0.2

func (*CloudDiagnosticsGetClusterVersionOK) GetPayload added in v1.0.2

func (*CloudDiagnosticsGetClusterVersionOK) IsClientError added in v1.0.2

func (o *CloudDiagnosticsGetClusterVersionOK) IsClientError() bool

IsClientError returns true when this cloud diagnostics get cluster version o k response has a 4xx status code

func (*CloudDiagnosticsGetClusterVersionOK) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics get cluster version o k response a status code equal to that given

func (*CloudDiagnosticsGetClusterVersionOK) IsRedirect added in v1.0.2

func (o *CloudDiagnosticsGetClusterVersionOK) IsRedirect() bool

IsRedirect returns true when this cloud diagnostics get cluster version o k response has a 3xx status code

func (*CloudDiagnosticsGetClusterVersionOK) IsServerError added in v1.0.2

func (o *CloudDiagnosticsGetClusterVersionOK) IsServerError() bool

IsServerError returns true when this cloud diagnostics get cluster version o k response has a 5xx status code

func (*CloudDiagnosticsGetClusterVersionOK) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics get cluster version o k response has a 2xx status code

func (*CloudDiagnosticsGetClusterVersionOK) String added in v1.0.2

type CloudDiagnosticsGetClusterVersionParams added in v1.0.2

type CloudDiagnosticsGetClusterVersionParams struct {

	/* XRequestID.

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

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

CloudDiagnosticsGetClusterVersionParams contains all the parameters to send to the API endpoint

for the cloud diagnostics get cluster version operation.

Typically these are written to a http.Request.

func NewCloudDiagnosticsGetClusterVersionParams added in v1.0.2

func NewCloudDiagnosticsGetClusterVersionParams() *CloudDiagnosticsGetClusterVersionParams

NewCloudDiagnosticsGetClusterVersionParams creates a new CloudDiagnosticsGetClusterVersionParams 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 NewCloudDiagnosticsGetClusterVersionParamsWithContext added in v1.0.2

func NewCloudDiagnosticsGetClusterVersionParamsWithContext(ctx context.Context) *CloudDiagnosticsGetClusterVersionParams

NewCloudDiagnosticsGetClusterVersionParamsWithContext creates a new CloudDiagnosticsGetClusterVersionParams object with the ability to set a context for a request.

func NewCloudDiagnosticsGetClusterVersionParamsWithHTTPClient added in v1.0.2

func NewCloudDiagnosticsGetClusterVersionParamsWithHTTPClient(client *http.Client) *CloudDiagnosticsGetClusterVersionParams

NewCloudDiagnosticsGetClusterVersionParamsWithHTTPClient creates a new CloudDiagnosticsGetClusterVersionParams object with the ability to set a custom HTTPClient for a request.

func NewCloudDiagnosticsGetClusterVersionParamsWithTimeout added in v1.0.2

func NewCloudDiagnosticsGetClusterVersionParamsWithTimeout(timeout time.Duration) *CloudDiagnosticsGetClusterVersionParams

NewCloudDiagnosticsGetClusterVersionParamsWithTimeout creates a new CloudDiagnosticsGetClusterVersionParams object with the ability to set a timeout on a request.

func (*CloudDiagnosticsGetClusterVersionParams) SetContext added in v1.0.2

SetContext adds the context to the cloud diagnostics get cluster version params

func (*CloudDiagnosticsGetClusterVersionParams) SetDefaults added in v1.0.2

func (o *CloudDiagnosticsGetClusterVersionParams) SetDefaults()

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

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

func (*CloudDiagnosticsGetClusterVersionParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the cloud diagnostics get cluster version params

func (*CloudDiagnosticsGetClusterVersionParams) SetTimeout added in v1.0.2

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

SetTimeout adds the timeout to the cloud diagnostics get cluster version params

func (*CloudDiagnosticsGetClusterVersionParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the cloud diagnostics get cluster version params

func (*CloudDiagnosticsGetClusterVersionParams) WithContext added in v1.0.2

WithContext adds the context to the cloud diagnostics get cluster version params

func (*CloudDiagnosticsGetClusterVersionParams) WithDefaults added in v1.0.2

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

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

func (*CloudDiagnosticsGetClusterVersionParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the cloud diagnostics get cluster version params

func (*CloudDiagnosticsGetClusterVersionParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the cloud diagnostics get cluster version params

func (*CloudDiagnosticsGetClusterVersionParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the cloud diagnostics get cluster version params

func (*CloudDiagnosticsGetClusterVersionParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type CloudDiagnosticsGetClusterVersionReader added in v1.0.2

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

CloudDiagnosticsGetClusterVersionReader is a Reader for the CloudDiagnosticsGetClusterVersion structure.

func (*CloudDiagnosticsGetClusterVersionReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type CloudDiagnosticsMarkCloudPolicyLatestDefault added in v1.0.2

type CloudDiagnosticsMarkCloudPolicyLatestDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

CloudDiagnosticsMarkCloudPolicyLatestDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCloudDiagnosticsMarkCloudPolicyLatestDefault added in v1.0.2

func NewCloudDiagnosticsMarkCloudPolicyLatestDefault(code int) *CloudDiagnosticsMarkCloudPolicyLatestDefault

NewCloudDiagnosticsMarkCloudPolicyLatestDefault creates a CloudDiagnosticsMarkCloudPolicyLatestDefault with default headers values

func (*CloudDiagnosticsMarkCloudPolicyLatestDefault) Code added in v1.0.2

Code gets the status code for the cloud diagnostics mark cloud policy latest default response

func (*CloudDiagnosticsMarkCloudPolicyLatestDefault) Error added in v1.0.2

func (*CloudDiagnosticsMarkCloudPolicyLatestDefault) GetPayload added in v1.0.2

func (*CloudDiagnosticsMarkCloudPolicyLatestDefault) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics mark cloud policy latest default response has a 4xx status code

func (*CloudDiagnosticsMarkCloudPolicyLatestDefault) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics mark cloud policy latest default response a status code equal to that given

func (*CloudDiagnosticsMarkCloudPolicyLatestDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics mark cloud policy latest default response has a 3xx status code

func (*CloudDiagnosticsMarkCloudPolicyLatestDefault) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics mark cloud policy latest default response has a 5xx status code

func (*CloudDiagnosticsMarkCloudPolicyLatestDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics mark cloud policy latest default response has a 2xx status code

func (*CloudDiagnosticsMarkCloudPolicyLatestDefault) String added in v1.0.2

type CloudDiagnosticsMarkCloudPolicyLatestGatewayTimeout added in v1.0.2

type CloudDiagnosticsMarkCloudPolicyLatestGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsMarkCloudPolicyLatestGatewayTimeout 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 NewCloudDiagnosticsMarkCloudPolicyLatestGatewayTimeout added in v1.0.2

func NewCloudDiagnosticsMarkCloudPolicyLatestGatewayTimeout() *CloudDiagnosticsMarkCloudPolicyLatestGatewayTimeout

NewCloudDiagnosticsMarkCloudPolicyLatestGatewayTimeout creates a CloudDiagnosticsMarkCloudPolicyLatestGatewayTimeout with default headers values

func (*CloudDiagnosticsMarkCloudPolicyLatestGatewayTimeout) Error added in v1.0.2

func (*CloudDiagnosticsMarkCloudPolicyLatestGatewayTimeout) GetPayload added in v1.0.2

func (*CloudDiagnosticsMarkCloudPolicyLatestGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics mark cloud policy latest gateway timeout response has a 4xx status code

func (*CloudDiagnosticsMarkCloudPolicyLatestGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics mark cloud policy latest gateway timeout response a status code equal to that given

func (*CloudDiagnosticsMarkCloudPolicyLatestGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics mark cloud policy latest gateway timeout response has a 3xx status code

func (*CloudDiagnosticsMarkCloudPolicyLatestGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics mark cloud policy latest gateway timeout response has a 5xx status code

func (*CloudDiagnosticsMarkCloudPolicyLatestGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics mark cloud policy latest gateway timeout response has a 2xx status code

func (*CloudDiagnosticsMarkCloudPolicyLatestGatewayTimeout) String added in v1.0.2

type CloudDiagnosticsMarkCloudPolicyLatestInternalServerError added in v1.0.2

type CloudDiagnosticsMarkCloudPolicyLatestInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsMarkCloudPolicyLatestInternalServerError 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 NewCloudDiagnosticsMarkCloudPolicyLatestInternalServerError added in v1.0.2

func NewCloudDiagnosticsMarkCloudPolicyLatestInternalServerError() *CloudDiagnosticsMarkCloudPolicyLatestInternalServerError

NewCloudDiagnosticsMarkCloudPolicyLatestInternalServerError creates a CloudDiagnosticsMarkCloudPolicyLatestInternalServerError with default headers values

func (*CloudDiagnosticsMarkCloudPolicyLatestInternalServerError) Error added in v1.0.2

func (*CloudDiagnosticsMarkCloudPolicyLatestInternalServerError) GetPayload added in v1.0.2

func (*CloudDiagnosticsMarkCloudPolicyLatestInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics mark cloud policy latest internal server error response has a 4xx status code

func (*CloudDiagnosticsMarkCloudPolicyLatestInternalServerError) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics mark cloud policy latest internal server error response a status code equal to that given

func (*CloudDiagnosticsMarkCloudPolicyLatestInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics mark cloud policy latest internal server error response has a 3xx status code

func (*CloudDiagnosticsMarkCloudPolicyLatestInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics mark cloud policy latest internal server error response has a 5xx status code

func (*CloudDiagnosticsMarkCloudPolicyLatestInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics mark cloud policy latest internal server error response has a 2xx status code

func (*CloudDiagnosticsMarkCloudPolicyLatestInternalServerError) String added in v1.0.2

type CloudDiagnosticsMarkCloudPolicyLatestOK added in v1.0.2

type CloudDiagnosticsMarkCloudPolicyLatestOK struct {
	Payload *swagger_models.PolicyDocVersionResp
}

CloudDiagnosticsMarkCloudPolicyLatestOK describes a response with status code 200, with default header values.

A successful response.

func NewCloudDiagnosticsMarkCloudPolicyLatestOK added in v1.0.2

func NewCloudDiagnosticsMarkCloudPolicyLatestOK() *CloudDiagnosticsMarkCloudPolicyLatestOK

NewCloudDiagnosticsMarkCloudPolicyLatestOK creates a CloudDiagnosticsMarkCloudPolicyLatestOK with default headers values

func (*CloudDiagnosticsMarkCloudPolicyLatestOK) Error added in v1.0.2

func (*CloudDiagnosticsMarkCloudPolicyLatestOK) GetPayload added in v1.0.2

func (*CloudDiagnosticsMarkCloudPolicyLatestOK) IsClientError added in v1.0.2

func (o *CloudDiagnosticsMarkCloudPolicyLatestOK) IsClientError() bool

IsClientError returns true when this cloud diagnostics mark cloud policy latest o k response has a 4xx status code

func (*CloudDiagnosticsMarkCloudPolicyLatestOK) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics mark cloud policy latest o k response a status code equal to that given

func (*CloudDiagnosticsMarkCloudPolicyLatestOK) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics mark cloud policy latest o k response has a 3xx status code

func (*CloudDiagnosticsMarkCloudPolicyLatestOK) IsServerError added in v1.0.2

func (o *CloudDiagnosticsMarkCloudPolicyLatestOK) IsServerError() bool

IsServerError returns true when this cloud diagnostics mark cloud policy latest o k response has a 5xx status code

func (*CloudDiagnosticsMarkCloudPolicyLatestOK) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics mark cloud policy latest o k response has a 2xx status code

func (*CloudDiagnosticsMarkCloudPolicyLatestOK) String added in v1.0.2

type CloudDiagnosticsMarkCloudPolicyLatestParams added in v1.0.2

type CloudDiagnosticsMarkCloudPolicyLatestParams struct {

	/* XRequestID.

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

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

CloudDiagnosticsMarkCloudPolicyLatestParams contains all the parameters to send to the API endpoint

for the cloud diagnostics mark cloud policy latest operation.

Typically these are written to a http.Request.

func NewCloudDiagnosticsMarkCloudPolicyLatestParams added in v1.0.2

func NewCloudDiagnosticsMarkCloudPolicyLatestParams() *CloudDiagnosticsMarkCloudPolicyLatestParams

NewCloudDiagnosticsMarkCloudPolicyLatestParams creates a new CloudDiagnosticsMarkCloudPolicyLatestParams 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 NewCloudDiagnosticsMarkCloudPolicyLatestParamsWithContext added in v1.0.2

func NewCloudDiagnosticsMarkCloudPolicyLatestParamsWithContext(ctx context.Context) *CloudDiagnosticsMarkCloudPolicyLatestParams

NewCloudDiagnosticsMarkCloudPolicyLatestParamsWithContext creates a new CloudDiagnosticsMarkCloudPolicyLatestParams object with the ability to set a context for a request.

func NewCloudDiagnosticsMarkCloudPolicyLatestParamsWithHTTPClient added in v1.0.2

func NewCloudDiagnosticsMarkCloudPolicyLatestParamsWithHTTPClient(client *http.Client) *CloudDiagnosticsMarkCloudPolicyLatestParams

NewCloudDiagnosticsMarkCloudPolicyLatestParamsWithHTTPClient creates a new CloudDiagnosticsMarkCloudPolicyLatestParams object with the ability to set a custom HTTPClient for a request.

func NewCloudDiagnosticsMarkCloudPolicyLatestParamsWithTimeout added in v1.0.2

func NewCloudDiagnosticsMarkCloudPolicyLatestParamsWithTimeout(timeout time.Duration) *CloudDiagnosticsMarkCloudPolicyLatestParams

NewCloudDiagnosticsMarkCloudPolicyLatestParamsWithTimeout creates a new CloudDiagnosticsMarkCloudPolicyLatestParams object with the ability to set a timeout on a request.

func (*CloudDiagnosticsMarkCloudPolicyLatestParams) SetContext added in v1.0.2

SetContext adds the context to the cloud diagnostics mark cloud policy latest params

func (*CloudDiagnosticsMarkCloudPolicyLatestParams) SetDefaults added in v1.0.2

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

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

func (*CloudDiagnosticsMarkCloudPolicyLatestParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the cloud diagnostics mark cloud policy latest params

func (*CloudDiagnosticsMarkCloudPolicyLatestParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the cloud diagnostics mark cloud policy latest params

func (*CloudDiagnosticsMarkCloudPolicyLatestParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the cloud diagnostics mark cloud policy latest params

func (*CloudDiagnosticsMarkCloudPolicyLatestParams) WithContext added in v1.0.2

WithContext adds the context to the cloud diagnostics mark cloud policy latest params

func (*CloudDiagnosticsMarkCloudPolicyLatestParams) WithDefaults added in v1.0.2

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

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

func (*CloudDiagnosticsMarkCloudPolicyLatestParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the cloud diagnostics mark cloud policy latest params

func (*CloudDiagnosticsMarkCloudPolicyLatestParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the cloud diagnostics mark cloud policy latest params

func (*CloudDiagnosticsMarkCloudPolicyLatestParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the cloud diagnostics mark cloud policy latest params

func (*CloudDiagnosticsMarkCloudPolicyLatestParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type CloudDiagnosticsMarkCloudPolicyLatestReader added in v1.0.2

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

CloudDiagnosticsMarkCloudPolicyLatestReader is a Reader for the CloudDiagnosticsMarkCloudPolicyLatest structure.

func (*CloudDiagnosticsMarkCloudPolicyLatestReader) ReadResponse added in v1.0.2

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

ReadResponse reads a server response into the received o.

type CloudDiagnosticsQueryCloudPoliciesDefault added in v1.0.2

type CloudDiagnosticsQueryCloudPoliciesDefault struct {
	Payload *swagger_models.GooglerpcStatus
	// contains filtered or unexported fields
}

CloudDiagnosticsQueryCloudPoliciesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCloudDiagnosticsQueryCloudPoliciesDefault added in v1.0.2

func NewCloudDiagnosticsQueryCloudPoliciesDefault(code int) *CloudDiagnosticsQueryCloudPoliciesDefault

NewCloudDiagnosticsQueryCloudPoliciesDefault creates a CloudDiagnosticsQueryCloudPoliciesDefault with default headers values

func (*CloudDiagnosticsQueryCloudPoliciesDefault) Code added in v1.0.2

Code gets the status code for the cloud diagnostics query cloud policies default response

func (*CloudDiagnosticsQueryCloudPoliciesDefault) Error added in v1.0.2

func (*CloudDiagnosticsQueryCloudPoliciesDefault) GetPayload added in v1.0.2

func (*CloudDiagnosticsQueryCloudPoliciesDefault) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics query cloud policies default response has a 4xx status code

func (*CloudDiagnosticsQueryCloudPoliciesDefault) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics query cloud policies default response a status code equal to that given

func (*CloudDiagnosticsQueryCloudPoliciesDefault) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics query cloud policies default response has a 3xx status code

func (*CloudDiagnosticsQueryCloudPoliciesDefault) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics query cloud policies default response has a 5xx status code

func (*CloudDiagnosticsQueryCloudPoliciesDefault) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics query cloud policies default response has a 2xx status code

func (*CloudDiagnosticsQueryCloudPoliciesDefault) String added in v1.0.2

type CloudDiagnosticsQueryCloudPoliciesGatewayTimeout added in v1.0.2

type CloudDiagnosticsQueryCloudPoliciesGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsQueryCloudPoliciesGatewayTimeout 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 NewCloudDiagnosticsQueryCloudPoliciesGatewayTimeout added in v1.0.2

func NewCloudDiagnosticsQueryCloudPoliciesGatewayTimeout() *CloudDiagnosticsQueryCloudPoliciesGatewayTimeout

NewCloudDiagnosticsQueryCloudPoliciesGatewayTimeout creates a CloudDiagnosticsQueryCloudPoliciesGatewayTimeout with default headers values

func (*CloudDiagnosticsQueryCloudPoliciesGatewayTimeout) Error added in v1.0.2

func (*CloudDiagnosticsQueryCloudPoliciesGatewayTimeout) GetPayload added in v1.0.2

func (*CloudDiagnosticsQueryCloudPoliciesGatewayTimeout) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics query cloud policies gateway timeout response has a 4xx status code

func (*CloudDiagnosticsQueryCloudPoliciesGatewayTimeout) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics query cloud policies gateway timeout response a status code equal to that given

func (*CloudDiagnosticsQueryCloudPoliciesGatewayTimeout) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics query cloud policies gateway timeout response has a 3xx status code

func (*CloudDiagnosticsQueryCloudPoliciesGatewayTimeout) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics query cloud policies gateway timeout response has a 5xx status code

func (*CloudDiagnosticsQueryCloudPoliciesGatewayTimeout) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics query cloud policies gateway timeout response has a 2xx status code

func (*CloudDiagnosticsQueryCloudPoliciesGatewayTimeout) String added in v1.0.2

type CloudDiagnosticsQueryCloudPoliciesInternalServerError added in v1.0.2

type CloudDiagnosticsQueryCloudPoliciesInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}

CloudDiagnosticsQueryCloudPoliciesInternalServerError 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 NewCloudDiagnosticsQueryCloudPoliciesInternalServerError added in v1.0.2

func NewCloudDiagnosticsQueryCloudPoliciesInternalServerError() *CloudDiagnosticsQueryCloudPoliciesInternalServerError

NewCloudDiagnosticsQueryCloudPoliciesInternalServerError creates a CloudDiagnosticsQueryCloudPoliciesInternalServerError with default headers values

func (*CloudDiagnosticsQueryCloudPoliciesInternalServerError) Error added in v1.0.2

func (*CloudDiagnosticsQueryCloudPoliciesInternalServerError) GetPayload added in v1.0.2

func (*CloudDiagnosticsQueryCloudPoliciesInternalServerError) IsClientError added in v1.0.2

IsClientError returns true when this cloud diagnostics query cloud policies internal server error response has a 4xx status code

func (*CloudDiagnosticsQueryCloudPoliciesInternalServerError) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics query cloud policies internal server error response a status code equal to that given

func (*CloudDiagnosticsQueryCloudPoliciesInternalServerError) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics query cloud policies internal server error response has a 3xx status code

func (*CloudDiagnosticsQueryCloudPoliciesInternalServerError) IsServerError added in v1.0.2

IsServerError returns true when this cloud diagnostics query cloud policies internal server error response has a 5xx status code

func (*CloudDiagnosticsQueryCloudPoliciesInternalServerError) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics query cloud policies internal server error response has a 2xx status code

func (*CloudDiagnosticsQueryCloudPoliciesInternalServerError) String added in v1.0.2

type CloudDiagnosticsQueryCloudPoliciesOK added in v1.0.2

type CloudDiagnosticsQueryCloudPoliciesOK struct {
	Payload *swagger_models.PolicyDocVersionResp
}

CloudDiagnosticsQueryCloudPoliciesOK describes a response with status code 200, with default header values.

A successful response.

func NewCloudDiagnosticsQueryCloudPoliciesOK added in v1.0.2

func NewCloudDiagnosticsQueryCloudPoliciesOK() *CloudDiagnosticsQueryCloudPoliciesOK

NewCloudDiagnosticsQueryCloudPoliciesOK creates a CloudDiagnosticsQueryCloudPoliciesOK with default headers values

func (*CloudDiagnosticsQueryCloudPoliciesOK) Error added in v1.0.2

func (*CloudDiagnosticsQueryCloudPoliciesOK) GetPayload added in v1.0.2

func (*CloudDiagnosticsQueryCloudPoliciesOK) IsClientError added in v1.0.2

func (o *CloudDiagnosticsQueryCloudPoliciesOK) IsClientError() bool

IsClientError returns true when this cloud diagnostics query cloud policies o k response has a 4xx status code

func (*CloudDiagnosticsQueryCloudPoliciesOK) IsCode added in v1.0.2

IsCode returns true when this cloud diagnostics query cloud policies o k response a status code equal to that given

func (*CloudDiagnosticsQueryCloudPoliciesOK) IsRedirect added in v1.0.2

IsRedirect returns true when this cloud diagnostics query cloud policies o k response has a 3xx status code

func (*CloudDiagnosticsQueryCloudPoliciesOK) IsServerError added in v1.0.2

func (o *CloudDiagnosticsQueryCloudPoliciesOK) IsServerError() bool

IsServerError returns true when this cloud diagnostics query cloud policies o k response has a 5xx status code

func (*CloudDiagnosticsQueryCloudPoliciesOK) IsSuccess added in v1.0.2

IsSuccess returns true when this cloud diagnostics query cloud policies o k response has a 2xx status code

func (*CloudDiagnosticsQueryCloudPoliciesOK) String added in v1.0.2

type CloudDiagnosticsQueryCloudPoliciesParams added in v1.0.2

type CloudDiagnosticsQueryCloudPoliciesParams 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
}

CloudDiagnosticsQueryCloudPoliciesParams contains all the parameters to send to the API endpoint

for the cloud diagnostics query cloud policies operation.

Typically these are written to a http.Request.

func NewCloudDiagnosticsQueryCloudPoliciesParams added in v1.0.2

func NewCloudDiagnosticsQueryCloudPoliciesParams() *CloudDiagnosticsQueryCloudPoliciesParams

NewCloudDiagnosticsQueryCloudPoliciesParams creates a new CloudDiagnosticsQueryCloudPoliciesParams 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 NewCloudDiagnosticsQueryCloudPoliciesParamsWithContext added in v1.0.2

func NewCloudDiagnosticsQueryCloudPoliciesParamsWithContext(ctx context.Context) *CloudDiagnosticsQueryCloudPoliciesParams

NewCloudDiagnosticsQueryCloudPoliciesParamsWithContext creates a new CloudDiagnosticsQueryCloudPoliciesParams object with the ability to set a context for a request.

func NewCloudDiagnosticsQueryCloudPoliciesParamsWithHTTPClient added in v1.0.2

func NewCloudDiagnosticsQueryCloudPoliciesParamsWithHTTPClient(client *http.Client) *CloudDiagnosticsQueryCloudPoliciesParams

NewCloudDiagnosticsQueryCloudPoliciesParamsWithHTTPClient creates a new CloudDiagnosticsQueryCloudPoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewCloudDiagnosticsQueryCloudPoliciesParamsWithTimeout added in v1.0.2

func NewCloudDiagnosticsQueryCloudPoliciesParamsWithTimeout(timeout time.Duration) *CloudDiagnosticsQueryCloudPoliciesParams

NewCloudDiagnosticsQueryCloudPoliciesParamsWithTimeout creates a new CloudDiagnosticsQueryCloudPoliciesParams object with the ability to set a timeout on a request.

func (*CloudDiagnosticsQueryCloudPoliciesParams) SetContext added in v1.0.2

SetContext adds the context to the cloud diagnostics query cloud policies params

func (*CloudDiagnosticsQueryCloudPoliciesParams) SetDefaults added in v1.0.2

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

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

func (*CloudDiagnosticsQueryCloudPoliciesParams) SetFileURL added in v1.0.2

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

SetFileURL adds the fileUrl to the cloud diagnostics query cloud policies params

func (*CloudDiagnosticsQueryCloudPoliciesParams) SetHTTPClient added in v1.0.2

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

SetHTTPClient adds the HTTPClient to the cloud diagnostics query cloud policies params

func (*CloudDiagnosticsQueryCloudPoliciesParams) SetPolicy added in v1.0.2

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

SetPolicy adds the policy to the cloud diagnostics query cloud policies params

func (*CloudDiagnosticsQueryCloudPoliciesParams) SetRevisionCreatedBy added in v1.0.2

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

SetRevisionCreatedBy adds the revisionCreatedBy to the cloud diagnostics query cloud policies params

func (*CloudDiagnosticsQueryCloudPoliciesParams) SetRevisionCurr added in v1.0.2

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

SetRevisionCurr adds the revisionCurr to the cloud diagnostics query cloud policies params

func (*CloudDiagnosticsQueryCloudPoliciesParams) SetRevisionPrev added in v1.0.2

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

SetRevisionPrev adds the revisionPrev to the cloud diagnostics query cloud policies params

func (*CloudDiagnosticsQueryCloudPoliciesParams) SetRevisionUpdatedBy added in v1.0.2

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

SetRevisionUpdatedBy adds the revisionUpdatedBy to the cloud diagnostics query cloud policies params

func (*CloudDiagnosticsQueryCloudPoliciesParams) SetTimeout added in v1.0.2

SetTimeout adds the timeout to the cloud diagnostics query cloud policies params

func (*CloudDiagnosticsQueryCloudPoliciesParams) SetVersion added in v1.0.2

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

SetVersion adds the version to the cloud diagnostics query cloud policies params

func (*CloudDiagnosticsQueryCloudPoliciesParams) SetXRequestID added in v1.0.2

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

SetXRequestID adds the xRequestId to the cloud diagnostics query cloud policies params

func (*CloudDiagnosticsQueryCloudPoliciesParams) WithContext added in v1.0.2

WithContext adds the context to the cloud diagnostics query cloud policies params

func (*CloudDiagnosticsQueryCloudPoliciesParams) WithDefaults added in v1.0.2

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

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

func (*CloudDiagnosticsQueryCloudPoliciesParams) WithFileURL added in v1.0.2

WithFileURL adds the fileURL to the cloud diagnostics query cloud policies params

func (*CloudDiagnosticsQueryCloudPoliciesParams) WithHTTPClient added in v1.0.2

WithHTTPClient adds the HTTPClient to the cloud diagnostics query cloud policies params

func (*CloudDiagnosticsQueryCloudPoliciesParams) WithPolicy added in v1.0.2

WithPolicy adds the policy to the cloud diagnostics query cloud policies params

func (*CloudDiagnosticsQueryCloudPoliciesParams) WithRevisionCreatedBy added in v1.0.2

WithRevisionCreatedBy adds the revisionCreatedBy to the cloud diagnostics query cloud policies params

func (*CloudDiagnosticsQueryCloudPoliciesParams) WithRevisionCurr added in v1.0.2

WithRevisionCurr adds the revisionCurr to the cloud diagnostics query cloud policies params

func (*CloudDiagnosticsQueryCloudPoliciesParams) WithRevisionPrev added in v1.0.2

WithRevisionPrev adds the revisionPrev to the cloud diagnostics query cloud policies params

func (*CloudDiagnosticsQueryCloudPoliciesParams) WithRevisionUpdatedBy added in v1.0.2

WithRevisionUpdatedBy adds the revisionUpdatedBy to the cloud diagnostics query cloud policies params

func (*CloudDiagnosticsQueryCloudPoliciesParams) WithTimeout added in v1.0.2

WithTimeout adds the timeout to the cloud diagnostics query cloud policies params

func (*CloudDiagnosticsQueryCloudPoliciesParams) WithVersion added in v1.0.2

WithVersion adds the version to the cloud diagnostics query cloud policies params

func (*CloudDiagnosticsQueryCloudPoliciesParams) WithXRequestID added in v1.0.2

WithXRequestID adds the xRequestID to the cloud diagnostics query cloud policies params

func (*CloudDiagnosticsQueryCloudPoliciesParams) WriteToRequest added in v1.0.2

WriteToRequest writes these params to a swagger request

type CloudDiagnosticsQueryCloudPoliciesReader added in v1.0.2

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

CloudDiagnosticsQueryCloudPoliciesReader is a Reader for the CloudDiagnosticsQueryCloudPolicies structure.

func (*CloudDiagnosticsQueryCloudPoliciesReader) ReadResponse added in v1.0.2

func (o *CloudDiagnosticsQueryCloudPoliciesReader) 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