INPUT_OBJECT
QueryUnmanagedObjectSnapshotsV1Input
link GraphQL Schema definition
- input QueryUnmanagedObjectSnapshotsV1Input {
- # Filter all the snapshots after a date.
- : DateTime
- # Filter all the snapshots before a date.
- : DateTime
- # Required. UUID used to identify the cluster the request goes to.
- : String!
- # Required. ID of a object.
- : String!
- # Limit the number of matches returned.
- : Int
- # Ignore these many matches in the beginning.
- : Int
- # Search snapshot by date and time.
- : String
- # Filter by snapshot type. Valid types are OnDemand, PolicyBased, Retrieved.
- : V1QueryUnmanagedObjectSnapshotsV1RequestSnapshotType
- # Sort by given attribute.
- : V1QueryUnmanagedObjectSnapshotsV1RequestSortBy
- # The sort order. The default sort order is ascending.
- : V1QueryUnmanagedObjectSnapshotsV1RequestSortOrder
- }