|
|
|
| Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| availableField* P | CustomFieldDef[] |
List of custom field definitions that are valid for the object's type.
The fields are sorted by name.
Since VI API 2.5 |
| value* P | CustomFieldValue[] |
List of custom field values. Each value uses a key to associate
an instance of a CustomFieldStringValue with
a custom field definition.
Since VI API 2.5 |
Methods
| Methods defined in this Managed Object |
|---|
| setCustomValue |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ExtensibleManagedObject used to make the method call. |
| key | xsd:string |
The name of the field whose value is to be updated.
|
| value | xsd:string |
Value to be assigned to the custom field.
|
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| InvalidArgument | Thrown if no custom field with that key exists. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
| Type | |
|---|---|
| None | |
| Top of page | Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |
|
|