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
-
#StorageAccountId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#StorageAppId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#StorageName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#StoragePrefix ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#StorageRegion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#StorageType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(storagetype = nil, storageregion = nil, storagename = nil, storageprefix = nil, storageaccountid = nil, storageappid = nil) ⇒ Storage
constructor
A new instance of Storage.
Constructor Details
#initialize(storagetype = nil, storageregion = nil, storagename = nil, storageprefix = nil, storageaccountid = nil, storageappid = nil) ⇒ Storage
Returns a new instance of Storage.
1322 1323 1324 1325 1326 1327 1328 1329 |
# File 'lib/v20190319/models.rb', line 1322 def initialize(storagetype=nil, storageregion=nil, storagename=nil, storageprefix=nil, storageaccountid=nil, storageappid=nil) @StorageType = storagetype @StorageRegion = storageregion @StorageName = storagename @StoragePrefix = storageprefix @StorageAccountId = storageaccountid @StorageAppId = storageappid end |
Instance Attribute Details
#StorageAccountId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1320 1321 1322 |
# File 'lib/v20190319/models.rb', line 1320 def StorageAccountId @StorageAccountId end |
#StorageAppId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1320 1321 1322 |
# File 'lib/v20190319/models.rb', line 1320 def StorageAppId @StorageAppId end |
#StorageName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1320 1321 1322 |
# File 'lib/v20190319/models.rb', line 1320 def StorageName @StorageName end |
#StoragePrefix ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1320 1321 1322 |
# File 'lib/v20190319/models.rb', line 1320 def StoragePrefix @StoragePrefix end |
#StorageRegion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1320 1321 1322 |
# File 'lib/v20190319/models.rb', line 1320 def StorageRegion @StorageRegion end |
#StorageType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1320 1321 1322 |
# File 'lib/v20190319/models.rb', line 1320 def StorageType @StorageType end |
Instance Method Details
#deserialize(params) ⇒ Object
1331 1332 1333 1334 1335 1336 1337 1338 |
# File 'lib/v20190319/models.rb', line 1331 def deserialize(params) @StorageType = params['StorageType'] @StorageRegion = params['StorageRegion'] @StorageName = params['StorageName'] @StoragePrefix = params['StoragePrefix'] @StorageAccountId = params['StorageAccountId'] @StorageAppId = params['StorageAppId'] end |