Google Cloud Dataplex V1 Client - Class VpcNetwork (0.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataplex V1 Client class VpcNetwork.
Cloud VPC Network used to run the infrastructure.
Generated from protobuf message google.cloud.dataplex.v1.Task.InfrastructureSpec.VpcNetwork
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ network |
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. |
↳ sub_network |
string
Optional. The Cloud VPC sub-network in which the job is run. |
↳ network_tags |
array
Optional. List of network tags to apply to the job. |
getNetwork
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 | |
|---|---|
| Type | Description |
string |
|
hasNetwork
setNetwork
Optional. The Cloud VPC network in which the job is run. By default, the Cloud VPC network named Default within the project is used.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSubNetwork
Optional. The Cloud VPC sub-network in which the job is run.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasSubNetwork
setSubNetwork
Optional. The Cloud VPC sub-network in which the job is run.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNetworkTags
Optional. List of network tags to apply to the job.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setNetworkTags
Optional. List of network tags to apply to the job.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNetworkName
| Returns | |
|---|---|
| Type | Description |
string |
|