Test Search vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - HostAssignableHardwareConfigAttributeOverride(vim.host.AssignableHardwareConfig.AttributeOverride)
- Property of
- HostAssignableHardwareConfig
- Extends
- DynamicData
- Since
- vSphere API Release 7.0
Data Object Description
An AttributeOverride provides a name-value pair that overrides for a particular instance node a configurable Attribute defined by that device.Properties
Name | Type | Description |
---|---|---|
instanceId | xsd:string |
Instance ID of the Assignable Hardware instance node where
the attribute specified by name is overridden.
|
name | xsd:string |
Name of attribute to override.
|
value* | xsd:anyType |
When AssignableHardwareConfig is a returned data object:
Value returned will always be set.
When AssignableHardwareConfig is used as a parameter to
an operation updating Assignable Hardware configuration:
If value is set, an existing AttributeOverride with matching
instanceId and name will have its value updated; if there is
no existing AttributeOverride that matches, a new
AttributeOverride is created. The type of the value must match
the type of the attribute value being overridden.
If value is not set, an existing AttributeOverride matching
the specified instanceId and name is deleted.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |