java.lang.Object
com.netflix.genie.common.internal.dtos.CommonResource
com.netflix.genie.common.internal.dtos.Cluster
All Implemented Interfaces:
Serializable

public class Cluster extends CommonResource
An immutable V4 Cluster resource.
Since:
4.0.0
See Also:
  • Constructor Details

    • Cluster

      public Cluster(String id, Instant created, Instant updated, @Nullable ExecutionEnvironment resources, ClusterMetadata metadata)
      Constructor.
      Parameters:
      id - The unique identifier of this cluster
      created - The time this cluster was created in the system
      updated - The last time this cluster was updated in the system
      resources - The execution resources associated with this cluster
      metadata - The metadata associated with this cluster