SapDiscoveryComponent constructor
SapDiscoveryComponent({
- SapDiscoveryComponentApplicationProperties? applicationProperties,
- SapDiscoveryComponentDatabaseProperties? databaseProperties,
- List<
String> ? haHosts, - String? hostProject,
- List<
SapDiscoveryResource> ? resources, - String? sid,
- String? topologyType,
Implementation
SapDiscoveryComponent({
this.applicationProperties,
this.databaseProperties,
this.haHosts,
this.hostProject,
this.resources,
this.sid,
this.topologyType,
});