Uses of Class
com.oracle.bmc.capacitymanagement.model.AssociatedOccHandoverResourceBlock
-
Packages that use AssociatedOccHandoverResourceBlock Package Description com.oracle.bmc.capacitymanagement.model -
-
Uses of AssociatedOccHandoverResourceBlock in com.oracle.bmc.capacitymanagement.model
Methods in com.oracle.bmc.capacitymanagement.model that return AssociatedOccHandoverResourceBlock Modifier and Type Method Description AssociatedOccHandoverResourceBlock
AssociatedOccHandoverResourceBlock.Builder. build()
Methods in com.oracle.bmc.capacitymanagement.model that return types with arguments of type AssociatedOccHandoverResourceBlock Modifier and Type Method Description List<AssociatedOccHandoverResourceBlock>
OccCapacityRequestBaseDetails. getAssociatedOccHandoverResourceBlockList()
A list containing details about occHandoverResourceBlocks which were handed over for the corresponding resource name.Methods in com.oracle.bmc.capacitymanagement.model with parameters of type AssociatedOccHandoverResourceBlock Modifier and Type Method Description AssociatedOccHandoverResourceBlock.Builder
AssociatedOccHandoverResourceBlock.Builder. copy(AssociatedOccHandoverResourceBlock model)
Method parameters in com.oracle.bmc.capacitymanagement.model with type arguments of type AssociatedOccHandoverResourceBlock Modifier and Type Method Description OccCapacityRequestBaseDetails.Builder
OccCapacityRequestBaseDetails.Builder. associatedOccHandoverResourceBlockList(List<AssociatedOccHandoverResourceBlock> associatedOccHandoverResourceBlockList)
A list containing details about occHandoverResourceBlocks which were handed over for the corresponding resource name.Constructor parameters in com.oracle.bmc.capacitymanagement.model with type arguments of type AssociatedOccHandoverResourceBlock Constructor Description OccCapacityRequestBaseDetails(String resourceType, String workloadType, String sourceWorkloadType, Long expectedHandoverQuantity, Date dateExpectedHandover, Long actualHandoverQuantity, Date dateActualHandover, String availabilityDomain, List<AssociatedOccHandoverResourceBlock> associatedOccHandoverResourceBlockList, String resourceName, Long demandQuantity)
Deprecated.
-