Content ConfigurationSetting

Content ConfigurationSetting
Content ConfigurationSetting

The Content ConfigurationSetting schema defines the settings of a global configuration on the Content Library Service.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "name": "string",
    "reboot_required": false,
    "constraints": [
        {}
    ]
}
string
name
Required

The name of the configuration.

This property was added in vSphere API 9.1.0.0.

boolean
reboot_required
Required

Flag indicates if reboot of the Content Library Service is required to apply the change after the configuration's value is updated.

This property was added in vSphere API 9.1.0.0.

array of object
constraints
Required

The constraints that can apply to the value of the configuration. Each entry has ConstraintType and value.

This property was added in vSphere API 9.1.0.0.