Class: DatastoreNotWritableOnHost

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

Overview

urn:vim25DatastoreNotWritableOnHost

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

Direct Known Subclasses

SwapDatastoreNotWritableOnHost

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DatastoreNotWritableOnHost.



30688
30689
30690
30691
30692
30693
30694
# File 'lib/vmware/soap/vim25.rb', line 30688

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.



30684
30685
30686
# File 'lib/vmware/soap/vim25.rb', line 30684

def datastore
  @datastore
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30683
30684
30685
# File 'lib/vmware/soap/vim25.rb', line 30683

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30682
30683
30684
# File 'lib/vmware/soap/vim25.rb', line 30682

def dynamicType
  @dynamicType
end

#hostObject

Returns the value of attribute host.



30686
30687
30688
# File 'lib/vmware/soap/vim25.rb', line 30686

def host
  @host
end

#nameObject

Returns the value of attribute name.



30685
30686
30687
# File 'lib/vmware/soap/vim25.rb', line 30685

def name
  @name
end