Class: TencentCloud::Cfw::V20190904::VpcFwInstanceShow

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

Overview

VPC防火墙实例信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fwinsid = nil, fwinsname = nil, fwinsregion = nil) ⇒ VpcFwInstanceShow

Returns a new instance of VpcFwInstanceShow.



10071
10072
10073
10074
10075
# File 'lib/v20190904/models.rb', line 10071

def initialize(fwinsid=nil, fwinsname=nil, fwinsregion=nil)
  @FwInsId = fwinsid
  @FwInsName = fwinsname
  @FwInsRegion = fwinsregion
end

Instance Attribute Details

#FwInsIdObject

Parameters:

  • FwInsId:

    VPC防火墙实例ID

  • FwInsName:

    VPC防火墙实例名称

  • FwInsRegion:

    网络经过VPC防火墙CVM所在地域



10069
10070
10071
# File 'lib/v20190904/models.rb', line 10069

def FwInsId
  @FwInsId
end

#FwInsNameObject

Parameters:

  • FwInsId:

    VPC防火墙实例ID

  • FwInsName:

    VPC防火墙实例名称

  • FwInsRegion:

    网络经过VPC防火墙CVM所在地域



10069
10070
10071
# File 'lib/v20190904/models.rb', line 10069

def FwInsName
  @FwInsName
end

#FwInsRegionObject

Parameters:

  • FwInsId:

    VPC防火墙实例ID

  • FwInsName:

    VPC防火墙实例名称

  • FwInsRegion:

    网络经过VPC防火墙CVM所在地域



10069
10070
10071
# File 'lib/v20190904/models.rb', line 10069

def FwInsRegion
  @FwInsRegion
end

Instance Method Details

#deserialize(params) ⇒ Object



10077
10078
10079
10080
10081
# File 'lib/v20190904/models.rb', line 10077

def deserialize(params)
  @FwInsId = params['FwInsId']
  @FwInsName = params['FwInsName']
  @FwInsRegion = params['FwInsRegion']
end