Eventarc v1 API - Class Pipeline.Types.Destination.Types.NetworkConfig (2.6.0)

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.

Inheritance

object > Pipeline.Types.Destination.Types.NetworkConfig

Namespace

Google.Cloud.Eventarc.V1

Assembly

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