Class: TencentCloud::Antiddos::V20200309::BoundIpInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Antiddos::V20200309::BoundIpInfo
- Defined in:
- lib/v20200309/models.rb
Overview
高防包绑定IP对象
Instance Attribute Summary collapse
- #BizType ⇒ Object
- #DeviceType ⇒ Object
- #Domain ⇒ Object
- #InstanceId ⇒ Object
- #Ip ⇒ Object
- #IspCode ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ip = nil, biztype = nil, instanceid = nil, devicetype = nil, ispcode = nil, domain = nil) ⇒ BoundIpInfo
constructor
A new instance of BoundIpInfo.
Constructor Details
#initialize(ip = nil, biztype = nil, instanceid = nil, devicetype = nil, ispcode = nil, domain = nil) ⇒ BoundIpInfo
Returns a new instance of BoundIpInfo.
872 873 874 875 876 877 878 879 |
# File 'lib/v20200309/models.rb', line 872 def initialize(ip=nil, biztype=nil, instanceid=nil, devicetype=nil, ispcode=nil, domain=nil) @Ip = ip @BizType = biztype @InstanceId = instanceid @DeviceType = devicetype @IspCode = ispcode @Domain = domain end |
Instance Attribute Details
#BizType ⇒ Object
870 871 872 |
# File 'lib/v20200309/models.rb', line 870 def BizType @BizType end |
#DeviceType ⇒ Object
870 871 872 |
# File 'lib/v20200309/models.rb', line 870 def DeviceType @DeviceType end |
#Domain ⇒ Object
870 871 872 |
# File 'lib/v20200309/models.rb', line 870 def Domain @Domain end |
#InstanceId ⇒ Object
870 871 872 |
# File 'lib/v20200309/models.rb', line 870 def InstanceId @InstanceId end |
#Ip ⇒ Object
870 871 872 |
# File 'lib/v20200309/models.rb', line 870 def Ip @Ip end |
#IspCode ⇒ Object
870 871 872 |
# File 'lib/v20200309/models.rb', line 870 def IspCode @IspCode end |
Instance Method Details
#deserialize(params) ⇒ Object
881 882 883 884 885 886 887 888 |
# File 'lib/v20200309/models.rb', line 881 def deserialize(params) @Ip = params['Ip'] @BizType = params['BizType'] @InstanceId = params['InstanceId'] @DeviceType = params['DeviceType'] @IspCode = params['IspCode'] @Domain = params['Domain'] end |