Class: TencentCloud::Thpc::V20230321::GooseFSOption

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

Overview

描述GooseFS挂载信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(localpath = nil, remotepath = nil, masters = nil) ⇒ GooseFSOption



2090
2091
2092
2093
2094
# File 'lib/v20230321/models.rb', line 2090

def initialize(localpath=nil, remotepath=nil, masters=nil)
  @LocalPath = localpath
  @RemotePath = remotepath
  @Masters = masters
end

Instance Attribute Details

#LocalPathObject



2088
2089
2090
# File 'lib/v20230321/models.rb', line 2088

def LocalPath
  @LocalPath
end

#MastersObject



2088
2089
2090
# File 'lib/v20230321/models.rb', line 2088

def Masters
  @Masters
end

#RemotePathObject



2088
2089
2090
# File 'lib/v20230321/models.rb', line 2088

def RemotePath
  @RemotePath
end

Instance Method Details

#deserialize(params) ⇒ Object



2096
2097
2098
2099
2100
# File 'lib/v20230321/models.rb', line 2096

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