| Local Properties | Local Methods | |
Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
Name | Type | Description |
---|---|---|
setting* | OptionValue[] |
A list of the current settings for the key/value pair options.
|
supportedOption* | OptionDef[] |
A list of supported key/value pair options including their
type information.
|
Methods
Methods defined in this Managed Object |
---|
QueryOptions, UpdateOptions |
This method might require any of the following privileges depending on where the property fits in the inventory tree.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the OptionManager used to make the method call. |
name* | xsd:string |
|
Return Value
Type | Description |
---|---|
OptionValue[] | The option with the given name. If the name ends with a dot, all options for that subtree are returned. |
Faults
Type | Description |
---|---|
InvalidName | Thrown if no option or subtree exists with the given name. |
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 |
A nested option setting can be named using a dot notation; for example, system.cacheSize.
This method might require any of the following privileges depending on where the property fits in the inventory tree.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the OptionManager used to make the method call. |
changedValue | OptionValue[] |
|
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
InvalidArgument | Thrown if one or more OptionValue contains an invalid value. |
InvalidName | Thrown if one or more OptionValue objects refers to a non-existent option. |
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 |