OBJECT

CloudAccountVpc

Description

AWS VPC information.

link GraphQL Schema definition

  • type CloudAccountVpc {
  • # Name of the virtual private cloud (VPC).
  • name: String!
  • # CIDR block of the virtual private cloud (VPC).
  • cidrBlock: CloudAccountAddressBlockV4
  • # Rubrik ID of the virtual private cloud (VPC).
  • id: String!
  • # Native ID of the virtual private cloud (VPC).
  • vpcId: String!
  • }