Class: HostDiskMappingPartitionOption

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

Overview

urn:vim25HostDiskMappingPartitionOption

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
fileSystem - SOAP::SOAPString
capacityInKb - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], name = nil, fileSystem = nil, capacityInKb = nil) ⇒ HostDiskMappingPartitionOption

Returns a new instance of HostDiskMappingPartitionOption.



25110
25111
25112
25113
25114
25115
25116
# File 'lib/vmware/soap/vim25.rb', line 25110

def initialize(dynamicType = nil, dynamicProperty = [], name = nil, fileSystem = nil, capacityInKb = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @name = name
  @fileSystem = fileSystem
  @capacityInKb = capacityInKb
end

Instance Attribute Details

#capacityInKbObject

Returns the value of attribute capacityInKb.



25108
25109
25110
# File 'lib/vmware/soap/vim25.rb', line 25108

def capacityInKb
  @capacityInKb
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25105
25106
25107
# File 'lib/vmware/soap/vim25.rb', line 25105

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25104
25105
25106
# File 'lib/vmware/soap/vim25.rb', line 25104

def dynamicType
  @dynamicType
end

#fileSystemObject

Returns the value of attribute fileSystem.



25107
25108
25109
# File 'lib/vmware/soap/vim25.rb', line 25107

def fileSystem
  @fileSystem
end

#nameObject

Returns the value of attribute name.



25106
25107
25108
# File 'lib/vmware/soap/vim25.rb', line 25106

def name
  @name
end