Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ECSDefaultEndpoint is the default API endpoint of RDS services RDSDefaultEndpoint = "https://rds.aliyuncs.com" RDSAPIVersion = "2014-08-15" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func NewClientWithEndpoint ¶
func (*Client) DescribeDBInstancePerformance ¶
func (client *Client) DescribeDBInstancePerformance(args *DescribeDBInstancePerformanceArgs) (resp DescribeDBInstancePerformanceResponse, err error)
func (*Client) ModifySecurityIps ¶
func (client *Client) ModifySecurityIps(args *ModifySecurityIpsArgs) (resp common.Response, err error)
type DescribeDBInstancePerformanceArgs ¶
type DescribeDBInstancePerformanceArgs struct {
DBInstanceId string
StartTime string
EndTime string
// contains filtered or unexported fields
}
func (*DescribeDBInstancePerformanceArgs) Setkey ¶
func (client *DescribeDBInstancePerformanceArgs) Setkey(key string)
type DescribeDBInstancePerformanceResponse ¶
type DescribeDBInstancePerformanceResponse struct {
common.Response
DBInstanceId string
Engine string
StartTime util.ISO6801Time
EndTime util.ISO6801Time
PerformanceKeys struct {
PerformanceKey []PerformanceKeyType
}
}
type ModifySecurityIpsArgs ¶
type PerformanceKeyType ¶
type PerformanceKeyType struct {
Key string
Unit string
ValueFormat string
Values struct {
PerformanceValue []PerformanceValueType
}
}
type PerformanceValueType ¶
type PerformanceValueType struct {
Value string
Date util.ISO6801Time
}
Click to show internal directories.
Click to hide internal directories.