{ "additionalProperties": false, "extends": { "$ref": "VirtualPortgroup }, "id": "DistributedVirtualPortgroup", "module_id": "InventoryCmObj", "polymorphic-type-descriptor": { "type-identifier": "DistributedVirtualPortgroup" }, "properties": { "_last_sync_time": { "$ref": "EpochMsTimestamp, "can_sort": true, "description": "Timestamp of last modification", "readonly": true }, "_links": { "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.", "items": { "$ref": "ResourceLink }, "readonly": true, "title": "References related to this resource", "type": "array" }, "_schema": { "readonly": true, "title": "Schema for this resource", "type": "string" }, "_self": { "$ref": "SelfResourceLink, "readonly": true, "title": "Link to this resource" }, "backing_type": { "description": "For distributed virtual portgroup, backing type is standard. For logical switch portgroup, the backing type is set to nsx.", "readonly": false, "title": "Backing type for portgroup", "type": "string" }, "cm_local_id": { "description": "Id of the portgroup, eg. a mo-ref from VC.", "readonly": true, "required": false, "title": "Id of the portgroup in compute manager", "type": "string" }, "description": { "can_sort": true, "maxLength": 1024, "title": "Description of this resource", "type": "string" }, "display_name": { "can_sort": true, "description": "Defaults to ID if not set", "maxLength": 255, "title": "Identifier to use when displaying entity in logs or GUI", "type": "string" }, "external_id": { "readonly": true, "required": true, "title": "External id of the virtual portgroup", "type": "string" }, "key": { "readonly": false, "title": "Generated UUID of the portgroup", "type": "string" }, "origin_type": { "readonly": true, "required": false, "title": "Portgroup type like DistributedVirtualPortgroup", "type": "string" }, "overall_status": { "description": "This parameters reflects the managed entity status of the portgroup as reported by VC.", "enum": [ "RED", "YELLOW", "GREEN", "GRAY" ], "readonly": true, "required": false, "title": "General status of the virtual portgroup", "type": "string" }, "resource_type": { "description": "The type of this resource.", "readonly": false, "required": true, "type": "string" }, "scope": { "description": "Specifies list of scope of discovered resource. e.g. if VHC path is associated with principal identity, who owns the discovered resource, then scope id will be VHC path and scope type will be VHC.", "items": { "$ref": "DiscoveredResourceScope }, "readonly": false, "required": false, "title": "List of scopes for discovered resource", "type": "array" }, "tags": { "items": { "$ref": "Tag }, "maxItems": 30, "title": "Opaque identifiers meaningful to the API user", "type": "array" } }, "title": "Distributed virtual portgroup on a VC", "type": "object" }