public interface IGear
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.