Uses of Class
com.oracle.bmc.core.model.CapacitySource
-
Packages that use CapacitySource Package Description com.oracle.bmc.core.model -
-
Uses of CapacitySource in com.oracle.bmc.core.model
Subclasses of CapacitySource in com.oracle.bmc.core.model Modifier and Type Class Description class
DedicatedCapacitySource
A capacity source of bare metal hosts that is dedicated to a user.Methods in com.oracle.bmc.core.model that return CapacitySource Modifier and Type Method Description CapacitySource
ComputeCapacityTopology. getCapacitySource()
Methods in com.oracle.bmc.core.model with parameters of type CapacitySource Modifier and Type Method Description ComputeCapacityTopology.Builder
ComputeCapacityTopology.Builder. capacitySource(CapacitySource capacitySource)
Constructors in com.oracle.bmc.core.model with parameters of type CapacitySource Constructor Description ComputeCapacityTopology(String availabilityDomain, CapacitySource capacitySource, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, ComputeCapacityTopology.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated)
Deprecated.
-