Class: TencentCloud::Cwp::V20180228::WarningInfoObj
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::WarningInfoObj
- Defined in:
- lib/v20180228/models.rb
Overview
告警设置列表
Instance Attribute Summary collapse
- #BeginTime ⇒ Object
- #ControlBit ⇒ Object
- #ControlBits ⇒ Object
- #Count ⇒ Object
- #DisablePhoneWarning ⇒ Object
- #EndTime ⇒ Object
- #HostRange ⇒ Object
- #TimeZone ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, disablephonewarning = nil, begintime = nil, endtime = nil, timezone = nil, controlbit = nil, controlbits = nil, hostrange = nil, count = nil) ⇒ WarningInfoObj
constructor
A new instance of WarningInfoObj.
Constructor Details
#initialize(type = nil, disablephonewarning = nil, begintime = nil, endtime = nil, timezone = nil, controlbit = nil, controlbits = nil, hostrange = nil, count = nil) ⇒ WarningInfoObj
Returns a new instance of WarningInfoObj.
41384 41385 41386 41387 41388 41389 41390 41391 41392 41393 41394 |
# File 'lib/v20180228/models.rb', line 41384 def initialize(type=nil, disablephonewarning=nil, begintime=nil, endtime=nil, timezone=nil, controlbit=nil, controlbits=nil, hostrange=nil, count=nil) @Type = type @DisablePhoneWarning = disablephonewarning @BeginTime = begintime @EndTime = endtime @TimeZone = timezone @ControlBit = controlbit @ControlBits = controlbits @HostRange = hostrange @Count = count end |
Instance Attribute Details
#BeginTime ⇒ Object
41382 41383 41384 |
# File 'lib/v20180228/models.rb', line 41382 def BeginTime @BeginTime end |
#ControlBit ⇒ Object
41382 41383 41384 |
# File 'lib/v20180228/models.rb', line 41382 def ControlBit @ControlBit end |
#ControlBits ⇒ Object
41382 41383 41384 |
# File 'lib/v20180228/models.rb', line 41382 def ControlBits @ControlBits end |
#Count ⇒ Object
41382 41383 41384 |
# File 'lib/v20180228/models.rb', line 41382 def Count @Count end |
#DisablePhoneWarning ⇒ Object
41382 41383 41384 |
# File 'lib/v20180228/models.rb', line 41382 def DisablePhoneWarning @DisablePhoneWarning end |
#EndTime ⇒ Object
41382 41383 41384 |
# File 'lib/v20180228/models.rb', line 41382 def EndTime @EndTime end |
#HostRange ⇒ Object
41382 41383 41384 |
# File 'lib/v20180228/models.rb', line 41382 def HostRange @HostRange end |
#TimeZone ⇒ Object
41382 41383 41384 |
# File 'lib/v20180228/models.rb', line 41382 def TimeZone @TimeZone end |
#Type ⇒ Object
41382 41383 41384 |
# File 'lib/v20180228/models.rb', line 41382 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
41396 41397 41398 41399 41400 41401 41402 41403 41404 41405 41406 |
# File 'lib/v20180228/models.rb', line 41396 def deserialize(params) @Type = params['Type'] @DisablePhoneWarning = params['DisablePhoneWarning'] @BeginTime = params['BeginTime'] @EndTime = params['EndTime'] @TimeZone = params['TimeZone'] @ControlBit = params['ControlBit'] @ControlBits = params['ControlBits'] @HostRange = params['HostRange'] @Count = params['Count'] end |