public abstract class CharmService
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected GluonClient |
gluonClient |
| Constructor and Description |
|---|
CharmService(GluonClient gluonClient)
Construct a new Charm Up service that uses the specified GluonClient to
connect with the Gluon Cloud infrastructure.
|
| Modifier and Type | Method and Description |
|---|---|
GluonClient |
getGluonClient() |
protected final GluonClient gluonClient
public CharmService(GluonClient gluonClient)
gluonClient - The GluonClient to use for connecting with Gluon
Cloud.public GluonClient getGluonClient()