Class: DatadogAPIClient::V1::HostMuteSettings

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#_endObject

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_propertiesObject

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

#messageObject

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
  @message
end

#overrideObject

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