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
Returns
- (::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.
#network=
def network=(value) -> ::String
Parameter
- 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.
Returns
- (::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.
#network_tags
def network_tags() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. List of network tags to apply to the job.
#network_tags=
def network_tags=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. List of network tags to apply to the job.
Returns
- (::Array<::String>) — Optional. List of network tags to apply to the job.
#sub_network
def sub_network() -> ::String
Returns
- (::String) — Optional. The Cloud VPC sub-network in which the job is run.
#sub_network=
def sub_network=(value) -> ::String
Parameter
- value (::String) — Optional. The Cloud VPC sub-network in which the job is run.
Returns
- (::String) — Optional. The Cloud VPC sub-network in which the job is run.