> })
> protected VirtualGuest(int accountId, @Nullable Date createDate, boolean
> dedicatedAccountHostOnly, @Nullable String domain,
> @Nullable String fullyQualifiedDomainName,
> @Nullable String hostname, int id, @Nullable Date lastVerifiedDate,
> int maxCpu, @Nullable String maxCpuUnits, int
> maxMemory, @Nullable Date metricPollDate, @Nullable Date modifyDate,
> @Nullable String notes, boolean
> privateNetworkOnly, int startCpus, int statusId, @Nullable String uuid,
> @Nullable String primaryBackendIpAddress,
> @Nullable String primaryIpAddress, @Nullable BillingItem billingItem,
> - @Nullable OperatingSystem operatingSystem,
> @Nullable Datacenter datacenter, @Nullable PowerState powerState) {
> + @Nullable OperatingSystem operatingSystem,
> @Nullable String operatingSystemReferenceCode,
> + @Nullable Datacenter datacenter, @Nullable
> PowerState powerState, @Nullable SoftwareLicense softwareLicense,
> + @Nullable int activeTransactionCount,
> Set<VirtualGuestBlockDevice> blockDevices,
Remove the `@Nullable` from the primitive types.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/296/files#r11139011