EGI-FCTF/rOCCI-core

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

Summary

Maintainability
Test Coverage
---
term: restart
schema: http://schemas.ogf.org/occi/infrastructure/compute/action#
title: Restart compute via the specified method
attributes:
  method:
    type: !ruby/class String
    required: false
    mutable: true
    default: cold
    description: Restart method
    pattern: !ruby/regexp '/^(graceful|warm|cold)$/'