Reference documentation and code samples for the Stackdriver Monitoring V3 Client class Snooze.
A Snooze
will prevent any alerts from being opened, and close any that
are already open. The Snooze
will work on alerts that match the
criteria defined in the Snooze
. The Snooze
will be active from interval.start_time
through interval.end_time
.
Generated from protobuf message google.monitoring.v3.Snooze
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the Snooze
. The format is: projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID] The ID of the Snooze
will be generated by the system.
↳ criteria
Google\Cloud\Monitoring\V3\Snooze\Criteria
Required. This defines the criteria for applying the Snooze
. See Criteria
for more information.
↳ interval
Google\Cloud\Monitoring\V3\TimeInterval
Required. The Snooze
will be active from interval.start_time
through interval.end_time
. interval.start_time
cannot be in the past. There is a 15 second clock skew to account for the time it takes for a request to reach the API from the UI.
↳ display_name
string
Required. A display name for the Snooze
. This can be, at most, 512 unicode characters.
getName
Required. The name of the Snooze
. The format is:
projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID]
The ID of the Snooze
will be generated by the system.
string
setName
Required. The name of the Snooze
. The format is:
projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID]
The ID of the Snooze
will be generated by the system.
var
string
$this
getCriteria
Required. This defines the criteria for applying the Snooze
. See Criteria
for more information.
hasCriteria
clearCriteria
setCriteria
Required. This defines the criteria for applying the Snooze
. See Criteria
for more information.
$this
getInterval
Required. The Snooze
will be active from interval.start_time
through interval.end_time
.
interval.start_time
cannot be in the past. There is a 15 second clock
skew to account for the time it takes for a request to reach the API from
the UI.
hasInterval
clearInterval
setInterval
Required. The Snooze
will be active from interval.start_time
through interval.end_time
.
interval.start_time
cannot be in the past. There is a 15 second clock
skew to account for the time it takes for a request to reach the API from
the UI.
$this
getDisplayName
Required. A display name for the Snooze
. This can be, at most, 512
unicode characters.
string
setDisplayName
Required. A display name for the Snooze
. This can be, at most, 512
unicode characters.
var
string
$this