Eventarc v1 API - Class NetworkConfig (2.6.0)

public sealed class NetworkConfig : IMessage<NetworkConfig>, IEquatable<NetworkConfig>, IDeepCloneable<NetworkConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Eventarc v1 API class NetworkConfig.

Network Configuration that can be inherited by other protos.

Inheritance

object > NetworkConfig

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

NetworkConfig()

public NetworkConfig()

NetworkConfig(NetworkConfig)

public NetworkConfig(NetworkConfig other)
Parameter
Name Description
other NetworkConfig

Properties

NetworkAttachment

public string NetworkAttachment { get; set; }

Required. Name of the NetworkAttachment that allows access to the customer's VPC. Format: projects/{PROJECT_ID}/regions/{REGION}/networkAttachments/{NETWORK_ATTACHMENT_NAME}

Property Value
Type Description
string

NetworkAttachmentAsNetworkAttachmentName

public NetworkAttachmentName NetworkAttachmentAsNetworkAttachmentName { get; set; }

NetworkAttachmentName-typed view over the NetworkAttachment resource name property.

Property Value
Type Description
NetworkAttachmentName