Class: CreateDatacenterRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25CreateDatacenterRequestType

m__this - ManagedObjectReference
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#nameObject

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__thisObject


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