Google.Cloud.BeyondCorp.AppConnectors.V1 - Class NotificationConfig (1.0.0)

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.

Inheritance

Object > NotificationConfig

Namespace

Google.Cloud.BeyondCorp.AppConnectors.V1

Assembly

Google.Cloud.BeyondCorp.AppConnectors.V1.dll

Constructors

NotificationConfig()

public NotificationConfig()

NotificationConfig(NotificationConfig)

public NotificationConfig(NotificationConfig other)
Parameter
NameDescription
otherNotificationConfig

Properties

ConfigCase

public NotificationConfig.ConfigOneofCase ConfigCase { get; }
Property Value
TypeDescription
NotificationConfig.ConfigOneofCase

PubsubNotification

public NotificationConfig.Types.CloudPubSubNotificationConfig PubsubNotification { get; set; }

Cloud Pub/Sub Configuration to receive notifications.

Property Value
TypeDescription
NotificationConfig.Types.CloudPubSubNotificationConfig