public abstract class ServiceInstance extends Resource
| Constructor and Description |
|---|
ServiceInstance() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getDashboardUrl()
The dashboard url
|
abstract Metadata |
getMetadata()
The metadata
|
abstract String |
getName()
The name
|
abstract ServiceInstanceRelationships |
getRelationships()
The relationships
|
abstract String |
getRouteServiceUrl()
The route service url
|
abstract String |
getSyslogDrainUrl()
The syslog drain url
|
abstract List<String> |
getTags()
A list of tags for the service instance
|
abstract ServiceInstanceType |
getType()
The type of the service instance
|
abstract Boolean |
getUpdateAvailable()
Whether or not an upgrade of this service instance is available on the current Service Plan
|
getCreatedAt, getId, getLinks, getUpdatedAtpublic abstract String getDashboardUrl()
public abstract Metadata getMetadata()
public abstract String getName()
public abstract ServiceInstanceRelationships getRelationships()
public abstract String getRouteServiceUrl()
public abstract String getSyslogDrainUrl()
public abstract ServiceInstanceType getType()
public abstract Boolean getUpdateAvailable()
Copyright © 2020. All rights reserved.