Class: DatastoreHostMount

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25DatastoreHostMount

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - ManagedObjectReference
mountInfo - HostMountInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



951
952
953
# File 'lib/vmware/soap/vim25.rb', line 951

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



950
951
952
# File 'lib/vmware/soap/vim25.rb', line 950

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



952
953
954
# File 'lib/vmware/soap/vim25.rb', line 952

def key
  @key
end

#mountInfoObject

Returns the value of attribute mountInfo.



953
954
955
# File 'lib/vmware/soap/vim25.rb', line 953

def mountInfo
  @mountInfo
end