Class: TencentCloud::Dlc::V20210125::DescribeAdvancedStoreLocationResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::DescribeAdvancedStoreLocationResponse
- Defined in:
- lib/v20210125/models.rb
Overview
DescribeAdvancedStoreLocation返回参数结构体
Instance Attribute Summary collapse
- #BucketType ⇒ Object
- #Enable ⇒ Object
- #HasLakeFs ⇒ Object
- #LakeFsStatus ⇒ Object
- #RequestId ⇒ Object
- #StoreLocation ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(enable = nil, storelocation = nil, haslakefs = nil, lakefsstatus = nil, buckettype = nil, requestid = nil) ⇒ DescribeAdvancedStoreLocationResponse
constructor
A new instance of DescribeAdvancedStoreLocationResponse.
Constructor Details
#initialize(enable = nil, storelocation = nil, haslakefs = nil, lakefsstatus = nil, buckettype = nil, requestid = nil) ⇒ DescribeAdvancedStoreLocationResponse
Returns a new instance of DescribeAdvancedStoreLocationResponse.
6028 6029 6030 6031 6032 6033 6034 6035 |
# File 'lib/v20210125/models.rb', line 6028 def initialize(enable=nil, storelocation=nil, haslakefs=nil, lakefsstatus=nil, buckettype=nil, requestid=nil) @Enable = enable @StoreLocation = storelocation @HasLakeFs = haslakefs @LakeFsStatus = lakefsstatus @BucketType = buckettype @RequestId = requestid end |
Instance Attribute Details
#BucketType ⇒ Object
6026 6027 6028 |
# File 'lib/v20210125/models.rb', line 6026 def BucketType @BucketType end |
#Enable ⇒ Object
6026 6027 6028 |
# File 'lib/v20210125/models.rb', line 6026 def Enable @Enable end |
#HasLakeFs ⇒ Object
6026 6027 6028 |
# File 'lib/v20210125/models.rb', line 6026 def HasLakeFs @HasLakeFs end |
#LakeFsStatus ⇒ Object
6026 6027 6028 |
# File 'lib/v20210125/models.rb', line 6026 def LakeFsStatus @LakeFsStatus end |
#RequestId ⇒ Object
6026 6027 6028 |
# File 'lib/v20210125/models.rb', line 6026 def RequestId @RequestId end |
#StoreLocation ⇒ Object
6026 6027 6028 |
# File 'lib/v20210125/models.rb', line 6026 def StoreLocation @StoreLocation end |
Instance Method Details
#deserialize(params) ⇒ Object
6037 6038 6039 6040 6041 6042 6043 6044 |
# File 'lib/v20210125/models.rb', line 6037 def deserialize(params) @Enable = params['Enable'] @StoreLocation = params['StoreLocation'] @HasLakeFs = params['HasLakeFs'] @LakeFsStatus = params['LakeFsStatus'] @BucketType = params['BucketType'] @RequestId = params['RequestId'] end |