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.
  • clusterUuid: String!
  • # Required. Network, netmask, gateway, and device.
  • routeConfig: RouteConfigInput!
  • }

link Require by