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.
Implements
IMessageNetworkConfig, IEquatableNetworkConfig, IDeepCloneableNetworkConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Eventarc.V1Assembly
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 |