Documentation ¶
Index ¶
- func AppentRdsIps(rdsid string) (_err error)
- func AppentRedisIps(redisid string) (_err error)
- func CreateApiInfo() (_result *openapi.Params)
- func CreateecsClient(accessKeyId string, accessKeySecret string) (*openapi.Client, error)
- func DescribeRDSlist() (dlist []string)
- func DescribeRedislist() (rlist []string)
- func Dump(prod bool)
- func ListCert()
- type AliEcs
- type RdsClient
- type RedisClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppentRdsIps ¶
func AppentRedisIps ¶
func CreateecsClient ¶
*
- 使用AK&SK初始化账号Client
- @param accessKeyId
- @param accessKeySecret
- @return Client
- @throws Exception
func DescribeRDSlist ¶
func DescribeRDSlist() (dlist []string)
func DescribeRedislist ¶
func DescribeRedislist() (rlist []string)
Types ¶
type RdsClient ¶
type RdsClient struct {
*rds20140815.Client
}
type RedisClient ¶
type RedisClient struct {
*r_kvstore20150101.Client
}
func CreateredisClient ¶
func CreateredisClient(accessKeyId string, accessKeySecret string) (*RedisClient, error)
Click to show internal directories.
Click to hide internal directories.