-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: oracle-cloud-infrastructure-compute-plugin
-
None
When launching machines... allow for boot image size to be specified via the :
Â
LaunchInstanceDetails.builder()
.sourceDetails(InstanceSourceViaImageDetails.builder()
.bootVolumeSizeInGBs(bootSize)
.imageId(imageId)
.build())
Â
Â
api calls.