Class: TencentCloud::Clb::V20180317::CreateTopicRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Clb::V20180317::CreateTopicRequest
- Defined in:
- lib/v20180317/models.rb
Overview
CreateTopic请求参数结构体
Instance Attribute Summary collapse
-
#PartitionCount ⇒ Object
-
日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。 - 日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。.
-
-
#Period ⇒ Object
-
日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。 - 日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。.
-
-
#StorageType ⇒ Object
-
日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。 - 日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。.
-
-
#TopicName ⇒ Object
-
日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。 - 日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。.
-
-
#TopicType ⇒ Object
-
日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。 - 日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。.
-
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicname = nil, partitioncount = nil, topictype = nil, period = nil, storagetype = nil) ⇒ CreateTopicRequest
constructor
A new instance of CreateTopicRequest.
Constructor Details
#initialize(topicname = nil, partitioncount = nil, topictype = nil, period = nil, storagetype = nil) ⇒ CreateTopicRequest
Returns a new instance of CreateTopicRequest.
1905 1906 1907 1908 1909 1910 1911 |
# File 'lib/v20180317/models.rb', line 1905 def initialize(topicname=nil, partitioncount=nil, topictype=nil, period=nil, storagetype=nil) @TopicName = topicname @PartitionCount = partitioncount @TopicType = topictype @Period = period @StorageType = storagetype end |
Instance Attribute Details
#PartitionCount ⇒ Object
-
日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。
-
日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。
1903 1904 1905 |
# File 'lib/v20180317/models.rb', line 1903 def PartitionCount @PartitionCount end |
#Period ⇒ Object
-
日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。
-
日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。
1903 1904 1905 |
# File 'lib/v20180317/models.rb', line 1903 def Period @Period end |
#StorageType ⇒ Object
-
日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。
-
日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。
1903 1904 1905 |
# File 'lib/v20180317/models.rb', line 1903 def StorageType @StorageType end |
#TopicName ⇒ Object
-
日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。
-
日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。
1903 1904 1905 |
# File 'lib/v20180317/models.rb', line 1903 def TopicName @TopicName end |
#TopicType ⇒ Object
-
日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。
-
日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。
1903 1904 1905 |
# File 'lib/v20180317/models.rb', line 1903 def TopicType @TopicType end |
Instance Method Details
#deserialize(params) ⇒ Object
1913 1914 1915 1916 1917 1918 1919 |
# File 'lib/v20180317/models.rb', line 1913 def deserialize(params) @TopicName = params['TopicName'] @PartitionCount = params['PartitionCount'] @TopicType = params['TopicType'] @Period = params['Period'] @StorageType = params['StorageType'] end |