OBJECT
RegionalExocomputeConfig
Description
Contains the region and subnet configuration.
link GraphQL Schema definition
- type RegionalExocomputeConfig {
- # Region for which the subnet is configured.
- : GcpCloudAccountRegion!
- # Name of the subnet.
- : String!
- # Name of the VPC network.
- : String!
- }