Skip to main content

validate_update_values

Function validate_update_values 

Source
pub fn validate_update_values(update: &ResourceUpdate) -> Result<()>
Expand description

Validate resource values independently from whether they can be changed on a running Box.

Callers that persist limits for a stopped Box must still call this function: lifecycle state only controls hot-resize support, not input validity.