INPUT_OBJECT

UpdateProxmoxEnvironmentInput

Description

Input for updating a Proxmox environment.

link GraphQL Schema definition

  • input UpdateProxmoxEnvironmentInput {
  • # Required. ID of the Proxmox environment.
  • id: String!
  • # Required. Object containing updated Proxmox environment information.
  • updateProperties: ProxmoxEnvironmentUpdateConfigInput!
  • }

link Require by