INPUT_OBJECT
UpdateProxmoxEnvironmentInput
Description
Input for updating a Proxmox environment.
link GraphQL Schema definition
- input UpdateProxmoxEnvironmentInput {
- # Required. ID of the Proxmox environment.
- : String!
- # Required. Object containing updated Proxmox environment information.
- : ProxmoxEnvironmentUpdateConfigInput!
- }