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