INPUT_OBJECT
TriggerCloudComputeConnectivityCheckInput
Description
Input to trigger cloud compute connectivity check.
link GraphQL Schema definition
- input TriggerCloudComputeConnectivityCheckInput {
- # Indicates if the cloud compute connectivity check should be performed for the
- # CloudOut feature.
- Boolean :
- # Required. ID of the archival location.
- String! :
- # Required. v6.0-v7.0: Indicates if the cloud compute connectivity check should be
- # performed for the CloudOn feature.
- #
- # v8.0+: When should_check_cloud_connectivity_for_cloud_on is set to false, the
- # Rubrik cluster verifies the cloud compute connectivity for Archive operations.
- # When should_check_cloud_connectivity_for_cloud_on is set to true, The Rubrik
- # cluster verifies the cloud compute connectivity for both Archive and CloudOn
- # operations.
- Boolean! :
- }