OBJECT

FinOpsMatchingCloudResource

Response of the Tanzu CloudHealth FinOps matched resource

link GraphQL Schema definition

  • type FinOpsMatchingCloudResource {
  • # Target entity type for the migration
  • entityType: String!
  • # In case a failure happens for the resource, we would provide the reason here. In
  • # case failureReason is null,
  • # this means the corresponding request was failed
  • failureReason: LocalizedString
  • # Matched options for migration consideration
  • matches: [FinOpsMatchedResource!]
  • # Resource Id that was provided in the migration input
  • resourceId: String!
  • }