> +import org.jclouds.rackspace.cloudbigdata.v1.features.ClusterApi;
> +
> +import com.google.common.base.Objects;
> +import com.google.common.base.Objects.ToStringHelper;
> +import com.google.common.collect.ImmutableList;
> +
> +/**
> + * Cloud Big Data Cluster. This class is used for responses.
> + *
> + * @see ClusterApi#create
> + * @author Zack Shoylev
> + */
> +public class Cluster extends CreateCluster {
> + private final String id;
> + private final String created;
> + private final String updated;
created and updated should be of type Date
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/78/files#r9547912