Class: TencentCloud::Cfw::V20190904::DescribeFwSyncStatusRequest

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

Overview

DescribeFwSyncStatus请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(synctype = nil) ⇒ DescribeFwSyncStatusRequest

Returns a new instance of DescribeFwSyncStatusRequest.



3731
3732
3733
# File 'lib/v20190904/models.rb', line 3731

def initialize(synctype=nil)
  @SyncType = synctype
end

Instance Attribute Details

#SyncTypeObject

Parameters:

  • SyncType:

    查询的同步状态类型:Route,同步路由状态



3729
3730
3731
# File 'lib/v20190904/models.rb', line 3729

def SyncType
  @SyncType
end

Instance Method Details

#deserialize(params) ⇒ Object



3735
3736
3737
# File 'lib/v20190904/models.rb', line 3735

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