Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloadCertResp ¶
type DownloadCertResp struct {
FileName string `json:"file_name"`
Link string `json:"link"`
BucketName string `json:"bucket_name"`
}
func DownloadCert ¶
func DownloadCert(client *golangsdk.ServiceClient, id string) (*DownloadCertResp, error)
type SslInfo ¶
type SslUpdateResp ¶
type SslUpdateResp struct {
// Actual output parameters of API in which `result` is always `null`
JobId string `json:"jobId"`
InstanceId string `json:"instanceId"`
Result string `json:"result"`
}
func Update ¶
func Update(client *golangsdk.ServiceClient, opts SslOpts) (*SslUpdateResp, error)
Click to show internal directories.
Click to hide internal directories.