Documentation ¶
Overview ¶
Package vca defines the VCA services of BCE. The supported APIs are all defined in sub-package
Index ¶
Constants ¶
View Source
const (
DEFAULT_SERVICE_DOMAIN = "vca." + bce.DEFAULT_REGION + "." + bce.DEFAULT_DOMAIN
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client of VCR service is a kind of BceClient, so derived from BceClient
func NewClient ¶
NewClient make the VCR service client with default configuration. Use `cli.Config.xxx` to access the config or change it to non-default value.
func (*Client) PutMedia ¶
func (c *Client) PutMedia(args *api.PutMediaArgs) (*api.GetMediaResult, error)
Click to show internal directories.
Click to hide internal directories.