public sealed class Pipeline.Types.Destination.Types.NetworkConfig : IMessage<Pipeline.Types.Destination.Types.NetworkConfig>, IEquatable<Pipeline.Types.Destination.Types.NetworkConfig>, IDeepCloneable<Pipeline.Types.Destination.Types.NetworkConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class Pipeline.Types.Destination.Types.NetworkConfig.
Represents a network config to be used for destination resolution and connectivity.
Implements
IMessagePipelineTypesDestinationTypesNetworkConfig, IEquatablePipelineTypesDestinationTypesNetworkConfig, IDeepCloneablePipelineTypesDestinationTypesNetworkConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Constructors
NetworkConfig()
public NetworkConfig()
NetworkConfig(NetworkConfig)
public NetworkConfig(Pipeline.Types.Destination.Types.NetworkConfig other)
Parameter | |
---|---|
Name | Description |
other |
PipelineTypesDestinationTypesNetworkConfig |
Properties
NetworkAttachment
public string NetworkAttachment { get; set; }
Required. Name of the NetworkAttachment that allows access to the
consumer 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 |