Class: SwapDatastoreNotWritableOnHost
- Inherits:
-
DatastoreNotWritableOnHost
- Object
- MethodFault
- VimFault
- InvalidDatastore
- DatastoreNotWritableOnHost
- SwapDatastoreNotWritableOnHost
- 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
-
#datastore ⇒ Object
Returns the value of attribute datastore.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#host ⇒ Object
Returns the value of attribute host.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], datastore = nil, name = nil, host = nil) ⇒ SwapDatastoreNotWritableOnHost
constructor
A new instance of SwapDatastoreNotWritableOnHost.
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
#datastore ⇒ Object
Returns the value of attribute datastore.
30706 30707 30708 |
# File 'lib/vmware/soap/vim25.rb', line 30706 def datastore @datastore end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30705 30706 30707 |
# File 'lib/vmware/soap/vim25.rb', line 30705 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30704 30705 30706 |
# File 'lib/vmware/soap/vim25.rb', line 30704 def dynamicType @dynamicType end |
#host ⇒ Object
Returns the value of attribute host.
30708 30709 30710 |
# File 'lib/vmware/soap/vim25.rb', line 30708 def host @host end |
#name ⇒ Object
Returns the value of attribute name.
30707 30708 30709 |
# File 'lib/vmware/soap/vim25.rb', line 30707 def name @name end |