usage update wrt group name

This commit is contained in:
Adrian Cole 2012-07-05 10:12:21 -07:00
parent f95070a88e
commit 9f05a64c8d
1 changed files with 6 additions and 1 deletions

View File

@ -142,8 +142,13 @@ public interface ComputeService {
* If resources such as security groups are needed, they will be reused or created for you. * If resources such as security groups are needed, they will be reused or created for you.
* Inbound port 22 will always be opened up. * Inbound port 22 will always be opened up.
* *
* <h3>Note</h3>
*
* While naming constraints on the group name vary per cloud, lower-case alphanumeric with
* hyphens and least characters practical is most compatible.
*
* @param group * @param group
* - common identifier to group nodes by, cannot contain hyphens * - common identifier to group nodes by
* @param count * @param count
* - how many to fire up. * - how many to fire up.
* @param template * @param template