OBJECT
CcWithCloudInfo
Description
Detailed cloud information for a Cloud Cluster.
link GraphQL Schema definition
- type CcWithCloudInfo {
- # Cloud Cluster name.
- String! :
- # User-friendly name for the cloud region.
- String! :
- # ID for the cloud region.
- String! :
- # Native name of the network where the Cloud Cluster exists.
- String! :
- # Native name of the cloud account where the Cloud Cluster exists.
- String! :
- # Cloud provider.
- CcpVendorType! :
- # Native (AWS/Azure) ID of cloud account.
- String! :
- # Native name of the cloud account where the Cloud Cluster exists.
- String! :
- # Elastic Storage configuration.
- ElasticStorageConfig :
- # Cloud Cluster UUID.
- UUID! :
- # Rubrik-generated cloud account UUID.
- UUID! @deprecated( reason: "This field is deprecated because it is no longer used." ) :
- }