Class: DatacenterMismatchArgument

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

Overview

urn:vim25DatacenterMismatchArgument

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
entity - ManagedObjectReference
inputDatacenter - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], entity = nil, inputDatacenter = nil) ⇒ DatacenterMismatchArgument

Returns a new instance of DatacenterMismatchArgument.



16879
16880
16881
16882
16883
16884
# File 'lib/vmware/soap/vim25.rb', line 16879

def initialize(dynamicType = nil, dynamicProperty = [], entity = nil, inputDatacenter = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @entity = entity
  @inputDatacenter = inputDatacenter
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



16875
16876
16877
# File 'lib/vmware/soap/vim25.rb', line 16875

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



16874
16875
16876
# File 'lib/vmware/soap/vim25.rb', line 16874

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



16876
16877
16878
# File 'lib/vmware/soap/vim25.rb', line 16876

def entity
  @entity
end

#inputDatacenterObject

Returns the value of attribute inputDatacenter.



16877
16878
16879
# File 'lib/vmware/soap/vim25.rb', line 16877

def inputDatacenter
  @inputDatacenter
end