Class: TencentCloud::Cloudaudit::V20190319::Storage

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

Overview

跟踪集存储信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CompressObject

1:压缩 2:不压缩



1304
1305
1306
# File 'lib/v20190319/models.rb', line 1304

def Compress
  @Compress
end

#StorageAccountIdObject

1:压缩 2:不压缩



1304
1305
1306
# File 'lib/v20190319/models.rb', line 1304

def StorageAccountId
  @StorageAccountId
end

#StorageAppIdObject

1:压缩 2:不压缩



1304
1305
1306
# File 'lib/v20190319/models.rb', line 1304

def StorageAppId
  @StorageAppId
end

#StorageNameObject

1:压缩 2:不压缩



1304
1305
1306
# File 'lib/v20190319/models.rb', line 1304

def StorageName
  @StorageName
end

#StoragePrefixObject

1:压缩 2:不压缩



1304
1305
1306
# File 'lib/v20190319/models.rb', line 1304

def StoragePrefix
  @StoragePrefix
end

#StorageRegionObject

1:压缩 2:不压缩



1304
1305
1306
# File 'lib/v20190319/models.rb', line 1304

def StorageRegion
  @StorageRegion
end

#StorageTypeObject

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