INPUT_OBJECT

VappTemplateSnapshotExportOptionsInput

Description

Input for getting vApp template snapshot export options.

link GraphQL Schema definition

  • input VappTemplateSnapshotExportOptionsInput {
  • # ID assigned to a target organization vDC object. Use the ID when exporting a
  • # vApp template snapshot to a specified organization vDC.
  • orgVdcId: String
  • # Required. ID of the target catalog object.
  • catalogId: String!
  • # Required. Name of template object to create. This is used to verify the
  • # existence of a template with the given name. Templates must have unique names.
  • name: String!
  • # Required. ID assigned to a vApp snapshot object.
  • snapshotId: String!
  • }

link Require by