| 
OpenShift Java Client 2.5.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.openshift.internal.client.Gear
public class Gear
A gear that a cartridge is running on.
| Constructor Summary | |
|---|---|
Gear(String id,
     GearState state,
     String sshUrl)
 | 
|
| Method Summary | |
|---|---|
 String | 
getId()
Returns the id of this gear.  | 
 String | 
getSshUrl()
The URL to use when connecting with SSH in the following form: ssh://<username>@<host> | 
 GearState | 
getState()
Returns the state of this gear  | 
 String | 
toString()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public Gear(String id,
            GearState state,
            String sshUrl)
| Method Detail | 
|---|
public String getId()
IGear
getId in interface IGearpublic GearState getState()
IGear
getState in interface IGearpublic String getSshUrl()
IGearssh://<username>@<host>
getSshUrl in interface IGearpublic String toString()
toString in class Object
  | 
OpenShift Java Client 2.5.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||