package org.springframework.ide.eclipse.boot.dash.cloudfoundry.client; public interface CFInstanceStats { CFInstanceState getState(); }