OpenShift Java Client 2.5.0.Final

com.openshift.client
Interface IGear

All Known Implementing Classes:
Gear

public interface IGear


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
 

Method Detail

getId

String getId()
Returns the id of this gear.

Returns:
the id

getState

GearState getState()
Returns the state of this gear

Returns:
the state

getSshUrl

String getSshUrl()
The URL to use when connecting with SSH in the following form: ssh://<username>@<host>

Returns:
the SSH URL

OpenShift Java Client 2.5.0.Final

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