Class: HostDiskPartitionInfo

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

Overview

urn:vim25HostDiskPartitionInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
deviceName - SOAP::SOAPString
spec - HostDiskPartitionSpec
layout - HostDiskPartitionLayout

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, spec = nil, layout = nil) ⇒ HostDiskPartitionInfo

Returns a new instance of HostDiskPartitionInfo.



18748
18749
18750
18751
18752
18753
18754
# File 'lib/vmware/soap/vim25.rb', line 18748

def initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, spec = nil, layout = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @deviceName = deviceName
  @spec = spec
  @layout = layout
end

Instance Attribute Details

#deviceNameObject

Returns the value of attribute deviceName.



18744
18745
18746
# File 'lib/vmware/soap/vim25.rb', line 18744

def deviceName
  @deviceName
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18743
18744
18745
# File 'lib/vmware/soap/vim25.rb', line 18743

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18742
18743
18744
# File 'lib/vmware/soap/vim25.rb', line 18742

def dynamicType
  @dynamicType
end

#layoutObject

Returns the value of attribute layout.



18746
18747
18748
# File 'lib/vmware/soap/vim25.rb', line 18746

def layout
  @layout
end

#specObject

Returns the value of attribute spec.



18745
18746
18747
# File 'lib/vmware/soap/vim25.rb', line 18745

def spec
  @spec
end