> + /**
> + * @param identifier Virtual Data Center identifier
> + * @return Returns information about an existing virtual data center's
> state and configuration.
> + */
> + @POST
> +
> @Payload("<ws:getDataCenter><dataCenterId>{id}</dataCenterId></ws:getDataCenter>")
> + @XMLResponseParser(DataCenterInfoResponseHandler.class)
> + DataCenter getDataCenter(@PayloadParam("id") String identifier) throws
> HttpResponseException;
> +
> + /**
> + * This is a lightweight function for polling the current provisioning
> state of the Virtual Data Center. It is
> + * recommended to use this function for large Virtual Data Centers to
> query request results.
> + *
> + * @param identifier
> + * @return Provisioning state
> + * @throws HttpResponseException
Describe the parameters, etc, if you add them to the javadoc.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/72/files#r22134001