A method to update the configuration setting.
Output / Response
Updates the configuration setting.
API call:
void updateConfigurationSetting( long configurationId,
String settingName, String properties )
Parameter | Description |
---|---|
configurationId | The object ID of the configuration in which the setting is to be located. |
settingName | The name of the specific setting to be read. Only the option inheritance (OPTION_INHERITANCE) setting is supported. |
properties | The new properties of the configuration setting to be updated. Only the
disable DNS option inheritance (disableDnsOptionInheritance) property is
supported. If set to true, DNS options that have been
configured on a zone are not inherited by the child zone. In the reverse space, DNS
options that have been configured on a block are not inherited by the child block or network. Note:
|