OpenShift Java Client 2.5.0.Final

com.openshift.client
Interface IGearGroup

All Known Implementing Classes:
GearGroupResource

public interface IGearGroup


Method Summary
 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.
 

Method Detail

getUUID

String getUUID()
Returns the uuid of this gear groups.

Returns:
the uuid

getName

String getName()
Returns the name of this gear groups

Returns:
the name

getGears

Collection<IGear> getGears()
Returns the gears in this gear group resource

Returns:
the gears

getCartridges

Collection<ICartridge> getCartridges()
Returns the cartridges in this gear group resource

Returns:
the gears

OpenShift Java Client 2.5.0.Final

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.