INPUT_OBJECT

GcpSubnetInput

Description

GCP subnet.

link GraphQL Schema definition

  • input GcpSubnetInput {
  • # The host project to which the subnet belongs.
  • hostProject: String
  • # The name of the subnet.
  • name: String
  • # The network to which the subnet belongs.
  • network: String
  • # The region to which the subnet belongs.
  • region: String
  • }