Class: HostMountInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostMountInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostMountInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
path - SOAP::SOAPString
accessMode - SOAP::SOAPString
accessible - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#accessible ⇒ Object
Returns the value of attribute accessible.
-
#accessMode ⇒ Object
Returns the value of attribute accessMode.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], path = nil, accessMode = nil, accessible = nil) ⇒ HostMountInfo
constructor
A new instance of HostMountInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], path = nil, accessMode = nil, accessible = nil) ⇒ HostMountInfo
Returns a new instance of HostMountInfo.
19998 19999 20000 20001 20002 20003 20004 |
# File 'lib/vmware/soap/vim25.rb', line 19998 def initialize(dynamicType = nil, dynamicProperty = [], path = nil, accessMode = nil, accessible = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @path = path @accessMode = accessMode @accessible = accessible end |
Instance Attribute Details
#accessible ⇒ Object
Returns the value of attribute accessible.
19996 19997 19998 |
# File 'lib/vmware/soap/vim25.rb', line 19996 def accessible @accessible end |
#accessMode ⇒ Object
Returns the value of attribute accessMode.
19995 19996 19997 |
# File 'lib/vmware/soap/vim25.rb', line 19995 def accessMode @accessMode end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19993 19994 19995 |
# File 'lib/vmware/soap/vim25.rb', line 19993 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19992 19993 19994 |
# File 'lib/vmware/soap/vim25.rb', line 19992 def dynamicType @dynamicType end |
#path ⇒ Object
Returns the value of attribute path.
19994 19995 19996 |
# File 'lib/vmware/soap/vim25.rb', line 19994 def path @path end |