OBJECT
VappTemplateExportOptions
Description
Supported in v5.1+
link GraphQL Schema definition
- type VappTemplateExportOptions {
- # Required. Supported in v5.1+
- # An array of the available storage profile policies where the vApp snapshot can
- # be exported.
- : [VcdOrgVdcStorageProfile!]!
- # Required. Supported in v5.1+
- # The ID of the organization vDC where the vApp template can be exported.
- : String!
- }