Class: ObjectContent

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

Overview

urn:vim25ObjectContent

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
obj - ManagedObjectReference
propSet - DynamicProperty
missingSet - MissingProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], obj = nil, propSet = [], missingSet = []) ⇒ ObjectContent

Returns a new instance of ObjectContent.



149
150
151
152
153
154
155
# File 'lib/vmware/soap/vim25.rb', line 149

def initialize(dynamicType = nil, dynamicProperty = [], obj = nil, propSet = [], missingSet = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @obj = obj
  @propSet = propSet
  @missingSet = missingSet
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



144
145
146
# File 'lib/vmware/soap/vim25.rb', line 144

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



143
144
145
# File 'lib/vmware/soap/vim25.rb', line 143

def dynamicType
  @dynamicType
end

#missingSetObject

Returns the value of attribute missingSet.



147
148
149
# File 'lib/vmware/soap/vim25.rb', line 147

def missingSet
  @missingSet
end

#objObject

Returns the value of attribute obj.



145
146
147
# File 'lib/vmware/soap/vim25.rb', line 145

def obj
  @obj
end

#propSetObject

Returns the value of attribute propSet.



146
147
148
# File 'lib/vmware/soap/vim25.rb', line 146

def propSet
  @propSet
end