> +import com.vmware.vim25.mo.ManagedEntity;
> +
> +import java.rmi.RemoteException;
> +import java.util.List;
> +
> +/**
> + * Date: 26/06/2014 10:26 AM
> + * Package: org.jclouds.vsphere
> + */
> +public interface AlarmManagerApi {
> + List<AlarmExpression> getDefaultExpression();
> +
> + AlarmDescription getDescription();
> +
> + /**
> + * @since 4.0
The version of which library does this refer to?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/61/files#r18060408