Documentation
¶
Index ¶
- Constants
- type CertCenter
- func (c *CertCenter) ImportCertificate(input *ImportCertificateInput) (*ImportCertificateOutput, error)
- func (c *CertCenter) ImportCertificateCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *CertCenter) ImportCertificateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *CertCenter) ImportCertificateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *CertCenter) ImportCertificateRequest(input *ImportCertificateInput) (req *request.Request, output *ImportCertificateOutput)
- func (c *CertCenter) ImportCertificateWithContext(ctx volcengine.Context, input *ImportCertificateInput, opts ...request.Option) (*ImportCertificateOutput, error)
- type CertCenterAPI
- type ImportCertificateInput
- type ImportCertificateInputCertificateInfo
- type ImportCertificateInputTag
- type ImportCertificateOutput
Constants ¶
View Source
const ( ServiceName = "certificate_service" EndpointsID = ServiceName ServiceID = "certificate_service" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertCenter ¶
func New ¶
func New(p client.ConfigProvider, cfgs ...*volcengine.Config) *CertCenter
func (*CertCenter) ImportCertificate ¶
func (c *CertCenter) ImportCertificate(input *ImportCertificateInput) (*ImportCertificateOutput, error)
func (*CertCenter) ImportCertificateCommon ¶
func (c *CertCenter) ImportCertificateCommon(input *map[string]interface{}) (*map[string]interface{}, error)
func (*CertCenter) ImportCertificateCommonRequest ¶
func (c *CertCenter) ImportCertificateCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
func (*CertCenter) ImportCertificateCommonWithContext ¶
func (c *CertCenter) ImportCertificateCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
func (*CertCenter) ImportCertificateRequest ¶
func (c *CertCenter) ImportCertificateRequest(input *ImportCertificateInput) (req *request.Request, output *ImportCertificateOutput)
func (*CertCenter) ImportCertificateWithContext ¶
func (c *CertCenter) ImportCertificateWithContext(ctx volcengine.Context, input *ImportCertificateInput, opts ...request.Option) (*ImportCertificateOutput, error)
type CertCenterAPI ¶
type CertCenterAPI interface { ImportCertificate(*ImportCertificateInput) (*ImportCertificateOutput, error) ImportCertificateWithContext(volcengine.Context, *ImportCertificateInput, ...request.Option) (*ImportCertificateOutput, error) ImportCertificateRequest(*ImportCertificateInput) (*request.Request, *ImportCertificateOutput) }
type ImportCertificateInput ¶
type ImportCertificateInput struct { Tag *string `type:"string" json:",omitempty"` ProjectName *string `type:"string" json:",omitempty"` Repeatable *bool `type:"boolean" json:",omitempty"` NoVerifyAndFixChain *bool `type:"boolean" json:",omitempty"` CertificateInfo *ImportCertificateInputCertificateInfo `type:"structure" json:",omitempty"` Tags *[]ImportCertificateInputTag `type:"list" json:",omitempty"` // contains filtered or unexported fields }
func (ImportCertificateInput) String ¶
func (s ImportCertificateInput) String() string
func (*ImportCertificateInput) Validate ¶
func (s *ImportCertificateInput) Validate() error
type ImportCertificateOutput ¶
type ImportCertificateOutput struct { Metadata *response.ResponseMetadata InstanceId *string `type:"string" json:",omitempty"` RepeatId *string `type:"string" json:",omitempty"` // contains filtered or unexported fields }
func (ImportCertificateOutput) String ¶
func (s ImportCertificateOutput) String() string
Click to show internal directories.
Click to hide internal directories.