class VirtualMachinePowerOff extends Component {

  constructor () {
    super();
    this._onSubmit = this._onSubmit.bind(this);