Class: VirtualDiskSpec

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

Overview

urn:vim25VirtualDiskSpec

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VirtualDiskSpec.



2651
2652
2653
2654
2655
2656
# File 'lib/vmware/soap/vim25.rb', line 2651

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

Instance Attribute Details

#adapterTypeObject

Returns the value of attribute adapterType.



2649
2650
2651
# File 'lib/vmware/soap/vim25.rb', line 2649

def adapterType
  @adapterType
end

#diskTypeObject

Returns the value of attribute diskType.



2648
2649
2650
# File 'lib/vmware/soap/vim25.rb', line 2648

def diskType
  @diskType
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2647
2648
2649
# File 'lib/vmware/soap/vim25.rb', line 2647

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2646
2647
2648
# File 'lib/vmware/soap/vim25.rb', line 2646

def dynamicType
  @dynamicType
end