public abstract class ServiceOffering extends Resource
| Constructor and Description |
|---|
ServiceOffering() |
| Modifier and Type | Method and Description |
|---|---|
abstract Boolean |
getAvailable()
Whether the service offering is available
|
abstract BrokerCatalog |
getBrokerCatalog()
The broker catalog
|
abstract String |
getDescription()
The description
|
abstract String |
getDocumentationUrl()
The documentation url
|
abstract Metadata |
getMetadata()
The metadata
|
abstract String |
getName()
The name
|
abstract ServiceOfferingRelationships |
getRelationships()
The relationships
|
abstract List<String> |
getRequires()
A list of permissions that the user would have to give the service
|
abstract Boolean |
getShareable()
Whether or not service instances of this service offering can be shared across organizations and spaces
|
abstract List<String> |
getTags()
A list of tags for the service offering
|
getCreatedAt, getId, getLinks, getUpdatedAtpublic abstract Boolean getAvailable()
public abstract BrokerCatalog getBrokerCatalog()
public abstract String getDescription()
public abstract String getDocumentationUrl()
public abstract Metadata getMetadata()
public abstract String getName()
public abstract ServiceOfferingRelationships getRelationships()
public abstract List<String> getRequires()
public abstract Boolean getShareable()
Copyright © 2022. All rights reserved.