INPUT_OBJECT
CreateVappSnapshotInput
Description
Create a vApp on demand snapshot.
link GraphQL Schema definition
- input CreateVappSnapshotInput {
- # Required. Configuration for the request to create vApp snapshot.
- : BaseOnDemandSnapshotConfigInput!
- # ID assigned to a vApp.
- : UUID!
- }