Class: FileBackedVirtualDiskSpec

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

Overview

urn:vim25FileBackedVirtualDiskSpec

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of FileBackedVirtualDiskSpec.



2672
2673
2674
2675
2676
2677
2678
# File 'lib/vmware/soap/vim25.rb', line 2672

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

Instance Attribute Details

#adapterTypeObject

Returns the value of attribute adapterType.



2669
2670
2671
# File 'lib/vmware/soap/vim25.rb', line 2669

def adapterType
  @adapterType
end

#capacityKbObject

Returns the value of attribute capacityKb.



2670
2671
2672
# File 'lib/vmware/soap/vim25.rb', line 2670

def capacityKb
  @capacityKb
end

#diskTypeObject

Returns the value of attribute diskType.



2668
2669
2670
# File 'lib/vmware/soap/vim25.rb', line 2668

def diskType
  @diskType
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2667
2668
2669
# File 'lib/vmware/soap/vim25.rb', line 2667

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2666
2667
2668
# File 'lib/vmware/soap/vim25.rb', line 2666

def dynamicType
  @dynamicType
end