public class GearGroupResourceDTO extends BaseResourceDTO
Modifier and Type | Method and Description |
---|---|
int |
getAdditionalStorage()
Returns the additional storage configured for this gear group in gigabytes
|
CartridgeResourceDTO |
getCartridge(String name)
Returns the cartridge identified by the given name.
|
Map<String,CartridgeResourceDTO> |
getCartridges()
Returns the cartridges within this gear group.
|
Collection<GearResourceDTO> |
getGears()
Returns the gears within this gear group.
|
String |
getName()
Returns the name of this gear group
|
String |
getUuid()
Returns the uuid of this gear group.
|
getLink, getLinks, getMessages
public final String getName()
public final String getUuid()
public final Collection<GearResourceDTO> getGears()
public Map<String,CartridgeResourceDTO> getCartridges()
public CartridgeResourceDTO getCartridge(String name)
public int getAdditionalStorage()
Copyright © 2019 JBoss by Red Hat. All rights reserved.