Class: TencentCloud::Thpc::V20230321::DeleteClusterStorageOptionRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20230321/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.



1083
1084
1085
1086
# File 'lib/v20230321/models.rb', line 1083

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

Instance Attribute Details

#ClusterIdObject

Parameters:

  • ClusterId:

    集群ID。

  • LocalPath:

    本地挂载路径。



1081
1082
1083
# File 'lib/v20230321/models.rb', line 1081

def ClusterId
  @ClusterId
end

#LocalPathObject

Parameters:

  • ClusterId:

    集群ID。

  • LocalPath:

    本地挂载路径。



1081
1082
1083
# File 'lib/v20230321/models.rb', line 1081

def LocalPath
  @LocalPath
end

Instance Method Details

#deserialize(params) ⇒ Object



1088
1089
1090
1091
# File 'lib/v20230321/models.rb', line 1088

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