Class: CreateClusterExRequestType

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

Overview

urn:vim25CreateClusterExRequestType

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, name = nil, spec = nil) ⇒ CreateClusterExRequestType

Returns a new instance of CreateClusterExRequestType.



34704
34705
34706
34707
34708
# File 'lib/vmware/soap/vim25.rb', line 34704

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.



34693
34694
34695
# File 'lib/vmware/soap/vim25.rb', line 34693

def name
  @name
end

#specObject

Returns the value of attribute spec.



34694
34695
34696
# File 'lib/vmware/soap/vim25.rb', line 34694

def spec
  @spec
end

Instance Method Details

#m__thisObject



34696
34697
34698
# File 'lib/vmware/soap/vim25.rb', line 34696

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



34700
34701
34702
# File 'lib/vmware/soap/vim25.rb', line 34700

def m__this=(value)
  @v__this = value
end