Class: DatacenterMismatchArgument
- Inherits:
-
DynamicData
- Object
- DynamicData
- DatacenterMismatchArgument
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DatacenterMismatchArgument
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
entity - ManagedObjectReference
inputDatacenter - ManagedObjectReference
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#inputDatacenter ⇒ Object
Returns the value of attribute inputDatacenter.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], entity = nil, inputDatacenter = nil) ⇒ DatacenterMismatchArgument
constructor
A new instance of DatacenterMismatchArgument.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16875 16876 16877 |
# File 'lib/vmware/soap/vim25.rb', line 16875 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16874 16875 16876 |
# File 'lib/vmware/soap/vim25.rb', line 16874 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
16876 16877 16878 |
# File 'lib/vmware/soap/vim25.rb', line 16876 def entity @entity end |
#inputDatacenter ⇒ Object
Returns the value of attribute inputDatacenter.
16877 16878 16879 |
# File 'lib/vmware/soap/vim25.rb', line 16877 def inputDatacenter @inputDatacenter end |