Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 2.58 KB

DbaasServiceMysql.md

File metadata and controls

39 lines (31 loc) · 2.58 KB

DbaasServiceMysql

Properties

Name Type Description Notes
updatedAt OffsetDateTime Service last update timestamp (ISO 8601) [optional]
nodeCount Long Number of service nodes in the active plan [optional]
connectionInfo DbaasServiceMysqlConnectionInfo [optional]
backupSchedule DbaasServiceMysqlBackupSchedule [optional]
nodeCpuCount Long Number of CPUs for each node [optional]
integrations List<DbaasIntegration> Service integrations [optional]
zone String The zone where the service is running [optional]
nodeStates List<DbaasNodeState> State of individual service nodes [optional]
name String
type String
state EnumServiceState [optional]
databases List<String> List of MySQL databases [optional]
ipFilter List<String> Allowed CIDR address blocks for incoming connections [optional]
backups List<DbaasServiceBackup> List of backups for the service [optional]
terminationProtection Boolean Service is protected against termination and powering off [optional]
notifications List<DbaasServiceNotification> Service notifications [optional]
components List<DbaasServiceMysqlComponentsInner> Service component information objects [optional]
mysqlSettings JsonSchemaMysql [optional]
maintenance DbaasServiceMaintenance [optional]
diskSize Long TODO UNIT disk space for data storage [optional]
nodeMemory Long TODO UNIT of memory for each node [optional]
uri String URI for connecting to the service (may be absent) [optional]
uriParams Object service_uri parameterized into key-value pairs [optional]
version String MySQL version [optional]
createdAt OffsetDateTime Service creation timestamp (ISO 8601) [optional]
plan String Subscription plan
users List<DbaasServiceMysqlUsersInner> List of service users [optional]