Class: CreateClusterResponse
- Inherits:
-
Object
- Object
- CreateClusterResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateClusterResponse
returnval - ManagedObjectReference
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ CreateClusterResponse
constructor
A new instance of CreateClusterResponse.
Constructor Details
#initialize(returnval = nil) ⇒ CreateClusterResponse
Returns a new instance of CreateClusterResponse.
42133 42134 42135 |
# File 'lib/vmware/soap/vim25.rb', line 42133 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
#returnval ⇒ Object
Returns the value of attribute returnval.
42131 42132 42133 |
# File 'lib/vmware/soap/vim25.rb', line 42131 def returnval @returnval end |