INPUT_OBJECT

VcenterUpdateConfigInput

Description

Input for configuration containing updated vCenter Server information.

link GraphQL Schema definition

  • input VcenterUpdateConfigInput {
  • # Configuration containing a part of updated vCenter Server information.
  • vcenterConfig: VcenterConfigInput
  • # 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`.
  • shouldUpdateComputeVisibilityFilter: Boolean
  • }