Class: DeviceBackedVirtualDiskSpec

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

Overview

urn:vim25DeviceBackedVirtualDiskSpec

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
diskType - SOAP::SOAPString
adapterType - SOAP::SOAPString
device - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], diskType = nil, adapterType = nil, device = nil) ⇒ DeviceBackedVirtualDiskSpec

Returns a new instance of DeviceBackedVirtualDiskSpec.



2694
2695
2696
2697
2698
2699
2700
# File 'lib/vmware/soap/vim25.rb', line 2694

def initialize(dynamicType = nil, dynamicProperty = [], diskType = nil, adapterType = nil, device = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @diskType = diskType
  @adapterType = adapterType
  @device = device
end

Instance Attribute Details

#adapterTypeObject

Returns the value of attribute adapterType.



2691
2692
2693
# File 'lib/vmware/soap/vim25.rb', line 2691

def adapterType
  @adapterType
end

#deviceObject

Returns the value of attribute device.



2692
2693
2694
# File 'lib/vmware/soap/vim25.rb', line 2692

def device
  @device
end

#diskTypeObject

Returns the value of attribute diskType.



2690
2691
2692
# File 'lib/vmware/soap/vim25.rb', line 2690

def diskType
  @diskType
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2689
2690
2691
# File 'lib/vmware/soap/vim25.rb', line 2689

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2688
2689
2690
# File 'lib/vmware/soap/vim25.rb', line 2688

def dynamicType
  @dynamicType
end