toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final additionalEcpuCountPerNode = this.additionalEcpuCountPerNode;
final clusterName = this.clusterName;
final dataCollectionOptions = this.dataCollectionOptions;
final enabledEcpuCountPerNode = this.enabledEcpuCountPerNode;
final exascaleDbStorageVault = this.exascaleDbStorageVault;
final giVersion = this.giVersion;
final gridImageId = this.gridImageId;
final hostname = this.hostname;
final hostnamePrefix = this.hostnamePrefix;
final licenseModel = this.licenseModel;
final lifecycleState = this.lifecycleState;
final memorySizeGb = this.memorySizeGb;
final nodeCount = this.nodeCount;
final ociUri = this.ociUri;
final scanListenerPortTcp = this.scanListenerPortTcp;
final shapeAttribute = this.shapeAttribute;
final sshPublicKeys = this.sshPublicKeys;
final timeZone = this.timeZone;
final vmFileSystemStorage = this.vmFileSystemStorage;
return {
'additionalEcpuCountPerNode': ?additionalEcpuCountPerNode,
'clusterName': ?clusterName,
'dataCollectionOptions': ?dataCollectionOptions,
'enabledEcpuCountPerNode': ?enabledEcpuCountPerNode,
'exascaleDbStorageVault': ?exascaleDbStorageVault,
'giVersion': ?giVersion,
'gridImageId': ?gridImageId,
'hostname': ?hostname,
'hostnamePrefix': ?hostnamePrefix,
'licenseModel': ?licenseModel,
'lifecycleState': ?lifecycleState,
'memorySizeGb': ?memorySizeGb,
'nodeCount': ?nodeCount,
'ociUri': ?ociUri,
'scanListenerPortTcp': ?scanListenerPortTcp,
'shapeAttribute': ?shapeAttribute,
'sshPublicKeys': ?sshPublicKeys,
'timeZone': ?timeZone,
'vmFileSystemStorage': ?vmFileSystemStorage,
};
}