Cloud Run Admin v2 API - Class VpcAccess.Types.NetworkInterface (2.7.0)

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.

Inheritance

object > VpcAccess.Types.NetworkInterface

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

NetworkInterface()

public NetworkInterface()

NetworkInterface(NetworkInterface)

public NetworkInterface(VpcAccess.Types.NetworkInterface other)
Parameter
NameDescription
otherVpcAccessTypesNetworkInterface

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
TypeDescription
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
TypeDescription
string

Tags

public RepeatedField<string> Tags { get; }

Network tags applied to this Cloud Run resource.

Property Value
TypeDescription
RepeatedFieldstring