Uses of Class
com.oracle.bmc.ocvp.model.AddBlockVolumeToDatastoreDetails
-
Packages that use AddBlockVolumeToDatastoreDetails Package Description com.oracle.bmc.ocvp.model com.oracle.bmc.ocvp.requests -
-
Uses of AddBlockVolumeToDatastoreDetails in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return AddBlockVolumeToDatastoreDetails Modifier and Type Method Description AddBlockVolumeToDatastoreDetails
AddBlockVolumeToDatastoreDetails.Builder. build()
Methods in com.oracle.bmc.ocvp.model with parameters of type AddBlockVolumeToDatastoreDetails Modifier and Type Method Description AddBlockVolumeToDatastoreDetails.Builder
AddBlockVolumeToDatastoreDetails.Builder. copy(AddBlockVolumeToDatastoreDetails model)
-
Uses of AddBlockVolumeToDatastoreDetails in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return AddBlockVolumeToDatastoreDetails Modifier and Type Method Description AddBlockVolumeToDatastoreDetails
AddBlockVolumeToDatastoreRequest. getAddBlockVolumeToDatastoreDetails()
The information about Block Volume addition to datastore.AddBlockVolumeToDatastoreDetails
AddBlockVolumeToDatastoreRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.ocvp.requests with parameters of type AddBlockVolumeToDatastoreDetails Modifier and Type Method Description AddBlockVolumeToDatastoreRequest.Builder
AddBlockVolumeToDatastoreRequest.Builder. addBlockVolumeToDatastoreDetails(AddBlockVolumeToDatastoreDetails addBlockVolumeToDatastoreDetails)
The information about Block Volume addition to datastore.AddBlockVolumeToDatastoreRequest.Builder
AddBlockVolumeToDatastoreRequest.Builder. body$(AddBlockVolumeToDatastoreDetails body)
Alternative setter for the body parameter.
-