Class: NoDiskSpace
- Inherits:
-
FileFault
- Object
- MethodFault
- VimFault
- FileFault
- NoDiskSpace
- 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
-
#datastore ⇒ Object
Returns the value of attribute datastore.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#file ⇒ Object
Returns the value of attribute file.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], file = nil, datastore = nil) ⇒ NoDiskSpace
constructor
A new instance of NoDiskSpace.
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
#datastore ⇒ Object
Returns the value of attribute datastore.
30173 30174 30175 |
# File 'lib/vmware/soap/vim25.rb', line 30173 def datastore @datastore end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30171 30172 30173 |
# File 'lib/vmware/soap/vim25.rb', line 30171 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30170 30171 30172 |
# File 'lib/vmware/soap/vim25.rb', line 30170 def dynamicType @dynamicType end |
#file ⇒ Object
Returns the value of attribute file.
30172 30173 30174 |
# File 'lib/vmware/soap/vim25.rb', line 30172 def file @file end |