cis data svc resource model: resource item
Contains the data returned for a single resource, which corresponds to a single item in the result set. Represents the result of a projection onto the public state of the resource model data of the given resource.
Representation:
{
"property_values" : [
"opaque_string_value",
"opaque_string_value"
]
}
"property_values" : [
"opaque_string_value",
"opaque_string_value"
]
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
property_values | opaque[] | The model property values for the resource. The name of each model property value is given by the model property name with the same index in cis.data.svc.resource_model.result_set.properties. In other words, the position of a property value in this list should be the same as the position of the property in the cis.data.svc.resource_model.result_set.properties list. A property value may be unset if the respective property is unset or doesn't exist for the resource. For example, if the optional VirtualMachine/config property is unset then its child property VirtualMachine/config/modified doesn't exist; they both will manifest as unset values in the property_values list. |