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.
2037 2038 2039 2040 2041 2042 2043 |
# File 'lib/v20180525/models.rb', line 2037 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
2035 2036 2037 |
# File 'lib/v20180525/models.rb', line 2035 def Bucket @Bucket end |
#Name ⇒ Object
2035 2036 2037 |
# File 'lib/v20180525/models.rb', line 2035 def Name @Name end |
#Path ⇒ Object
2035 2036 2037 |
# File 'lib/v20180525/models.rb', line 2035 def Path @Path end |
#Provider ⇒ Object
2035 2036 2037 |
# File 'lib/v20180525/models.rb', line 2035 def Provider @Provider end |
#StorageRegion ⇒ Object
2035 2036 2037 |
# File 'lib/v20180525/models.rb', line 2035 def StorageRegion @StorageRegion end |
Instance Method Details
#deserialize(params) ⇒ Object
2045 2046 2047 2048 2049 2050 2051 |
# File 'lib/v20180525/models.rb', line 2045 def deserialize(params) @StorageRegion = params['StorageRegion'] @Bucket = params['Bucket'] @Name = params['Name'] @Provider = params['Provider'] @Path = params['Path'] end |