Class: TencentCloud::Dayu::V20180709::BoundIpInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::BoundIpInfo
- Defined in:
- lib/v20180709/models.rb
Overview
高防包绑定IP对象
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ip = nil, biztype = nil, devicetype = nil, instanceid = nil, ispcode = nil) ⇒ BoundIpInfo
constructor
A new instance of BoundIpInfo.
Constructor Details
#initialize(ip = nil, biztype = nil, devicetype = nil, instanceid = nil, ispcode = nil) ⇒ BoundIpInfo
Returns a new instance of BoundIpInfo.
66 67 68 69 70 71 72 |
# File 'lib/v20180709/models.rb', line 66 def initialize(ip=nil, biztype=nil, devicetype=nil, instanceid=nil, ispcode=nil) @Ip = ip @BizType = biztype @DeviceType = devicetype @InstanceId = instanceid @IspCode = ispcode end |
Instance Attribute Details
#BizType ⇒ Object
64 65 66 |
# File 'lib/v20180709/models.rb', line 64 def BizType @BizType end |
#DeviceType ⇒ Object
64 65 66 |
# File 'lib/v20180709/models.rb', line 64 def DeviceType @DeviceType end |
#InstanceId ⇒ Object
64 65 66 |
# File 'lib/v20180709/models.rb', line 64 def InstanceId @InstanceId end |
#Ip ⇒ Object
64 65 66 |
# File 'lib/v20180709/models.rb', line 64 def Ip @Ip end |
#IspCode ⇒ Object
64 65 66 |
# File 'lib/v20180709/models.rb', line 64 def IspCode @IspCode end |
Instance Method Details
#deserialize(params) ⇒ Object
74 75 76 77 78 79 80 |
# File 'lib/v20180709/models.rb', line 74 def deserialize(params) @Ip = params['Ip'] @BizType = params['BizType'] @DeviceType = params['DeviceType'] @InstanceId = params['InstanceId'] @IspCode = params['IspCode'] end |