subnet property

String? subnet
getter/setter pair

Name of the subnet that the new Instance is in.

This is required if the Runtime uses google-managed network. If the Runtime uses customer-owned network, it will reuse the same subnet, and this field must be empty. Format: projects/{project_id}/regions/{region}/subnetworks/{subnetwork_id}

Optional.

Implementation

core.String? subnet;