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