Class: TencentCloud::Antiddos::V20200309::EipAddressRelation

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200309/models.rb

Overview

高防弹性公网IP关联信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eipaddressregion = nil, eipboundrscins = nil, eipboundrsceni = nil, eipboundrscvip = nil, modifytime = nil) ⇒ EipAddressRelation

Returns a new instance of EipAddressRelation.



5965
5966
5967
5968
5969
5970
5971
# File 'lib/v20200309/models.rb', line 5965

def initialize(eipaddressregion=nil, eipboundrscins=nil, eipboundrsceni=nil, eipboundrscvip=nil, modifytime=nil)
  @EipAddressRegion = eipaddressregion
  @EipBoundRscIns = eipboundrscins
  @EipBoundRscEni = eipboundrsceni
  @EipBoundRscVip = eipboundrscvip
  @ModifyTime = modifytime
end

Instance Attribute Details

#EipAddressRegionObject

Parameters:

  • EipAddressRegion:

    高防弹性公网IP绑定的实例地区,例如hk代表中国香港

  • EipBoundRscIns:

    绑定的资源实例ID。可能是一个CVM。

  • EipBoundRscEni:

    绑定的弹性网卡ID

  • EipBoundRscVip:

    绑定的资源内网ip

  • ModifyTime:

    修改时间



5963
5964
5965
# File 'lib/v20200309/models.rb', line 5963

def EipAddressRegion
  @EipAddressRegion
end

#EipBoundRscEniObject

Parameters:

  • EipAddressRegion:

    高防弹性公网IP绑定的实例地区,例如hk代表中国香港

  • EipBoundRscIns:

    绑定的资源实例ID。可能是一个CVM。

  • EipBoundRscEni:

    绑定的弹性网卡ID

  • EipBoundRscVip:

    绑定的资源内网ip

  • ModifyTime:

    修改时间



5963
5964
5965
# File 'lib/v20200309/models.rb', line 5963

def EipBoundRscEni
  @EipBoundRscEni
end

#EipBoundRscInsObject

Parameters:

  • EipAddressRegion:

    高防弹性公网IP绑定的实例地区,例如hk代表中国香港

  • EipBoundRscIns:

    绑定的资源实例ID。可能是一个CVM。

  • EipBoundRscEni:

    绑定的弹性网卡ID

  • EipBoundRscVip:

    绑定的资源内网ip

  • ModifyTime:

    修改时间



5963
5964
5965
# File 'lib/v20200309/models.rb', line 5963

def EipBoundRscIns
  @EipBoundRscIns
end

#EipBoundRscVipObject

Parameters:

  • EipAddressRegion:

    高防弹性公网IP绑定的实例地区,例如hk代表中国香港

  • EipBoundRscIns:

    绑定的资源实例ID。可能是一个CVM。

  • EipBoundRscEni:

    绑定的弹性网卡ID

  • EipBoundRscVip:

    绑定的资源内网ip

  • ModifyTime:

    修改时间



5963
5964
5965
# File 'lib/v20200309/models.rb', line 5963

def EipBoundRscVip
  @EipBoundRscVip
end

#ModifyTimeObject

Parameters:

  • EipAddressRegion:

    高防弹性公网IP绑定的实例地区,例如hk代表中国香港

  • EipBoundRscIns:

    绑定的资源实例ID。可能是一个CVM。

  • EipBoundRscEni:

    绑定的弹性网卡ID

  • EipBoundRscVip:

    绑定的资源内网ip

  • ModifyTime:

    修改时间



5963
5964
5965
# File 'lib/v20200309/models.rb', line 5963

def ModifyTime
  @ModifyTime
end

Instance Method Details

#deserialize(params) ⇒ Object



5973
5974
5975
5976
5977
5978
5979
# File 'lib/v20200309/models.rb', line 5973

def deserialize(params)
  @EipAddressRegion = params['EipAddressRegion']
  @EipBoundRscIns = params['EipBoundRscIns']
  @EipBoundRscEni = params['EipBoundRscEni']
  @EipBoundRscVip = params['EipBoundRscVip']
  @ModifyTime = params['ModifyTime']
end