certificate

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertificateCancelBadRequest

type CertificateCancelBadRequest struct {
	models.HyperionErrorReponse
}
CertificateCancelBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewCertificateCancelBadRequest

func NewCertificateCancelBadRequest() *CertificateCancelBadRequest

NewCertificateCancelBadRequest creates a CertificateCancelBadRequest with default headers values

type CertificateCancelConflict

type CertificateCancelConflict struct {
	models.HyperionErrorReponse
}
CertificateCancelConflict describes a response with status code 409, with default header values.

Conflict

func NewCertificateCancelConflict

func NewCertificateCancelConflict() *CertificateCancelConflict

NewCertificateCancelConflict creates a CertificateCancelConflict with default headers values

type CertificateCancelNoContent

type CertificateCancelNoContent struct {
}
CertificateCancelNoContent describes a response with status code 204, with default header values.

Success

func NewCertificateCancelNoContent

func NewCertificateCancelNoContent() *CertificateCancelNoContent

NewCertificateCancelNoContent creates a CertificateCancelNoContent with default headers values

type CertificateCancelNotFound

type CertificateCancelNotFound struct {
	models.HyperionErrorReponse
}
CertificateCancelNotFound describes a response with status code 404, with default header values.

Not Found

func NewCertificateCancelNotFound

func NewCertificateCancelNotFound() *CertificateCancelNotFound

NewCertificateCancelNotFound creates a CertificateCancelNotFound with default headers values

type CertificateCancelParams

