Class: TencentCloud::Tione::V20211111::GooseFSx

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

Overview

GosseFSx的配置

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, path = nil) ⇒ GooseFSx

Returns a new instance of GooseFSx.



4477
4478
4479
4480
# File 'lib/v20211111/models.rb', line 4477

def initialize(id=nil, path=nil)
  @Id = id
  @Path = path
end

Instance Attribute Details

#IdObject

Parameters:

  • Id:

    goosefsx实例id

  • Path:

    GooseFSx实例需要挂载的路径



4475
4476
4477
# File 'lib/v20211111/models.rb', line 4475

def Id
  @Id
end

#PathObject

Parameters:

  • Id:

    goosefsx实例id

  • Path:

    GooseFSx实例需要挂载的路径



4475
4476
4477
# File 'lib/v20211111/models.rb', line 4475

def Path
  @Path
end

Instance Method Details

#deserialize(params) ⇒ Object



4482
4483
4484
4485
# File 'lib/v20211111/models.rb', line 4482

def deserialize(params)
  @Id = params['Id']
  @Path = params['Path']
end