> + * Your Cloud Big Data profile is different from your cloud account. Your > profile has the following characteristics and requirements: > + * A profile is the configuration for the administration and login account > for the cluster. > + * Only one profile is allowed for each user or account. > + * Any updates or additions override the existing profile. > + * @author Zack Shoylev > + */ > +@RequestFilters(AuthenticateRequest.class) > +@Consumes(MediaType.APPLICATION_JSON) > +@Produces(MediaType.APPLICATION_JSON) > +public interface ClusterApi extends Closeable { > + > + /** > + * Create a Cluster. > + * Before creating a cluster, a profile has to be created. > + * @param cluster An object containing information about the cluster to > be created. > + * @param profile A CreateCluster object containing information about the > profile to be created.
It seems it creates a warning only for missing params =\. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/78/files#r9523402