Class: VirtualDeviceBackingOption

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

Overview

urn:vim25VirtualDeviceBackingOption

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], type = nil) ⇒ VirtualDeviceBackingOption

Returns a new instance of VirtualDeviceBackingOption.



26891
26892
26893
26894
26895
# File 'lib/vmware/soap/vim25.rb', line 26891

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



26888
26889
26890
# File 'lib/vmware/soap/vim25.rb', line 26888

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



26887
26888
26889
# File 'lib/vmware/soap/vim25.rb', line 26887

def dynamicType
  @dynamicType
end

#typeObject

Returns the value of attribute type.



26889
26890
26891
# File 'lib/vmware/soap/vim25.rb', line 26889

def type
  @type
end