Class: CreateDatacenterRequestType
- Inherits:
-
Object
- Object
- CreateDatacenterRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateDatacenterRequestType
m__this - ManagedObjectReference
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(v__this = nil, name = nil) ⇒ CreateDatacenterRequestType
constructor
A new instance of CreateDatacenterRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, name = nil) ⇒ CreateDatacenterRequestType
Returns a new instance of CreateDatacenterRequestType.
34751 34752 34753 34754 |
# File 'lib/vmware/soap/vim25.rb', line 34751 def initialize(v__this = nil, name = nil) @v__this = v__this @name = name end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
34741 34742 34743 |
# File 'lib/vmware/soap/vim25.rb', line 34741 def name @name end |
Instance Method Details
#m__this ⇒ Object
34743 34744 34745 |
# File 'lib/vmware/soap/vim25.rb', line 34743 def m__this @v__this end |
#m__this=(value) ⇒ Object
34747 34748 34749 |
# File 'lib/vmware/soap/vim25.rb', line 34747 def m__this=(value) @v__this = value end |