toJson method

Map<String, dynamic> toJson()

Implementation

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