Class: InaccessibleDatastore

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

Overview

urn:vim25InaccessibleDatastore

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InaccessibleDatastore.



30730
30731
30732
30733
30734
30735
# File 'lib/vmware/soap/vim25.rb', line 30730

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

Instance Attribute Details

#datastoreObject

Returns the value of attribute datastore.



30727
30728
30729
# File 'lib/vmware/soap/vim25.rb', line 30727

def datastore
  @datastore
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30726
30727
30728
# File 'lib/vmware/soap/vim25.rb', line 30726

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30725
30726
30727
# File 'lib/vmware/soap/vim25.rb', line 30725

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



30728
30729
30730
# File 'lib/vmware/soap/vim25.rb', line 30728

def name
  @name
end