Class: HostMountInfo

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#accessibleObject

Returns the value of attribute accessible.



19996
19997
19998
# File 'lib/vmware/soap/vim25.rb', line 19996

def accessible
  @accessible
end

#accessModeObject

Returns the value of attribute accessMode.



19995
19996
19997
# File 'lib/vmware/soap/vim25.rb', line 19995

def accessMode
  @accessMode
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19993
19994
19995
# File 'lib/vmware/soap/vim25.rb', line 19993

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19992
19993
19994
# File 'lib/vmware/soap/vim25.rb', line 19992

def dynamicType
  @dynamicType
end

#pathObject

Returns the value of attribute path.



19994
19995
19996
# File 'lib/vmware/soap/vim25.rb', line 19994

def path
  @path
end