OBJECT

NutanixVmSnapshotSummary

Description

Supported in v5.0+

link GraphQL Schema definition

  • type NutanixVmSnapshotSummary {
  • # Required. Supported in v5.0+
  • vmName: String!
  • # Supported in v8.1+
  • # Number of NICs present in the snapshot app metadata.
  • nicsInSnapshot: Int
  • # Supported in v9.1+
  • # List of all UUIDs for the networks connected to the virtual machine when
  • # snapshot was taken.
  • snapshotNetworkUuids: [String!]!
  • # This field contains the base information of a snapshot which are common across
  • # other workloads.
  • baseSnapshotSummary: BaseSnapshotSummary
  • }