| Package | Description |
|---|---|
| oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
| Modifier and Type | Field and Description |
|---|---|
protected InstallationData |
OracleHome.installationData
Data needed to create this Oracle Home using the Cloud Installer.
|
| Modifier and Type | Method and Description |
|---|---|
InstallationData |
OracleHome.getInstallationData()
Returns the InstallationData for this OracleHome.
|
InstallationData |
Installation.getParent() |
InstallationData |
InstallationData.setInstallations(List<Installation> installations)
Set the installation list for the InstallationData.
|
InstallationData |
InstallationData.setParent(OracleHome containerOracleHome) |
InstallationData |
InstallationData.setPatches(List<String> patches)
Sets the list of patch identifiers e.g.
|
| Modifier and Type | Method and Description |
|---|---|
OracleHome |
OracleHome.setInstallationData(InstallationData installationData)
Set the installation data information about the installations in the OracleHome.
|
Installation |
Installation.setParent(InstallationData containerData) |