OBJECT
FinOpsMatchingCloudResource
Response of the Tanzu CloudHealth FinOps matched resource
link GraphQL Schema definition
- type FinOpsMatchingCloudResource {
- # Target entity type for the migration
- 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
- LocalizedString :
- # Matched options for migration consideration
- FinOpsMatchedResource!] : [
- # Resource Id that was provided in the migration input
- String! :
- }