OBJECT

AwsExocomputeGetConfigResponse

Description

AWS Exocompute configuration in a region.

link GraphQL Schema definition

  • type AwsExocomputeGetConfigResponse {
  • # Exocompute configuration UUID.
  • configUuid: String!
  • # Exocompute configuration region.
  • region: AwsCloudAccountRegion!
  • # VPC ID.
  • vpcId: String!
  • # Cluster security group ID.
  • clusterSecurityGroupId: String!
  • # Node security group ID.
  • nodeSecurityGroupId: String!
  • # First subnet.
  • subnet1: AwsExocomputeSubnetType!
  • # Second subnet.
  • subnet2: AwsExocomputeSubnetType!
  • # Exocompute configuration message.
  • message: String!
  • # Status of the latest Exocompute health check.
  • healthCheckStatus: ExocomputeHealthCheckStatus!
  • # Whether this Exocompute uses a Private Container Registry (PCR).
  • hasPcr: Boolean!
  • # URL of the user's PCR.
  • pcrUrl: String!
  • # Specifies if the security groups are managed by Rubrik SaaS.
  • areSecurityGroupsRscManaged: Boolean!
  • }