Class: NoDiskSpace

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

Overview

urn:vim25NoDiskSpace

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
file - SOAP::SOAPString
datastore - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], file = nil, datastore = nil) ⇒ NoDiskSpace

Returns a new instance of NoDiskSpace.



30175
30176
30177
30178
30179
30180
# File 'lib/vmware/soap/vim25.rb', line 30175

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

Instance Attribute Details

#datastoreObject

Returns the value of attribute datastore.



30173
30174
30175
# File 'lib/vmware/soap/vim25.rb', line 30173

def datastore
  @datastore
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30171
30172
30173
# File 'lib/vmware/soap/vim25.rb', line 30171

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30170
30171
30172
# File 'lib/vmware/soap/vim25.rb', line 30170

def dynamicType
  @dynamicType
end

#fileObject

Returns the value of attribute file.



30172
30173
30174
# File 'lib/vmware/soap/vim25.rb', line 30172

def file
  @file
end