INPUT_OBJECT

RegionalExocomputeConfigInput

Description

Contains the region and subnet configuration.

link GraphQL Schema definition

  • input RegionalExocomputeConfigInput {
  • # Region for which the subnet is configured.
  • region: GcpCloudAccountRegion!
  • # Name of the subnet.
  • subnetName: String!
  • # Name of the VPC network.
  • vpcNetworkName: String!
  • }