Class Cluster
- java.lang.Object
-
- com.netflix.genie.common.external.dtos.v4.CommonResource
-
- com.netflix.genie.common.external.dtos.v4.Cluster
-
- All Implemented Interfaces:
java.io.Serializable
public class Cluster extends CommonResource
An immutable V4 Cluster resource.- Since:
- 4.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Cluster(java.lang.String id, java.time.Instant created, java.time.Instant updated, ExecutionEnvironment resources, ClusterMetadata metadata)
Constructor.
-
-
-
Constructor Detail
-
Cluster
public Cluster(java.lang.String id, java.time.Instant created, java.time.Instant updated, @Nullable ExecutionEnvironment resources, ClusterMetadata metadata)
Constructor.- Parameters:
id
- The unique identifier of this clustercreated
- The time this cluster was created in the systemupdated
- The last time this cluster was updated in the systemresources
- The execution resources associated with this clustermetadata
- The metadata associated with this cluster
-
-