ServiceOffering

ServiceOffering
ServiceOffering
AllOf
This class requires all of the following:
JSON Example
{
    "guid": "string",
    "created_at": "string",
    "updated_at": "string",
    "name": "string",
    "description": "string",
    "available": false,
    "tags": [
        "string"
    ],
    "requires": [
        "string"
    ],
    "shareable": false,
    "documentation_url": "string",
    "broker_catalog": {
        "id": "string",
        "metadata": {
            "displayName": "string",
            "documentationUrl": "string",
            "imageUrl": "string",
            "longDescription": "string",
            "providerDisplayName": "string",
            "supportUrl": "string"
        },
        "features": {
            "plan_updateable": false,
            "bindable": false,
            "instances_retrievable": false,
            "bindings_retrievable": false,
            "allow_context_updates": false
        }
    },
    "relationships": {
        "service_broker": {
            "data": {
                "guid": "string"
            }
        }
    },
    "service_broker_guid": "string",
    "service_broker_name": "string",
    "metadata": {
        "labels": {
            "labels": "string"
        },
        "annotations": {
            "annotations": "string"
        }
    },
    "links": {
        "self": {
            "href": "string",
            "method": "string"
        },
        "service_plans": {
            "href": "string",
            "method": "string"
        },
        "service_broker": {
            "href": "string",
            "method": "string"
        }
    }
}