All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ververica.common.model.deploymenttarget.DeploymentTargetState Maven / Gradle / Ivy

package com.ververica.common.model.deploymenttarget;

/** The current state of a deployment target. */
public enum DeploymentTargetState {

  /** The deployment target is running. */
  ONLINE,

  /** The deployment target has been closed. */
  OFFLINE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy