public sealed class VpcNetwork : IMessage<Task.Types.InfrastructureSpec.Types.VpcNetwork>, IEquatable<Task.Types.InfrastructureSpec.Types.VpcNetwork>, IDeepCloneable<Task.Types.InfrastructureSpec.Types.VpcNetwork>, IBufferMessage, IMessageCloud VPC Network used to run the infrastructure.
Implements
IMessage<Task.Types.InfrastructureSpec.Types.VpcNetwork>, IEquatable<Task.Types.InfrastructureSpec.Types.VpcNetwork>, IDeepCloneable<Task.Types.InfrastructureSpec.Types.VpcNetwork>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
VpcNetwork()
public VpcNetwork()VpcNetwork(Task.Types.InfrastructureSpec.Types.VpcNetwork)
public VpcNetwork(Task.Types.InfrastructureSpec.Types.VpcNetwork other)| Parameter | |
|---|---|
| Name | Description |
other |
Task.Types.InfrastructureSpec.Types.VpcNetwork |
Properties
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 |
Task.Types.InfrastructureSpec.Types.VpcNetwork.NetworkNameOneofCase |
|
NetworkTags
public RepeatedField<string> NetworkTags { get; }Optional. List of network tags to apply to the job.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
SubNetwork
public string SubNetwork { get; set; }Optional. The Cloud VPC sub-network in which the job is run.
| Property Value | |
|---|---|
| Type | Description |
String |
|