SapDiscoveryComponent constructor

SapDiscoveryComponent({
  1. SapDiscoveryComponentApplicationProperties? applicationProperties,
  2. SapDiscoveryComponentDatabaseProperties? databaseProperties,
  3. List<String>? haHosts,
  4. String? hostProject,
  5. List<SapDiscoveryResource>? resources,
  6. String? sid,
  7. String? topologyType,
})

Implementation

SapDiscoveryComponent({
  this.applicationProperties,
  this.databaseProperties,
  this.haHosts,
  this.hostProject,
  this.resources,
  this.sid,
  this.topologyType,
});