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