Class: TencentCloud::Goosefs::V20220519::ModifyDataRepositoryBandwidthRequest

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

Overview

ModifyDataRepositoryBandwidth请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(filesystemid = nil, bandwidth = nil) ⇒ ModifyDataRepositoryBandwidthRequest

Returns a new instance of ModifyDataRepositoryBandwidthRequest.



1488
1489
1490
1491
# File 'lib/v20220519/models.rb', line 1488

def initialize(filesystemid=nil, bandwidth=nil)
  @FileSystemId = filesystemid
  @Bandwidth = bandwidth
end

Instance Attribute Details

#BandwidthObject

Parameters:

  • FileSystemId:

    文件系统ID

  • Bandwidth:

    带宽, 单位MB/S



1486
1487
1488
# File 'lib/v20220519/models.rb', line 1486

def Bandwidth
  @Bandwidth
end

#FileSystemIdObject

Parameters:

  • FileSystemId:

    文件系统ID

  • Bandwidth:

    带宽, 单位MB/S



1486
1487
1488
# File 'lib/v20220519/models.rb', line 1486

def FileSystemId
  @FileSystemId
end

Instance Method Details

#deserialize(params) ⇒ Object



1493
1494
1495
1496
# File 'lib/v20220519/models.rb', line 1493

def deserialize(params)
  @FileSystemId = params['FileSystemId']
  @Bandwidth = params['Bandwidth']
end