Class: CreateDiagnosticPartitionRequestType
- Inherits:
-
Object
- Object
- CreateDiagnosticPartitionRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateDiagnosticPartitionRequestType
m__this - ManagedObjectReference
spec - HostDiagnosticPartitionCreateSpec
Instance Attribute Summary collapse
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(v__this = nil, spec = nil) ⇒ CreateDiagnosticPartitionRequestType
constructor
A new instance of CreateDiagnosticPartitionRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, spec = nil) ⇒ CreateDiagnosticPartitionRequestType
Returns a new instance of CreateDiagnosticPartitionRequestType.
38213 38214 38215 38216 |
# File 'lib/vmware/soap/vim25.rb', line 38213 def initialize(v__this = nil, spec = nil) @v__this = v__this @spec = spec end |
Instance Attribute Details
#spec ⇒ Object
Returns the value of attribute spec.
38203 38204 38205 |
# File 'lib/vmware/soap/vim25.rb', line 38203 def spec @spec end |
Instance Method Details
#m__this ⇒ Object
38205 38206 38207 |
# File 'lib/vmware/soap/vim25.rb', line 38205 def m__this @v__this end |
#m__this=(value) ⇒ Object
38209 38210 38211 |
# File 'lib/vmware/soap/vim25.rb', line 38209 def m__this=(value) @v__this = value end |