Class: Google::Cloud::Dataplex::V1::Task::InfrastructureSpec::VpcNetwork
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::Task::InfrastructureSpec::VpcNetwork
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/tasks.rb
Overview
Cloud VPC Network used to run the infrastructure.
Instance Attribute Summary collapse
-
#network ⇒ ::String
Optional.
-
#network_tags ⇒ ::Array<::String>
Optional.
-
#sub_network ⇒ ::String
Optional.
Instance Attribute Details
#network ⇒ ::String
Returns Optional. The Cloud VPC network in which the job is run. By default, the Cloud VPC network named Default within the project is used.
146 147 148 149 |
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 146 class VpcNetwork include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_tags ⇒ ::Array<::String>
Returns Optional. List of network tags to apply to the job.
146 147 148 149 |
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 146 class VpcNetwork include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sub_network ⇒ ::String
Returns Optional. The Cloud VPC sub-network in which the job is run.
146 147 148 149 |
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 146 class VpcNetwork include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |