public sealed class Task.Types.InfrastructureSpec.Types.VpcNetwork : IMessage<Task.Types.InfrastructureSpec.Types.VpcNetwork>, IEquatable<Task.Types.InfrastructureSpec.Types.VpcNetwork>, IDeepCloneable<Task.Types.InfrastructureSpec.Types.VpcNetwork>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class Task.Types.InfrastructureSpec.Types.VpcNetwork.
Cloud VPC Network used to run the infrastructure.
Implements
IMessageTaskTypesInfrastructureSpecTypesVpcNetwork, IEquatableTaskTypesInfrastructureSpecTypesVpcNetwork, IDeepCloneableTaskTypesInfrastructureSpecTypesVpcNetwork, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
VpcNetwork()
public VpcNetwork()VpcNetwork(VpcNetwork)
public VpcNetwork(Task.Types.InfrastructureSpec.Types.VpcNetwork other)| Parameter | |
|---|---|
| Name | Description |
other |
TaskTypesInfrastructureSpecTypesVpcNetwork |
Properties
HasNetwork
public bool HasNetwork { get; }Gets whether the "network" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasSubNetwork
public bool HasSubNetwork { get; }Gets whether the "sub_network" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Network
public string Network { get; set; }Optional. The Cloud VPC network in which the job is run. By default, the Cloud VPC network named Default within the project is used.
| Property Value | |
|---|---|
| Type | Description |
string |
|
NetworkNameCase
public Task.Types.InfrastructureSpec.Types.VpcNetwork.NetworkNameOneofCase NetworkNameCase { get; }| Property Value | |
|---|---|
| Type | Description |
TaskTypesInfrastructureSpecTypesVpcNetworkNetworkNameOneofCase |
|
NetworkTags
public RepeatedField<string> NetworkTags { get; }Optional. List of network tags to apply to the job.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
SubNetwork
public string SubNetwork { get; set; }Optional. The Cloud VPC sub-network in which the job is run.
| Property Value | |
|---|---|
| Type | Description |
string |
|