INPUT_OBJECT

DeleteClusterRouteInput

Description

Input for deleting a static route on a CDM cluster.

link GraphQL Schema definition

  • input DeleteClusterRouteInput {
  • # Required. UUID used to identify to which Rubrik cluster the request goes.
  • clusterUuid: String!
  • # Required. Network and netmask.
  • routeConfig: RouteDeletionConfigInput!
  • }

link Require by