Class: HostDiskMappingInfo

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

Overview

urn:vim25HostDiskMappingInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
physicalPartition - HostDiskMappingPartitionInfo
name - SOAP::SOAPString
exclusive - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], physicalPartition = nil, name = nil, exclusive = nil) ⇒ HostDiskMappingInfo

Returns a new instance of HostDiskMappingInfo.



25088
25089
25090
25091
25092
25093
25094
# File 'lib/vmware/soap/vim25.rb', line 25088

def initialize(dynamicType = nil, dynamicProperty = [], physicalPartition = nil, name = nil, exclusive = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @physicalPartition = physicalPartition
  @name = name
  @exclusive = exclusive
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25083
25084
25085
# File 'lib/vmware/soap/vim25.rb', line 25083

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25082
25083
25084
# File 'lib/vmware/soap/vim25.rb', line 25082

def dynamicType
  @dynamicType
end

#exclusiveObject

Returns the value of attribute exclusive.



25086
25087
25088
# File 'lib/vmware/soap/vim25.rb', line 25086

def exclusive
  @exclusive
end

#nameObject

Returns the value of attribute name.



25085
25086
25087
# File 'lib/vmware/soap/vim25.rb', line 25085

def name
  @name
end

#physicalPartitionObject

Returns the value of attribute physicalPartition.



25084
25085
25086
# File 'lib/vmware/soap/vim25.rb', line 25084

def physicalPartition
  @physicalPartition
end