toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final activeDirectory = this.activeDirectory;
final allowAutoTiering = this.allowAutoTiering;
final availableThroughputMibps = this.availableThroughputMibps;
final capacityGib = this.capacityGib;
final coldTierSizeUsedGib = this.coldTierSizeUsedGib;
final createTime = this.createTime;
final customPerformanceEnabled = this.customPerformanceEnabled;
final description = this.description;
final enableHotTierAutoResize = this.enableHotTierAutoResize;
final encryptionType = this.encryptionType;
final globalAccessAllowed = this.globalAccessAllowed;
final hotTierSizeGib = this.hotTierSizeGib;
final hotTierSizeUsedGib = this.hotTierSizeUsedGib;
final kmsConfig = this.kmsConfig;
final labels = this.labels;
final ldapEnabled = this.ldapEnabled;
final name = this.name;
final network = this.network;
final psaRange = this.psaRange;
final qosType = this.qosType;
final replicaZone = this.replicaZone;
final satisfiesPzi = this.satisfiesPzi;
final satisfiesPzs = this.satisfiesPzs;
final serviceLevel = this.serviceLevel;
final state = this.state;
final stateDetails = this.stateDetails;
final totalIops = this.totalIops;
final totalThroughputMibps = this.totalThroughputMibps;
final type = this.type;
final volumeCapacityGib = this.volumeCapacityGib;
final volumeCount = this.volumeCount;
final zone = this.zone;
return {
'activeDirectory': ?activeDirectory,
'allowAutoTiering': ?allowAutoTiering,
'availableThroughputMibps': ?availableThroughputMibps,
'capacityGib': ?capacityGib,
'coldTierSizeUsedGib': ?coldTierSizeUsedGib,
'createTime': ?createTime,
'customPerformanceEnabled': ?customPerformanceEnabled,
'description': ?description,
'enableHotTierAutoResize': ?enableHotTierAutoResize,
'encryptionType': ?encryptionType,
'globalAccessAllowed': ?globalAccessAllowed,
'hotTierSizeGib': ?hotTierSizeGib,
'hotTierSizeUsedGib': ?hotTierSizeUsedGib,
'kmsConfig': ?kmsConfig,
'labels': ?labels,
'ldapEnabled': ?ldapEnabled,
'name': ?name,
'network': ?network,
'psaRange': ?psaRange,
'qosType': ?qosType,
'replicaZone': ?replicaZone,
'satisfiesPzi': ?satisfiesPzi,
'satisfiesPzs': ?satisfiesPzs,
'serviceLevel': ?serviceLevel,
'state': ?state,
'stateDetails': ?stateDetails,
'totalIops': ?totalIops,
'totalThroughputMibps': ?totalThroughputMibps,
'type': ?type,
'volumeCapacityGib': ?volumeCapacityGib,
'volumeCount': ?volumeCount,
'zone': ?zone,
};
}