the-rocci-project/rOCCI-core

View on GitHub
lib/occi/infrastructure/warehouse/actions/compute_stop.yml

Summary

Maintainability
Test Coverage
---
term: stop
schema: http://schemas.ogf.org/occi/infrastructure/compute/action#
title: Change compute status to inactive
attributes:
  method:
    type: !ruby/class String
    required: false
    mutable: true
    default: poweroff
    description: Stop method
    pattern: !ruby/regexp '/^(graceful|acpioff|poweroff)$/'