Class: CannotAccessVmDevice

Inherits:
CannotAccessVmComponent show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25CannotAccessVmDevice

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString
backing - SOAP::SOAPString
connected - SOAP::SOAPBoolean

Direct Known Subclasses

CannotAccessNetwork, CannotAccessVmDisk

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CannotAccessVmDevice.



32202
32203
32204
32205
32206
32207
32208
# File 'lib/vmware/soap/vim25.rb', line 32202

def initialize(dynamicType = nil, dynamicProperty = [], device = nil, backing = nil, connected = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @device = device
  @backing = backing
  @connected = connected
end

Instance Attribute Details

#backingObject

Returns the value of attribute backing.



32199
32200
32201
# File 'lib/vmware/soap/vim25.rb', line 32199

def backing
  @backing
end

#connectedObject

Returns the value of attribute connected.



32200
32201
32202
# File 'lib/vmware/soap/vim25.rb', line 32200

def connected
  @connected
end

#deviceObject

Returns the value of attribute device.



32198
32199
32200
# File 'lib/vmware/soap/vim25.rb', line 32198

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32197
32198
32199
# File 'lib/vmware/soap/vim25.rb', line 32197

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32196
32197
32198
# File 'lib/vmware/soap/vim25.rb', line 32196

def dynamicType
  @dynamicType
end