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.



4198
4199
4200
# File 'lib/v20190904/models.rb', line 4198

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

Instance Attribute Details

#SyncTypeObject

Parameters:

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



4196
4197
4198
# File 'lib/v20190904/models.rb', line 4196

def SyncType
  @SyncType
end

Instance Method Details

#deserialize(params) ⇒ Object



4202
4203
4204
# File 'lib/v20190904/models.rb', line 4202

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