subnetworkUri property

String? subnetworkUri
getter/setter pair

The Compute Engine subnetwork to be used for machine communications.

Cannot be specified with network_uri.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/\[project_id\]/regions/\[region\]/subnetworks/sub0 projects/[project_id]/regions/[region]/subnetworks/sub0 sub0

Optional.

Implementation

core.String? subnetworkUri;