INPUT_OBJECT
VappTemplateSnapshotExportOptionsInput
Description
Input for getting vApp template snapshot export options.
link GraphQL Schema definition
- input VappTemplateSnapshotExportOptionsInput {
- # Required. ID of the target catalog object.
- : 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.
- : String!
- # ID assigned to a target organization vDC object. Use the ID when exporting a
- # vApp template snapshot to a specified organization vDC.
- : String
- # Required. ID assigned to a vApp snapshot object.
- : String!
- }