Class: SwapDatastoreNotWritableOnHost

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

Overview

urn:vim25SwapDatastoreNotWritableOnHost

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
datastore - ManagedObjectReference
name - SOAP::SOAPString
host - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], datastore = nil, name = nil, host = nil) ⇒ SwapDatastoreNotWritableOnHost

Returns a new instance of SwapDatastoreNotWritableOnHost.



30710
30711
30712
30713
30714
30715
30716
# File 'lib/vmware/soap/vim25.rb', line 30710

def initialize(dynamicType = nil, dynamicProperty = [], datastore = nil, name = nil, host = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @datastore = datastore
  @name = name
  @host = host
end

Instance Attribute Details

#datastoreObject

Returns the value of attribute datastore.



30706
30707
30708
# File 'lib/vmware/soap/vim25.rb', line 30706

def datastore
  @datastore
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30705
30706
30707
# File 'lib/vmware/soap/vim25.rb', line 30705

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30704
30705
30706
# File 'lib/vmware/soap/vim25.rb', line 30704

def dynamicType
  @dynamicType
end

#hostObject

Returns the value of attribute host.



30708
30709
30710
# File 'lib/vmware/soap/vim25.rb', line 30708

def host
  @host
end

#nameObject

Returns the value of attribute name.



30707
30708
30709
# File 'lib/vmware/soap/vim25.rb', line 30707

def name
  @name
end