Class: CreateClusterRequestType
- Inherits:
-
Object
- Object
- CreateClusterRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateClusterRequestType
m__this - ManagedObjectReference
name - SOAP::SOAPString
spec - ClusterConfigSpec
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(v__this = nil, name = nil, spec = nil) ⇒ CreateClusterRequestType
constructor
A new instance of CreateClusterRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, name = nil, spec = nil) ⇒ CreateClusterRequestType
Returns a new instance of CreateClusterRequestType.
34681 34682 34683 34684 34685 |
# File 'lib/vmware/soap/vim25.rb', line 34681 def initialize(v__this = nil, name = nil, spec = nil) @v__this = v__this @name = name @spec = spec end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
34670 34671 34672 |
# File 'lib/vmware/soap/vim25.rb', line 34670 def name @name end |
#spec ⇒ Object
Returns the value of attribute spec.
34671 34672 34673 |
# File 'lib/vmware/soap/vim25.rb', line 34671 def spec @spec end |
Instance Method Details
#m__this ⇒ Object
34673 34674 34675 |
# File 'lib/vmware/soap/vim25.rb', line 34673 def m__this @v__this end |
#m__this=(value) ⇒ Object
34677 34678 34679 |
# File 'lib/vmware/soap/vim25.rb', line 34677 def m__this=(value) @v__this = value end |