Class: HostDiagnosticPartition
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostDiagnosticPartition
- 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
-
#diagnosticType ⇒ Object
Returns the value of attribute diagnosticType.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#id ⇒ Object
Returns the value of attribute id.
-
#slots ⇒ Object
Returns the value of attribute slots.
-
#storageType ⇒ Object
Returns the value of attribute storageType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], storageType = nil, diagnosticType = nil, slots = nil, id = nil) ⇒ HostDiagnosticPartition
constructor
A new instance of HostDiagnosticPartition.
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
#diagnosticType ⇒ Object
Returns the value of attribute diagnosticType.
18563 18564 18565 |
# File 'lib/vmware/soap/vim25.rb', line 18563 def diagnosticType @diagnosticType end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18561 18562 18563 |
# File 'lib/vmware/soap/vim25.rb', line 18561 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18560 18561 18562 |
# File 'lib/vmware/soap/vim25.rb', line 18560 def dynamicType @dynamicType end |
#id ⇒ Object
Returns the value of attribute id.
18565 18566 18567 |
# File 'lib/vmware/soap/vim25.rb', line 18565 def id @id end |
#slots ⇒ Object
Returns the value of attribute slots.
18564 18565 18566 |
# File 'lib/vmware/soap/vim25.rb', line 18564 def slots @slots end |
#storageType ⇒ Object
Returns the value of attribute storageType.
18562 18563 18564 |
# File 'lib/vmware/soap/vim25.rb', line 18562 def storageType @storageType end |