type CertificateCancelParams struct {

	// Apply.
	Apply bool

	// ID.
	//
	// Format: int64
	ID int64

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

CertificateCancelParams contains all the parameters to send to the API endpoint for the certificate cancel operation. Typically these are written to a http.Request.

func NewCertificateCancelParams

func NewCertificateCancelParams() CertificateCancelParams

NewCertificateCancelParams creates a new CertificateCancelParams 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 (*CertificateCancelParams) SetDefaults

func (o *CertificateCancelParams) SetDefaults()

SetDefaults hydrates default values in the certificate cancel params (not the query body).

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

func (*CertificateCancelParams) WithDefaults

WithDefaults hydrates default values in the certificate cancel params (not the query body).

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

type CertificateDeleteBadRequest

type CertificateDeleteBadRequest struct {
	models.HyperionErrorReponse
}
CertificateDeleteBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewCertificateDeleteBadRequest

func NewCertificateDeleteBadRequest() *CertificateDeleteBadRequest

NewCertificateDeleteBadRequest creates a CertificateDeleteBadRequest with default headers values

type CertificateDeleteNoContent

type CertificateDeleteNoContent struct {
}
CertificateDeleteNoContent describes a response with status code 204, with default header values.

Success

func NewCertificateDeleteNoContent

func NewCertificateDeleteNoContent() *CertificateDeleteNoContent

NewCertificateDeleteNoContent creates a CertificateDeleteNoContent with default headers values

type CertificateDeleteNotFound

type CertificateDeleteNotFound struct {
	models.HyperionErrorReponse
}
CertificateDeleteNotFound describes a response with status code 404, with default header values.

Not Found

func NewCertificateDeleteNotFound

func NewCertificateDeleteNotFound() *CertificateDeleteNotFound

NewCertificateDeleteNotFound creates a CertificateDeleteNotFound with default headers values

type CertificateDeleteParams

type CertificateDeleteParams struct {

	// ID.
	//
	// Format: int64
	ID int64

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

CertificateDeleteParams contains all the parameters to send to the API endpoint for the certificate delete operation. Typically these are written to a http.Request.

func NewCertificateDeleteParams

func NewCertificateDeleteParams() CertificateDeleteParams

NewCertificateDeleteParams creates a new CertificateDeleteParams 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 (*CertificateDeleteParams) SetDefaults

func (o *CertificateDeleteParams) SetDefaults()

SetDefaults hydrates default values in the certificate delete params (not the query body).

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

func (*CertificateDeleteParams) WithDefaults

WithDefaults hydrates default values in the certificate delete params (not the query body).

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

type CertificateFindBadRequest added in v0.1.24

type CertificateFindBadRequest struct {
	models.HyperionErrorReponse
}
CertificateFindBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewCertificateFindBadRequest added in v0.1.24

func NewCertificateFindBadRequest() *CertificateFindBadRequest

NewCertificateFindBadRequest creates a CertificateFindBadRequest with default headers values

type CertificateFindOK

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

Success

func NewCertificateFindOK

func NewCertificateFindOK() *CertificateFindOK

NewCertificateFindOK creates a CertificateFindOK with default headers values

type CertificateFindParams

type CertificateFindParams struct {

	// Page.
	//
	// Format: int32
	// Default: 1
	Page *int32

	// PageSize.
	//
	// Format: int32
	PageSize *int32

	// Query.
	Query *string

	// Sort.
	Sort *string

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

CertificateFindParams contains all the parameters to send to the API endpoint for the certificate find operation. Typically these are written to a http.Request.

func NewCertificateFindParams

func NewCertificateFindParams() CertificateFindParams

NewCertificateFindParams creates a new CertificateFindParams 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 (*CertificateFindParams) SetDefaults

func (o *CertificateFindParams) SetDefaults()

SetDefaults hydrates default values in the certificate find params (not the query body).

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

func (*CertificateFindParams) WithDefaults

func (o *CertificateFindParams) WithDefaults() *CertificateFindParams

WithDefaults hydrates default values in the certificate find params (not the query body).

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

type CertificateGetBadRequest

type CertificateGetBadRequest struct {
	models.HyperionErrorReponse
}
CertificateGetBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewCertificateGetBadRequest

func NewCertificateGetBadRequest() *CertificateGetBadRequest

NewCertificateGetBadRequest creates a CertificateGetBadRequest with default headers values

type CertificateGetCertificateStatusBadRequest

type CertificateGetCertificateStatusBadRequest struct {
	models.HyperionErrorReponse
}
CertificateGetCertificateStatusBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewCertificateGetCertificateStatusBadRequest

func NewCertificateGetCertificateStatusBadRequest() *CertificateGetCertificateStatusBadRequest

NewCertificateGetCertificateStatusBadRequest creates a CertificateGetCertificateStatusBadRequest with default headers values

type CertificateGetCertificateStatusNotFound

type CertificateGetCertificateStatusNotFound struct {
	models.HyperionErrorReponse
}
CertificateGetCertificateStatusNotFound describes a response with status code 404, with default header values.

Not Found

func NewCertificateGetCertificateStatusNotFound

func NewCertificateGetCertificateStatusNotFound() *CertificateGetCertificateStatusNotFound

NewCertificateGetCertificateStatusNotFound creates a CertificateGetCertificateStatusNotFound with default headers values

type CertificateGetCertificateStatusOK

type CertificateGetCertificateStatusOK struct {
	models.CertificateStatus
}
CertificateGetCertificateStatusOK describes a response with status code 200, with default header values.

Success

func NewCertificateGetCertificateStatusOK

func NewCertificateGetCertificateStatusOK() *CertificateGetCertificateStatusOK

NewCertificateGetCertificateStatusOK creates a CertificateGetCertificateStatusOK with default headers values

type CertificateGetCertificateStatusParams

type CertificateGetCertificateStatusParams struct {

	// ID.
	//
	// Format: int64
	ID int64

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

CertificateGetCertificateStatusParams contains all the parameters to send to the API endpoint for the certificate get certificate status operation. Typically these are written to a http.Request.

func NewCertificateGetCertificateStatusParams

func NewCertificateGetCertificateStatusParams() CertificateGetCertificateStatusParams

NewCertificateGetCertificateStatusParams creates a new CertificateGetCertificateStatusParams 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 (*CertificateGetCertificateStatusParams) SetDefaults

func (o *CertificateGetCertificateStatusParams) SetDefaults()

SetDefaults hydrates default values in the certificate get certificate status params (not the query body).

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

func (*CertificateGetCertificateStatusParams) WithDefaults

WithDefaults hydrates default values in the certificate get certificate status params (not the query body).

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

type CertificateGetNotFound

type CertificateGetNotFound struct {
	models.HyperionErrorReponse
}
CertificateGetNotFound describes a response with status code 404, with default header values.

Not Found

func NewCertificateGetNotFound

func NewCertificateGetNotFound() *CertificateGetNotFound

NewCertificateGetNotFound creates a CertificateGetNotFound with default headers values

type CertificateGetOK

type CertificateGetOK struct {
	models.CdnProvidedCertificate
}
CertificateGetOK describes a response with status code 200, with default header values.

Success

func NewCertificateGetOK

func NewCertificateGetOK() *CertificateGetOK

NewCertificateGetOK creates a CertificateGetOK with default headers values

type CertificateGetParams

type CertificateGetParams struct {

	// ID.
	//
	// Format: int64
	ID int64

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

CertificateGetParams contains all the parameters to send to the API endpoint for the certificate get operation. Typically these are written to a http.Request.

func NewCertificateGetParams

func NewCertificateGetParams() CertificateGetParams

NewCertificateGetParams creates a new CertificateGetParams 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 (*CertificateGetParams) SetDefaults

func (o *CertificateGetParams) SetDefaults()

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

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

func (*CertificateGetParams) WithDefaults

func (o *CertificateGetParams) WithDefaults() *CertificateGetParams

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

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

type CertificateGetRequestNotificationsBadRequest

type CertificateGetRequestNotificationsBadRequest struct {
	models.HyperionErrorReponse
}
CertificateGetRequestNotificationsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewCertificateGetRequestNotificationsBadRequest

func NewCertificateGetRequestNotificationsBadRequest() *CertificateGetRequestNotificationsBadRequest

NewCertificateGetRequestNotificationsBadRequest creates a CertificateGetRequestNotificationsBadRequest with default headers values

type CertificateGetRequestNotificationsNotFound

type CertificateGetRequestNotificationsNotFound struct {
	models.HyperionErrorReponse
}
CertificateGetRequestNotificationsNotFound describes a response with status code 404, with default header values.

Not Found

func NewCertificateGetRequestNotificationsNotFound

func NewCertificateGetRequestNotificationsNotFound() *CertificateGetRequestNotificationsNotFound

NewCertificateGetRequestNotificationsNotFound creates a CertificateGetRequestNotificationsNotFound with default headers values

type CertificateGetRequestNotificationsOK

type CertificateGetRequestNotificationsOK struct {
	models.HyperionCollectionEmailNotification
}
CertificateGetRequestNotificationsOK describes a response with status code 200, with default header values.

Success

func NewCertificateGetRequestNotificationsOK

func NewCertificateGetRequestNotificationsOK() *CertificateGetRequestNotificationsOK

NewCertificateGetRequestNotificationsOK creates a CertificateGetRequestNotificationsOK with default headers values

type CertificateGetRequestNotificationsParams

type CertificateGetRequestNotificationsParams struct {

	// ID.
	//
	// Format: int64
	ID int64

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

CertificateGetRequestNotificationsParams contains all the parameters to send to the API endpoint for the certificate get request notifications operation. Typically these are written to a http.Request.

func NewCertificateGetRequestNotificationsParams

func NewCertificateGetRequestNotificationsParams() CertificateGetRequestNotificationsParams

NewCertificateGetRequestNotificationsParams creates a new CertificateGetRequestNotificationsParams 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 (*CertificateGetRequestNotificationsParams) SetDefaults

SetDefaults hydrates default values in the certificate get request notifications params (not the query body).

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

func (*CertificateGetRequestNotificationsParams) WithDefaults

WithDefaults hydrates default values in the certificate get request notifications params (not the query body).

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

type CertificatePatchBadRequest

type CertificatePatchBadRequest struct {
	models.HyperionErrorReponse
}
CertificatePatchBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewCertificatePatchBadRequest

func NewCertificatePatchBadRequest() *CertificatePatchBadRequest

NewCertificatePatchBadRequest creates a CertificatePatchBadRequest with default headers values

type CertificatePatchNotFound

type CertificatePatchNotFound struct {
	models.HyperionErrorReponse
}
CertificatePatchNotFound describes a response with status code 404, with default header values.

Not Found

func NewCertificatePatchNotFound

func NewCertificatePatchNotFound() *CertificatePatchNotFound

NewCertificatePatchNotFound creates a CertificatePatchNotFound with default headers values

type CertificatePatchOK

type CertificatePatchOK struct {
	models.CdnProvidedCertificate
}
CertificatePatchOK describes a response with status code 200, with default header values.

Success

func NewCertificatePatchOK

func NewCertificatePatchOK() *CertificatePatchOK

NewCertificatePatchOK creates a CertificatePatchOK with default headers values

type CertificatePatchParams

type CertificatePatchParams struct {

	// CertificateRequest.
	CertificateRequest *models.CertificateUpdate

	// ID.
	//
	// Format: int64
	ID int64

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

CertificatePatchParams contains all the parameters to send to the API endpoint for the certificate patch operation. Typically these are written to a http.Request.

func NewCertificatePatchParams

func NewCertificatePatchParams() CertificatePatchParams

NewCertificatePatchParams creates a new CertificatePatchParams 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 (*CertificatePatchParams) SetDefaults

func (o *CertificatePatchParams) SetDefaults()

SetDefaults hydrates default values in the certificate patch params (not the query body).

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

func (*CertificatePatchParams) WithDefaults

WithDefaults hydrates default values in the certificate patch params (not the query body).

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

type CertificatePostBadRequest

type CertificatePostBadRequest struct {
	models.HyperionErrorReponse
}
CertificatePostBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewCertificatePostBadRequest

func NewCertificatePostBadRequest() *CertificatePostBadRequest

NewCertificatePostBadRequest creates a CertificatePostBadRequest with default headers values

type CertificatePostCreated

type CertificatePostCreated struct {
	models.CdnProvidedCertificate
}
CertificatePostCreated describes a response with status code 201, with default header values.

Success

func NewCertificatePostCreated

func NewCertificatePostCreated() *CertificatePostCreated

NewCertificatePostCreated creates a CertificatePostCreated with default headers values

type CertificatePostParams

type CertificatePostParams struct {

	// Certificate.
	Certificate *models.CertificateCreate

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

CertificatePostParams contains all the parameters to send to the API endpoint for the certificate post operation. Typically these are written to a http.Request.

func NewCertificatePostParams

func NewCertificatePostParams() CertificatePostParams

NewCertificatePostParams creates a new CertificatePostParams 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 (*CertificatePostParams) SetDefaults

func (o *CertificatePostParams) SetDefaults()

SetDefaults hydrates default values in the certificate post params (not the query body).

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

func (*CertificatePostParams) WithDefaults

func (o *CertificatePostParams) WithDefaults() *CertificatePostParams

WithDefaults hydrates default values in the certificate post params (not the query body).

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

type CertificatePutOrganizationDetailsBadRequest added in v0.1.24

type CertificatePutOrganizationDetailsBadRequest struct {
	models.HyperionErrorReponse
}
CertificatePutOrganizationDetailsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewCertificatePutOrganizationDetailsBadRequest added in v0.1.24

func NewCertificatePutOrganizationDetailsBadRequest() *CertificatePutOrganizationDetailsBadRequest

NewCertificatePutOrganizationDetailsBadRequest creates a CertificatePutOrganizationDetailsBadRequest with default headers values

type CertificatePutOrganizationDetailsOK

type CertificatePutOrganizationDetailsOK struct {
	models.OrganizationDetail
}
CertificatePutOrganizationDetailsOK describes a response with status code 200, with default header values.

Success

func NewCertificatePutOrganizationDetailsOK

func NewCertificatePutOrganizationDetailsOK() *CertificatePutOrganizationDetailsOK

NewCertificatePutOrganizationDetailsOK creates a CertificatePutOrganizationDetailsOK with default headers values

type CertificatePutOrganizationDetailsParams

type CertificatePutOrganizationDetailsParams struct {

	// ID.
	//
	// Format: int64
	ID int64

	// OrgDetails.
	OrgDetails *models.OrganizationDetail

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

CertificatePutOrganizationDetailsParams contains all the parameters to send to the API endpoint for the certificate put organization details operation. Typically these are written to a http.Request.

func NewCertificatePutOrganizationDetailsParams

func NewCertificatePutOrganizationDetailsParams() CertificatePutOrganizationDetailsParams

NewCertificatePutOrganizationDetailsParams creates a new CertificatePutOrganizationDetailsParams 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 (*CertificatePutOrganizationDetailsParams) SetDefaults

func (o *CertificatePutOrganizationDetailsParams) SetDefaults()

SetDefaults hydrates default values in the certificate put organization details params (not the query body).

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

func (*CertificatePutOrganizationDetailsParams) WithDefaults

WithDefaults hydrates default values in the certificate put organization details params (not the query body).

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

type CertificatePutRenewalBadRequest

type CertificatePutRenewalBadRequest struct {
	models.HyperionErrorReponse
}
CertificatePutRenewalBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewCertificatePutRenewalBadRequest

func NewCertificatePutRenewalBadRequest() *CertificatePutRenewalBadRequest

NewCertificatePutRenewalBadRequest creates a CertificatePutRenewalBadRequest with default headers values

type CertificatePutRenewalNoContent

type CertificatePutRenewalNoContent struct {
}
CertificatePutRenewalNoContent describes a response with status code 204, with default header values.

Success

func NewCertificatePutRenewalNoContent

func NewCertificatePutRenewalNoContent() *CertificatePutRenewalNoContent

NewCertificatePutRenewalNoContent creates a CertificatePutRenewalNoContent with default headers values

type CertificatePutRenewalNotFound

type CertificatePutRenewalNotFound struct {
	models.HyperionErrorReponse
}
CertificatePutRenewalNotFound describes a response with status code 404, with default header values.

Not Found

func NewCertificatePutRenewalNotFound

func NewCertificatePutRenewalNotFound() *CertificatePutRenewalNotFound

NewCertificatePutRenewalNotFound creates a CertificatePutRenewalNotFound with default headers values

type CertificatePutRenewalParams

type CertificatePutRenewalParams struct {

	// ID.
	//
	// Format: int64
	ID int64

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

CertificatePutRenewalParams contains all the parameters to send to the API endpoint for the certificate put renewal operation. Typically these are written to a http.Request.

func NewCertificatePutRenewalParams

func NewCertificatePutRenewalParams() CertificatePutRenewalParams

NewCertificatePutRenewalParams creates a new CertificatePutRenewalParams 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 (*CertificatePutRenewalParams) SetDefaults

func (o *CertificatePutRenewalParams) SetDefaults()

SetDefaults hydrates default values in the certificate put renewal params (not the query body).

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

func (*CertificatePutRenewalParams) WithDefaults

WithDefaults hydrates default values in the certificate put renewal params (not the query body).

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

type CertificatePutRetriggerBadRequest

type CertificatePutRetriggerBadRequest struct {
	models.HyperionErrorReponse
}
CertificatePutRetriggerBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewCertificatePutRetriggerBadRequest

func NewCertificatePutRetriggerBadRequest() *CertificatePutRetriggerBadRequest

NewCertificatePutRetriggerBadRequest creates a CertificatePutRetriggerBadRequest with default headers values

type CertificatePutRetriggerNoContent

type CertificatePutRetriggerNoContent struct {
}
CertificatePutRetriggerNoContent describes a response with status code 204, with default header values.

Success

func NewCertificatePutRetriggerNoContent

func NewCertificatePutRetriggerNoContent() *CertificatePutRetriggerNoContent

NewCertificatePutRetriggerNoContent creates a CertificatePutRetriggerNoContent with default headers values

type CertificatePutRetriggerNotFound

type CertificatePutRetriggerNotFound struct {
	models.HyperionErrorReponse
}
CertificatePutRetriggerNotFound describes a response with status code 404, with default header values.

Not Found

func NewCertificatePutRetriggerNotFound

func NewCertificatePutRetriggerNotFound() *CertificatePutRetriggerNotFound

NewCertificatePutRetriggerNotFound creates a CertificatePutRetriggerNotFound with default headers values

type CertificatePutRetriggerParams

type CertificatePutRetriggerParams struct {

	// ID.
	//
	// Format: int64
	ID int64

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

CertificatePutRetriggerParams contains all the parameters to send to the API endpoint for the certificate put retrigger operation. Typically these are written to a http.Request.

func NewCertificatePutRetriggerParams

func NewCertificatePutRetriggerParams() CertificatePutRetriggerParams

NewCertificatePutRetriggerParams creates a new CertificatePutRetriggerParams 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 (*CertificatePutRetriggerParams) SetDefaults

func (o *CertificatePutRetriggerParams) SetDefaults()

SetDefaults hydrates default values in the certificate put retrigger params (not the query body).

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

func (*CertificatePutRetriggerParams) WithDefaults

WithDefaults hydrates default values in the certificate put retrigger params (not the query body).

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

type CertificateUpdateRequestNotificationsBadRequest

type CertificateUpdateRequestNotificationsBadRequest struct {
	models.HyperionErrorReponse
}
CertificateUpdateRequestNotificationsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewCertificateUpdateRequestNotificationsBadRequest

func NewCertificateUpdateRequestNotificationsBadRequest() *CertificateUpdateRequestNotificationsBadRequest

NewCertificateUpdateRequestNotificationsBadRequest creates a CertificateUpdateRequestNotificationsBadRequest with default headers values

type CertificateUpdateRequestNotificationsNotFound

type CertificateUpdateRequestNotificationsNotFound struct {
	models.HyperionErrorReponse
}
CertificateUpdateRequestNotificationsNotFound describes a response with status code 404, with default header values.

Not Found

func NewCertificateUpdateRequestNotificationsNotFound

func NewCertificateUpdateRequestNotificationsNotFound() *CertificateUpdateRequestNotificationsNotFound

NewCertificateUpdateRequestNotificationsNotFound creates a CertificateUpdateRequestNotificationsNotFound with default headers values

type CertificateUpdateRequestNotificationsOK

type CertificateUpdateRequestNotificationsOK struct {
	models.HyperionCollectionEmailNotification
}
CertificateUpdateRequestNotificationsOK describes a response with status code 200, with default header values.

Success

func NewCertificateUpdateRequestNotificationsOK

func NewCertificateUpdateRequestNotificationsOK() *CertificateUpdateRequestNotificationsOK

NewCertificateUpdateRequestNotificationsOK creates a CertificateUpdateRequestNotificationsOK with default headers values

type CertificateUpdateRequestNotificationsParams

type CertificateUpdateRequestNotificationsParams struct {

	// ID.
	//
	// Format: int64
	ID int64

	// Notifications.
	Notifications []*models.EmailNotification

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

CertificateUpdateRequestNotificationsParams contains all the parameters to send to the API endpoint for the certificate update request notifications operation. Typically these are written to a http.Request.

func NewCertificateUpdateRequestNotificationsParams

func NewCertificateUpdateRequestNotificationsParams() CertificateUpdateRequestNotificationsParams

NewCertificateUpdateRequestNotificationsParams creates a new CertificateUpdateRequestNotificationsParams 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 (*CertificateUpdateRequestNotificationsParams) SetDefaults

SetDefaults hydrates default values in the certificate update request notifications params (not the query body).

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

func (*CertificateUpdateRequestNotificationsParams) WithDefaults

WithDefaults hydrates default values in the certificate update request notifications params (not the query body).

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

type Client

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

Client for certificate API

func (*Client) CertificateCancel

func (a *Client) CertificateCancel(params CertificateCancelParams) (*CertificateCancelNoContent, error)

CertificateCancel certificate cancel API

func (*Client) CertificateDelete

func (a *Client) CertificateDelete(params CertificateDeleteParams) (*CertificateDeleteNoContent, error)

CertificateDelete certificate delete API

func (*Client) CertificateFind

func (a *Client) CertificateFind(params CertificateFindParams) (*CertificateFindOK, error)

CertificateFind certificate find API

func (*Client) CertificateGet

func (a *Client) CertificateGet(params CertificateGetParams) (*CertificateGetOK, error)

CertificateGet certificate get API

func (*Client) CertificateGetCertificateStatus

func (a *Client) CertificateGetCertificateStatus(params CertificateGetCertificateStatusParams) (*CertificateGetCertificateStatusOK, error)

CertificateGetCertificateStatus certificate get certificate status API

func (*Client) CertificateGetRequestNotifications

func (a *Client) CertificateGetRequestNotifications(params CertificateGetRequestNotificationsParams) (*CertificateGetRequestNotificationsOK, error)

CertificateGetRequestNotifications certificate get request notifications API

func (*Client) CertificatePatch

func (a *Client) CertificatePatch(params CertificatePatchParams) (*CertificatePatchOK, error)

CertificatePatch certificate patch API

func (*Client) CertificatePost

func (a *Client) CertificatePost(params CertificatePostParams) (*CertificatePostCreated, error)

CertificatePost certificate post API

func (*Client) CertificatePutOrganizationDetails

func (a *Client) CertificatePutOrganizationDetails(params CertificatePutOrganizationDetailsParams) (*CertificatePutOrganizationDetailsOK, error)

CertificatePutOrganizationDetails certificate put organization details API

func (*Client) CertificatePutRenewal

func (a *Client) CertificatePutRenewal(params CertificatePutRenewalParams) (*CertificatePutRenewalNoContent, error)

CertificatePutRenewal certificate put renewal API

func (*Client) CertificatePutRetrigger

func (a *Client) CertificatePutRetrigger(params CertificatePutRetriggerParams) (*CertificatePutRetriggerNoContent, error)

CertificatePutRetrigger certificate put retrigger API

func (*Client) CertificateUpdateRequestNotifications

func (a *Client) CertificateUpdateRequestNotifications(params CertificateUpdateRequestNotificationsParams) (*CertificateUpdateRequestNotificationsOK, error)

CertificateUpdateRequestNotifications certificate update request notifications API

type ClientService

type ClientService interface {
	CertificateCancel(params CertificateCancelParams) (*CertificateCancelNoContent, error)

	CertificateDelete(params CertificateDeleteParams) (*CertificateDeleteNoContent, error)

	CertificateFind(params CertificateFindParams) (*CertificateFindOK, error)

	CertificateGet(params CertificateGetParams) (*CertificateGetOK, error)

	CertificateGetCertificateStatus(params CertificateGetCertificateStatusParams) (*CertificateGetCertificateStatusOK, error)

	CertificateGetRequestNotifications(params CertificateGetRequestNotificationsParams) (*CertificateGetRequestNotificationsOK, error)

	CertificatePatch(params CertificatePatchParams) (*CertificatePatchOK, error)

	CertificatePost(params CertificatePostParams) (*CertificatePostCreated, error)

	CertificatePutOrganizationDetails(params CertificatePutOrganizationDetailsParams) (*CertificatePutOrganizationDetailsOK, error)

	CertificatePutRenewal(params CertificatePutRenewalParams) (*CertificatePutRenewalNoContent, error)

	CertificatePutRetrigger(params CertificatePutRetriggerParams) (*CertificatePutRetriggerNoContent, error)

	CertificateUpdateRequestNotifications(params CertificateUpdateRequestNotificationsParams) (*CertificateUpdateRequestNotificationsOK, error)
}

ClientService is the interface for Client methods

func New

func New(c ecclient.APIClient, baseAPIURL string) ClientService

New creates a new certificate API client.

type RequestParameters

type RequestParameters struct {
	QueryParams map[string]string
	PathParams  map[string]string
	Body        interface{}
}

func NewRequestParameters

func NewRequestParameters() *RequestParameters

func WriteToRequestCertificateCancelParams

func WriteToRequestCertificateCancelParams(o CertificateCancelParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestCertificateDeleteParams

func WriteToRequestCertificateDeleteParams(o CertificateDeleteParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestCertificateFindParams

func WriteToRequestCertificateFindParams(o CertificateFindParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestCertificateGetCertificateStatusParams

func WriteToRequestCertificateGetCertificateStatusParams(o CertificateGetCertificateStatusParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestCertificateGetParams

func WriteToRequestCertificateGetParams(o CertificateGetParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestCertificateGetRequestNotificationsParams

func WriteToRequestCertificateGetRequestNotificationsParams(o CertificateGetRequestNotificationsParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestCertificatePatchParams

func WriteToRequestCertificatePatchParams(o CertificatePatchParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestCertificatePostParams

func WriteToRequestCertificatePostParams(o CertificatePostParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestCertificatePutOrganizationDetailsParams

func WriteToRequestCertificatePutOrganizationDetailsParams(o CertificatePutOrganizationDetailsParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestCertificatePutRenewalParams

func WriteToRequestCertificatePutRenewalParams(o CertificatePutRenewalParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestCertificatePutRetriggerParams

func WriteToRequestCertificatePutRetriggerParams(o CertificatePutRetriggerParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

func WriteToRequestCertificateUpdateRequestNotificationsParams

func WriteToRequestCertificateUpdateRequestNotificationsParams(o CertificateUpdateRequestNotificationsParams) (RequestParameters, error)

WriteToRequest extracts parameters and sets for the request to be consumed

Jump to

Keyboard shortcuts

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