Class: DisallowedDiskModeChange

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

Overview

urn:vim25DisallowedDiskModeChange

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
property - SOAP::SOAPString
deviceIndex - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], property = nil, deviceIndex = nil) ⇒ DisallowedDiskModeChange

Returns a new instance of DisallowedDiskModeChange.



32482
32483
32484
32485
32486
32487
# File 'lib/vmware/soap/vim25.rb', line 32482

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

Instance Attribute Details

#deviceIndexObject

Returns the value of attribute deviceIndex.



32480
32481
32482
# File 'lib/vmware/soap/vim25.rb', line 32480

def deviceIndex
  @deviceIndex
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32478
32479
32480
# File 'lib/vmware/soap/vim25.rb', line 32478

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32477
32478
32479
# File 'lib/vmware/soap/vim25.rb', line 32477

def dynamicType
  @dynamicType
end

#propertyObject

Returns the value of attribute property.



32479
32480
32481
# File 'lib/vmware/soap/vim25.rb', line 32479

def property
  @property
end