Class: DatastoreHostMount
- Inherits:
-
DynamicData
- Object
- DynamicData
- DatastoreHostMount
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DatastoreHostMount
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - ManagedObjectReference
mountInfo - HostMountInfo
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#mountInfo ⇒ Object
Returns the value of attribute mountInfo.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, mountInfo = nil) ⇒ DatastoreHostMount
constructor
A new instance of DatastoreHostMount.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, mountInfo = nil) ⇒ DatastoreHostMount
Returns a new instance of DatastoreHostMount.
955 956 957 958 959 960 |
# File 'lib/vmware/soap/vim25.rb', line 955 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, mountInfo = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @mountInfo = mountInfo end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
951 952 953 |
# File 'lib/vmware/soap/vim25.rb', line 951 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
950 951 952 |
# File 'lib/vmware/soap/vim25.rb', line 950 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
952 953 954 |
# File 'lib/vmware/soap/vim25.rb', line 952 def key @key end |
#mountInfo ⇒ Object
Returns the value of attribute mountInfo.
953 954 955 |
# File 'lib/vmware/soap/vim25.rb', line 953 def mountInfo @mountInfo end |