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