public interface IGearGroup
| Modifier and Type | Field and Description |
|---|---|
static int |
NO_ADDITIONAL_GEAR_STORAGE |
| Modifier and Type | Method and Description |
|---|---|
int |
getAdditionalStorage()
Returns the additional storage configured for this gear group in gigabytes
|
Collection<ICartridge> |
getCartridges()
Returns the cartridges in this gear group resource
|
Collection<IGear> |
getGears()
Returns the gears in this gear group resource
|
String |
getName()
Returns the name of this gear groups
|
String |
getUUID()
Returns the uuid of this gear groups.
|
static final int NO_ADDITIONAL_GEAR_STORAGE
String getUUID()
String getName()
Collection<IGear> getGears()
Collection<ICartridge> getCartridges()
int getAdditionalStorage()
Copyright © 2016 JBoss by Red Hat. All rights reserved.