Class: DatadogAPIClient::V1::HostMuteSettings
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::HostMuteSettings
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/host_mute_settings.rb
Overview
Combination of settings to mute a host.
Instance Attribute Summary collapse
-
#_end ⇒ Object
POSIX timestamp in seconds when the host is unmuted.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#message ⇒ Object
Message to associate with the muting of this host.
-
#override ⇒ Object
If true and the host is already muted, replaces existing host mute settings.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_end ⇒ Object
POSIX timestamp in seconds when the host is unmuted. If omitted, the host remains muted until explicitly unmuted.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/host_mute_settings.rb', line 25 def _end @_end end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/host_mute_settings.rb', line 33 def additional_properties @additional_properties end |
#message ⇒ Object
Message to associate with the muting of this host.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/host_mute_settings.rb', line 28 def @message end |
#override ⇒ Object
If true and the host is already muted, replaces existing host mute settings.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/host_mute_settings.rb', line 31 def override @override end |