Class: InvalidDeviceOperation

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

Overview

urn:vim25InvalidDeviceOperation

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
property - SOAP::SOAPString
deviceIndex - SOAP::SOAPInt
badOp - VirtualDeviceConfigSpecOperation
badFileOp - VirtualDeviceConfigSpecFileOperation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], property = nil, deviceIndex = nil, badOp = nil, badFileOp = nil) ⇒ InvalidDeviceOperation

Returns a new instance of InvalidDeviceOperation.



32546
32547
32548
32549
32550
32551
32552
32553
# File 'lib/vmware/soap/vim25.rb', line 32546

def initialize(dynamicType = nil, dynamicProperty = [], property = nil, deviceIndex = nil, badOp = nil, badFileOp = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @property = property
  @deviceIndex = deviceIndex
  @badOp = badOp
  @badFileOp = badFileOp
end

Instance Attribute Details

#badFileOpObject

Returns the value of attribute badFileOp.



32544
32545
32546
# File 'lib/vmware/soap/vim25.rb', line 32544

def badFileOp
  @badFileOp
end

#badOpObject

Returns the value of attribute badOp.



32543
32544
32545
# File 'lib/vmware/soap/vim25.rb', line 32543

def badOp
  @badOp
end

#deviceIndexObject

Returns the value of attribute deviceIndex.



32542
32543
32544
# File 'lib/vmware/soap/vim25.rb', line 32542

def deviceIndex
  @deviceIndex
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32540
32541
32542
# File 'lib/vmware/soap/vim25.rb', line 32540

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32539
32540
32541
# File 'lib/vmware/soap/vim25.rb', line 32539

def dynamicType
  @dynamicType
end

#propertyObject

Returns the value of attribute property.



32541
32542
32543
# File 'lib/vmware/soap/vim25.rb', line 32541

def property
  @property
end