Class: TencentCloud::Thpc::V20230321::DeleteClusterStorageOptionRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20230321::DeleteClusterStorageOptionRequest
- Defined in:
- lib/v20230321/models.rb
Overview
DeleteClusterStorageOption请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, localpath = nil) ⇒ DeleteClusterStorageOptionRequest
constructor
A new instance of DeleteClusterStorageOptionRequest.
Constructor Details
#initialize(clusterid = nil, localpath = nil) ⇒ DeleteClusterStorageOptionRequest
Returns a new instance of DeleteClusterStorageOptionRequest.
990 991 992 993 |
# File 'lib/v20230321/models.rb', line 990 def initialize(clusterid=nil, localpath=nil) @ClusterId = clusterid @LocalPath = localpath end |
Instance Attribute Details
#ClusterId ⇒ Object
988 989 990 |
# File 'lib/v20230321/models.rb', line 988 def ClusterId @ClusterId end |
#LocalPath ⇒ Object
988 989 990 |
# File 'lib/v20230321/models.rb', line 988 def LocalPath @LocalPath end |
Instance Method Details
#deserialize(params) ⇒ Object
995 996 997 998 |
# File 'lib/v20230321/models.rb', line 995 def deserialize(params) @ClusterId = params['ClusterId'] @LocalPath = params['LocalPath'] end |