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
- #StorageAccountId ⇒ Object
- #StorageAppId ⇒ Object
- #StorageName ⇒ Object
- #StoragePrefix ⇒ Object
- #StorageRegion ⇒ Object
- #StorageType ⇒ Object
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
Returns a new instance of Storage.
1319 1320 1321 1322 1323 1324 1325 1326 1327 |
# File 'lib/v20190319/models.rb', line 1319 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
1317 1318 1319 |
# File 'lib/v20190319/models.rb', line 1317 def Compress @Compress end |
#StorageAccountId ⇒ Object
1317 1318 1319 |
# File 'lib/v20190319/models.rb', line 1317 def StorageAccountId @StorageAccountId end |
#StorageAppId ⇒ Object
1317 1318 1319 |
# File 'lib/v20190319/models.rb', line 1317 def StorageAppId @StorageAppId end |
#StorageName ⇒ Object
1317 1318 1319 |
# File 'lib/v20190319/models.rb', line 1317 def StorageName @StorageName end |
#StoragePrefix ⇒ Object
1317 1318 1319 |
# File 'lib/v20190319/models.rb', line 1317 def StoragePrefix @StoragePrefix end |
#StorageRegion ⇒ Object
1317 1318 1319 |
# File 'lib/v20190319/models.rb', line 1317 def StorageRegion @StorageRegion end |
#StorageType ⇒ Object
1317 1318 1319 |
# File 'lib/v20190319/models.rb', line 1317 def StorageType @StorageType end |
Instance Method Details
#deserialize(params) ⇒ Object
1329 1330 1331 1332 1333 1334 1335 1336 1337 |
# File 'lib/v20190319/models.rb', line 1329 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 |