Class: RDMPointsToInaccessibleDisk

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

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], device = nil, backing = nil, connected = nil, fault = nil) ⇒ RDMPointsToInaccessibleDisk

Returns a new instance of RDMPointsToInaccessibleDisk.

[View source]

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

#backingObject

Returns the value of attribute backing.


32335
32336
32337
# File 'lib/vmware/soap/vim25.rb', line 32335

def backing
  @backing
end

#connectedObject

Returns the value of attribute connected.


32336
32337
32338
# File 'lib/vmware/soap/vim25.rb', line 32336

def connected
  @connected
end

#deviceObject

Returns the value of attribute device.


32334
32335
32336
# File 'lib/vmware/soap/vim25.rb', line 32334

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


32333
32334
32335
# File 'lib/vmware/soap/vim25.rb', line 32333

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


32332
32333
32334
# File 'lib/vmware/soap/vim25.rb', line 32332

def dynamicType
  @dynamicType
end

#faultObject

Returns the value of attribute fault.


32337
32338
32339
# File 'lib/vmware/soap/vim25.rb', line 32337

def fault
  @fault
end