> + return status.get(); > + } > + } > + > + private final int id; > + private final String name; > + @Named("image_id") > + private final int imageId; > + @Named("size_id") > + private final int sizeId; > + @Named("region_id") > + private final int regionId; > + @Named("backups_active") > + private final boolean backupsActive; > + private final List<Object> backups; > + private final List<Object> snapshots;
List\<Object\>? Are these JSON bags or..? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/49/files#r9165566