cis data legacy resource model: property value
Contains the value of a specific resource model property.
Representations:
{
"property": "string",
"value": "opaque_string_value"
}
"property": "string",
"value": "opaque_string_value"
}
<?xml version="1.0" ?>
<ns0:PropertyValue xmlns:ns0="http://vmware.com/cis/data/legacy/resource_model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<value>opaque_string_value</value>
<property>string</property>
</ns0:PropertyValue>
<ns0:PropertyValue xmlns:ns0="http://vmware.com/cis/data/legacy/resource_model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<value>opaque_string_value</value>
<property>string</property>
</ns0:PropertyValue>
Attributes:
| Name | Type | Description |
|---|---|---|
| Required | ||
| property | string | Identifies the resource model property. Begins with the fully-qualified name of the resource model that declares the property, followed by the name of the property. The property name could be either a single property name, in case of an immediate property of the resource model or a property path, i.e. chain of property names, separated with / symbol to indicate a child property, e.g. com.acme.PersonModel/relatives/father. |
| value | opaque | A snapshot of the resource model property value. |