Class: TencentCloud::Emr::V20190103::HostVolumeContext
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::HostVolumeContext
- Defined in:
- lib/v20190103/models.rb
Overview
Pod HostPath挂载方式描述
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(volumepath = nil) ⇒ HostVolumeContext
constructor
A new instance of HostVolumeContext.
Constructor Details
#initialize(volumepath = nil) ⇒ HostVolumeContext
Returns a new instance of HostVolumeContext.
7184 7185 7186 |
# File 'lib/v20190103/models.rb', line 7184 def initialize(volumepath=nil) @VolumePath = volumepath end |
Instance Attribute Details
#VolumePath ⇒ Object
7182 7183 7184 |
# File 'lib/v20190103/models.rb', line 7182 def VolumePath @VolumePath end |
Instance Method Details
#deserialize(params) ⇒ Object
7188 7189 7190 |
# File 'lib/v20190103/models.rb', line 7188 def deserialize(params) @VolumePath = params['VolumePath'] end |