DefinedEntityTypes

DefinedEntityTypes
DefinedEntityTypes

A list of defined entity types.

AllOf
This class requires all of the following:
JSON Example
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "id": "urn:vcloud:type:vmware:vspheresddc:1.0.0",
            "name": "vspheresddc",
            "description": "string",
            "nss": "sddc",
            "version": "1.1.0",
            "inheritedVersion": "1.0.0",
            "externalId": "123",
            "schema": {
                "application/json": {
                    "type": "object",
                    "properties": {
                        "rectangle": {
                            "$ref": "#/components/schemas/Rectangle"
                        }
                    },
                    "definitions": {
                        "size": {
                            "type": "number",
                            "minimum": 0
                        },
                        "Rectangle": {
                            "type": "object",
                            "properties": {
                                "a": {
                                    "$ref": "#/components/schemas/size"
                                },
                                "b": {
                                    "$ref": "#/components/schemas/size"
                                }
                            }
                        }
                    }
                }
            },
            "vendor": "vmware",
            "interfaces": [
                "urn:vcloud:interface:vmware.sddc:1.0.0"
            ],
            "readonly": false
        }
    ]
}
Availability
Added in 35.0