toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final clusterName = this.clusterName;
final compartmentId = this.compartmentId;
final computeModel = this.computeModel;
final cpuCoreCount = this.cpuCoreCount;
final dataStorageSizeTb = this.dataStorageSizeTb;
final dbNodeStorageSizeGb = this.dbNodeStorageSizeGb;
final dbServerOcids = this.dbServerOcids;
final diagnosticsDataCollectionOptions =
this.diagnosticsDataCollectionOptions;
final diskRedundancy = this.diskRedundancy;
final dnsListenerIp = this.dnsListenerIp;
final domain = this.domain;
final giVersion = this.giVersion;
final hostname = this.hostname;
final hostnamePrefix = this.hostnamePrefix;
final licenseType = this.licenseType;
final localBackupEnabled = this.localBackupEnabled;
final memorySizeGb = this.memorySizeGb;
final nodeCount = this.nodeCount;
final ociUrl = this.ociUrl;
final ocid = this.ocid;
final ocpuCount = this.ocpuCount;
final scanDns = this.scanDns;
final scanDnsRecordId = this.scanDnsRecordId;
final scanIpIds = this.scanIpIds;
final scanListenerPortTcp = this.scanListenerPortTcp;
final scanListenerPortTcpSsl = this.scanListenerPortTcpSsl;
final shape = this.shape;
final sparseDiskgroupEnabled = this.sparseDiskgroupEnabled;
final sshPublicKeys = this.sshPublicKeys;
final state = this.state;
final storageSizeGb = this.storageSizeGb;
final systemVersion = this.systemVersion;
final timeZone = this.timeZone;
return {
'clusterName': ?clusterName,
'compartmentId': ?compartmentId,
'computeModel': ?computeModel,
'cpuCoreCount': ?cpuCoreCount,
'dataStorageSizeTb': ?dataStorageSizeTb,
'dbNodeStorageSizeGb': ?dbNodeStorageSizeGb,
'dbServerOcids': ?dbServerOcids,
'diagnosticsDataCollectionOptions': ?diagnosticsDataCollectionOptions,
'diskRedundancy': ?diskRedundancy,
'dnsListenerIp': ?dnsListenerIp,
'domain': ?domain,
'giVersion': ?giVersion,
'hostname': ?hostname,
'hostnamePrefix': ?hostnamePrefix,
'licenseType': ?licenseType,
'localBackupEnabled': ?localBackupEnabled,
'memorySizeGb': ?memorySizeGb,
'nodeCount': ?nodeCount,
'ociUrl': ?ociUrl,
'ocid': ?ocid,
'ocpuCount': ?ocpuCount,
'scanDns': ?scanDns,
'scanDnsRecordId': ?scanDnsRecordId,
'scanIpIds': ?scanIpIds,
'scanListenerPortTcp': ?scanListenerPortTcp,
'scanListenerPortTcpSsl': ?scanListenerPortTcpSsl,
'shape': ?shape,
'sparseDiskgroupEnabled': ?sparseDiskgroupEnabled,
'sshPublicKeys': ?sshPublicKeys,
'state': ?state,
'storageSizeGb': ?storageSizeGb,
'systemVersion': ?systemVersion,
'timeZone': ?timeZone,
};
}