public sealed class VpcAccess.Types.NetworkInterface : IMessage<VpcAccess.Types.NetworkInterface>, IEquatable<VpcAccess.Types.NetworkInterface>, IDeepCloneable<VpcAccess.Types.NetworkInterface>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class VpcAccess.Types.NetworkInterface.
Direct VPC egress settings.
Implements
IMessageVpcAccessTypesNetworkInterface, IEquatableVpcAccessTypesNetworkInterface, IDeepCloneableVpcAccessTypesNetworkInterface, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
NetworkInterface()
public NetworkInterface()
NetworkInterface(NetworkInterface)
public NetworkInterface(VpcAccess.Types.NetworkInterface other)
Parameter | |
---|---|
Name | Description |
other |
VpcAccessTypesNetworkInterface |
Properties
Network
public string Network { get; set; }
The VPC network that the Cloud Run resource will be able to send traffic to. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If network is not specified, it will be looked up from the subnetwork.
Property Value | |
---|---|
Type | Description |
string |
Subnetwork
public string Subnetwork { get; set; }
The VPC subnetwork that the Cloud Run resource will get IPs from. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.
Property Value | |
---|---|
Type | Description |
string |
Tags
public RepeatedField<string> Tags { get; }
Network tags applied to this Cloud Run resource.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |