toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (computeCount != null) 'computeCount': computeCount!,
  if (computeModel != null) 'computeModel': computeModel!,
  if (dataCollectionOptions != null)
    'dataCollectionOptions': dataCollectionOptions!,
  if (dataStorageSizeGb != null) 'dataStorageSizeGb': dataStorageSizeGb!,
  if (databaseEdition != null) 'databaseEdition': databaseEdition!,
  if (dbHome != null) 'dbHome': dbHome!,
  if (dbSystemOptions != null) 'dbSystemOptions': dbSystemOptions!,
  if (domain != null) 'domain': domain!,
  if (hostname != null) 'hostname': hostname!,
  if (hostnamePrefix != null) 'hostnamePrefix': hostnamePrefix!,
  if (initialDataStorageSizeGb != null)
    'initialDataStorageSizeGb': initialDataStorageSizeGb!,
  if (licenseModel != null) 'licenseModel': licenseModel!,
  if (lifecycleState != null) 'lifecycleState': lifecycleState!,
  if (memorySizeGb != null) 'memorySizeGb': memorySizeGb!,
  if (nodeCount != null) 'nodeCount': nodeCount!,
  if (ocid != null) 'ocid': ocid!,
  if (privateIp != null) 'privateIp': privateIp!,
  if (recoStorageSizeGb != null) 'recoStorageSizeGb': recoStorageSizeGb!,
  if (shape != null) 'shape': shape!,
  if (sshPublicKeys != null) 'sshPublicKeys': sshPublicKeys!,
  if (timeZone != null) 'timeZone': timeZone!,
};