CloudMysqlEventHistory
- Print
- PDF
CloudMysqlEventHistory
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is a list of Cloud DB for MySQL events.
Syntax
The syntax is as follows.
private String cloudMysqlInstanceNo;
private String cloudMysqlServerInstanceNo;
private String cloudMysqlServerName;
private String eventTime;
private String eventType;
private String eventName;
private String eventContent;
private String clientIp;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
cloudMysqlInstanceNo | String | Required | Cloud DB for MySQL instance number |
cloudMysqlServerInstanceNo | String | Required | Cloud DB for MySQL server instance number |
cloudMysqlServerName | String | Required | Cloud DB for MySQL server name |
eventTime | String | Required | Event occurrence time |
eventType | String | Required | Event type |
eventName | String | Required | Event name |
eventContent | String | Required | Event content |
clientIp | String | Required | Access IP |
Was this article helpful?