| 309 | |
| 310 | |
| 311 | ActionObject ActionObject::shrinkVolume( |
| 312 | const Offer::Operation::ShrinkVolume& shrink) |
| 313 | { |
| 314 | return fromResourceWithLegacyValue( |
| 315 | authorization::RESIZE_VOLUME, |
| 316 | shrink.volume(), |
| 317 | getReservationRole(shrink.volume())); |
| 318 | } |
| 319 | |
| 320 | |
| 321 | Try<ActionObject> ActionObject::createDisk( |
nothing calls this directly
no test coverage detected