OBJECT
ThreatHuntCloudDirectCluster
Description
Cloud Direct NAS Cluster for Threat Monitoring.
link GraphQL Schema definition
- type ThreatHuntCloudDirectCluster {
- # The cluster connection status.
- : String
- # The cluster UUID.
- : UUID!
- # Lambda configuration for threat monitoring.
- : GetLambdaConfigReply
- # The cluster name.
- : String!
- # The cluster product type.
- : ClusterProductEnum!
- # The cluster status.
- : ClusterStatus!
- # The software version of the cluster.
- : String
- }
link Require by
- ThreatHuntCloudDirectClusterConnectionPaginated list of ThreatHuntCloudDirectCluster objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- ThreatHuntCloudDirectClusterEdgeWrapper around the ThreatHuntCloudDirectCluster object. This wrapper is used for pagination.