Class: RDMPointsToInaccessibleDisk
- Inherits:
-
CannotAccessVmDisk
- Object
- MethodFault
- VimFault
- VmConfigFault
- CannotAccessVmComponent
- CannotAccessVmDevice
- CannotAccessVmDisk
- RDMPointsToInaccessibleDisk
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RDMPointsToInaccessibleDisk
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString
backing - SOAP::SOAPString
connected - SOAP::SOAPBoolean
fault - LocalizedMethodFault
Instance Attribute Summary collapse
-
#backing ⇒ Object
Returns the value of attribute backing.
-
#connected ⇒ Object
Returns the value of attribute connected.
-
#device ⇒ Object
Returns the value of attribute device.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fault ⇒ Object
Returns the value of attribute fault.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, backing = nil, connected = nil, fault = nil) ⇒ RDMPointsToInaccessibleDisk
constructor
A new instance of RDMPointsToInaccessibleDisk.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], device = nil, backing = nil, connected = nil, fault = nil) ⇒ RDMPointsToInaccessibleDisk
Returns a new instance of RDMPointsToInaccessibleDisk.
32339 32340 32341 32342 32343 32344 32345 32346 |
# File 'lib/vmware/soap/vim25.rb', line 32339 def initialize(dynamicType = nil, dynamicProperty = [], device = nil, backing = nil, connected = nil, fault = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @device = device @backing = backing @connected = connected @fault = fault end |
Instance Attribute Details
permalink #backing ⇒ Object
Returns the value of attribute backing.
32335 32336 32337 |
# File 'lib/vmware/soap/vim25.rb', line 32335 def backing @backing end |
permalink #connected ⇒ Object
Returns the value of attribute connected.
32336 32337 32338 |
# File 'lib/vmware/soap/vim25.rb', line 32336 def connected @connected end |
permalink #device ⇒ Object
Returns the value of attribute device.
32334 32335 32336 |
# File 'lib/vmware/soap/vim25.rb', line 32334 def device @device end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32333 32334 32335 |
# File 'lib/vmware/soap/vim25.rb', line 32333 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32332 32333 32334 |
# File 'lib/vmware/soap/vim25.rb', line 32332 def dynamicType @dynamicType end |
permalink #fault ⇒ Object
Returns the value of attribute fault.
32337 32338 32339 |
# File 'lib/vmware/soap/vim25.rb', line 32337 def fault @fault end |