An attribute that has been applied to a VM request.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
attributeName | string | element | 0/1 | Get the attribute name. | |
value | string | element | 0/1 | Get the value for the specified attribute. | |
Properties inherited from supportTemplating |
|||||
xsitype | string | attribute | 0/1 |
Example
<VMRequestAttribute xsitype="..."> <attributeName>...</attributeName> <value>...</value> </VMRequestAttribute>