code4clouds commented on this pull request.
> + public abstract String typeHandlerVersion(); + + /** + * The autoUpgradeMinorVersion reference of the extension properties + */ + public abstract Boolean autoUpgradeMinorVersion(); + + /** + * The ExtensionProfileSettings of the extension properties + */ + public abstract ExtensionProfileSettings settings(); + + /** + * The list of the protectedSettings of the extension properties + */ + @Nullable These @Nullable annotations are required to serialized the json response from the service (especially the when the value is not returned as sometimes there are not setup by the users) -- 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/412#discussion_r147038629
