Class: TencentCloud::Cloudaudit::V20190319::Storage
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cloudaudit::V20190319::Storage
- Defined in:
- lib/v20190319/models.rb
Overview
跟踪集存储信息
Instance Attribute Summary collapse
-
#Compress ⇒ Object
1:压缩 2:不压缩.
-
#StorageAccountId ⇒ Object
1:压缩 2:不压缩.
-
#StorageAppId ⇒ Object
1:压缩 2:不压缩.
-
#StorageName ⇒ Object
1:压缩 2:不压缩.
-
#StoragePrefix ⇒ Object
1:压缩 2:不压缩.
-
#StorageRegion ⇒ Object
1:压缩 2:不压缩.
-
#StorageType ⇒ Object
1:压缩 2:不压缩.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(storagetype = nil, storageregion = nil, storagename = nil, storageprefix = nil, storageaccountid = nil, storageappid = nil, compress = nil) ⇒ Storage
constructor
A new instance of Storage.
Constructor Details
#initialize(storagetype = nil, storageregion = nil, storagename = nil, storageprefix = nil, storageaccountid = nil, storageappid = nil, compress = nil) ⇒ Storage
1306 1307 1308 1309 1310 1311 1312 1313 1314 |
# File 'lib/v20190319/models.rb', line 1306 def initialize(storagetype=nil, storageregion=nil, storagename=nil, storageprefix=nil, storageaccountid=nil, storageappid=nil, compress=nil) @StorageType = storagetype @StorageRegion = storageregion @StorageName = storagename @StoragePrefix = storageprefix @StorageAccountId = storageaccountid @StorageAppId = storageappid @Compress = compress end |
Instance Attribute Details
#Compress ⇒ Object
1:压缩 2:不压缩
1304 1305 1306 |
# File 'lib/v20190319/models.rb', line 1304 def Compress @Compress end |
#StorageAccountId ⇒ Object
1:压缩 2:不压缩
1304 1305 1306 |
# File 'lib/v20190319/models.rb', line 1304 def StorageAccountId @StorageAccountId end |
#StorageAppId ⇒ Object
1:压缩 2:不压缩
1304 1305 1306 |
# File 'lib/v20190319/models.rb', line 1304 def StorageAppId @StorageAppId end |
#StorageName ⇒ Object
1:压缩 2:不压缩
1304 1305 1306 |
# File 'lib/v20190319/models.rb', line 1304 def StorageName @StorageName end |
#StoragePrefix ⇒ Object
1:压缩 2:不压缩
1304 1305 1306 |
# File 'lib/v20190319/models.rb', line 1304 def StoragePrefix @StoragePrefix end |
#StorageRegion ⇒ Object
1:压缩 2:不压缩
1304 1305 1306 |
# File 'lib/v20190319/models.rb', line 1304 def StorageRegion @StorageRegion end |
#StorageType ⇒ Object
1:压缩 2:不压缩
1304 1305 1306 |
# File 'lib/v20190319/models.rb', line 1304 def StorageType @StorageType end |
Instance Method Details
#deserialize(params) ⇒ Object
1316 1317 1318 1319 1320 1321 1322 1323 1324 |
# File 'lib/v20190319/models.rb', line 1316 def deserialize(params) @StorageType = params['StorageType'] @StorageRegion = params['StorageRegion'] @StorageName = params['StorageName'] @StoragePrefix = params['StoragePrefix'] @StorageAccountId = params['StorageAccountId'] @StorageAppId = params['StorageAppId'] @Compress = params['Compress'] end |