Versions in this module Expand all Collapse all v4 v4.0.0 Jun 4, 2024 Changes in this version + func ExtractCertificatesInto(r pagination.Page, v interface{}) error + func List(c *eclcloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type Certificate struct + CACert FileInResponse + Description string + ID string + Name string + SSLCert FileInResponse + SSLKey FileInResponse + Tags map[string]interface{} + TenantID string + func ExtractCertificates(r pagination.Page) ([]Certificate, error) + type CertificatePage struct + func (r CertificatePage) IsEmpty() (bool, error) + type CreateOpts struct + Description string + Name string + Tags map[string]interface{} + func (opts CreateOpts) ToCertificateCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToCertificateCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(c *eclcloud.ServiceClient, opts CreateOptsBuilder) (r CreateResult) + func (r CreateResult) Extract() (*Certificate, error) + func (r CreateResult) ExtractInto(v interface{}) error + type DeleteResult struct + func Delete(c *eclcloud.ServiceClient, id string) (r DeleteResult) + type FileInResponse struct + Status string + type ListOpts struct + CACertStatus string + Description string + ID string + Name string + SSLCertStatus string + SSLKeyStatus string + TenantID string + func (opts ListOpts) ToCertificateListQuery() (string, error) + type ListOptsBuilder interface + ToCertificateListQuery func() (string, error) + type ShowResult struct + func Show(c *eclcloud.ServiceClient, id string) (r ShowResult) + func (r ShowResult) Extract() (*Certificate, error) + func (r ShowResult) ExtractInto(v interface{}) error + type UpdateOpts struct + Description *string + Name *string + Tags *map[string]interface{} + func (opts UpdateOpts) ToCertificateUpdateMap() (map[string]interface{}, error) + type UpdateOptsBuilder interface + ToCertificateUpdateMap func() (map[string]interface{}, error) + type UpdateResult struct + func Update(c *eclcloud.ServiceClient, id string, opts UpdateOptsBuilder) (r UpdateResult) + func (r UpdateResult) Extract() (*Certificate, error) + func (r UpdateResult) ExtractInto(v interface{}) error + type UploadFileOpts struct + Content string + Type string + func (opts UploadFileOpts) ToCertificateUploadFileMap() (map[string]interface{}, error) + type UploadFileOptsBuilder interface + ToCertificateUploadFileMap func() (map[string]interface{}, error) + type UploadFileResult struct + func UploadFile(c *eclcloud.ServiceClient, id string, opts UploadFileOptsBuilder) (r UploadFileResult) Other modules containing this package github.com/nttcom/eclcloud/v2 github.com/nttcom/eclcloud/v3