toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final activatedStorageCount = this.activatedStorageCount;
final additionalStorageCount = this.additionalStorageCount;
final availableStorageSizeGb = this.availableStorageSizeGb;
final computeCount = this.computeCount;
final computeModel = this.computeModel;
final cpuCount = this.cpuCount;
final customerContacts = this.customerContacts;
final dataStorageSizeTb = this.dataStorageSizeTb;
final databaseServerType = this.databaseServerType;
final dbNodeStorageSizeGb = this.dbNodeStorageSizeGb;
final dbServerVersion = this.dbServerVersion;
final maintenanceWindow = this.maintenanceWindow;
final maxCpuCount = this.maxCpuCount;
final maxDataStorageTb = this.maxDataStorageTb;
final maxDbNodeStorageSizeGb = this.maxDbNodeStorageSizeGb;
final maxMemoryGb = this.maxMemoryGb;
final memorySizeGb = this.memorySizeGb;
final monthlyDbServerVersion = this.monthlyDbServerVersion;
final monthlyStorageServerVersion = this.monthlyStorageServerVersion;
final nextMaintenanceRunId = this.nextMaintenanceRunId;
final nextMaintenanceRunTime = this.nextMaintenanceRunTime;
final nextSecurityMaintenanceRunTime = this.nextSecurityMaintenanceRunTime;
final ociUrl = this.ociUrl;
final ocid = this.ocid;
final shape = this.shape;
final state = this.state;
final storageCount = this.storageCount;
final storageServerType = this.storageServerType;
final storageServerVersion = this.storageServerVersion;
final totalStorageSizeGb = this.totalStorageSizeGb;
return {
'activatedStorageCount': ?activatedStorageCount,
'additionalStorageCount': ?additionalStorageCount,
'availableStorageSizeGb': ?availableStorageSizeGb,
'computeCount': ?computeCount,
'computeModel': ?computeModel,
'cpuCount': ?cpuCount,
'customerContacts': ?customerContacts,
'dataStorageSizeTb': ?dataStorageSizeTb,
'databaseServerType': ?databaseServerType,
'dbNodeStorageSizeGb': ?dbNodeStorageSizeGb,
'dbServerVersion': ?dbServerVersion,
'maintenanceWindow': ?maintenanceWindow,
'maxCpuCount': ?maxCpuCount,
'maxDataStorageTb': ?maxDataStorageTb,
'maxDbNodeStorageSizeGb': ?maxDbNodeStorageSizeGb,
'maxMemoryGb': ?maxMemoryGb,
'memorySizeGb': ?memorySizeGb,
'monthlyDbServerVersion': ?monthlyDbServerVersion,
'monthlyStorageServerVersion': ?monthlyStorageServerVersion,
'nextMaintenanceRunId': ?nextMaintenanceRunId,
'nextMaintenanceRunTime': ?nextMaintenanceRunTime,
'nextSecurityMaintenanceRunTime': ?nextSecurityMaintenanceRunTime,
'ociUrl': ?ociUrl,
'ocid': ?ocid,
'shape': ?shape,
'state': ?state,
'storageCount': ?storageCount,
'storageServerType': ?storageServerType,
'storageServerVersion': ?storageServerVersion,
'totalStorageSizeGb': ?totalStorageSizeGb,
};
}