}
public ContainerClusterResource(ContainerCluster cluster) {
this.id = cluster.getId();
this.gridProjection = new GridProjectionResource(cluster.getGridProjection());
ClusterState clusterState = cluster.getStateMachine().getState().getId();
containerClusterState = new ContainerClusterStateResource(clusterState);
}