> +import org.jclouds.rackspace.cloudbigdata.v1.features.ProfileApi;
> +
> +import com.google.common.base.Objects;
> +import com.google.common.base.Objects.ToStringHelper;
> +import com.google.common.collect.ImmutableList;
> +
> +/**
> + * Cloud Big Data CreateProfile. This class is used for requests.
> + *
> + * @see ProfileApi#create
> + * @author Zack Shoylev
> + */
> +public class CreateProfile implements Comparable<CreateProfile> {
> + private final String username;
> + private final String password;
> + private final ImmutableList<ProfileSSHKey> sshkeys;
sshKeys
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/78/files#r9548521