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.



9786
9787
9788
9789
# File 'lib/v20190904/models.rb', line 9786

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

Instance Attribute Details

#FwTypeObject

Parameters:

  • SyncType:

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

  • FwType:

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



9784
9785
9786
# File 'lib/v20190904/models.rb', line 9784

def FwType
  @FwType
end

#SyncTypeObject

Parameters:

  • SyncType:

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

  • FwType:

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



9784
9785
9786
# File 'lib/v20190904/models.rb', line 9784

def SyncType
  @SyncType
end

Instance Method Details

#deserialize(params) ⇒ Object



9791
9792
9793
9794
# File 'lib/v20190904/models.rb', line 9791

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