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.
1876 1877 1878 1879 1880 1881 1882 |
# File 'lib/v20180525/models.rb', line 1876 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
1874 1875 1876 |
# File 'lib/v20180525/models.rb', line 1874 def Bucket @Bucket end |
#Name ⇒ Object
1874 1875 1876 |
# File 'lib/v20180525/models.rb', line 1874 def Name @Name end |
#Path ⇒ Object
1874 1875 1876 |
# File 'lib/v20180525/models.rb', line 1874 def Path @Path end |
#Provider ⇒ Object
1874 1875 1876 |
# File 'lib/v20180525/models.rb', line 1874 def Provider @Provider end |
#StorageRegion ⇒ Object
1874 1875 1876 |
# File 'lib/v20180525/models.rb', line 1874 def StorageRegion @StorageRegion end |
Instance Method Details
#deserialize(params) ⇒ Object
1884 1885 1886 1887 1888 1889 1890 |
# File 'lib/v20180525/models.rb', line 1884 def deserialize(params) @StorageRegion = params['StorageRegion'] @Bucket = params['Bucket'] @Name = params['Name'] @Provider = params['Provider'] @Path = params['Path'] end |