Class: Google::Monitoring::V3::DeleteNotificationChannelRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb

Overview

The +DeleteNotificationChannel+ request.

Instance Attribute Summary collapse

Instance Attribute Details

#forcetrue, false

Returns If true, the notification channel will be deleted regardless of its use in alert policies (the policies will be updated to remove the channel). If false, channels that are still referenced by an existing alerting policy will fail to be deleted in a delete operation.

Returns:

  • (true, false)

    If true, the notification channel will be deleted regardless of its use in alert policies (the policies will be updated to remove the channel). If false, channels that are still referenced by an existing alerting policy will fail to be deleted in a delete operation.



156
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb', line 156

class DeleteNotificationChannelRequest; end

#nameString

Returns The channel for which to execute the request. The format is +projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]+.

Returns:

  • (String)

    The channel for which to execute the request. The format is +projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]+.



156
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb', line 156

class DeleteNotificationChannelRequest; end