Class: TencentCloud::Antiddos::V20200309::EipProductInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Antiddos::V20200309::EipProductInfo
- Defined in:
- lib/v20200309/models.rb
Overview
EIP所属的云产品信息
Instance Attribute Summary collapse
-
#BizType ⇒ Object
public(CVM产品), bm(黑石产品), eni(弹性网卡), vpngw(VPN网关), natgw(NAT网关), waf(Web应用安全产品), fpc(金融产品), gaap(GAAP产品), other(托管IP) ].
-
#DeviceType ⇒ Object
public(CVM产品), bm(黑石产品), eni(弹性网卡), vpngw(VPN网关), natgw(NAT网关), waf(Web应用安全产品), fpc(金融产品), gaap(GAAP产品), other(托管IP) ].
-
#Domain ⇒ Object
public(CVM产品), bm(黑石产品), eni(弹性网卡), vpngw(VPN网关), natgw(NAT网关), waf(Web应用安全产品), fpc(金融产品), gaap(GAAP产品), other(托管IP) ].
-
#InstanceId ⇒ Object
public(CVM产品), bm(黑石产品), eni(弹性网卡), vpngw(VPN网关), natgw(NAT网关), waf(Web应用安全产品), fpc(金融产品), gaap(GAAP产品), other(托管IP) ].
-
#Ip ⇒ Object
public(CVM产品), bm(黑石产品), eni(弹性网卡), vpngw(VPN网关), natgw(NAT网关), waf(Web应用安全产品), fpc(金融产品), gaap(GAAP产品), other(托管IP) ].
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ip = nil, biztype = nil, devicetype = nil, instanceid = nil, domain = nil) ⇒ EipProductInfo
constructor
A new instance of EipProductInfo.
Constructor Details
#initialize(ip = nil, biztype = nil, devicetype = nil, instanceid = nil, domain = nil) ⇒ EipProductInfo
Returns a new instance of EipProductInfo.
6007 6008 6009 6010 6011 6012 6013 |
# File 'lib/v20200309/models.rb', line 6007 def initialize(ip=nil, biztype=nil, devicetype=nil, instanceid=nil, domain=nil) @Ip = ip @BizType = biztype @DeviceType = devicetype @InstanceId = instanceid @Domain = domain end |
Instance Attribute Details
#BizType ⇒ Object
public(CVM产品),bm(黑石产品),eni(弹性网卡),vpngw(VPN网关),
natgw(NAT网关),
waf(Web应用安全产品),fpc(金融产品),gaap(GAAP产品), other(托管IP) ]
6005 6006 6007 |
# File 'lib/v20200309/models.rb', line 6005 def BizType @BizType end |
#DeviceType ⇒ Object
public(CVM产品),bm(黑石产品),eni(弹性网卡),vpngw(VPN网关),
natgw(NAT网关),
waf(Web应用安全产品),fpc(金融产品),gaap(GAAP产品), other(托管IP) ]
6005 6006 6007 |
# File 'lib/v20200309/models.rb', line 6005 def DeviceType @DeviceType end |
#Domain ⇒ Object
public(CVM产品),bm(黑石产品),eni(弹性网卡),vpngw(VPN网关),
natgw(NAT网关),
waf(Web应用安全产品),fpc(金融产品),gaap(GAAP产品), other(托管IP) ]
6005 6006 6007 |
# File 'lib/v20200309/models.rb', line 6005 def Domain @Domain end |
#InstanceId ⇒ Object
public(CVM产品),bm(黑石产品),eni(弹性网卡),vpngw(VPN网关),
natgw(NAT网关),
waf(Web应用安全产品),fpc(金融产品),gaap(GAAP产品), other(托管IP) ]
6005 6006 6007 |
# File 'lib/v20200309/models.rb', line 6005 def InstanceId @InstanceId end |
#Ip ⇒ Object
public(CVM产品),bm(黑石产品),eni(弹性网卡),vpngw(VPN网关),
natgw(NAT网关),
waf(Web应用安全产品),fpc(金融产品),gaap(GAAP产品), other(托管IP) ]
6005 6006 6007 |
# File 'lib/v20200309/models.rb', line 6005 def Ip @Ip end |
Instance Method Details
#deserialize(params) ⇒ Object
6015 6016 6017 6018 6019 6020 6021 |
# File 'lib/v20200309/models.rb', line 6015 def deserialize(params) @Ip = params['Ip'] @BizType = params['BizType'] @DeviceType = params['DeviceType'] @InstanceId = params['InstanceId'] @Domain = params['Domain'] end |