INPUT_OBJECT
GCP subnet.
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}