Class: HostDiskMappingPartitionInfo

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

Overview

urn:vim25HostDiskMappingPartitionInfo

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) ⇒ HostDiskMappingPartitionInfo

Returns a new instance of HostDiskMappingPartitionInfo.



25066
25067
25068
25069
25070
25071
25072
# File 'lib/vmware/soap/vim25.rb', line 25066

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.



25064
25065
25066
# File 'lib/vmware/soap/vim25.rb', line 25064

def capacityInKb
  @capacityInKb
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25061
25062
25063
# File 'lib/vmware/soap/vim25.rb', line 25061

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25060
25061
25062
# File 'lib/vmware/soap/vim25.rb', line 25060

def dynamicType
  @dynamicType
end

#fileSystemObject

Returns the value of attribute fileSystem.



25063
25064
25065
# File 'lib/vmware/soap/vim25.rb', line 25063

def fileSystem
  @fileSystem
end

#nameObject

Returns the value of attribute name.



25062
25063
25064
# File 'lib/vmware/soap/vim25.rb', line 25062

def name
  @name
end