public sealed class NotificationConfig : IMessage<NotificationConfig>, IEquatable<NotificationConfig>, IDeepCloneable<NotificationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.Cloud.BeyondCorp.AppConnectors.V1 class NotificationConfig.
NotificationConfig defines the mechanisms to notify instance agent.
Implements
IMessage<NotificationConfig>, IEquatable<NotificationConfig>, IDeepCloneable<NotificationConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.BeyondCorp.AppConnectors.V1Assembly
Google.Cloud.BeyondCorp.AppConnectors.V1.dll
Constructors
NotificationConfig()
public NotificationConfig()
NotificationConfig(NotificationConfig)
public NotificationConfig(NotificationConfig other)
Parameter | |
---|---|
Name | Description |
other | NotificationConfig |
Properties
ConfigCase
public NotificationConfig.ConfigOneofCase ConfigCase { get; }
Property Value | |
---|---|
Type | Description |
NotificationConfig.ConfigOneofCase |
PubsubNotification
public NotificationConfig.Types.CloudPubSubNotificationConfig PubsubNotification { get; set; }
Cloud Pub/Sub Configuration to receive notifications.
Property Value | |
---|---|
Type | Description |
NotificationConfig.Types.CloudPubSubNotificationConfig |