INPUT_OBJECT
UnmanagedObjectsInput
Description
Input to query unmanaged objects.
link GraphQL Schema definition
- input UnmanagedObjectsInput {
- # Cloud account IDs to filter.
- : [String!]
- # Workload cluster UUID.
- : String!
- # Managed by to filter.
- : CloudVendor
- # Object name.
- : String
- # Object Id.
- : String
- # Object types to filter.
- : [ManagedObjectType!]!
- # Regions to filter.
- : [WorkloadRegionInput!]
- # Retention SLAs to filter.
- : [String!]!
- # Sorting Parameters.
- : UnmanagedObjectsSortParam
- # Unmanaged statuses to filter.
- : [UnmanagedObjectAvailabilityFilter!]!
- }