public abstract class ServicePlan extends Resource
Constructor and Description |
---|
ServicePlan() |
Modifier and Type | Method and Description |
---|---|
abstract Boolean |
getAvailable()
Whether or not the service plan is available
|
abstract BrokerCatalog |
getBrokerCatalog()
Information obtained from the service broker catalog
|
abstract List<Cost> |
getCosts()
The cost of the service plan as obtained from the service broker catalog
|
abstract String |
getDescription()
Description of the service plan
|
abstract Boolean |
getFree()
Whether or not the service plan is free of charge
|
abstract MaintenanceInfo |
getMaintenanceInfo()
Information about the version of this service plan
|
abstract Metadata |
getMetadata()
The metadata
|
abstract String |
getName()
The name of the service plan
|
abstract ServicePlanRelationships |
getRelationships()
The relationships
|
abstract Schemas |
getSchemas()
Schema definitions for service instances and service bindings for the service plan
|
abstract Visibility |
getVisibilityType()
Denotes the visibility of the plan
|
getCreatedAt, getId, getLinks, getUpdatedAt
public abstract Boolean getAvailable()
public abstract BrokerCatalog getBrokerCatalog()
public abstract List<Cost> getCosts()
public abstract String getDescription()
public abstract Boolean getFree()
public abstract MaintenanceInfo getMaintenanceInfo()
public abstract Metadata getMetadata()
public abstract String getName()
public abstract ServicePlanRelationships getRelationships()
public abstract Schemas getSchemas()
public abstract Visibility getVisibilityType()
Copyright © 2020. All rights reserved.