Uses of Class
com.oracle.bmc.ocvp.model.BlockVolumeDetails
-
Packages that use BlockVolumeDetails Package Description com.oracle.bmc.ocvp.model -
-
Uses of BlockVolumeDetails in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return BlockVolumeDetails Modifier and Type Method Description BlockVolumeDetails
BlockVolumeDetails.Builder. build()
Methods in com.oracle.bmc.ocvp.model that return types with arguments of type BlockVolumeDetails Modifier and Type Method Description List<BlockVolumeDetails>
Datastore. getBlockVolumeDetails()
The list of Block Volume details that belong to the datastore.List<BlockVolumeDetails>
DatastoreSummary. getBlockVolumeDetails()
The list of Block Volume details that belong to the datastore.Methods in com.oracle.bmc.ocvp.model with parameters of type BlockVolumeDetails Modifier and Type Method Description BlockVolumeDetails.Builder
BlockVolumeDetails.Builder. copy(BlockVolumeDetails model)
Method parameters in com.oracle.bmc.ocvp.model with type arguments of type BlockVolumeDetails Modifier and Type Method Description Datastore.Builder
Datastore.Builder. blockVolumeDetails(List<BlockVolumeDetails> blockVolumeDetails)
The list of Block Volume details that belong to the datastore.DatastoreSummary.Builder
DatastoreSummary.Builder. blockVolumeDetails(List<BlockVolumeDetails> blockVolumeDetails)
The list of Block Volume details that belong to the datastore.
-