enum

CRE::Policy::Action

Inherits Enum < Comparable < Value < Object

Constants

RotateImmediately = 0
NotifyOnly = 1
Quarantine = 2

Instance methods

notify_only?

Returns true if this enum value equals NotifyOnly

Source
quarantine?

Returns true if this enum value equals Quarantine

Source
rotate_immediately?

Returns true if this enum value equals RotateImmediately

Source