Class: CustomizeVMRequestType
- Inherits:
-
Object
- Object
- CustomizeVMRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizeVMRequestType
m__this - ManagedObjectReference
spec - CustomizationSpec
Instance Attribute Summary collapse
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(v__this = nil, spec = nil) ⇒ CustomizeVMRequestType
constructor
A new instance of CustomizeVMRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, spec = nil) ⇒ CustomizeVMRequestType
Returns a new instance of CustomizeVMRequestType.
36975 36976 36977 36978 |
# File 'lib/vmware/soap/vim25.rb', line 36975 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.
36965 36966 36967 |
# File 'lib/vmware/soap/vim25.rb', line 36965 def spec @spec end |
Instance Method Details
#m__this ⇒ Object
36967 36968 36969 |
# File 'lib/vmware/soap/vim25.rb', line 36967 def m__this @v__this end |
#m__this=(value) ⇒ Object
36971 36972 36973 |
# File 'lib/vmware/soap/vim25.rb', line 36971 def m__this=(value) @v__this = value end |