Class: CreateClusterRequestType

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

Overview

urn:vim25CreateClusterRequestType

m__this - ManagedObjectReference
name - SOAP::SOAPString
spec - ClusterConfigSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#nameObject

Returns the value of attribute name.



34670
34671
34672
# File 'lib/vmware/soap/vim25.rb', line 34670

def name
  @name
end

#specObject

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__thisObject



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