INPUT_OBJECT

CreateNewVappParamsInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input CreateNewVappParamsInput {
  • # Required. Supported in v5.0+
  • # Name of the specified vApp within vCloud.
  • name: String!
  • # Required. Supported in v5.0+
  • # ID assigned to the Organization VDC object that will contain the newly created
  • # vApp object.
  • orgVdcId: String!
  • }