INPUT_OBJECT

PatchNutanixMountV1Input

Description

Input for patching a Nutanix live Mount.

link GraphQL Schema definition

  • input PatchNutanixMountV1Input {
  • # Required. Configuration for updating the power status of the Live Mount.
  • config: NutanixPatchVmMountConfigInput!
  • # Required. ID of the Live Mount.
  • id: String!
  • }

link Require by