Class: HostDiagnosticPartition

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

Overview

urn:vim25HostDiagnosticPartition

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
storageType - SOAP::SOAPString
diagnosticType - SOAP::SOAPString
slots - SOAP::SOAPInt
id - HostScsiDiskPartition

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], storageType = nil, diagnosticType = nil, slots = nil, id = nil) ⇒ HostDiagnosticPartition

Returns a new instance of HostDiagnosticPartition.



18567
18568
18569
18570
18571
18572
18573
18574
# File 'lib/vmware/soap/vim25.rb', line 18567

def initialize(dynamicType = nil, dynamicProperty = [], storageType = nil, diagnosticType = nil, slots = nil, id = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @storageType = storageType
  @diagnosticType = diagnosticType
  @slots = slots
  @id = id
end

Instance Attribute Details

#diagnosticTypeObject

Returns the value of attribute diagnosticType.



18563
18564
18565
# File 'lib/vmware/soap/vim25.rb', line 18563

def diagnosticType
  @diagnosticType
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18561
18562
18563
# File 'lib/vmware/soap/vim25.rb', line 18561

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18560
18561
18562
# File 'lib/vmware/soap/vim25.rb', line 18560

def dynamicType
  @dynamicType
end

#idObject

Returns the value of attribute id.



18565
18566
18567
# File 'lib/vmware/soap/vim25.rb', line 18565

def id
  @id
end

#slotsObject

Returns the value of attribute slots.



18564
18565
18566
# File 'lib/vmware/soap/vim25.rb', line 18564

def slots
  @slots
end

#storageTypeObject

Returns the value of attribute storageType.



18562
18563
18564
# File 'lib/vmware/soap/vim25.rb', line 18562

def storageType
  @storageType
end