> + private final boolean backupsActive;
> + private final List<Object> backups;
> + private final List<Object> snapshots;
> + @Named("ip_address")
> + private final String ip;
> + @Named("private_ip_address")
> + private final String privateIp;
> + private final boolean locked;
> + private final Status status;
> + @Named("created_at")
> + private final Date creationDate;
> +
> + @ConstructorProperties({ "id", "name", "image_id", "size_id",
> "region_id", "backups_active", "backups", "snapshots",
> + "ip_address", "private_ip_address", "locked", "status",
> "created_at" })
> + public Droplet(int id, String name, int imageId, int sizeId, int
> regionId, boolean backupsActive,
> + @Nullable List<Object> backups, @Nullable List<Object> snapshots,
> String ip, @Nullable String privateIp,
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#r9165554