ENUM

ClusterNodePlatformType

Description

The computing platform that is running the Rubrik CDM software.

link GraphQL Schema definition

  • enum ClusterNodePlatformType {
  • # Cisco UCS C220 M4.
  • C220M4
  • # Cisco UCS C220 M5.
  • C220M5
  • # Cisco UCS C240 M4.
  • C240M4
  • # Cisco UCS C240 M5.
  • C240M5
  • # Cloud Edition.
  • CE
  • # Cloud cluster.
  • CLOUD
  • # Internal virtual clusters.
  • DEV
  • # HPE DL360.
  • DL360
  • # HPE DL380.
  • DL380
  • # Enterprise ROBO system.
  • E1000
  • # All-flash appliance.
  • F10000
  • # Fat twin development unit.
  • FATTWIN
  • # LeanCloud cluster.
  • LEANCLOUD
  • # Dell PowerEdge C6420.
  • PE6420
  • # Dell PowerEdge R740xd.
  • PE740
  • # Dell PowerEdge 740 Citi.
  • PE740CITI
  • # Dell PowerEdge R740xd special config.
  • PE740HD
  • # Dell R750.
  • PE750
  • # Production r300.
  • R300
  • # Production r500.
  • R500
  • # Production r6000f with FIPS.
  • R6000F
  • # Production r6000s with software encrypted.
  • R6000S
  • # Production r6000se with enhanced flash.
  • R6000SE
  • # Non-TPM r6408.
  • R6408
  • # R6408M with Azure bundle.
  • R6408M
  • # Forge supported developer OVA.
  • RKDEV
  • # Lenovo SR-630.
  • SR630
  • # ThinkServer sd350.
  • THINKSERVERSD350
  • # Third-party appliance.
  • THIRDPARTY
  • # Unknown platform type.
  • UNKNOWN
  • # Rubrik Virtual Appliance (Edge).
  • VA
  • # Rubrik Virtual Cluster.
  • VC
  • }