Class: SwapDatastoreUnset

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

Overview

urn:vim25SwapDatastoreUnset

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = []) ⇒ SwapDatastoreUnset

Returns a new instance of SwapDatastoreUnset.



32051
32052
32053
32054
# File 'lib/vmware/soap/vim25.rb', line 32051

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32049
32050
32051
# File 'lib/vmware/soap/vim25.rb', line 32049

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32048
32049
32050
# File 'lib/vmware/soap/vim25.rb', line 32048

def dynamicType
  @dynamicType
end