Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::Task::InfrastructureSpec::VpcNetwork.
Cloud VPC Network used to run the infrastructure.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#network
def network() -> ::String
-
(::String) — Optional. The Cloud VPC network in which the job is run. By default,
the Cloud VPC network named Default within the project is used.
Note: The following fields are mutually exclusive:
network
,sub_network
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#network=
def network=(value) -> ::String
-
value (::String) — Optional. The Cloud VPC network in which the job is run. By default,
the Cloud VPC network named Default within the project is used.
Note: The following fields are mutually exclusive:
network
,sub_network
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Optional. The Cloud VPC network in which the job is run. By default,
the Cloud VPC network named Default within the project is used.
Note: The following fields are mutually exclusive:
network
,sub_network
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#network_tags
def network_tags() -> ::Array<::String>
- (::Array<::String>) — Optional. List of network tags to apply to the job.
#network_tags=
def network_tags=(value) -> ::Array<::String>
- value (::Array<::String>) — Optional. List of network tags to apply to the job.
- (::Array<::String>) — Optional. List of network tags to apply to the job.
#sub_network
def sub_network() -> ::String
-
(::String) — Optional. The Cloud VPC sub-network in which the job is run.
Note: The following fields are mutually exclusive:
sub_network
,network
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#sub_network=
def sub_network=(value) -> ::String
-
value (::String) — Optional. The Cloud VPC sub-network in which the job is run.
Note: The following fields are mutually exclusive:
sub_network
,network
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Optional. The Cloud VPC sub-network in which the job is run.
Note: The following fields are mutually exclusive:
sub_network
,network
. If a field in that set is populated, all other fields in the set will automatically be cleared.