Class: HostFileAccess

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

Overview

urn:vim25HostFileAccess

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
who - SOAP::SOAPString
what - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], who = nil, what = nil) ⇒ HostFileAccess

Returns a new instance of HostFileAccess.



18830
18831
18832
18833
18834
18835
# File 'lib/vmware/soap/vim25.rb', line 18830

def initialize(dynamicType = nil, dynamicProperty = [], who = nil, what = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @who = who
  @what = what
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18826
18827
18828
# File 'lib/vmware/soap/vim25.rb', line 18826

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18825
18826
18827
# File 'lib/vmware/soap/vim25.rb', line 18825

def dynamicType
  @dynamicType
end

#whatObject

Returns the value of attribute what.



18828
18829
18830
# File 'lib/vmware/soap/vim25.rb', line 18828

def what
  @what
end

#whoObject

Returns the value of attribute who.



18827
18828
18829
# File 'lib/vmware/soap/vim25.rb', line 18827

def who
  @who
end