Class: CannotAccessVmDisk
- Inherits:
-
CannotAccessVmDevice
- Object
- MethodFault
- VimFault
- VmConfigFault
- CannotAccessVmComponent
- CannotAccessVmDevice
- CannotAccessVmDisk
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CannotAccessVmDisk
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString
backing - SOAP::SOAPString
connected - SOAP::SOAPBoolean
fault - LocalizedMethodFault
Direct Known Subclasses
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) ⇒ CannotAccessVmDisk
constructor
A new instance of CannotAccessVmDisk.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, backing = nil, connected = nil, fault = nil) ⇒ CannotAccessVmDisk
Returns a new instance of CannotAccessVmDisk.
32314 32315 32316 32317 32318 32319 32320 32321 |
# File 'lib/vmware/soap/vim25.rb', line 32314 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
#backing ⇒ Object
Returns the value of attribute backing.
32310 32311 32312 |
# File 'lib/vmware/soap/vim25.rb', line 32310 def backing @backing end |
#connected ⇒ Object
Returns the value of attribute connected.
32311 32312 32313 |
# File 'lib/vmware/soap/vim25.rb', line 32311 def connected @connected end |
#device ⇒ Object
Returns the value of attribute device.
32309 32310 32311 |
# File 'lib/vmware/soap/vim25.rb', line 32309 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32308 32309 32310 |
# File 'lib/vmware/soap/vim25.rb', line 32308 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32307 32308 32309 |
# File 'lib/vmware/soap/vim25.rb', line 32307 def dynamicType @dynamicType end |
#fault ⇒ Object
Returns the value of attribute fault.
32312 32313 32314 |
# File 'lib/vmware/soap/vim25.rb', line 32312 def fault @fault end |