Package | Description |
---|---|
oracle.fmwplatform.envspec.model.blueprint |
Classes used to describe a Blueprint.
|
oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
Modifier and Type | Method and Description |
---|---|
CapacityConstraint |
Blueprint.addCapacityConstraint(String id)
Create a new capacity constraind for the provided ID.
|
CapacityConstraint |
Blueprint.getCapacityConstraint(String id)
Locate and return the capacity constraint for the provided ID.
|
CapacityConstraint |
CapacityConstraint.setCount(String count) |
CapacityConstraint |
CapacityConstraint.setName(String name) |
Modifier and Type | Method and Description |
---|---|
List<CapacityConstraint> |
Blueprint.getCapacityConstraints()
Get the capacity constraints within this blueprint.
|
Modifier and Type | Method and Description |
---|---|
CapacityConstraint |
Domain.getCapacityConstraintByName(String resourceName)
Return the AppSvcResource by the provided name
|
Modifier and Type | Method and Description |
---|---|
List<CapacityConstraint> |
Domain.getEffectiveCapacityConstraints()
Return the list of capacity constraint resources for all of the blueprints in the domain.
|