Class: HostVmfsSpec

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

Overview

urn:vim25HostVmfsSpec

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
extent - HostScsiDiskPartition
blockSizeMb - SOAP::SOAPInt
majorVersion - SOAP::SOAPInt
volumeName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], extent = nil, blockSizeMb = nil, majorVersion = nil, volumeName = nil) ⇒ HostVmfsSpec

Returns a new instance of HostVmfsSpec.



22090
22091
22092
22093
22094
22095
22096
22097
# File 'lib/vmware/soap/vim25.rb', line 22090

def initialize(dynamicType = nil, dynamicProperty = [], extent = nil, blockSizeMb = nil, majorVersion = nil, volumeName = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @extent = extent
  @blockSizeMb = blockSizeMb
  @majorVersion = majorVersion
  @volumeName = volumeName
end

Instance Attribute Details

#blockSizeMbObject

Returns the value of attribute blockSizeMb.



22086
22087
22088
# File 'lib/vmware/soap/vim25.rb', line 22086

def blockSizeMb
  @blockSizeMb
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



22084
22085
22086
# File 'lib/vmware/soap/vim25.rb', line 22084

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22083
22084
22085
# File 'lib/vmware/soap/vim25.rb', line 22083

def dynamicType
  @dynamicType
end

#extentObject

Returns the value of attribute extent.



22085
22086
22087
# File 'lib/vmware/soap/vim25.rb', line 22085

def extent
  @extent
end

#majorVersionObject

Returns the value of attribute majorVersion.



22087
22088
22089
# File 'lib/vmware/soap/vim25.rb', line 22087

def majorVersion
  @majorVersion
end

#volumeNameObject

Returns the value of attribute volumeName.



22088
22089
22090
# File 'lib/vmware/soap/vim25.rb', line 22088

def volumeName
  @volumeName
end