public class Gateway
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
Gateway.Status
The current status of the gateway. 
 | 
| Constructor and Description | 
|---|
Gateway()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getGatewayId()
Gets the gatewayId. 
 | 
String | 
getName()
Gets the name. 
 | 
String | 
getStatus()
Gets the status. 
 | 
String | 
getToken()
Gets the token. 
 | 
String | 
getTokenId()
Gets the tokenId. 
 | 
public String getGatewayId()
The gateway ID of the gateway.
public String getName()
The user defined name of the gateway.
public String getStatus()
The current status of the gateway. `connected` means the gateway is connected to the remotly installed gateway. `idle` means this gateway is not currently in use.
public String getToken()
The generated **token** for this gateway. The value of this field is used when configuring the remotly installed gateway.
public String getTokenId()
The generated **token_id** for this gateway. The value of this field is used when configuring the remotly installed gateway.
Copyright © 2021 IBM Cloud. All rights reserved.