Class VpcNetwork (0.2.1)

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

NameDescription
network str
Optional. 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 str
Optional. The Cloud VPC sub-network in which the job is run. This field is a member of oneof_ network_name.
network_tags Sequence[str]
Optional. List of network tags to apply to the job.