Click or drag to resize
UpdateAlarmConfiguration Constructor
This API is preliminary and subject to change.
Initializes a new instance of the UpdateAlarmConfiguration class with the specified values.

Namespace: net.openstack.Providers.Rackspace.Objects.Monitoring
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public UpdateAlarmConfiguration(
	CheckId checkId = null,
	NotificationPlanId notificationPlanId = null,
	string criteria = null,
	Nullable<bool> enabled = null,
	string label = null,
	IDictionary<string, string> metadata = null
)

Parameters

checkId (Optional)
Type: net.openstack.Providers.Rackspace.Objects.MonitoringCheckId
The ID of the check to alert on. This is obtained from Check.Id. If this value is , the existing value for the alarm is not changed.
notificationPlanId (Optional)
Type: net.openstack.Providers.Rackspace.Objects.MonitoringNotificationPlanId
The ID of the notification plan to execute when the state changes. This is obtained from NotificationPlan.Id. If this value is , the existing value for the alarm is not changed.
criteria (Optional)
Type: SystemString
The alarm DSL for describing alerting conditions and their output states. If this value is , the existing value for the alarm is not changed.
enabled (Optional)
Type: SystemNullableBoolean
to enable processing and alerts on this alarm; otherwise, . If this value is , the existing value for the alarm is not changed.
label (Optional)
Type: SystemString
A friendly label for the alarm. If this value is , the existing value for the alarm is not changed.
metadata (Optional)
Type: System.Collections.GenericIDictionaryString, String
A collection of metadata to associate with the alarm. If this value is , the existing value for the alarm is not changed.
Exceptions
ExceptionCondition
ArgumentException If metadata contains any values with empty keys.
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6, 1.5, 1.4, 1.3.6
See Also