INPUT_OBJECT
AddClusterRouteInput
Description
Input for adding a route on a CDM cluster.
link GraphQL Schema definition
- input AddClusterRouteInput {
- # Required. UUID used to identify to which Rubrik cluster the request goes.
- : String!
- # Required. Network, netmask, gateway, and device.
- : RouteConfigInput!
- }