> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +package org.apache.jclouds.profitbricks.rest.domain;
> +
> +import java.util.Date;
> +
> +import com.google.auto.value.AutoValue;
> +
> +import org.jclouds.javax.annotation.Nullable;
> +
> +@AutoValue
> +public abstract class Snapshot {

In relation to this 
[comment](https://github.com/jclouds/jclouds-labs/pull/227#issuecomment-172589850),
 it seems you can remove this Domain class, at least for this PR. I'd 
understand the inclusion of Volume and Nic, since they're returned by the API, 
based on [docs](https://devops.profitbricks.com/api/rest/#retrieve-a-server).

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/227/files#r51214188

Reply via email to