OBJECT

CcWithCloudInfo

Description

Detailed cloud information for a Cloud Cluster.

link GraphQL Schema definition

  • type CcWithCloudInfo {
  • # Cloud Cluster name.
  • name: String!
  • # User-friendly name for the cloud region.
  • region: String!
  • # ID for the cloud region.
  • regionId: String!
  • # Native name of the network where the Cloud Cluster exists.
  • networkName: String!
  • # Native name of the cloud account where the Cloud Cluster exists.
  • nativeCloudAccountName: String!
  • # Cloud provider.
  • vendor: CcpVendorType!
  • # Native (AWS/Azure) ID of cloud account.
  • nativeCloudAccountId: String!
  • # Native name of the cloud account where the Cloud Cluster exists.
  • cloudAccount: String!
  • # Elastic Storage configuration.
  • storageConfig: ElasticStorageConfig
  • # Cloud Cluster UUID.
  • uuid: UUID!
  • # Rubrik-generated cloud account UUID.
  • cloudAccountId: UUID!
  • }