trevorflanagan commented on this pull request.
> +
+ VmTools() {
+ }
+
+ public abstract String type();
+
+ @Nullable
+ public abstract String versionStatus();
+
+ @Nullable
+ public abstract String runningStatus();
+
+ @Nullable
+ public abstract Integer apiVersion();
+
+ public abstract Builder toBuilder();
👍
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/380#discussion_r110690075