INPUT_OBJECT
LinuxRbsBulkInstallInput
Description
Configuration for bulk installation of RBS on Linux hosts.
link GraphQL Schema definition
- input LinuxRbsBulkInstallInput {
- # Required. UUID used to identify the Rubrik cluster the request
- # goes to.
- : String!
- # Required. Configuration parameters to install RBS on multiple
- # linux hosts.
- : LinuxBulkRbsInstallRequestInput!
- }