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.



10361
10362
10363
10364
10365
# File 'lib/v20190904/models.rb', line 10361

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所在地域



10359
10360
10361
# File 'lib/v20190904/models.rb', line 10359

def FwInsId
  @FwInsId
end

#FwInsNameObject

Parameters:

  • FwInsId:

    VPC防火墙实例ID

  • FwInsName:

    VPC防火墙实例名称

  • FwInsRegion:

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



10359
10360
10361
# File 'lib/v20190904/models.rb', line 10359

def FwInsName
  @FwInsName
end

#FwInsRegionObject

Parameters:

  • FwInsId:

    VPC防火墙实例ID

  • FwInsName:

    VPC防火墙实例名称

  • FwInsRegion:

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



10359
10360
10361
# File 'lib/v20190904/models.rb', line 10359

def FwInsRegion
  @FwInsRegion
end

Instance Method Details

#deserialize(params) ⇒ Object



10367
10368
10369
10370
10371
# File 'lib/v20190904/models.rb', line 10367

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