Class: TencentCloud::Tke::V20180525::CreateBackupStorageLocationRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::CreateBackupStorageLocationRequest
- Defined in:
- lib/v20180525/models.rb
Overview
CreateBackupStorageLocation请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(storageregion = nil, bucket = nil, name = nil, provider = nil, path = nil) ⇒ CreateBackupStorageLocationRequest
constructor
A new instance of CreateBackupStorageLocationRequest.
Constructor Details
#initialize(storageregion = nil, bucket = nil, name = nil, provider = nil, path = nil) ⇒ CreateBackupStorageLocationRequest
Returns a new instance of CreateBackupStorageLocationRequest.
1861 1862 1863 1864 1865 1866 1867 |
# File 'lib/v20180525/models.rb', line 1861 def initialize(storageregion=nil, bucket=nil, name=nil, provider=nil, path=nil) @StorageRegion = storageregion @Bucket = bucket @Name = name @Provider = provider @Path = path end |
Instance Attribute Details
#Bucket ⇒ Object
1859 1860 1861 |
# File 'lib/v20180525/models.rb', line 1859 def Bucket @Bucket end |
#Name ⇒ Object
1859 1860 1861 |
# File 'lib/v20180525/models.rb', line 1859 def Name @Name end |
#Path ⇒ Object
1859 1860 1861 |
# File 'lib/v20180525/models.rb', line 1859 def Path @Path end |
#Provider ⇒ Object
1859 1860 1861 |
# File 'lib/v20180525/models.rb', line 1859 def Provider @Provider end |
#StorageRegion ⇒ Object
1859 1860 1861 |
# File 'lib/v20180525/models.rb', line 1859 def StorageRegion @StorageRegion end |
Instance Method Details
#deserialize(params) ⇒ Object
1869 1870 1871 1872 1873 1874 1875 |
# File 'lib/v20180525/models.rb', line 1869 def deserialize(params) @StorageRegion = params['StorageRegion'] @Bucket = params['Bucket'] @Name = params['Name'] @Provider = params['Provider'] @Path = params['Path'] end |