Class: TencentCloud::Cfw::V20190904::SyncFwOperateRequest

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

Overview

SyncFwOperate请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(synctype = nil, fwtype = nil) ⇒ SyncFwOperateRequest

Returns a new instance of SyncFwOperateRequest.



9460
9461
9462
9463
# File 'lib/v20190904/models.rb', line 9460

def initialize(synctype=nil, fwtype=nil)
  @SyncType = synctype
  @FwType = fwtype
end

Instance Attribute Details

#FwTypeObject

Parameters:

  • SyncType:

    同步操作类型:Route,同步防火墙路由

  • FwType:

    防火墙类型;nat,nat防火墙;ew,vpc间防火墙



9458
9459
9460
# File 'lib/v20190904/models.rb', line 9458

def FwType
  @FwType
end

#SyncTypeObject

Parameters:

  • SyncType:

    同步操作类型:Route,同步防火墙路由

  • FwType:

    防火墙类型;nat,nat防火墙;ew,vpc间防火墙



9458
9459
9460
# File 'lib/v20190904/models.rb', line 9458

def SyncType
  @SyncType
end

Instance Method Details

#deserialize(params) ⇒ Object



9465
9466
9467
9468
# File 'lib/v20190904/models.rb', line 9465

def deserialize(params)
  @SyncType = params['SyncType']
  @FwType = params['FwType']
end