Class: TencentCloud::Iecp::V20210914::VolumeMount
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::VolumeMount
- Defined in:
- lib/v20210914/models.rb
Overview
数据挂载
Instance Attribute Summary collapse
-
#MountPath ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ReadOnly ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SubPath ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, mountpath = nil, subpath = nil, readonly = nil) ⇒ VolumeMount
constructor
A new instance of VolumeMount.
Constructor Details
#initialize(name = nil, mountpath = nil, subpath = nil, readonly = nil) ⇒ VolumeMount
Returns a new instance of VolumeMount.
6700 6701 6702 6703 6704 6705 |
# File 'lib/v20210914/models.rb', line 6700 def initialize(name=nil, mountpath=nil, subpath=nil, readonly=nil) @Name = name @MountPath = mountpath @SubPath = subpath @ReadOnly = readonly end |
Instance Attribute Details
#MountPath ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
6698 6699 6700 |
# File 'lib/v20210914/models.rb', line 6698 def MountPath @MountPath end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
6698 6699 6700 |
# File 'lib/v20210914/models.rb', line 6698 def Name @Name end |
#ReadOnly ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
6698 6699 6700 |
# File 'lib/v20210914/models.rb', line 6698 def ReadOnly @ReadOnly end |
#SubPath ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
6698 6699 6700 |
# File 'lib/v20210914/models.rb', line 6698 def SubPath @SubPath end |
Instance Method Details
#deserialize(params) ⇒ Object
6707 6708 6709 6710 6711 6712 |
# File 'lib/v20210914/models.rb', line 6707 def deserialize(params) @Name = params['Name'] @MountPath = params['MountPath'] @SubPath = params['SubPath'] @ReadOnly = params['ReadOnly'] end |