INPUT_OBJECT

AgentDeploymentSettingsNewInput

Description

Input for Rubrik Backup Service deployment settings.

link GraphQL Schema definition

  • input AgentDeploymentSettingsNewInput {
  • # Guest credentials for the virtual machine.
  • guestCredential: GuestCredentialDefinitionInput
  • # FID of guest credential assigned to the virtual machine.
  • guestCredentialId: String
  • # Determines whether the Rubrik cluster automatically deploys the Rubrik Backup
  • # Service to the guest OS during the first backup. Set to true to permit automatic
  • # deployment. Set to false to prevent automatic deployment.
  • isAutomatic: Boolean!
  • }