Class: HostDiskDimensionsLba

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

Overview

urn:vim25HostDiskDimensionsLba

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
blockSize - SOAP::SOAPInt
block - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], blockSize = nil, block = nil) ⇒ HostDiskDimensionsLba

Returns a new instance of HostDiskDimensionsLba.


18610
18611
18612
18613
18614
18615
# File 'lib/vmware/soap/vim25.rb', line 18610

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

Instance Attribute Details

#blockObject

Returns the value of attribute block.


18608
18609
18610
# File 'lib/vmware/soap/vim25.rb', line 18608

def block
  @block
end

#blockSizeObject

Returns the value of attribute blockSize.


18607
18608
18609
# File 'lib/vmware/soap/vim25.rb', line 18607

def blockSize
  @blockSize
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


18606
18607
18608
# File 'lib/vmware/soap/vim25.rb', line 18606

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


18605
18606
18607
# File 'lib/vmware/soap/vim25.rb', line 18605

def dynamicType
  @dynamicType
end