BeyondCorp AppConnectors v1 API - Class NotificationConfig (1.1.0)

public sealed class NotificationConfig : IMessage<NotificationConfig>, IEquatable<NotificationConfig>, IDeepCloneable<NotificationConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the BeyondCorp AppConnectors v1 API 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
NotificationConfigConfigOneofCase

PubsubNotification

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

Cloud Pub/Sub Configuration to receive notifications.

Property Value
TypeDescription
NotificationConfigTypesCloudPubSubNotificationConfig