Class: TencentCloud::Thpc::V20220401::DeleteClusterStorageOptionRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20220401/models.rb

Overview

DeleteClusterStorageOption请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clusterid = nil, localpath = nil) ⇒ DeleteClusterStorageOptionRequest

Returns a new instance of DeleteClusterStorageOptionRequest.



798
799
800
801
# File 'lib/v20220401/models.rb', line 798

def initialize(clusterid=nil, localpath=nil)
  @ClusterId = clusterid
  @LocalPath = localpath
end

Instance Attribute Details

#ClusterIdObject

Parameters:

  • ClusterId:

    集群ID。

  • LocalPath:

    本地挂载路径。



796
797
798
# File 'lib/v20220401/models.rb', line 796

def ClusterId
  @ClusterId
end

#LocalPathObject

Parameters:

  • ClusterId:

    集群ID。

  • LocalPath:

    本地挂载路径。



796
797
798
# File 'lib/v20220401/models.rb', line 796

def LocalPath
  @LocalPath
end

Instance Method Details

#deserialize(params) ⇒ Object



803
804
805
806
# File 'lib/v20220401/models.rb', line 803

def deserialize(params)
  @ClusterId = params['ClusterId']
  @LocalPath = params['LocalPath']
end