INPUT_OBJECT
QueryHypervHostInput
Description
Input for getting the summary of all Hyper-V hosts.
link GraphQL Schema definition
- input QueryHypervHostInput {
- # Required. UUID used to identify the cluster the request goes to.
- : String!
- # Filter by ID of effective SLA domain.
- : String
- # Limit the number of matches returned.
- : Int
- # Search for a virtual machine by name.
- : String
- # Ignore these many matches in the beginning.
- : Int
- # Filter by primary cluster ID, or **local**.
- : String
- # Filter by SLA assignment type.
- : InternalQueryHypervHostRequestSlaAssignment
- # Sort the result by the given attribute.
- : InternalQueryHypervHostRequestSortBy
- # Sort order, either ascending or descending.
- : InternalQueryHypervHostRequestSortOrder
- }