Class: SnapshotLocked

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

Overview

urn:vim25SnapshotLocked

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SnapshotLocked.



32012
32013
32014
32015
# File 'lib/vmware/soap/vim25.rb', line 32012

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32010
32011
32012
# File 'lib/vmware/soap/vim25.rb', line 32010

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32009
32010
32011
# File 'lib/vmware/soap/vim25.rb', line 32009

def dynamicType
  @dynamicType
end