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.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
gatewayId |
protected java.lang.String |
name |
protected java.lang.String |
status |
protected java.lang.String |
token |
protected java.lang.String |
tokenId |
Constructor and Description |
---|
Gateway() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGatewayId()
Gets the gatewayId.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getStatus()
Gets the status.
|
java.lang.String |
getToken()
Gets the token.
|
java.lang.String |
getTokenId()
Gets the tokenId.
|
@SerializedName(value="gateway_id") protected java.lang.String gatewayId
protected java.lang.String name
protected java.lang.String status
protected java.lang.String token
@SerializedName(value="token_id") protected java.lang.String tokenId
public java.lang.String getGatewayId()
The gateway ID of the gateway.
public java.lang.String getName()
The user defined name of the gateway.
public java.lang.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 java.lang.String getToken()
The generated **token** for this gateway. The value of this field is used when configuring the remotly installed gateway.
public java.lang.String getTokenId()
The generated **token_id** for this gateway. The value of this field is used when configuring the remotly installed gateway.