Class: CannotAccessVmDisk

Inherits:
CannotAccessVmDevice show all
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

RDMPointsToInaccessibleDisk

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#backingObject

Returns the value of attribute backing.



32310
32311
32312
# File 'lib/vmware/soap/vim25.rb', line 32310

def backing
  @backing
end

#connectedObject

Returns the value of attribute connected.



32311
32312
32313
# File 'lib/vmware/soap/vim25.rb', line 32311

def connected
  @connected
end

#deviceObject

Returns the value of attribute device.



32309
32310
32311
# File 'lib/vmware/soap/vim25.rb', line 32309

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32308
32309
32310
# File 'lib/vmware/soap/vim25.rb', line 32308

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32307
32308
32309
# File 'lib/vmware/soap/vim25.rb', line 32307

def dynamicType
  @dynamicType
end

#faultObject

Returns the value of attribute fault.



32312
32313
32314
# File 'lib/vmware/soap/vim25.rb', line 32312

def fault
  @fault
end