INPUT_OBJECT
VcenterUpdateConfigInput
Description
Input for configuration containing updated vCenter Server information.
link GraphQL Schema definition
- input VcenterUpdateConfigInput {
- # Supported in v9.2+
- # A Boolean value that determines whether to update compute cluster visibility
- # settings for the vCenter. When this value is `true`, 'computeVisibilityFilter'
- # will be effective. The default value is `true`.
- Boolean :
- # Configuration containing a part of updated vCenter Server information.
- VcenterConfigInput :
- }