VpcNetwork(mapping=None, *, ignore_unknown_fields=False, **kwargs)Cloud VPC Network used to run the infrastructure.
This message has oneof_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
| Attributes | |
|---|---|
| Name | Description | 
| network | strOptional. The Cloud VPC network in which the job is run. By default, the Cloud VPC network named Default within the project is used. This field is a member of oneof_network_name. | 
| sub_network | strOptional. The Cloud VPC sub-network in which the job is run. This field is a member of oneof_network_name. | 
| network_tags | MutableSequence[str]Optional. List of network tags to apply to the job. |